@charset "UTF-8";

/* --------mv------------------------------- */
.mv {
    width: 100%;
    height: 100vh;
    background-image: url(../images/top-mv.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* --------news------------------------------- */
.news {
    padding-top: 80px;
    padding-bottom: 135px;
    background: url(../images/back-news.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
    .news {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

/* .CMS-NEWS-INDEX {
    margin-top: 50px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.CMS-NEWS-ITEM {
    padding: 30px;
}

.CMS-NEWS-ITEM:not(:last-of-type) {
    border-bottom: 1px dashed #000000;
}

.CMS-NEWS-ITEM a {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-ITEM a {
        flex-direction: column;
        align-items: start;
    }
}

.CMS-NEWS-TIME {
    flex: 1;
    color: #000000;
}

.CMS-NEWS-LINK {
    flex: 2;
    color: #000000;
}

.CMS-NEWS-MORE-READ {
    display: none;
} */






/* --------concept------------------------------- */
.concept {
    position: relative;
    padding-top: 90px;
    padding-bottom: 80px;
    background: url(../images/back-concept.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
    .concept {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


.concept__inner {
    position: relative;
    z-index: 3;
}

.concept-content__inner::after {
    position: absolute;
    left: -11.5rem;
    bottom: -1rem;
    z-index: 3;
    width: 37vw;
    max-width: 300px;
    height: 22rem;
    background-image: url(../images/deco-concept2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
@media screen and (max-width: 768px) {
    .concept-content__inner::after {
        content: none;
    }
}

.concept-content__inner::before {
    position: absolute;
    right: -12.5rem;
    top: -1rem;
    z-index: 4;
    width: 37vw;
    max-width: 300px;
    height: 22rem;
    background-image: url(../images/deco-concept1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
@media screen and (max-width: 768px) {
    .concept-content__inner::before {
        content: none;
    }
}

.concept__content {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #ffffff;
}
.concept__content::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    border: 1px solid #eafff7;
    border-radius: 2px;

    box-shadow:
        /* 内側 少し広げる */
        inset 0 0 12px rgba(62, 215, 183, 0.38),
        inset 0 0 24px rgba(31, 175, 149, 0.24),

        /* 外側 広がりUP */
        0 0 12px rgba(62, 215, 183, 0.50),
        0 0 24px rgba(31, 175, 149, 0.30),
        0 0 36px rgba(31, 175, 149, 0.18);

    filter: blur(.3px);
}

.concept-content__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    width: 78%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 90px;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .concept-content__inner {
        padding-top: 20px;
        padding-bottom: 65px;
        width: 90%;
    }
}

.concept-content__text {
    line-height: 2.25;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
    .concept__heading br {
        display: none;
    }
}







/* --------concept2------------------------------- */
.concept2 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(../images/back-cast.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
    .concept2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


.concept2__inner {
    position: relative;
    z-index: 3;
}
.concept2__wrap {
    display: flex;
    justify-content: space-between;
    gap: min(4.5vw, 4rem);
}
.concept2__wrap > div {
    flex: 1;
}
@media screen and (max-width: 768px) {
    .concept2__wrap {
        flex-direction: column;
        gap: 2rem;
    }
}


.concept2__content {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #71e6aa;
}
.concept2__content:nth-of-type(1) {
    background: url(../images/back-cast2.jpg) no-repeat center top / cover;
}
.concept2__content:nth-of-type(2) {
    background: url(../images/back-cast3.jpg) no-repeat center top / cover;
}

.concept2-content__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    width: 80%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 70px;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .concept2-content__inner {
        padding-top: 20px;
        padding-bottom: 65px;
        width: 85%;
    }
}
.concept2 h3 {
    font-size: min(6.5vw, 4rem);
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    color: #71e6aa;
    letter-spacing: 0.2rem;
}

.concept2-content__text {
    font-size: 1.1rem;
    /* font-weight: bold; */
    line-height: 2;
    text-align: left;
    margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
    .concept2-content__text br {
        /* display: none; */
    }
}
@media screen and (max-width: 768px) {
    .concept2 h3 {
        font-size: 3rem;
        font-weight: bold;
        font-family: "Oswald", sans-serif;
        color: #71e6aa;
        letter-spacing: 0.2rem;
    }
}














/* --------menu------------------------------- */
.menu {
    padding-top: 70px;
    padding-bottom: 300px;
    background: url(../images/back-manu.jpg) no-repeat center top / cover;
    position: relative;
}
@media screen and (max-width: 768px) {
    .menu {
        padding-top: 20px;
        padding-bottom: 170px;
    }
}

.menu::before {
    content: "";
    background: url(../images/deco-menu.png) no-repeat center top / 100% 260px;
    width: 100vw;
    height: 260px;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 2rem;
    left: 0;
}
.menu::after {
    content: "";
    background: url(../images/deco-menu.png) no-repeat center top / 100% 260px;
    width: 100vw;
    height: 260px;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: 2rem;
    left: 0;
}
@media screen and (max-width: 768px) {
    .menu::before {
        content: "";
        background: url(../images/deco-menu.png) no-repeat center top / 100% 90px;
        width: 100vw;
        height: 90px;
        /* aspect-ratio: 293/95; */
        position: absolute;
        top: 4rem;
        left: 0;
    }
    .menu::after {
        content: "";
        background: url(../images/deco-menu.png) no-repeat center top / 100% 90px;
        width: 100vw;
        height: 90px;
        /* aspect-ratio: 293/95; */
        position: absolute;
        bottom: 4rem;
        left: 0;
    }
}


.menu h2 {
    font-size: 9.8rem;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
}

.menu__content {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .menu h2 {
        text-align: center;
        font-size: 6.5rem;
        margin-bottom: 0rem;
    }

    .menu__content {
        flex-direction: column;
    }
}

.course .menu__content {
    margin-bottom: 0vw;
}
.food .menu__content {
    margin-bottom: 8vw;
}
@media screen and (min-width: 1440px) {
    .course .menu__content {
        margin-bottom: 10rem;
    }
    .food .menu__content {
        margin-bottom: 7rem;
    }
}
@media screen and (max-width: 1100px) {
    .course .menu__content {
        margin-bottom: -5vw;
    }
}
@media screen and (max-width: 768px) {
    .course .menu__content {
        margin-bottom: -3.5rem;
    }
    .food .menu__content {
        margin-bottom: 5rem;
    }
}

.menu__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    row-gap: 00.5rem;
    width: 45%;
}
@media screen and (max-width: 1195px) {
    .menu__body {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .menu__body {
        align-items: center;
        width: 100%;
    }
}

.menu .section__title {
    margin-left: -2.5rem;
}
@media screen and (max-width: 768px) {
    .menu .section__title {
        margin-left: 0;
    }
}


.menu__heading {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: .2em;
    color: #71e6aa;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 1000px) {
    .menu__heading br {
        display: none;
    }

}
@media screen and (max-width: 768px) {
    .menu__heading {
        font-size: 20px;
    }
}
@media screen and (max-width: 450px) {
    .menu__heading {
        font-size: 4.2vw;
    }
}
.menu__text {
    line-height: 2.25;
}

.menu__img {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 45%;
}

@media screen and (max-width: 768px) {
    .menu__img {
        width: 100%;
        margin-top: 30px;
    }
}

.menu__img img {
    display: block;
    width: 100%;
    height: auto;
}
.menu__img img {
    margin-top: 2rem;
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.37) translateX(12%);
    transform-origin: center;
}
.menu__img.type2 img {
    margin-top: 2rem;
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.37) translateX(-12%);
    transform-origin: center;
}
@media screen and (max-width: 1439px) {
    .menu__img img {
        margin-top: 2rem;
        transform: scale(1.2) translateX(8%);
    }
    .menu__img.type2 img {
        margin-top: 3rem;
        transform: scale(1.2) translateX(-8%);
    }
}
@media screen and (max-width: 1345px) {
    .menu__img img {
        margin-top: 3rem;
        transform: scale(1.1) translateX(4%);
    }
    .menu__img.type2 img {
        margin-top: 4rem;
        transform: scale(1.1) translateX(-4%);
    }
}
@media screen and (max-width: 1195px) {
    .menu__img img {
        margin-top: 4rem;
        transform: scale(1) translateX(0%);
    }
    .menu__img.type2 img {
        margin-top: 5rem;
        transform: scale(1) translateX(0%);
    }
}
@media screen and (max-width: 768px) {
    .menu__img img {
        margin-top: 0rem;
    }
    .menu__img.type2 img {
        margin-top: 0rem;
    }
}


.menu__content--reverse {
    display: flex;
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .menu__content--reverse {
        flex-direction: column;
    }
}

/* --------food------------------------------- */
.food {
    margin-top: 80px;
}

/* --------drink------------------------------- */
.drink {
    position: relative;
    width: 100vw;
    margin-top: 200px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../images/bg-menu02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .drink {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.drink::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: "";
}

.menu__content.menu__content--drink {
    flex-direction: row-reverse;
    align-items: center;
    row-gap: 30px;
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .menu__content.menu__content--drink {
        flex-direction: column;
    }
}

.menu__content.menu__content--drink .menu__body {
    align-items: center;
    row-gap: 15px;
}

.menu__content.menu__content--drink .menu__body {
    align-items: center;
    row-gap: 15px;
}

.menu__content.menu__content--drink .section__title--illumi.section__title--illumi--flex {
    flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
    .menu__content.menu__content--drink .section__title--illumi.section__title--illumi--flex {
        flex-direction: column;
    }
}

.menu__content.menu__content--drink .menu__img img {
    height: 400px;
}







/* --------menu2------------------------------- */
.menu2 {
    padding-top: 70px;
    padding-bottom: 110px;
    background: url(../images/back-recruit.jpg) no-repeat center top / cover;
    position: relative;
}
@media screen and (max-width: 768px) {
    .menu2 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

.menu2__content {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {

    .menu2__content {
        flex-direction: column;
    }
}


.menu2__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    row-gap: 00.5rem;
    width: 45%;
}
@media screen and (max-width: 1195px) {
    .menu2__body {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .menu2__body {
        align-items: center;
        width: 100%;
    }
}

.menu2 .section__title {
    margin-left: -2.5rem;
}
@media screen and (max-width: 768px) {
    .menu2 .section__title {
        margin-left: 0;
    }
}

.menu2__text {
    line-height: 2.0;
    margin-bottom: 3.5rem;
}

.menu2__img {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 45%;
}

@media screen and (max-width: 768px) {
    .menu2__text {
        margin-bottom: 2.5rem;
    }
    .menu2__img {
        width: 100%;
        margin-top: 30px;
    }
}

.menu2__img img {
    display: block;
    width: 100%;
    height: auto;
}
.menu2__img img {
    margin-top: 2rem;
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.37) translateX(12%);
    transform-origin: center;
}
@media screen and (max-width: 1439px) {
    .menu2__img img {
        margin-top: 2rem;
        transform: scale(1.2) translateX(8%);
    }
}
@media screen and (max-width: 1345px) {
    .menu2__img img {
        margin-top: 3rem;
        transform: scale(1.1) translateX(4%);
    }
}
@media screen and (max-width: 1195px) {
    .menu2__img img {
        margin-top: 4rem;
        transform: scale(1) translateX(0%);
    }
}
@media screen and (max-width: 768px) {
    .menu2__img img {
        margin-top: 0rem;
    }
}






/* --------gallery------------------------------- */
.gallery {
    padding-top: 80px;
    padding-bottom: 100px;
    background: url(../images/back-gallery.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
    .gallery {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

.gallery__content {
    display: flex;
    justify-content: space-between;
         column-gap: 2.94vw;
    margin-top: 40px;
    padding: 0 20px;

    -moz-column-gap: 2.94vw;
}
@media screen and (max-width: 768px) {
    .gallery__content {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 0;

        gap: 20px;
    }
}
.gallery-content__img:nth-child(even) {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .gallery-content__img {
        width: 25%;
    }
    .gallery-content__img img {
        height: 31.55vw;
    }
}

@media screen and (max-width: 768px) {
    .gallery-content__img:nth-child(even) {
        margin-top: 0;
    }
}

.gallery__link {
    margin-top: 80px;
}

/* --------access------------------------------- */
.access {
    position: relative;
    padding: 90px 0 140px 0;
    /* padding-top: 90px;
    padding-bottom: 140px; */
    background: url(../images/back-access.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
    .access {
        padding: 40px 0 60px 0;
        /* padding-top: 40px;
        padding-bottom: 60px; */
    }
}

.access::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: "";
}

.access .section__title--illumi {
    text-align: center;
}
.access .inner {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
    .access .inner {
        padding: 0 20px;
    }
}

.access__content {
    max-width: 1260px;
    margin: 0 auto 8rem auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;

    /* margin-left: auto; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-direction: row-reverse;  
    justify-content: flex-start;   */
    gap: 2rem;
    /* align-items: center; */
    margin-top: 50px;
}
/* @media screen and (max-width: 768px) {
    .access__content {
        margin-top: 0;
        gap: 2rem;
        flex-direction: column-reverse;
    }
} */

.access__content>* {
	width: 48%;
}

@media screen and (max-width: 767px) {
	.access__content {
		width: 100%;
		margin: 0 auto 4rem auto;
		display: block;
	}

	.access__content>* {
		width: 100%;
	}
}


/* .access-content__body {
    width: 55%;
} */
.access-content__body img {
    width: 100%;
	height: auto;
}

/* @media screen and (max-width: 768px) {
    .access-content__body {
        width: 100%;
        margin-top: 40px;
    }
} */

.access-content__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}

.access-content__title--main {
    font-size: 30px;
    text-transform: uppercase;
}

.access-content__title--sub {
    font-size: 20px;
}

.section__link.access__link {
    margin-top: 124px;
}
@media screen and (max-width: 768px) {
    .section__link.access__link {
        margin-top: 60px;
    }
}

/* detail */
dl.access__list {
	display: flex;
	flex-wrap: wrap;
}
dl.access__list dt {
	width: 25%;
	white-space: nowrap;
}
dl.access__list dd {
	width: 75%;
}
dl.access__list dd a {
	color: #fff;
}
dl.access__list dt:last-of-type,
dl.access__list dd:last-of-type {
	border-bottom: none;
}
dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
dl.wt dt,
dl.wt dd {
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
@media screen and (max-width: 767px) {
	dl.access__list {
		display: block;
	}
	dl.access__list dt {
		padding: 1.5rem 0 0 0;
		width: 100%;
	}
	dl.access__list dd {
		padding: 0 0 1.5rem 0;
		width: 100%;
	}
	dl.bk dt {
		border-bottom: none;
	}
	dl.wt dt {
		border-bottom: none;
	}
}

/* .access__list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 45%; */
    /* margin-top: 30px; */
    /* border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9; */
/* } */
/* @media screen and (max-width: 768px) {
    .access__list {
        width: 100%;
    }
} */

/* .access__list::before {
    position: absolute;
    top: 0;
    width: 33.3%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    content: "";
}
@media screen and (max-width: 768px) {
    .access__list::before {
        display: none;
    }
} */

.access-item {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 25px 35px;
}

.access-item:not(:nth-last-of-type(2)) {
    border-bottom: 1px solid #b9b9b9;
}
@media screen and (max-width: 768px) {
    .access-item {
        padding: 0 25px 25px;
       flex-direction: column;
    }
}

.access-item {
    margin-top: 23px;
}

.access-item__title, .access-item__content {
    line-height: 2.25;
}

.access-item__title {
    flex: 1;
    text-transform: uppercase;
}

.access-item__content {
    flex: 2;
}

.section-link.access-content__link {
    margin-top: 80px;
}

.access-item__content a {
    color: #ffffff;
}

.access .section__link {
    margin-top: 3rem;
}
@media screen and (max-width: 768px) {
    .access .section__link.left {
        margin-top: 1rem;
    }
}

.access__map {
    width: 100%;
    height: 400px;
}
.access__map.gray iframe {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.access__map.gray iframe:hover {
  filter: grayscale(0%);
}

@media screen and (max-width: 768px) {
    .access__map {
        height: 300px;
    }
}
.access__map iframe {
    width: 100%;
    height: 100%;
}

/* --------instagram------------------------------- */
.instagram {
    padding-top: 80px;
    padding-bottom: 160px;
    background: url(../images/back-insta.jpg) no-repeat center top / cover;
}
.instagram .section__title {
    height: 11rem;
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
    .instagram {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .instagram .section__title {
        height: 9.3rem;
        margin-bottom: 1.5rem;
    }
}
@media screen and (max-width: 420px) {
    .instagram .section__title {
        height: 7.8rem;
        margin-bottom: 1.5rem;
    }
}

.top_sns_share {
    margin-top: 0;
}


/* --------共通------------------------------- */
.inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --------タイトル----------- */
.section__title {
    position: relative;
    text-align: center;
    height: 9.5rem;
}
.section__title img {
    height: 100%;
    width: auto;
}
@media screen and (max-width: 768px) {
    .section__title {
        height: 8.5rem;
    }
}


.section-title__text--main {
    position: relative;
    color: #000000;
    font-weight: bold;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .section-title__text--main {
        font-size: 30px;
    }
}

.section-title__text--sub {
    color: #000000;
}

.section-title__text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
         column-gap: 20px;

    -moz-column-gap: 20px;
}

.section-title__text-wrapper span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000000;
}


/* --------タイトルイルミ----------- */
.section__title--illumi--main {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 5px #6ea2a2, 0 0 10px #6ea2a2, 0 0 20px #6ea2a2, 0 0 30px #6ea2a2;
}
@media screen and (max-width: 768px) {
    .section__title--illumi--main {
        font-size: 30px;
    }
}

.section__title--illumi.section__title--illumi--flex {
    display: flex;
    align-items: center;
         column-gap: 35px;

    -moz-column-gap: 35px;
}
@media screen and (max-width: 1024px) {
    .section__title--illumi.section__title--illumi--flex {
        flex-direction: column;
    }
}

/* --------heading----------- */
.section__heading {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.667;
    letter-spacing: .1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .section__heading {
    }
}
@media screen and (max-width: 450px) {
    .section__heading {
    }
}

/* --------ボタン----------- */
.section__link {
    width:  13.6rem;
    margin: 0 auto;
}
.section__link.left {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .section__link.left {
        margin: 0 auto;
    }
}







/*  ----------------------------------------------------------

gallery

----------------------------------------------------------  */

#loopslider {
    position: relative;
    width: 100%;
    height: 222px;
    margin: 2.5rem auto 5rem auto;
    overflow: hidden;
    text-align: left;
}

#loopslider ul {
    display: inline;
    float: left;
    height: 222px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

#loopslider ul li {
    display: inline;
    float: left;
    width: 283px;
    height: 222px;
    overflow: hidden;
}
#loopslider ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

#loopslider img {
    height: 222px;
    /* margin: 0 1rem; */

    object-fit: cover;
}

@media screen and (max-width: 768px) {

    #loopslider {
        height: 160px;
        margin: 2rem auto 4rem auto;
    }

    #loopslider ul {
        height: 160px;
    }

    #loopslider ul li {
        width: 204px;
        height: 160px;
    }

    #loopslider img {
        height: 160px;
    }
}



