@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;
    position: initial;
}

/* --------news------------------------------- */
.news {
    background-image: url(../images/bg-news.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 20px 148px;
}
.news h2 {
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .news {
        padding-top: 80px;
        padding-bottom: 140px;
    }
    
}

.CMS-NEWS-INDEX {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 60px;
	max-width: 1012px;
	margin: auto;
}

.CMS-NEWS-INDEX img {
	width: 100%;
	height: 12.5rem;
    object-fit: cover;
}

.CMS-NEWS-INDEX a {
	text-decoration: none;
}

.news .CMS-NEWS-INDEX {
	padding-bottom: 0;
}

.CMS-NEWS-INDEX > * {
	width: 31.7%;
    margin-right: 2.4%;
	margin-bottom: 40px;
}

.CMS-NEWS-INDEX > *:nth-of-type(3n) {
	margin-right: 0;
}

.CMS-NEWS-TITLE {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 30px;
	padding: 10px 0 12px 0;
	position: relative;
	font-weight: bold;
}

.CMS-NEWS-TITLE:after {
	border-bottom: solid 3px #da1209;
	bottom: -3px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}

.CMS-NEWS-CONTENT img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
}

.CMS-NEWS-ITEM a {
	transition: all 0.3s;
	display: block;
	padding: 0 0 2rem;
	/* text-decoration: underline; */
}

.CMS-NEWS-ITEM a:hover {
	opacity: 0.6;
}

.CMS-NEWS-TIME {
	color: #FFF;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #FFF;
	display: block;
    font-size: 14px;
	margin-top: 15px;
}

.CMS-NEWS-LINK {
	display: block;
	line-height: 1.6;
	color: #000;
    padding-top: 0.5rem;
    color: #FFF;
}

.CMS-NEWS-MORE-READ {
	background: #da1209;
	border: none;
	border-radius: 0.2rem;
	text-align: center;
	padding: 2rem 0;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	margin: 4rem auto 0 auto;
	width: 24rem;
	display: block;
	transition: all 0.3s;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	display: none;
}

.CMS-NEWS-MORE-READ:hover {
	cursor: pointer;
	opacity: 0.6;
}

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

.news .btn {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.CMS-NEWS-INDEX {
		display: block;
		padding-bottom: 100px;
		padding: 0px 10% 0 10%;
	}

	.CMS-NEWS-INDEX > * {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.CMS-NEWS-INDEX > *:last-of-type {
		margin-bottom: 0;
	}

	.CMS-NEWS-CONTENT img {
		width: 100%;
	}

	.CMS-NEWS-ITEM a {
		display: block;
	}

	.CMS-NEWS-LINK {
		display: block;
		width: auto;
	}
    .news .section__link a {
        margin-top: 30px;
    }
}


/* --------concept------------------------------- */
.concept {
    position: relative;
    margin-top: -150px;
    padding-top: 90px;
    padding-bottom: 185px;
    background-image: url(../images/bg-concept.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}
.concept h2 {
    width: 272px;
    margin: 0 auto 0px;
}
.concept__heading {
    margin-top: -10px;
}
@media screen and (max-width: 1439px) {
    .concept {
            margin-top: -104px;
        }
}
@media screen and (max-width: 768px) {
    .concept {
        padding-top: 80px;
        padding-bottom: 160px;
    }
}

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

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


.concept__content {
    position: relative;
    width: 100%;
    max-width: 675px;
    margin: 0 auto;
}


.concept-content__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #ffffff;
}

.concept-content__text {
    line-height: 2.25;
    text-align: center;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .concept-content__text {
        text-align: left;
    }
}

/* --------menu------------------------------- */
.menu {
    margin-top: -150px;
    padding-top: 202px;
    padding-bottom: 245px;
    background-image: url(../images/bg-menu.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    position: relative;
}
.menu .section__link a {
    margin: 98px auto 0 0;
}
.menu-deco {
    position: absolute;
    top: -111px;
    left: 167px;
    width: 330px;
}
@media screen and (max-width: 1440px) {
    .menu {
        margin-top: -100px;
    }
}
@media screen and (max-width: 1200px) {
    .menu-deco {
        width: 250px;
        top: -40px;
        left: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .menu {
        margin-top: -120px;
    }
    .menu-deco {
        width: 200px;
        top: -40px;
        left: 40px;
    }
}
@media screen and (max-width: 768px) {
    .menu {
        padding-top: 80px;
        padding-bottom: 80px;
        background-position: top right;
    }
    .menu .section__link a {
        margin: 30px auto 0;
    }
    .menu-deco {
        width: 100px;
        top: 0px;
        left: 20px;
    }
}

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

.menu__body {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 40px;
    width: 36.2%;
    margin-top: 63px;
}
@media screen and (max-width: 1439px) {
    .menu__body {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .menu__body {
        align-items: center;
        width: 100%;
    }
}

.menu__heading {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: .1em;
    font-weight: 500;
}
@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;
    letter-spacing: 0.1em;
}

.menu__img {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 60%;
}
@media screen and (max-width: 1439px) {
    .menu__img {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .menu__img {
        width: 100%;
        margin-top: 30px;
    }
}

.menu__img img {
    display: block;
    width: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.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-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
    .drink {
        padding-bottom: 80px;
    }
}


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

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

/* --------gallery------------------------------- */
.gallery {
    padding-top: 71px;
    padding-bottom: 87px;
    background-image: url(../images/bg-gallery.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery h2 {
    margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
    .gallery {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

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

#loopslider {
  width: 100%;
  height: 219px;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 81px;
}
#loopslider ul {
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
#loopslider ul li {
  width: 301px;
  float: left;
  display: inline;
  overflow: hidden;
}
#loopslider ul li img {
  padding: 0;
  height: 219px;
  object-fit: cover;
}
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#loopslider ul {
  display: inline-block;
  overflow: hidden;
}

/* --------access------------------------------- */
.access {
    position: relative;
    padding: 76px 20px 145px;
    background-image: url(../images/access-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.access-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 714px;
    z-index: 0;
}
@media screen and (max-width: 768px) {
    .access {
        padding-top: 80px;
        padding-bottom: 80px;
        background-image: url(../images/bg-news.jpg);
         background-position: top right;
    }
    .access-deco {
        width: 400px;
    }
}


.access .section__title--illumi {
    text-align: center;
}
.access .inner {
    position: relative;
    z-index: 2;
}

.access__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 1107px;
    max-width: 100%;
    margin: 50px auto 0;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .access__content {
        flex-direction: column-reverse;
    }
}

.access-content__body {
    width: 43.9%;
}
@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: "Josefin Sans", 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: 50px;
}
@media screen and (max-width: 768px) {
    .section__link.access__link {
        margin-top: 60px;
    }
}

.access__list {
    display: flex;
    flex-direction: column;
    position: relative;
}
.access__list_wrap {
    width: 49.9%;
}
@media screen and (max-width: 768px) {
    .access__list {
        width: 100%;
    }
    .access__list_wrap {
        width: 100%;
    }
}
@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 17px;
}

.access-item:not(:last-of-type) {
    border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
    .access-item {
        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__map {
    width: 100%;
    height: 450px;
}
.access .section__link a {
    margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
    .access__map {
        height: 300px;
    }
    .access .section__link a {
    margin:  0 auto ;
    }
}
.access__map iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

/* --------instagram------------------------------- */
.instagram {
    padding-top: 71px;
    padding-bottom: 236px;
    background: #000;
}
@media screen and (max-width: 768px) {
    .instagram {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.top_sns_share {
    margin-top: 32px;
}


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

/* --------タイトル----------- */
.section__title {
    position: relative;
    text-align: center;
}
/*.section__title::after {
    content: "";
    background: url(../images/bg-ttl.png) no-repeat top center /contain;
    width: 137px;
    height: 162px;
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    pointer-events: none;
}*/

.section-title__text--main {
    position: relative;
    color: #000000;
    font-weight: 500;
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    height: 162px;
}
.section-title__text--main img {
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .section-title__text--main {
        font-size: 30px;
        height: 120px;
    }
}

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

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

    -moz-column-gap: 20px;
}

.section-title__text-wrapper span {
    display: inline-block;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

.section__link {
    text-align: center;
}

/* --------タイトルイルミ----------- */
.section__title--illumi--main {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow: 0 0 1px #FFF, 0 0 1px #FFF, 0 0 1px #FFF, 0 0 30px #FFF;
}
@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: 500;
    font-size: 26px;
    line-height: 1.69;
    letter-spacing: .1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .section__heading {
        font-size: 20px;
    }
}
@media screen and (max-width: 450px) {
    .section__heading {
        font-size: 4.2vw;
    }
}

/* --------ボタン----------- */
.section__link {
    width: 100%;
}

.section__link.section__link--left {
    display: flex;
}
@media screen and (max-width: 768px) {
    .section__link.section__link--left {
        justify-content: center;
    }
}

.section__link a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    font-weight: 500;
    width: 215px;
    height: 49.5px;
    background: url(../images/bg-btn.png) no-repeat center / cover;
    font-family: "Oswald", sans-serif;
}
.section__link.blue a {
    background: url(../images/bg-btn-blue.png) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
    .section__link a {
        min-width: 230px;
    }
}


.section__link.section__link--white a {
    border: 1px solid #ffffff;
    background-color: transparent;
}

.section__link.section__link--white a::after {
    background: linear-gradient(to left, #ffffff 50%, #ffffff 50%);
}
@media screen and (max-width: 1024px) {
    .section__link.section__link--white a::after {
        right: -10%;
        width: 25%;
    }
}

.recruit {
    background: #000;
    padding: 69px 20px 97px;
}
.recruit p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(34/18);
    width: max-content;
    max-width: 100%;
    margin: 30px auto 73px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .recruit p {
        font-size: 14px;
    }
}
.CMS-NOT-EDITABLE-AREA {
    height: 100%;
}