@charset "UTF-8";
.shopinfo h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem !important;
}
.shopinfo .shopbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .shopinfo .shopbox {
    display: block;
    margin-bottom: 5rem;
  }
}
.shopinfo .shopbox:nth-child(odd) {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.shopinfo .shopbox iframe {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .shopinfo .shopbox iframe {
    width: 100%;
  }
}
.shopinfo .shopbox div {
  width: 50%;
  text-align: center;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .shopinfo .shopbox div {
    width: 100%;
    margin-top: 1rem;
  }
}
.shopinfo .shopbox div h3 {
  font-size: 1.5rem;
}
.shopinfo .shopbox div ul:nth-of-type(1) {
  margin-bottom: 1rem;
}
.shopinfo .shopbox div ul:nth-of-type(1) li:nth-child(2) {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .shopinfo .shopbox div ul:nth-of-type(2) li {
    padding: 0.5rem 0;
  }
  .shopinfo .shopbox div ul:nth-of-type(2) li:nth-child(2) {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .shopinfo .shopbox div ul:nth-of-type(2) li span {
    display: block;
  }
  .shopinfo .shopbox div ul:nth-of-type(2).en li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.shopinfo .shopbox div .r-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  max-width: 200px;
  width: 100%;
  height: 45px;
  border: 1px solid #000;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .shopinfo .shopbox div .r-btn {
    margin: 1.5rem auto 0;
  }
}

.news {
  max-width: 530px;
  margin: 0 auto 50px;
}
.news .news-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.75em;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .news .news-title {
    font-size: 1.2rem;
  }
}

.news-area .section-hero {
  background: url("../../assets/images/news/img-hero.jpg") no-repeat left top;
  background-size: cover;
}
.news-area h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (max-width: 767px) {
  .news-area h2 {
    font-size: 1.2rem;
  }
}

.news-post-content {
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.d-down {
  position: relative;
}
@media screen and (max-width: 768px) {
  .d-down:hover {
    height: 100px;
  }
}

.dropdown__lists {
  transform: scaleY(0);
  /*デフォルトでは非表示の状態にしておく*/
  transform-origin: center top;
  /*変形を適応する基準をtopとする*/
  transition: all 0.3s;
  /*表示の変化を0.3秒に指定*/
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 2;
  font-size: 14px;
}

.d-down:hover .dropdown__lists {
  transform: scaleY(1);
  /*Gナビメニューにホバーしたら表示*/
}

.dropdown__list:hover {
  background-color: rgba(0, 0, 0, 0.11);
}

.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
}

.staff-schedule-hd .tag .omotesando:before {
  content: "";
  display: inline-block;
  border: 5px solid #52d7aa;
  margin-right: 5px;
}
.staff-schedule-hd .tag .ginza:before {
  content: "";
  display: inline-block;
  border: 5px solid #d7aa52;
  margin-right: 5px;
}
.staff-schedule-hd .tag .cecai:before {
  content: "";
  display: inline-block;
  border: 5px solid #cc52d7;
  margin-right: 5px;
}

.staff-schedule .omotesando {
  color: #52d7aa;
  font-weight: bold;
}
.staff-schedule .ginza {
  color: #d7aa52;
  font-weight: bold;
}
.staff-schedule .cecai {
  color: #cc52d7;
  font-weight: bold;
}

/* ORIGINAL RESERVATION PAGE CSS */
.reservation .section-hero {
  background: url(../../assets/images/reservation/img-hero.jpg) no-repeat left top;
  background-size: cover;
}
.reservation .contents .office:nth-child(1) {
  margin-bottom: 125px;
}
.reservation .contents .office h2 {
  font-size: 42.13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reservation .contents .office h2 {
    font-size: 1.7rem;
  }
}
.reservation .contents .office figure {
  display: block;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.reservation .contents .office .tel {
  font-size: 15.03px;
  text-align: center;
  margin: 30px auto;
}
.reservation .contents .office h3 {
  font-size: 15.03px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.reservation .contents .office .reserve li:nth-child(1) {
  margin-bottom: 20px;
}
.reservation .contents .office .reserve li a.btn-more {
  max-width: 360px;
  text-align: center;
}
.reservation .contents .office .reserve li a.btn-more span em {
  font-style: normal;
  font-size: 16px;
}
/* ORIGINAL RESERVATION PAGE CSS END */

/* NEW RESERVATION PAGE CSS */
#reservation_test .section-hero {
	background: url(../../assets/images/reservation/img-hero.jpg);
	width: 100%;
  	min-height: 50px;
	background-size: cover;
	background-position: 0 0;
	margin: 0 auto;
}

#reservation_test .section-hero h1 {
	margin: 0;
}

@media screen and (max-width: 820px) {
	#reservation_test .section-hero h1 {
		font-size: 2rem;
	}
}

.reservation .wrapper {
	position: relative;
	width: 100%;
	height: 120vh;
	padding-bottom: 0;
}

@media screen and (max-width: 820px) {
	.reservation .wrapper {
		height: 70vh;
	}
}

.reservation .modal {
    position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	display: none;
	animation: modalout .5s linear forwards;
	animation-delay: 2.5s;
}

.reservation .modalout {
    animation: modalout .5s linear forwards;
}

.reservation .modal .message {
    text-align: center;
	transform: translateY(-37.5vh);
}

@media screen and (max-width: 800px) {
	.reservation .modal .message {
		transform: translateY(-30vh);
	}
}

.reservation .modal .message h1 {
	font-family: 'Cinzel';
	font-size: 1.75em;
}

.reservation .modal .message #japanese {
	font-family: 'ヒラギノ明朝 ProN';
	font-size: 1.5em;
}

.reservation .modal .message .pointer {
    font-size: 4em;
	animation: pointer 2s linear forwards;
	animation-delay: .5s;
}

@keyframes pointer {
	50% {
        opacity: 0;
    }
	100% {
        opacity: 1;
    }
}

@keyframes modalout {
	100% {
		opacity: 0;
		display: none;
		pointer-events: none;
	}
}

.reservation .pc {
	font-family: 'Cinzel', 'Noto Serif JP';
	font-weight: lighter;
	text-align: center;
	padding: 0 2% 10% 2%;
	margin-top: 70px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 120vh;
}

.reservation .sp {
    font-family: 'Cinzel', 'Noto Serif JP';
    font-weight: lighter;
    display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	height: fit-content;
}
  
@media screen and (max-width: 820px) {
    .reservation .pc {
        display: none;
    }
    .reservation .sp {
        display: block;
    }
	.reservation .modal {
        display: flex;
    }
}

.reservation .pc .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	height: fit-content;
}
  
@media not all and (min-width: 768px) {
    .reservation .pc .item {
        width: 100%;
    }

    .reservation .pc .item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.reservation .pc .office {
	margin: 0 auto;
	width: 49%;
	box-shadow: 0px 4px 15px -5px grey;
	transform: translateY(1px);
	transition: all .5s;
	padding: 50px 0;
}

.reservation .pc .office:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 34px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    transition: all .5s;
}

.reservation .pc ul {
	margin: 30px 0;
	padding-left: 0;
	font-size: 1.1rem;
}

.reservation .pc li {
    list-style: none;
}

.reservation .pc .image {
    filter: drop-shadow(0 0 5px grey);
    width: 30vw;
    margin: 0 auto;
}

.reservation .pc img {
    width: 100%;
    height: 100%;
}

.reservation .pc h2 {
    font-family: 'Cinzel';
    font-weight: lighter;
    font-size: 3.25vw;
    margin-bottom: 20px;
}

.reservation .pc li {
    font-family: 'Cinzel', 'ヒラギノ明朝 ProN';
    font-weight: lighter;
    font-size: 1em;
}

.reservation .pc h3 {
	font-family: 'Cinzel', 'ヒラギノ明朝 ProN';
	font-weight: normal;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0;
}

.reservation .pc .office a {
    text-decoration: none;
    color: black;
}

.reservation .pc .btn-more{
	border: 1px solid #000;
	padding: 10px;
	max-width: 60%;
	margin: 5px auto;
	display: block;
	box-sizing: border-box;
	font-size: 1.1rem;
	background: #fff;
}
.reservation .pc .btn-more span{
	background: url(../../assets/images/arrow01.png) no-repeat center right;
	display: block;
}

.reservation .pc .btn-more:hover {
  color: white;
}

.reservation .pc .reserve {
	margin-top: 10px;
	margin-bottom: 20px;
}

.reservation .sp {
	margin-top: 0px;
}

.reservation .sp .toggle {
    display: flex;
    width: 80%;
    margin: 20px auto;
    font-size: 1.5em;
    font-weight: bold;
	justify-content: space-around;
}

.reservation .sp .omotesando {
	
}

.reservation .sp .ginza {

}

.reservation .sp .toggleactive {
    border-bottom: 2px solid black; 
}

.reservation .sp .omotesandocontent, .ginzacontent {
    display: none;
    text-align: center;
}

.reservation .sp .contentactive {
    display: block;
    opacity: 1;
    animation: appear .5s ease-out;
}

@keyframes appear {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.reservation .sp ul {
	margin: 20px 0;
	padding-left: 0;
}

.reservation .sp li {
    list-style: none;
}

.reservation .sp .contentactive img {
    width: 100%;
}

.reservation .sp h2 {
    font-family: 'Cinzel';
    font-weight: lighter;
    font-size: 2.2em;
}

.reservation .sp li {
    font-family: 'Cinzel', 'ヒラギノ明朝 ProN';
    font-weight: lighter;
    font-size: 1em;
}

.reservation .sp h3 {
	font-family: 'Cinzel', 'ヒラギノ明朝 ProN';
	font-size: 1em;
	font-weight: 600;
}

.reservation .sp .tel a {
    text-decoration: none;
    color: black;
}
.reservation .sp .btn-more{
	border: 1px solid #000;
	padding: 5px;
	max-width: 80%;
	margin: 5px auto;
	display: block;
	box-sizing: border-box;
	font-size: 1rem;
	background: #fff;
}
.reservation .sp .btn-more span{
	background: url(../../assets/images/arrow01.png) no-repeat center right;
	display: block;
}

.reservation .sp .btn-more:hover {
  color: white;
}
/* NEW RESERVATION PAGE CSS END */

.staff-ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .staff-ttl {
    font-size: 1.7rem;
  }
}

.post-type-archive-staff .item-box {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .post-type-archive-staff .item-box {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=add.css.map */