/* ============================================================
 * General settings
 * ============================================================ */

.width1100 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.width800 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

h2 {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.hlBox {
    width: 95%;
    max-width: 800px;
    min-height: 100px;
    margin-left: 200px;
    border-left: 1px solid #040DBE;
    padding-left: 25px;
    margin-bottom: 30px;
}

h2.h2type01 {
    font-weight: 500;
    font-size: 1.3rem;
    color: #020659;
}

span.hlEng {
    font-family: "Urbanist", sans-serif !important;
    font-size: 4rem;
    font-weight: 500;
    color: #020659;
}




h3 {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.h3type01 {
    display: flex;
    align-items: center;
    font-size: 1.9rem;
    font-weight: 400;
    color: #040dbe;
    width: 30%;
    margin-bottom: 45px;
    text-shadow: 3px 2px #b0cfcf;
}

.h3type01:after {
    border-top: 1px solid #d6d6dc;
    content: "";
    flex-grow: 1;
}

.h3type01:after {
	margin-left: 1em; /* 文字の左隣 */
}



.h3type02 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Urbanist", sans-serif !important;
    font-size: 3rem;
    color: #020659;
    margin-bottom: 15px;
}

.h3type02:before, .h3type02:after {
    border-top: 1px solid #d6d6dc;
    content: "";
    flex-grow: 1;
}

.h3type02:before {
	margin-right: 1em; /* 文字の右隣 */
}

.h3type02:after {
	margin-left: 1em; /* 文字の左隣 */
}


h3.h3type03 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #020659;
    margin-bottom: 20px;
}

.h3type03:before, .h3type03:after {
    border-top: 1px solid #d6d6dc;
    content: "";
    flex-grow: 1;
}

.h3type03:before {
	margin-right: 1em; /* 文字の右隣 */
}

.h3type03:after {
	margin-left: 1em; /* 文字の左隣 */
}

.h3type04 {
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 400;
    color: #040dbe;
    width: 95%;
    margin-bottom: 10px;
    text-shadow: 3px 2px #b0cfcf;
}

.h3type04:after {
    border-top: 1px solid #d6d6dc;
    content: "";
    flex-grow: 1;
}

.h3type04:after {
	margin-left: 1em; /* 文字の左隣 */
}


h4 {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
}

h4.h4type01 {
    background-color: #020659;
    padding: 3px 10px;
    color: #fefefe;
    font-weight: 400;
    margin-bottom: 15px;
    border-radius: 3px;
}



span {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
}

li {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
}

p {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	margin-bottom: 0;
}

a {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
}

dt,dd {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
}




body.home {
    background-color: #E6F2F2;
}




/* ============================================================
 * tablepress
 * ============================================================ */

.tablepress tbody td.column-1 {
    width: 30%;
    font-weight: 400;
    color: #fefefe;
    background-color: #020659;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-size: 1.4rem;
}

.tablepress tbody td.column-2 {
    width: 70%;
    background-color: #fefefe;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 400;
    color: #666;
    font-size: 1.4rem;
}



/* ============================================================
 * fede
 * ============================================================ */

.js-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-fade-up.is-in {
  opacity: 1;
  transform: translateY(0);
}



/* ============================================================
 * header
 * ============================================================ */

.header-box01 .logo {
    max-width: 200px;
    width: 18%;
}

.header-sub-box {
    width: 80%;
}

.header-box01 {
    margin-bottom: 0;
}

.header-content02 {
    padding: 15px 0 15px;
    background-color: #192231;
}

.header-menu {
    background-color: transparent;
}

.header-menu > li a {
    font-size: 1.6rem;
    font-weight: 300;
    color: #fefefe;
    padding: 0 20px;
    border-right: #3d596b 1px solid;
}

.header-menu {
    justify-content: right;
}

.g-sub-nav02 .g-sub-nav-list.flex a {
    font-size: 1.4rem;
    display: block;
    padding: 3px 15px;
    border-radius: 3px;
    text-align: center;
    margin-left: 15px;
    border: none;
    background-color: #e6f2f2;
    color: #171a64;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 400;
}

.sp-header02 {
    background-color: #020659;
    padding: 0;
}

#hamburger {
    background-color: #fefefe;
    border-radius: 0 0 0 3px;
}

#hamburger span {
    background-color: #192231;
}

.mobile-logo {
    background-color: #192231;
    padding: 0;
}

#mobile-nav {
    background-color: #020659;
}

.mobile-nav-wrap .mobile-menu-list {
    background-color: transparent;
}

.mobile-nav-wrap .mobile-menu-list > li > a {
    color: #fefefe;
    font-weight: 400;
    font-size: 1.4rem;
    border-top: 1px solid #999;
}

.mobile-sub-nav li a {
    background-color: #fefefe;
    color: #192231;
    font-weight: 400;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 3px;
}

.mobile-sns-icon-title p span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #fefefe;
}

.mobile-sns-icon-title p {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fefefe;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'Urbanist';
}




/* ============================================================
 * スライダー
 * ============================================================ */

/*
.slider:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    right: 2vw;
    bottom: 0;
    background-image: url(/wp-content/uploads/2025/08/bdnw01.png);
    background-size: 100%;
}
*/

.slider:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -25vw;
    background-image: url(/wp-content/uploads/2025/07/wv06.png);
    background-size: 100%;
    background-repeat: no-repeat;
}


/* ============================================================
 * お知らせ
 * ============================================================ */

section#news {
    background-image: url(/wp-content/uploads/2025/08/wd01-02.png), linear-gradient(to bottom, transparent 0%, #d6eaea 100%);
    background-size: 90%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: -50% 100%, 0 0;
    padding-bottom: 200px;
    position: relative;
}

section#news:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-image: url(/wp-content/uploads/2025/08/bdnw01.png);
    background-size: 100%;
    bottom: 1vw;
    right: 2vw;
}

.news-list03 li .news-cat a {
    padding: 3px 8px;
    font-weight: 400;
    color: #fefefe;
    background-color: #f7bd40;
	border: none;
    border-radius: 3px;
}

.news-list03 li .news-cat a:hover {
  background-color: #ffdd96;
  color: #fefefe;
}

.news-list03 li .news-img img {
    border-radius: 5px;
}

.news-list03 li .date {
    font-family: "Urbanist", sans-serif !important;
    color: #888;
}

p.news-txt a {
    color: #666;
    font-weight: 500;
}

.button-54 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin-left: auto;
    padding: 0;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    color: #020659;
    font-size: 1.5rem;
	transition: .2s !important;
}

.button-54:hover {
	color: #020659 !important;
}

.button-54::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #020659;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-54:hover::after {
    transform: translateY(-50%) translateX(25%) scaleX(1.2);
}

.concTxt {
    width: 40%;
    margin-left: 19vw;
    background-color: #d6eaea;
    position: relative;
    z-index: 5;
    padding: 20px;
    bottom: 0;
    border-radius: 0 3px 0 0;
}

.concTxt p {
    font-size: 1.4rem;
    color: #888;
    font-weight: 400;
}

.concImg {
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 2vw;
    margin-right: 20vw;
}

.conceptBox {
    position: relative;
    display: flex;
}

.concImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 3px;
}



.concTxt {
    width: 40%;
    margin-left: 19vw;
    background-color: #d6eaea;
    position: relative;
    z-index: 5;
    padding: 20px;
    bottom: 0;
    border-radius: 0 3px 0 0;
}

.concTxt p {
    font-size: 1.4rem;
    color: #888;
    font-weight: 400;
}

.concImg {
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 2vw;
    margin-right: 20vw;
}

.conceptBox {
    position: relative;
    display: flex;
}

.concImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 3px;
}





/* ============================================================
 * コンセプト
 * ============================================================ */

section#concept {
    background-color: #d6eaea;
    padding-top: 200px;
    padding-bottom: 75px;
}


.concept01Box.flex {
    position: relative;
    width: 100%;
    align-items: end;
}

.conc01Txt {
    width: 60%;
    z-index: 5;
    background-color: #d6eaea;
    padding: 20px 30px;
    border-radius: 0 3px 0 0;
}

.conc01Txt p {
    font-size: 1.4rem;
    color: #666;
}

.conc01Img {
    width: 45%;
    position: absolute;
    right: 0;
}

.conc01Img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 3px;
}





.concept02Box.flex {
    position: relative;
    width: 100%;
    align-items: center;
}

.conc02Txt {
    width: 60%;
    z-index: 5;
    background-color: #d6eaea;
    padding: 20px 30px;
    border-radius: 0 0 0 3px;
    position: absolute;
    right: 0;
    top: 0;
}

.conc02Txt p {
    font-size: 1.4rem;
    color: #666;
}

.conc02Img {
    width: 45%;
    position: relative;
    left: 0;
}

.conc02Img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 3px;
}

span.name {
    margin-top: 15px;
    display: block;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 500;
    color: #040dbe;
    text-shadow: 3px 2px #b0cfcf;
}




/* ============================================================
 * メニュー
 * ============================================================ */

section#menu {
    background-image: linear-gradient(to bottom, #d6eaea 0%, transparent 100%), url(/wp-content/uploads/2025/08/wd03.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, 100%;
    background-position: 0 0, 50% 70%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

/*
section#menu:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 35%;
    background-color: #d7ebeb;
    z-index: -1;
    left: 0;
    top: 30%;
}
*/

.detailsBox {
    margin-top: 75px;
}

.tab-panel-a .tab {
    display: flex;
    align-items: center;
    width: 30%;
	height: 100%;
    border-radius: 3px;
    padding: 5px 15px;
    font-weight: 400;
    color: #999;
    background-color: #d5e4e4;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.tab-panel-a .tab-group {
    gap: 15px 0;
    align-items: center;
}


.tab-panel-a .tab.is-active, .tab-panel-a .tab:hover {
    background-color: #020659;
    color: #fefefe;
}

.menuList dt {
    width: 30%;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    font-size: 1.4rem;
    color: #020659;
}

.menuList dd {
    width: 70%;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    font-size: 1.4rem;
    color: #666;
}



/* ============================================================
 * Q&A
 * ============================================================ */

section#faq {
    background-image: url(/wp-content/uploads/2025/08/wd02-02.png),linear-gradient(to bottom, transparent 0%, #d6eaea 100%);
    background-size: 90%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: 150% 100%, 0 0;
    padding-bottom: 300px;
    position: relative;
}

section#faq:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    bottom: 0;
    left: 2vw;
    background-image: url(/wp-content/uploads/2025/08/bdnw01.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.plus {
    display: inline-block;
    vertical-align: .3em;
    color: #2c70db;
    line-height: 1;
    width: 1em;
    height: 3px;
    background: currentColor;
    border-radius: 0;
    position: relative;
	margin-left: 10px;
}

.plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.plus.active:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

p.faq-a {
    display: none;
}

.faq-q {
    margin-bottom: 0;
    padding: 5px 5px 5px 40px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    font-size: 1.4rem;
    color: #666;
    background-image: url(/wp-content/uploads/2025/07/faq-q.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

.faq-a {
	margin-bottom: 0;
    padding: 5px 5px 5px 40px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    font-size: 1.4rem;
    color: #666;
    background-image: url(/wp-content/uploads/2025/07/faq-a.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

ul.com-faq01-list li:last-of-type .faq-a {
    border-bottom: 1px solid #ccc;
}




/* ============================================================
 * ギャラリー
 * ============================================================ */

section#gallery {
    background-color: #d6eaea;
    padding-top: 0;
}

.gallery-swiper {
  width: 100%;
  overflow: hidden;
}

.gallery-swiper .swiper-slide {
	width: auto;
	aspect-ratio: 1 / 1;
	border-radius: 9999px;
	overflow: hidden;
}

.gallery-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 9999px;
}




/* ============================================================
 * 店舗概要
 * ============================================================ */

section#overview {
  position: relative;
  overflow: hidden;
}

section#overview::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(80, 130, 180, 0.6), rgba(120, 160, 180, 0.6)), url(/wp-content/uploads/2025/07/2231082_m.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  filter: blur(2px);
  z-index: 0;
}

section#overview > * {
  position: relative;
  z-index: 1;
}

.bginn {
    background-color: #fefefeaa;
    padding: 100px 0;
    width: 90%;
    margin: auto;
    border-radius: 10px;
}

.ovframe {
    width: 100%;
    padding: 0 10vw;
}

.bginn .hlBox {
    margin-left: 100px;
}

.ovItems {
    width: 45%;
}

.ovItems .h3type01 {
    width: 100%;
}

.ovItems .h3type01:after {
    border-top: 1px solid #afafca;
}

.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
 
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}



/* ============================================================
 * お問い合わせ
 * ============================================================ */

.slImtes {
    width: 40%;
}

.SNSLinksBox.flex {
    margin-bottom: 50px;
    justify-content: space-evenly;
    gap: 20px 3px;
}

.bnrImg a:hover {
    transform: translateY(-15px);
    filter: brightness(1.05);
}

.bnrImg a {
    transition: .3s;
    display: block;
}

.snsiconImg a:hover {
    transform: translateY(-15px);
    filter: brightness(1.15);
}

.snsiconImg a {
    transition: .3s;
    display: block;
}

.contact-form01 tbody {
    border: none;
}

.contact-form01 th {
    font-size: 1.4rem;
    width: 30%;
    vertical-align: middle;
    padding: 10px 15px;
    background-color: transparent;
    border-bottom: 1px solid #d1dee8;
    color: #020659;
    font-weight: 700;
}

.required {
    padding: 2px 10px;
    color: #f3f3f3;
    background-color: #f7bd40;
    font-size: 1rem;
    border-radius: 3px;
    font-weight: 700;
    margin-left: 10px;
}

input[type="radio"]:checked:before {
    background: #f7bd40;
}

input[type="text"], textarea, input[type="email"], input[type="tel"] {
    font-family: 'Zen Kaku Gothic New';
	background-color: #fefefe;
}

input[type="checkbox"]:checked {
    background: #f7bd40;
}

input[type="submit"]:hover, input[type="button"]:hover {
    color: #020659;
    background: #fefefe;
}

input[type="submit"], input[type="button"] {
    padding: 10px 15px;
    background: #020659;
    color: #fefefe;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    width: 300px;
    margin: 0 auto;
    border: 1px solid #020659;
    margin: 0 auto;
    border-radius: 3px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 400;
}





/* ============================================================
 * フッター
 * ============================================================ */

.footer {
  position: relative;
  background-color: #2c70db;
  padding: 100px 0 15px;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/uploads/2025/09/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(1.1); /* モノクロ＋わずかに明るく */
  z-index: 0;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background-color: rgba(44, 112, 219, 0.45);*/ /* 青をやや濃く（不透明度0.45） */
  mix-blend-mode: overlay;
  z-index: 1;
}

.footer > * {
  position: relative;
  z-index: 2;
}

.footer-logo {
    padding-bottom: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 25px;
}

.footer-address p, .footer-address a {
    color: #020659;
}

.footer-menu-title {
    background-color: transparent;
    color: #020659;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    font-family: "Urbanist", sans-serif !important;
}

.footer-menu > li > a {
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6dc;
    display: block;
}

.footer-menu a {
    color: #020659;
    font-size: 1.6rem;
}

.o-hover img {
    width: 150px;
}

.sns-icon-title p {
    font-size: 2rem;
    font-weight: 700;
    color: #fefefe;
    margin-bottom: 0;
    font-family: 'Urbanist' !important;
    font-weight: 300;
    text-shadow: 1px 2px #00000090;
}

.footer-menu > li > a {
    font-size: 1.4rem;
}

.footer-address .name {
    font-size: 1.4rem;
}

.footer-address p, .footer-address a {
    color: #020659;
    font-size: 1.4rem;
}




/* ============================================================
 * post common
 * ============================================================ */

.archive-info-img.o-hover img {
    width: 100%;
    border-radius: 3px;
}

.sidebar h3 {
    font-size: 1.6rem;
    padding: 0;
    color: #fefefe;
    text-align: center;
    padding: 5px 10px;
    background-color: #171a64;
    font-weight: 400;
    letter-spacing: 0.1em;
    border-radius: 3px;
}

.side-box li, .widget_archive li {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.side-box li a, .widget_archive li a {
    font-size: 1.4rem;
    color: #666;
}



/* ============================================================
 * アーカイブ
 * ============================================================ */

body.archive {
    background-color: #E6F2F2;
}

.archive-info-cat a {
	padding: 3px 8px;
    font-weight: 400;
    color: #fefefe;
    background-color: #f7bd40;
    border: none;
    border-radius: 3px;
}

.archive-info-cat a:hover {
    background-color: #ffdd96;
    color: #fefefe;
}

.archive-time-cat time {
    font-family: "Urbanist", sans-serif !important;
    color: #888;
}

.archive-info-title {
    color: #666;
}

.archive-info-title a {
	font-size: 1.6rem;
}



/* ============================================================
 * シングルポスト
 * ============================================================ */

.single-post {
    background-color: #E6F2F2;
}

.single-info-date-cat time {
    margin-right: 10px;
    font-family: "Urbanist", sans-serif !important;
    color: #888;
}

.single-info-date-cat span a {
    padding: 3px 8px;
    font-weight: 400;
    color: #fefefe;
    background-color: #f7bd40;
    border: none;
    border-radius: 3px;
}

.single-info-date-cat span a:hover {
    background-color: #ffdd96;
    color: #fefefe;
}

.single-info-title {
    color: #171a64;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-info-catch-img img {
    border-radius: 3px;
}

.page-nav > div {
    background-color: #fefefe;
    border-radius: 3px;
}

#breadcrumbs ul li a, #breadcrumbs ul li {
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
}


.sub-header-txt {
    padding: 5px 25px;
    color: #171a64;
    line-height: 1.5em;
    font-size: 3rem;
    font-weight: 400;
    font-family: 'Zen Kaku Gothic New' !important;
    background-color: #e3e3e780;
    border-left: 3px solid #171a64;
}




.footer-logo.o-hover img {
    border-radius: 3px;
    display: block;
    width: 250px;
}

.sbi_inner_wrap {
    border-radius: 3px;
}

dl.menuList.flex {
    margin-bottom: 20px;
}




/*
.header-content02 {
    padding: 15px 0 15px;
    background-color: #171a64;
    background-image: url(/wp-content/uploads/2025/08/32303302_m.jpg);
    background-position: center;
    background-size: 100%;
}

.sp-header02 {
    background-color: #020659;
    padding: 0;
    background-image: url(/wp-content/uploads/2025/08/32303302_m.jpg);
    background-position: center;
    background-size: 100%;
}

.mobile-logo {
    background-color: #97c8ff;
    padding: 0;
}
*/

#mobile-nav {
    background-color: #192231;
}

.n2-ss-slider .n2-ss-shape-divider-bottom {
    bottom: -5px;
}

.o-hover img {
    display: none;
}

.header-content02 {
    padding: 50px 0 15px;
}


/*slider 風のイメージの表示ON-OFF*/

.slider:after {
    background-size: 0;
}