@font-face {
  font-family: "A-OTF Shin Go Pro";
  src: url(../font/a-otf-shin-go-pro/AOTFShinGoProRegular.otf);
}
@font-face {
  font-family: "Century Gothic Pro";
  src: url(../font/century-gothic/Century_Gothic_Pro.otf);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  outline: none;
}

br.sp {
	display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
  overflow-wrap: break-word;
  margin: 0;
  font-family: "Yu Mincho", "YuMincho",'游明朝';
}
.gt_switcher_wrapper {
	right: 80px !important;
	width: 150px;
}

#drawer_gray {
	width: 100vw;
	height: 100vw;
	display: none;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	margin: 0;
	z-index:9;
	cursor: pointer;
	opacity: 0.75;
	background-color:gray;
	opacity: 0.9;
}

.open-menu #drawer_gray {
	display: block;
}

.header__nav__item a {
	font-family: "Yu Mincho", "YuMincho",'游明朝';
	font-size: 2rem;
	color: white;
}
.header__nav {
	background-color: black!important;
	color: white!important;
}

.header .menu span.scrolled {
	background-color: white;
}

.header.scrolled {
	background-color: black;
}

ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

.header .menu-close {
	//background: url(../img/common/close_icon2.png) no-repeat center center / 100% 100%!important;
}

.mt-0 img {
	width: 100%;
	max-height: 70rem;
	object-fit: cover;
}

@media(max-width: 795px) {
	.mt-0 img {
        object-fit: cover;
		height: 60rem;
	}
}

body {
  margin: 0;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  color: white;
  background-color: #11100B;
}
body.open-menu {
  overflow: hidden;
}
body.show-modal {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.2s;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

section {
	margin: 6rem auto;
}

@media(max-width: 900px) {

	section {
	  	margin: 20rem auto;
	}
}

section.menu h3 {
	margin: 20px auto;
	text-align: left;
	width: 100%;
}


.recruit__inner > img {
	margin: 0 auto 50px;
    width: 100%;
    max-width: 800px;
}

.recruit__inner > p {
	max-width: 600px;
	margin:0 auto;
	margin-bottom: 7px;
	font-size: 14px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	background-color: #630D1F;
	color: white;
}

table {
  margin:0 auto;
  max-width: 600px;
  width: 100%;
  border-collapse: collapse;
}

@media(max-width:798px) {
	table {
		width: 100%;
	}
	th,td {
		font-size: 12px;
	}
}

th {
	width: 25%;
	min-width: 100px;
	background-color: none;
	color: white;
}
th:not(last-child) {
	border: 1px solid white;
}

td {
	background-color: none;
}

td a {
	color:#B5193D;
	text-decoration: underline;
}
.top-food__item h3, .top-drink__item h3 {
	font-size: 40px;
	margin-bottom: 10px;
	color: #6D5923;
}

.top-food__item h4, .top-drink__item h4 {
	font-size: 22px;
	color: black;
	margin-bottom: 10px;
}

.top-food__items, .top-drink__items {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}

.top-food__items a {
	width: 32%;
	object-fit: cover;
	aspect-ratio: 1/1;
	border: 1px solid #444;
}

.top-food__items img {
	object-fit: cover;
	aspect-ratio: 1/1;
}

@media(max-width: 900px) {
	.top-food__items {
		display: flex!important;
	}

	.top-food__items a {
		width: 48%;
		display: block;
	}
}

.top-food__item, .top-drink__item {
	width: 40%;
	margin-bottom: 15px;
}

.top-food__item p, .top-drink__item p {
	font-size: 20px;
	margin-bottom: 20px;
}

.top-food__gallery, .top-drink__gallery {
	display: flex;
	flex-flow: row;
	justify-content: center;
}

.top-food__gallery img, .top-drink__gallery img {
	width: 20%;
}
@media(max-width: 798px) {
    .top-food__items, .top-drink__items {
        display: block;
    }

    .top-drink__items {
        display: flex;
        flex-flow: column;
        gap: 0;
	margin: 0;
    }

    .top-drink__item:nth-child(1) {
        order: 2;
    }

    .top-drink__item:nth-child(2) {
        order: 1;
    }

    .top-food__item, .top-drink__item {
        width: 100%;
    }
    
    .top-food__gallery, .top-drink__gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:0;
    }
    .top-food__gallery img, .top-drink__gallery img {
        width: 100%;
        height: 100%;
        display: block;
    }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }

}
@media (max-width: 768px) {
  .gt_switcher_wrapper {
        right: 60px !important;
    top: 21px !important;
  }
  .pc {
    display: none !important;
  }
}
.shn {
  font-family: "A-OTF Shin Go Pro", sans-serif;
}

.cey {
  font-family: "Century Gothic Pro", sans-serif;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.inner {
  width: 1070px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.inner .inner {
  max-width: 100%;
}
.inner--fw {
  width: 100%;
}
.inner--sm {
  width: 900px;
}
div.title {
	max-width: 300px;
	margin: 0 auto 30px;
	text-align: center;
  	font-size: 2.5rem!important;
}
div.title span {
	display: block;
	width:  70px;
	border-bottom: 2px solid #911431;
	margin: 0 auto;
	margin-top: -10px;
}

@media(max-width: 900px) {
	div.title {
	}
}

.breadcrumb {
  margin: 10px 0;
}

.breadcrumb ul {
  display: flex;
}
.breadcrumb li {
  text-decoration: underline;
  font-size: 12px;
}

.breadcrumb li span {
  height: 100%;
  line-height: 25px;
}
.breadcrumb li:last-child {
  text-decoration: none;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0.25rem;
  content: "＞";
  text-decoration: none;
}
h2.title {
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 3.5rem;
  text-align: center;
}
h2.title span {
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 1.4rem;
  display: block;
}

h3.title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.page-title {
  font-family: '游明朝';
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 6rem;
}
.page-title span {
  font-size: 2.1rem;
  display: block;
}

.btn {
  color: white;
  margin: 3rem auto;
  font-size: 1.5rem;
  width: 24.8rem;
  max-width: 100%;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: black;
  border: 1px solid #fff;
  font-family: "Times New Roman", Times, serif;
}
.btn--default {
}
.btn--primary {
  width: 40rem;
  height: 7.8rem;
  font-size: 2.6rem;
  background-color: #988557;
  color: #ffffff;
  border: none;
  margin: 0 auto;
}
.btn--back {
  width: 40rem;
  height: 5rem;
  font-size: 2.6rem;
  background-color: #AAAAAA;
  color: #ffffff;
  border: none;
  margin: 0 auto;
}

.pull-c {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-12 {
  margin-top: 12rem;
}

.mt-16 {
  margin-top: 16rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mb-12 {
  margin-bottom: 12rem;
}

.mb-16 {
  margin-bottom: 16rem;
}

@media screen and (max-width: 768px) {
  h2 {
  	2.7rem;
 }
 h2.title {
    font-size: 3rem;
  }
  h2.title span {
    font-size: 1.2rem;
  }
  h3.title {
    font-size: 2.3rem;
    line-height: 1.5;
  }
  .page-title {
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 4rem;
  }
  .page-title span {
    font-size: 1.4rem;
  }
  .mb-12 {
    margin-bottom: 8rem;
  }
  .mt-12 {
    margin-top: 4rem;
  }
  .mb-16 {
    margin-bottom: 10rem;
  }
  .mt-16 {
    margin-top: 10rem;
  }
  .btn--primary {
    height: 6rem;
    font-size: 2rem;
  }
  .btn--back {
    height: 4.5rem;
    font-size: 2rem;
  }
}
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: none;
  color: black;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.header.fade-out {
	opacity:0;
}
.header__inner {
  min-height: 7rem!important;
  margin: 0 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  transition: min-height 0.3s;
}
.header__logo {
	margin: 0 auto;
}
.header__logo > a {
	display: block;
	width: 100%;
	height: 50px;
}
.header__logo img {
	height: 50px!important;
	width: 170px;
	transition: opacity 0.3s ease;
}
.header__nav {
  font-size: 1.4rem;
  font-weight: 400;
  width: 400px!important;
}
.header__nav__items {
  margin-top: -5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem 3.5rem;
  color: white;
}
.header .reservation, .header .sns, .header .menu, .header .menu-close {
	display: flex;
}
.header .reservation a {
	line-height: 4.5rem!important;
	text-align: center;
	width: 300px;
	height: 5rem!important;
	background-color: black!important;
	color: white;
	border: 1px solid white!important;
}
@media(max-width:900px) {
.header__nav__items {
	margin-top: -8rem;
}
}

.reservation a {
}
.scrolled .header__inner {
  min-height: 6rem;
}
.footer hr {
  margin: 3.5rem 0 3rem;
}
.footer__map {
  height: 75rem;
}
.footer__map iframe {
  width: 100%;
  height: 100%;
}
.footer__ctt {
  color: white;
  background-color: #11100B;
  text-align: center;
  padding: 5rem 0 25rem;
}
.footer__logo {
  display: inline-block;
}

.footer__logo img {
	height: 20rem;
	width: 100%;
	object-fit: contain;
}

.footer__info {
  background-color: #11100B;
  line-height: 2;
}
.footer__info .tel {
	font-size: 32px;
	font-weight: normal;
}
.footer__info p {
	color: white;
}
/*
.footer__info p:nth-child(1) {
  font-size: 2.1rem;
}
.footer__info p:nth-child(2) {
  font-size: 4.2rem;
}
.footer__info p:nth-child(3) {
  line-height: 2;
}
*/ 
.footer__info p {
  font-size: 2.1rem;
}

.footer__info .access p{
  font-size: 1.5rem;
}

.footer__nav {
  margin: 3.5rem 0;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 300;
}
.footer__nav__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}
.footer__nav__item {
  border-right: 1px solid #fff;
}
.footer__nav__item:last-child {
  border-right: none;
}
.footer__nav__item a {
  padding: 0 1.5rem;
}
.footer__cpr {
  font-size: 1.1rem;
}
.footer__fixed {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 0.8rem 0;
  background-color: black;
  width: 100%;
}
.footer__gotop {
  position: fixed;
  z-index: 1;
  right: 1rem;
  bottom: -30rem;
  transition: all 1s;
}

.scrolled .footer__gotop {
  bottom: 12rem;
}

.sns__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  margin-top: 10px;
}

.reservation {
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2.5rem;
}
footer .reservation a {
  color: white;
  background-color: #665537!important;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  width: 40%;
  height: 4.5rem;
  border-radius: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.mv {
  position: relative;
  margin-bottom: 0;
}
.mv__img img {
  width: 100%;
  max-width: unset;
  height: 35rem;
  object-fit: cover;
}
.mv__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 5rem;
  margin: 7rem auto;
}
.mv__ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Times New Roman", Times, serif; 
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: white;
  position: absolute;
  width: 90%;
  top: 55%;
  left: 5%;
  transform: translateY(-50%);
  height: 300px;
  line-height: 25rem;
}
.mv__ttl span {
  font-size: 2.1rem;
  display: block;
}

.home .mv__img img {
  min-height: 81.7rem;
}

.page .mv__btn {
  margin: 2rem auto;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40rem;
  max-width: 100%;
}

.visual__ctt1 {
  width: fit-content;
  margin: 0 auto;
}
.visual__ctt1 p {
  font-size: 1.8rem;
}
.visual__items {
  margin-top: 7.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
.visual__item {
  width: calc((100% - 4rem) / 3);
  background-color: #444444;
  color: #fff;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.visual__item__ttl {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}
.visual__item__ttl span {
  font-size: 1.6rem;
  display: block;
}
.visual__item__desc {
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}
.visual__item__detail {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

/*SHOP PHOTOS*/
.shop-photo__items {
	margin-bottom: 50px;
  	display: flex;
  	flex-wrap: wrap;
  	gap:30px;
  	padding:0;
}

.shop-photo__item {
	margin: 0 auto;
  width: calc(25% - 30px);
  box-sizing: border-box;
}

.shop-photo__item img {
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
}

.top_concept__item {
	text-align: center;
}

.top_concept__item h3 {
	font-size: 3.5rem;
	line-height: 1.2;
	margin-top: 6rem;;
	margin-bottom: 2rem;
}

.top_concept__item p {
	font-size: 2rem;
}

.concept p {
	font-family: "Yu Mincho", "YuMincho",'游明朝';
}
.concept__inner {
	width: 910px;
}
.concept__item, .seat__item {
	margin: 0 auto;
	margin-bottom: 8rem;
    text-align: left;
}

.concept__item {
	display: flex;
	flex-flow: row;
	text-align: left;
}

.concept__item:nth-child(even) {
	flex-flow: row-reverse;
}


.concept__item > div {
	margin: 20px;
	margin-top: 0;
}
.concept__item h3, .seat__item h3 {
	text-align: left;
	margin-bottom: 10px;
	font-size: 33px;
	color: white;
}
.concept__item p, .seat__item p {
    font-size: 20px;
	text-align: left;
}

.concept__item img {
	width: 48%;
}

.seat__item h3, .seat__item p {
	text-align: center!important;
}

.seat__item h3 {
	font-size: 4rem!important;
}

.seat__item img {
	aspect-ratio: 10/7;
	width: 65%;
	margin: 0 auto;
}

.seat__item p {
	font-size: 2.5rem!important;
}

@media(max-width:900px) {

.concept__item h3, .seat__item h3 {
	margin: 20px 0;
}

.concept__item p, .seat__item p {
	font-size: 20px;
}

.concept__item img, .seat__item img {
	border: 1px solid #444;
    margin: 0 auto;
    width: 800px;
	height: 500px;
	object-fit: cover;
    object-position: 50% 80%;
}
}

.concept__title {
	margin-bottom: 50px;
}
.concept__title h2 {
	font-size: 4rem;
}
.concept__title p {
	font-size: 2.5rem;
}
.concept__owner {
	width: 100%;
	margin:0 auto;
	margin-bottom: 60px;
}
.concept__owner > img {
	margin-bottom: 30px;
}
.concept__owner img {
	width: 100%;
	height: auto;
	aspect-ratio: 3/ 2;
	object-fit: contain;
}
.concept__profile h3 {
	margin-bottom: 10px;
	font-size: 30px;
	color: black;
}
.concept__owner p {
	margin: 0;
	margin-top: 0;
	font-size: 2rem;
}
.concept__piano img {
	width: 450px;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.concept__piano p {
	margin: 0 20px;
}

.access__inner {
    width: 470px;
    margin:0 auto;
}

.access h3 {
    font-size: 53px;
}

.access__address {
    border-top: 1px solid white;
}

.access__address p {
    margin-top: 10px;
    margin-bottom: 40px;
}

.access__address iframe {
    width: 470px;
    height: 470px;
    margin-bottom: 80px;
}

.access__photos {
    display: flex;
    flex-flow: row;
    justify-content:space-between;
}

.access__photos img {
    width: 48%;   
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media(max-width: 900px ){
    .access__inner {
        width: 100%;
    }
    .access h3 {
        font-size: 40px;
    }
	.access__address p {
		font-size: 23px;
	}
    .access__address iframe {
        width: 100%;
        aspect-ratio: 1 / 1;
        margin-bottom: 40px;
    }
}

.contact__items {
    margin:0 auto;
    width: 464px;
}

.contact__item {
    border:1px solid white;
    color: white;
    text-align: center;
}

.contact__item:not(:last-child) {
    margin-bottom: 70px;
}

.contact__item > p {
    font-size: 30px;
	font-family: Arial;
    background-color: #463B28;
    height: 70px;
    line-height: 70px;
}

.contact__tel a {
    font-size: 53px;
	font-family: Arial;
	font-weight: bold;
}

.contact__tel p {
    font-size: 30px;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
    margin-bottom: 29px;
}

.contact__web a {
    display: block;
    font-size: 36px;
	font-weight: bold;
    color: #977B4B;
    background-color: white;
    width: 407px;
    height: 127px;
    margin:30px auto;
    border-radius: 10px;
    line-height: 1.4;
    padding-top: 10px;
}

.contact__info {
	border: none;
	text-align: center;
	color: white;
}

.contact__info > p {
	background-color: black;
	font-size: 2.2rem;
	height: 40px;
}

@media(max-width: 900px) {
    .contact__items {
        width: 100%;
    }

    .contact__item {
        width: 100%;
    }

    .contact__tel div > p {
        font-size: 20px;
    }

    .contact__tel > p, .contact__web > p {
        font-size: 25px;
        height: 65px;
        line-height: 65px;;
    }

	.contact__tel a {
		font-size: 45px;
	}

    .contact__web a {
        width: 300px;
        font-size: 30px;
        line-height: 1.7;
    }
}

.news .btn {
	margin-top: 50px;
}
.news__title {
  text-align: center;
  margin-bottom: 30px;
}
.news__items {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1rem;
}

.news__item {
	width: 350px;
	border: 1px solid #444;
}

.news__item__content {
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 60px;
}
.news__item__title {
  font-size: 20px;
  padding: 5px 10px;
  background-color: black;
}
.news__item__text {
	padding: 0 20px;
}
.news__item p {
	    padding: 1.5rem 2rem;
}

.news__item a {
	width: 350px;
}

.news__item figure {
	margin: 0;
	height: 348px;
	width: 348px;
	position: relative;
	border-bottom: 1px solid #444;
}

.news__item img {
  margin: 0 auto;
  aspect-ratio: auto;
  width: 100%;
  height: 348px;
  object-fit: contain;
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-detail__ttl {
  margin: 0 auto;
  width: 800px;
  text-align: start;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.news-detail h2, .news-detail h3, .news-detail h4, .news-detail h5, .news-detail h6 {
  font-weight: 400;
}
.news-detail h2 {
  font-size: 2.6rem;
  margin: 2rem 0 1rem;
}
.news-detail h3 {
  font-size: 2.1rem;
  margin: 1rem 0 0.5rem;
}
.news-detail h4, .news-detail h5, .news-detail h6 {
  font-size: 1.8rem;
}
.news-detail p {
  margin: 1rem auto!important;
  width: 800px;
}
@media(max-width: 795px) {

.news-detail p {
	width: 100%;
}

.news-detail__ttl {
	width: 100%;
}
}
.news-detail__ctt .thumbnail {
	height: 600px;
	width: 600px;
	margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: none;
	border: 1px solid #444;
}

.news-detail__ctt p > a {
	text-decoration: underline;
}

.news-detail__ctt img {
  display: block;
  object-fit: contain;
  max-height: 100%;
  min-width: 0!important;
}

.news-white__items {

}
.news-white__item {
  width: 100%;
}
.news-white__item a {
	padding: 10px 0;
	display: block;
	height: auto;
}
.news-white__item__content {
	overflow: hidden;
	text-overflow: ellipsis;
	height:80px;
}
.news-white__item__text {
	padding: 0 15px;
}
.news-white__item:first-child a {
	border-top: 1px solid #999;
}
.news-white__item a {
	border-bottom: 1px solid #999;
}
.news-white__item a > div {
	padding: 0 20px;
}
.news-white__item p {
}
.news-white__item img {
  aspect-ratio: 1.1;
  height:150px;
  width:150px;
  object-fit: cover;
}
.news-detail__ttl {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.news-detail h2, .news-detail h3, .news-detail h4, .news-detail h5, .news-detail h6 {
  font-weight: 400;
}
.news-detail h2 {
  font-size: 2.6rem;
  margin: 2rem 0 1rem;
}
.news-detail h3 {
  font-size: 2.1rem;
  margin: 1rem 0 0.5rem;
}
.news-detail h4, .news-detail h5, .news-detail h6 {
  font-size: 1.8rem;
}
.news-detail p {
  margin: 1rem 0;
}
.news-detail img {
  display: block;
  margin: 2rem auto;
  min-width: 70rem;
}

.menu__photos {
	display: flex;
	flex-flow: row;
	gap:10px;
	margin: 0 auto;
}

.menu__photos img {
	width: 48%;
	aspect-ratio: 1/1;
}

.menu__list {
	margin-bottom: 50px;
}

.menu__list > div {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin-bottom: 20px;
	gap: 10px;
}

.menu__list > div p:first-child {
	width: 75%;
	font-size: 2rem;
}

.menu__list > div p:last-child {
	font-size: 1.8rem;
	width: 30%;
	text-align: right;
}

.menu__list > div span {
	font-size: 14px;
}
.menu__items > :nth-child(3) {
	order: 3;
}

.menu__items > :nth-child(2) {
	order: 2;
}

.menu__course {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid white;
}

.menu__course__text h3 {
	font-size: 44px!important;
	line-height: 1.5;
}

.menu__course__text p {
	font-size: 30px;
}

.menu__items {
	display: block;
}
/*
.menu__items > :nth-child(2) {
	order: 2;
}

.menu__items > :nth-child(3) {
	order: 3;
}
*/

.menu__item {
	width: 100%;
}

.menu__list h3 {
	font-size: 26px;
}

@media(min-width: 1000px) {
.menu__items {
	margin: 0 auto 80px;
	height: 2000px;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	gap: 70px;
}
	.menu__item {
		width: 48%;
	}
	.menu__course {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		padding-bottom: 40px;
		margin-bottom: 40px;
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		border-bottom: 1px solid white;
	}
	.menu__course img{ 
		width: 400px;
		height: 400px;
		aspect-ratio: 1/1;
		object-fit: cover;
	}

	.menu__course__text {
		width: 330px;
	}

	.menu__course__text h3 {
		margin:0!important;
		line-height: 1.5;
		font-size: 44px!important;
	}

	.menu__course__text p { 
		font-size: 30px;
	}

	.menu__course__text span {
		font-size: 18px;
	}
	.menu__items > :nth-child(2) {
		order: 3;
	}

	.menu__items > :nth-child(3) {
		order: 2;
	}
}

.drink h3 {
	margin-bottom: 0;
	font-size: 32px;
	color: #977848;
}

.drink__inner > .drink__item {
	width: 45%;
}

.drink__items {
	margin-bottom: 40px;
}

.drink span {
	display: block;
	width: 100%;
	border: 1px solid #463B28;
	margin-bottom: 40px;
}

.drink__item {
	width: 100%;
	display: flex;
	max-height: 1500px;
	flex-flow: column;
	flex-wrap: wrap;
	gap: 0 90px;
}

.drink__small__items {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	gap: 4%;
}

.drink__item > div {
	margin-bottom: 50px;
	width: 100%;
}

.drink__item h3 {
	margin-bottom: 0;
	font-size: 32px;
	color: #977848;
}

.drink__item h4 { 
	font-size: 26px;
	margin-bottom: 20px;
}

.drink__item h5 {
	font-size: 26px;
	color: white;
}

.drink__item span {
	width: 100%;
}

.drink__item ul {
}

.drink__item li {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin-bottom: 20px;
}

.drink_wine_list {
	width: 100%;
	padding: 5px auto;
	margin: 50px auto 30px;
	font-size: 30px;
	text-align: center;
	border: 1px solid white;
}
.drink__item li p {
	font-size: 1.7rem;
}

.drink__item li p:first-child {
	width: 80%;
}

.drink__item li p:last-child {
	text-align: right;
	width: 40%;
	font-size: 1.7rem;
}

.drink__item div > p {
	font-size: 1.8rem;
	text-align: left;
}

@media(max-width: 1000px) {
	.drink span {
		margin-bottom: 20px;
	}
	.drink__inner > .drink__item {
		width: 100%;
	}

	.drink__item {
		max-height: 100%;
	}

	.drink__small__items {
		display: block;
	}
}

.instagram__inner {
  width: 70rem;
}
.instagram__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.instagram__item {
  width: calc((100% - 3rem) / 3);
  cursor: pointer;
  display: block;
}
.instagram__item.hide {
  display: none;
}
.instagram__modal {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transition: opacity 0.5s;
  display: none;
  opacity: 0;
}
.instagram__modal__inner {
  background-color: #fff;
  width: 45rem;
  max-width: 90%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.instagram__modal__body {
  flex: 1;
  overflow: scroll;
  scrollbar-width: none;
  background-color: #F9F9F9;
}
.instagram__modal__close {
  width: 100%;
  background: #000000;
  color: #FFFFFF;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.instagram__modal__item {
  margin: 3rem 1rem;
  background-color: #fff;
}
.instagram__modal__item:first-child {
  margin-top: 1rem;
}
.instagram__modal__item:last-child {
  margin-bottom: 1rem;
}
.instagram__modal__item img {
  width: 100%;
  max-width: unset;
}
.instagram__modal__item span {
  display: block;
  padding: 1rem;
  color: black;
}

.show-modal .instagram__modal {
  display: block;
  opacity: 1;
}

.instagram #sb_instagram #sbi_load .sbi_load_btn {
  margin: 4rem auto;
  font-size: 1.5rem;
  width: 24.8rem;
  max-width: 100%;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  cursor: pointer;
  border-radius: 3rem;
}

.sbi_loader {
  display: none;
}

.instagram #sb_instagram .sbi_btn_text.sbi_hidden {
  opacity: 1 !important;
}

#sb_instagram .sbi_follow_btn a:active, #sb_instagram #sbi_load .sbi_load_btn:active {
  box-shadow: unset !important;
}

.concept-intro p {
  font-size: 1.8rem;
  font-weight: 300;
}

.feature h2.title {
  text-align: left;
}
.feature h2.title span {
  display: inline-block;
  font-size: 3rem;
}
.feature__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6rem;
}
.feature__item {
  width: calc((100% - 12rem) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.feature__item__img {
  margin: 0 auto;
}
.feature__item__ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  margin: 3rem 0;
  padding-bottom: 3rem;
}
.feature__item__ttl:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 2px;
  background-color: #E0CE9C;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.feature__item__desc {
  font-weight: 300;
  text-align: justify;
}
.feature__item__link a {
  font-size: 1.8rem;
  border: 1px solid #666666;
  width: 31rem;
  max-width: 100%;
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.system-price {
  text-align: center;
}
.system-price p {
  margin: 2rem 0;
  font-size: 2.4rem;
}
.system-price p span {
  color: #988557;
}
.system-price table {
  width: 70.4rem;
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.system-price table th, .system-price table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 1.8rem 0.5rem;
}
.system-price table th large, .system-price table td large {
  font-size: 2.4rem;
  display: block;
  line-height: 1.2;
}
.system-price table th medium, .system-price table td medium {
  font-size: 1.6rem;
}
.system-price table th small, .system-price table td small {
  font-size: 1.4rem;
}
.system-price table th {
  background-color: #F6F6F6;
}
.system-price table thead th {
  background-color: #EFEBDF;
}
.system-price__ctt-2 table th, .system-price__ctt-2 table td {
  padding: 1.2rem 0.5rem;
}
.system-price__ctt-2 small {
  font-size: 1.4rem;
}
.system-price__title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  position: relative;
}
.system-price__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 5px;
  background-color: #E0CE9C;
}
.system-price__cirle {
  width: 31.5rem;
  aspect-ratio: 1/1;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #000000;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  font-size: 2.1rem;
  line-height: 1;
}
.system-price__cirle span:nth-child(1) {
  color: #FFD030;
}
.system-price__cirle span:nth-child(2) {
  color: #fff;
}
.system-price__cirle span:nth-child(4) {
  color: #fff;
  font-size: 10rem;
  font-weight: 700;
  margin-top: -1.3rem;
  margin-left: 3.5rem;
}
.system-price__cirle span:nth-child(4) small {
  font-size: 3.6rem;
  font-weight: 400;
}
.system-price__taiken span {
  font-size: 3rem;
  font-weight: 400;
}
.system-price__taiken small {
  font-size: 1.6rem;
  font-weight: 300;
}
.system-price__other {
  width: 70.4rem;
  max-width: 100%;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 3rem auto 4rem !important;
  padding: 2rem 1rem;
  background-color: #FFF1B9;
}
.system-price__other large {
  display: block;
  font-size: 3.6rem;
}
.system-price__bottle {
  background-color: #000;
  width: 83rem;
  max-width: 100%;
  margin: 8rem auto 3rem !important;
  padding: 3rem 1rem;
}
.system-price__bottle span {
  font-size: 3rem;
  color: #fff !important;
}

.staff-detail .sns {
  margin: 1rem auto 0;
  background-color: #CCCCCC;
  padding: 1.3rem;
}
.staff-detail__inner {
  width: 90rem;
}
.staff-detail__info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem 9rem;
}
.staff-detail__info__left {
  width: 42.5rem;
  max-width: 50%;
}

.staff-detail__info__left .spotlight-group{
  display: grid;
  row-gap: 11px;
  column-gap: 11px;
  grid-template-columns: repeat(4, 100px);
  margin-top: 11px;
  height: auto;
}

.staff-detail__info__left .spotlight-group li {
  width: 100%;
  height: 100px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.staff-detail__info__right {
  flex: 1;
}
.staff-detail__info__right dl {
  margin: 2rem 0;
}
.staff-detail__info__right dl:first-child {
  margin-top: 0;
}
.staff-detail__info__right dl:first-child dt {
  font-size: 1.6rem;
  color: #000000;
}
.staff-detail__info__right dl:last-child {
  margin-bottom: 0;
}
.staff-detail__info__right dl dt {
  font-size: 1.8rem;
  color: #B7A880;
}
.staff-detail__info__right dl dd {
  font-size: 1.6rem;
}
.staff-detail__info__right dl dd.staff-detail__info__name {
  font-size: 3.8rem;
  line-height: 1.3;
}
.staff-detail__desc {
  margin-top: 4rem;
}
.staff-detail__desc h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 300;
}

.recruit-info__inner {
  width: 61rem;
}
.recruit-info__title {
  font-size: 2.1rem;
  font-weight: 400;
  background-color: #635940;
  color: #fff;
  padding: 1.4rem;
  text-align: center;
}
.recruit-info table {
  margin-top: 1rem;
  width: 100%;
}
.recruit-info table th {
  background-color: #CFCABE;
  border-top: 2px solid #ffffff;
  color: #fff;
  font-weight: 300;
  padding: 1rem;
  width: 13rem;
}
.recruit-info table td {
  background-color: #F6F6F6;
  border-top: 2px solid #ffffff;
  padding: 1rem;
}
.recruit-info table td a {
  color: #937218;
}

.privacy {
	margin-top: 100px;
}

.privacy__ctt h4, .privacy__ctt p {
  font-size: 1.4rem;
  font-family: '游明朝';
}
.privacy__ctt h4 {
  font-weight: 700;
  margin: 3rem 0 1rem;
}

.form-input {
  width: 46.5rem;
  max-width: 100%;
  margin: 0 auto;
}
.form-input input, .form-input textarea {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #CCCCCC;
  padding: 1rem 1.5rem;
}
.form-input textarea {
  height: 21rem;
}
.form-input .row {
  font-size: 2.1rem;
  margin: 3rem 0;
}
.form-input .row.note {
  text-align: center;
}
.form-input .row-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
.form-input .row .label span {
  color: #FF0000;
}
.form-input .row .input {
  margin-top: 1rem;
}

.only-form, .only-confirm {
  display: none;
}

.mw_wp_form_input .only-form {
  display: inline-block;
}

.mw_wp_form_confirm .only-confirm {
  display: inline-block;
}
.mw_wp_form_confirm .form-input .row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem;
}
.mw_wp_form_confirm .form-input .row.note {
  border-bottom: unset;
}
.mw_wp_form_confirm .form-input .row.row-btn {
  border-bottom: unset;
  padding-bottom: 0;
}

.mw_wp_form_complete {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 6rem;
}
.pagination a {
  padding: 0.6rem 0;
  display: block;
  width: 3.8rem;
  font-size: 1.6rem;
  text-align: center;
  border: 1.4px solid #000000;
  background-color: #fff;
  font-weight: 500;
  transition: 0.5s all;
}
.pagination a:hover {
  background-color: #cccccc;
}
.pagination .pg-btn.pg-btn__next a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination .pg-btn.pg-btn__pre a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination .pg-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.pagination .pg-list__item.active a {
  background-color: #cccccc;
}

@media screen and (max-width: 1024px) {
  .visual__item {
    width: calc((100% - 2rem) / 2);
  }
  .trial-lesson__item {
    width: 100%;
    max-width: 80rem;
  }
}
  .header .reservation, .header .sns, .header .menu, .header .menu-close {
    display: flex;
  }
  .header__inner {
    min-height: 5.4rem;
    margin: 0 4vw;
  }
  .scrolled .header__inner {
    min-height: 5.4rem;
  }
  .header__logo img {
    height: 2.8rem;
    width: auto;
  }
  .header .menu {
	position: absolute;
    right: 10px;
  }
  .header__nav {
    background-color: black;
    color: white;
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 100%;
    transition: left 0.3s;NEWS
    font-size: 1.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .header__nav__items {
    flex-direction: column;
  }
  .header .reservation {
    flex-direction: column;
    margin-top: 4rem;
    gap: 1.5rem;
  }
  .header .reservation a {
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 100%;
    height: 7.5rem;
    border: 1px solid white;
    border-radius: 0;
	background-color: black;
    color: white;
  }
  .header .reservation a:nth-child(2) {
    border: 1px solid #000000;
  }
  .header .sns {
    margin: 4rem auto 0;
  }
  .header .menu {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
    cursor: pointer;
  }
  .header .menu span {
    width: 3rem;
    height: 1px;
    background-color: white;
  }
  .header .menu-close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 2.2rem;
    height: 2.2rem;
    background: url(../img/common/close_icon2.png) no-repeat center center/100% 100%;
    cursor: pointer;
  }
  .open-menu .header__nav {
    right: 0;
  }
@media screen and (max-width: 920px) {
  .header .reservation, .header .sns, .header .menu, .header .menu-close {
    display: flex;
  }
  .header {
	width: 100vw;
  }
  .header__inner {
    min-height: 5.4rem;
    margin: 0 4vw;
  }
  .scrolled .header__inner {
    min-height: 5.4rem;
  }
  .header__logo img {
    height: 2.8rem;
    width: auto;
  }
  .header .menu {
	position: absolute;
	right: 10px;
  }
  .header__nav {
    background-color: black;
    color: white;
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 100%;
    transition: left 0.3s;
    font-size: 1.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .header__nav__items {
    flex-direction: column;
  }
  .header .reservation {
    flex-direction: column;
    margin-top: 4rem;
    gap: 1.5rem;
  }
  .header .reservation a {
    font-size: 1.8rem;
    line-height: 1.5;
    max-width: 100%;
    height: 7.5rem;
    border-radius: 0;
  }
  .header .reservation a:nth-child(2) {
    border: 1px solid #000000;
  }
  .header .sns {
    margin: 4rem auto 0;
  }
  .header .menu {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
    cursor: pointer;
  }
  .header .menu span {
    width: 3rem;
    height: 1px;
  }
  .header .menu-close {
    position: absolute;
    top: 4vw;
    right: 6vw;
    width: 2.2rem;
    height: 2.2rem;
    background: url(../img/common/close_icon2.png) no-repeat center center/100% 100%;
    cursor: pointer;
  }
  .open-menu .header__nav {
    right: 0;
  }
  .mv__img img {
	height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule__item p {
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; /* 表示する行数を指定 */
	  overflow: hidden;
	}
 .schedule__item__content {
    max-height: 100px;
    height: 100px!important;
 }


  html {
    font-size: min(2.45vw, 10px);
  }
  body {
    font-size: 1.4rem;
  }
  .header__nav {
	width: 100%!important;
  }
  section {
    margin: 3rem auto 12rem;
  }
  .news-detail__ttl {
	margin-bottom:0;
  }
  .news-detail__ctt .thumbnail {
  	width: 350px;
	height: 350px;
	margin: 0 auto;
	margin-bottom:30px;
  }
  .footer__map {
    height: 42rem;
  }
  .footer__ctt {
    padding: 5rem 0 12rem;
  }
  .footer__logo img {
    width: 28rem;
	height: 10rem;
  }
  .footer__info {
    margin-bottom: 10px;
	margin-top: 0;
  }
  .footer__info p {
    font-size: 1.6rem;
  }
  .footer__info .open, .footer__info .music {
    font-size: 1.4rem;
  }
  .footer__info .access p {
	font-size: 1.2rem;
  }
  .footer .reservation a {
    font-size: 1.3rem;
    line-height: 1.5;
    height: 3.5rem;
    width: 100%;
  }
  .footer .footer__gotop {
    width: 4.8rem;
    height: 4.8rem;
  }
  .scrolled .footer__gotop {
    bottom: 9rem;
  }
  .mv__btn {
    margin: 4.5rem auto;
    flex-direction: column;
  }
  .mv__ttl {
    font-size: 3.5rem;
    top: 1.5rem;
    transform: translateY(0);
    text-align: center;
  }
  .mv__ttl span {
    font-size: 1.4rem;
  }
  .page .mv__btn {
    margin: 4.5rem auto;
    position: relative;
    max-width: 90%;
  }
  .visual__ctt1 p {
    font-size: 1.4rem;
  }
  .visual__items {
    margin-top: 4.5rem;
  }
  .visual__item {
    width: 100%;
    padding: 3rem 1rem;
  }
  .concept {
 	margin-top: 60px;
  }
  .concept__items {
	display: block;
  }
  .concept__item:last-child {
	margin-left: 0;
    text-align: left;
  }

  img.concept__item {
	width: 100%;
  }
  div.concept__item {
	margin-left: 0;
  }
  div.concept__item h3 {
	margin: 7px 0;
	font-size: 30px;
    line-height: 1.2;
  }
  div.concept__item p {
    font-size: 18px;
  }
	.menu__items {
		display: block;
	}
	.menu__item {
		width: 100%;
		margin-bottom: 50px;
}
.menu__item__content {
	margin-right: 20px;
 }
  .menu__drink__items .menu__item {
	margin-bottom: 40px;
  }
	#wine__tasting__set {
		display:block;
		
	}
	.shop-photo__items {
		gap: 20px;
	}
.shop-photo__item {
	margin: 0 auto;
  width: calc(50% - 10px);
  box-sizing: border-box;
}
  .concept__item {
	display: block;
	width: 100%;
  }
  .concept__item:nth-child(even) {
	display: flex;
	flex-flow: column;
  }
  .concept__item img, .seat__item img {
  	width: 550px;
	height: 250px;
  	margin: 0 auto;
  }
  .concept__owner {
	margin-left: 0;
  }
  .concept__owner div {
	margin-top:15px;
  }
  .concept__owner img {
	width: 300px;
	height: 400px;
  }
  .concept__item p, .seat__item p {
	margin: 5px 0;
  }
  .concept__owner p {
	margin:0;
  }
@media(max-width:900px){
    .concept__item h3, .seat__item h3 {
        font-size: 26px;
    }
}
  .schedule__item a {
	height: 170px;
  }
  .schedule__item a > div {
	padding: 0;
  }
  .schedule__item__text {
  	padding: 0;
	padding-left: 10px;
	font-size: 10px;
	overflow:hidden;
	text-overflow: ellipsis;
  }
  .schedule__item__content {
	height: 90px;
  }
  .schedule__item__title {
	font-size: 18px;
	height: 38px;
	line-height: 19.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
  }
  .schedule__item img {
	height: 130px;
	width: 130px;
	}
  .schedule__item p {
	font-size: 1.2rem;
  }
  .news .btn {
  	margin-top: 40px;
	}
  .news__items {
    justify-content: center;
    gap: 3rem;
  }
  .news__item {
    width: 100%;
    max-width: 350px;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  .news__item a {
	  display: block;
  }
  .news__item:first-child {
  }
  .news__item img {
    max-width: unset;
    width: 100%;
  }
  .news__item__title {
	padding: 15px;
  	font-size: 18px;
	overflow:hidden;
	text-overflow: ellipsis;
	height: 90px;
  }
  .news__item a > div {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	font-size: 12px;
  }
  .trial-lesson {
    padding: 6rem 0 3rem;
  }
  .trial-lesson__items {
    gap: 2rem;
  }
  .trial-lesson__item {
    padding: 2.5rem 2.5rem;
    gap: 1rem;
  }
  .trial-lesson__item__step {
    font-size: 2.2rem;
  }
  .trial-lesson__item__step span {
    font-size: 2.8rem;
  }
  .trial-lesson__item__title {
    font-size: 1.9rem;
  }
  .trial-lesson__item__desc {
    font-size: 1.1rem;
  }
  .trial-lesson__item:nth-child(1) .trial-lesson__item__img img {
    width: 10rem;
  }
  .trial-lesson__item:nth-child(2) .trial-lesson__item__img img {
    width: 9rem;
  }
  .trial-lesson__item:nth-child(3) {
    gap: 2rem;
  }
  .trial-lesson__item:nth-child(3) .trial-lesson__item__img img {
    width: 7rem;
  }
  .trial-lesson__item:nth-child(4) {
    gap: 2rem;
  }
  .trial-lesson__item:nth-child(4) .trial-lesson__item__img img {
    width: 7rem;
  }
  .trial-lesson__item__txt.special .trial-lesson__item__title {
    font-size: 6.5rem;
  }
  .trial-lesson__item__txt.special .trial-lesson__item__title span {
    font-size: 4rem;
  }
  .trial-lesson__item__txt.special .trial-lesson__item__desc {
    font-size: 1.3rem;
  }
  .instructor {
    padding: 6rem 0 4rem;
  }
  .instructor__items {
    gap: 2rem;
  }
  .instructor__item {
    width: calc((100% - 2rem) / 2);
  }
  .concept-intro h3.title {
    text-align: center;
  }
  .concept-intro p {
    font-size: 1.4rem;
  }
  .feature h2.title {
    text-align: center;
  }
  .feature__item {
    width: 100%;
  }
  .feature__item__ttl {
    text-align: center;
    font-size: 1.7rem;
    margin: 2.5rem 0;
    padding-bottom: 2.5rem;
  }
  .feature__item__link a {
    font-size: 1.6rem;
    min-height: 5.8rem;
  }
  .system-price p {
    font-size: 1.6rem;
  }
  .system-price__arrow--yellow img {
    width: 4rem;
  }
  .system-price__cirle {
    width: 22rem;
    gap: 1.5rem;
  }
  .system-price__cirle span:nth-child(1) {
    font-size: 1.4rem;
  }
  .system-price__cirle span:nth-child(2) {
    font-size: 1.4rem;
  }
  .system-price__cirle span:nth-child(3) img {
    width: 2.7rem;
  }
  .system-price__cirle span:nth-child(4) {
    font-size: 7rem;
    margin-top: -1rem;
    margin-left: 2.5rem;
  }
  .system-price__cirle span:nth-child(4) small {
    font-size: 2.5rem;
  }
  .system-price__taiken span {
    font-size: 2rem;
  }
  .system-price__taiken small {
    font-size: 1.1rem;
  }
  .system-price__other large {
    font-size: 2.4rem;
  }
  .system-price table th, .system-price table td {
    font-size: 1rem;
    padding: 1.5rem 0.5rem;
  }
  .system-price table th medium, .system-price table td medium {
    font-size: 1rem;
  }
  .system-price table th small, .system-price table td small {
    font-size: 1rem;
  }
  .system-price table th large, .system-price table td large {
    font-size: 1.6rem;
  }
  .system-price__bottle {
    margin: 6rem auto 2rem !important;
  }
  .system-price__bottle span {
    font-size: 2.2rem;
    color: #fff !important;
  }
  .staff-detail__info {
    flex-direction: column;
  }
  .staff-detail__info__left {
    width: 100%;
    max-width: 100%;
  }
  .staff-detail__info__right dl dt {
    font-size: 1.6rem;
  }
  .staff-detail__info__right dl:first-child dt {
    font-size: 1.3rem;
  }
  .staff-detail__info__right dl dd.staff-detail__info__name {
    font-size: 3.4rem;
  }
  .staff-detail__info__right dl dd {
    font-size: 1.4rem;
  }
  .staff-detail__desc h3 {
    font-size: 1.6rem;
  }
  .recruit-info table th {
    width: 9rem;
  }
  .form-input .row {
    font-size: 1.7rem;
    margin: 2rem 0;
  }
  .form-input textarea {
    height: 17rem;
  }
  .form-input .row-btn {
    margin-top: 4rem;
  }
  .news-detail img {
    min-width: unset;
  }
  .instagram__items {
    gap: 0.5rem;
  }
  .instagram__item {
    width: calc((100% - 1rem) / 3);
    display: flex;
    position: relative;
  }
  .instagram__sns_type {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 3px;
    right: 3px;
    padding: 3px;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
  }
  .menu__item {
	margin-bottom: 20px;
  }
}
@media screen and (min-width:769px) {
  .instagram__item {
    display: flex;
    position: relative;
  }
  
  .instagram__sns_type {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 5px;
    right: 5px;
    padding: 3px;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
  }
  
  .instagram__sns_type svg {
    height: 30px;
    width: 30px;
  }

}

.menu__items {
	margin: 0 auto 80px;
	height: 1000px;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	gap: 70px;
}

.menu__items > h3 {
	font-size: 44px!important;
	margin-bottom: -5px!important;
	line-height: 1.5;
}

.menu__items > p {
	font-size: 30px;
	margin-bottom: 20px;
}

.menu__items > span {
	font-size: 18px;
}

.menu__course__item {
	font-size: 26px;
	font-family: "Yu mincho", "YuMincho", "游明朝";
}

.menu__course__text span {
	font-size: 1.6rem;
}


@media(max-width: 900px) {
	.menu__items {
		height: auto;
		gap: 0;
	}

	.menu__item {
		width: 100%;
	}

}
/*
.drink__items {
	margin: 0 auto;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.drink__item {
	width: 100%;
}
*/

.drink__items {
	  column-count: 2;       /* 2列 */
	    column-gap: 80px; 
}

@media(max-width: 900px) {
	.drink__items {
		column-count: 1;
	}
}

.instagram__modal__item {
  max-height: 1000px;
}

.instagram__modal__item svg {
  width: 30px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
}

.instagram__modal__item img {
  max-height: 500px;
  object-fit: contain;
}

.news__item img {
  aspect-ratio: auto;
}
/*# sourceMappingURL=style.css.map */
.shop-photos {
	margin: 12rem auto;
}

.shop-photos__item.hide {
  display: none;
}
.shop-photos ul{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3rem 2rem;
}

.shop-photos li {
  width: calc((100% - 6rem) / 4);
  text-align: center;
  border: 1px solid #444;
}

.shop-photos img {
  width: 250px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.instagram__modal__item {
  max-height: 2000px;
}

@media screen and (max-width: 768px){
	br.pc {
		display:none;
	}
	br.sp {
		display: block;
	}
    .shop-photos ul {
      gap: 2rem;
    }
    .shop-photos__item {
      width: calc((100% - 2rem) / 2)!important;
      height: auto;
      aspect-ratio: 1;
    }
    .shop-photos img {
      height: auto;
	  object-fit:cover;
    }
	.menu__drink__items .menu__item div {
		width: 100%;
	}
	.menu__special__item .menu__item__content > div {
		width: 100%;
	}
	.concept__title h2 {
		font-size: 2.7rem;
	}
	.concept__title p {
		font-size: 1.5rem;
	}
	.concept__owner {
		margin-bottom: 80px;
	}
	.concept__owner img {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
	.concept__owner > img {
		margin-bottom: 10px;
	}
	.concept__owner p {
		font-size: 14px;
	}
	.concept__profile h3 {
		margin-top: -5px;
		font-size: 22px;
	}
	.concept__stage {
		margin-bottom: 50px;
	}
	.concept__stage img {
		aspect-ratio: 3/ 2;
		object-fit: cover;
		margin-bottom: 20px;
	}
	.concept__item > div {
		margin: 0;
	}
	.concept__stage h3 {
		font-size: 20px;
	}
	.concept__stage p {
		margin: 10px 0;
	}
	.concept__piano {
		margin-bottom: 150px;
	}
	.concept__piano img {
		aspect-ratio: 3/ 2;
		object-fit: cover;
	}
}
