@charset "UTF-8";
.fnt-roboto {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
}
.txt-center {
  text-align: center;
}
.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0) !important;
}
.box-parallax {
  position: relative;
}
.object-fit-cover, .object-fit-cover-pc {
  position: relative;
}
.object-fit-cover {
  position: relative;
  overflow: hidden;
}
.object-fit-cover img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative;
    overflow: hidden;
  }
  .object-fit-cover-pc img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .object-fit-cover-sp {
    position: relative;
  }
  .object-fit-cover-sp img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
#lead {
  padding: 110vh 0 0;
  position: relative;
}
#lead .mask {
  content: '';
  background: url("../img/shared/bd_bg.jpg") repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#lead .wrap {
  padding: 15vw 5% 30vw;
  z-index: 1;
  background: url("../img/menu/lead_bg.png") no-repeat right bottom/120%;
}
#lead h2 {
  line-height: 1.4;
  font-size: 4.5vw;
  letter-spacing: 0;
  padding-bottom: 13vw;
}
#lead h2 .fnt-playfair {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 9vw;
  display: inline-block;
  padding-bottom: 2vw;
}
#lead h2 .fnt-playfair span {
  padding-left: 6vw;
}
#lead .photo1 {
  width: 30%;
  position: absolute;
  top: 14vw;
  right: 5vw;
}
#lead .photo2 {
  overflow: hidden;
  height: 100vw;
  margin: 0 auto 5vw;
  
}
#lead .photo2 img {
  height: 100%;
  top: 10vw;
}
#lead .info dt {
  font-size: 17px;
  white-space: nowrap;
  position: relative;
  padding: 0 0 0 25px;
  margin: 40px 0 10px;
  letter-spacing: 0;
}
#lead .info dt:before {
  position: absolute;
  content: '';
  border-top: 1px solid;
  left: 0;
  top: 50%;
  width: 20px;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 120vh 0 0;
  }
  #lead .wrap {
    padding: 152px 0 325px;
    z-index: 1;
    max-width: 100%;
    width: 100%;
  }
  #lead .wrap:after {
    background-size: auto;
  }
  #lead .wrap .box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
  }
  #lead h2 {
    line-height: 99px;
    font-size: 30px;
    width: 100%;
    padding: 31px 0 80px 74px;
    text-indent: -73px;
    text-align: left;
    letter-spacing: 0em;
  }
  #lead h2 .fnt-playfair {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 80px;
    display: inline;
    padding-bottom: 0;
    line-height: 60px;
  }
  #lead h2 .fnt-playfair span {
    padding-left: 74px;
    letter-spacing: 0;
    display: inline-block;
  }
  #lead .photo1 {
    width: auto;
    top: 0;
    right: 0;
  }
  #lead .photo2 {
    height: 950px;
    margin: 0;
    position: absolute;
    left: -64px;
    right: 50%;
    top: 408px;
  }
  #lead .photo2 img {
    height: 100%;
    top: 35px;
  }
  #lead .info {
    width: 504px;
    margin-top: 347px;
    line-height: 40px;
    letter-spacing: 0.1em;
  }
  #lead .info dt {
    font-size: 24px;
    padding: 0 0 0 75px;
    margin: 59px 0 30px;
  }
  #lead .info dt:before {
    width: 68px;
  }
}
.box-parallax1 {
  height: 65vw;
}
@media screen and (min-width: 768px) {
  .box-parallax1 {
    height: 700px;
  }
}
.f14 {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .f14 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
	#lead .info{
		margin-right: 20px;
	}
}



.item-shared h3 {
  padding-bottom: 15vw;
}
.item-shared h3 span {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 6vw;
  line-height: 1.3;
  position: relative;
  display: block;
}
.item-shared h3 span:before {
  content: '';
  border-top: 1px solid #79653a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.9vw;
}
.item-shared .tag {
  padding-bottom: 20px;
}
.item-shared .tag dt {
  font-size: 24px;
  letter-spacing: 0em;
}
.item-shared .tag dt span {
  line-height: 1.4;
  letter-spacing: 0em;
  font-size: 18px;
}
.item-shared .tag dt .fnt-roboto {
  font-size: 15px;
  color: #79653a;
  letter-spacing: 0.05em;
}
.item-shared .tag dt .fnt-roboto.cl {
  color: #b4a481;
}
.item-shared .tag dd {
  font-size: 12px;
  text-align: right;
  padding-top: 10px;
}
.item-shared .tag dd .price {
  font-size: 16px;
}
.item-shared .tag dd .fnt-amiri {
  font-size: 24px;
}
.item-shared .tag dd .f {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .item-shared h3 {
    padding-bottom: 20px;
  }
  .item-shared h3 span {
    font-size: 30px;
    display: inline-block;
  }
  .item-shared h3 span:before {
    bottom: 4px;
    /*width: 295px; */
    right: -50vw;
  }
  .item-shared .tag {
    padding-bottom: 20px;
    line-height: 50px;
    padding-bottom: 70px;
  }
  .item-shared .tag dt {
    font-size: 34px;
  }
  .item-shared .tag dt span {
    line-height: 1.4;
    font-size: 24px;
  }
  .item-shared .tag dt .fnt-roboto {
    font-size: 14px;
  }
  .item-shared .tag dd {
    font-size: 14px;
    line-height: 30px;
    padding-top: 15px;
  }
  .item-shared .tag dd .price {
    font-size: 18px;
  }
  .item-shared .tag dd .fnt-amiri {
    font-size: 30px;
  }
  .item-shared .tag dd .f {
    font-size: 24px;
  }
	.item-shared .tag small{
		font-size: 12px;
	}
}
.btn-opup {
  width: 85%;
  margin: 0 auto;
}
.btn-opup a {
  font-family: 'Playfair Display';
  display: block;
  background-color: #322921;
  color: #fff;
  border: 1px solid #322921;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  position: relative;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-opup a:after {
  content: '';
  background-image: url("../img/menu/arow2.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 10px;
}
.btn-opup a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ece7de;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .btn-opup a:after {
    width: 18px;
    right: 50px;
  }
  .btn-opup a:hover {
    color: #322921;
  }
  .btn-opup a:hover:after {
    background-image: url("../img/menu/arow2_on.png");
  }
  .btn-opup a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  .btn-opup {
    max-width: 900px;
  }
  .btn-opup a {
    padding: 0;
    line-height: 98px;
    font-size: 24px;
    letter-spacing: 0.025em;
  }
}
#reco {
  padding: 25vw 0 15vw;
}
#reco h2 {
  text-align: center;
  font-size: 10vw;
  line-height: 1.4;
  padding-bottom: 2vw;
  font-weight: 500;
  position: relative;
}
#reco h2:before {
  content: '';
  border-left: 1px solid;
  height: 17vw;
  position: absolute;
  top: -16vw;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
	opacity: 0.5;
}
#reco .group {
  padding: 10vw 0 20vw;
}
#reco .group .menu {
  padding-bottom: 10vw;
}
#reco .group .menu .photo1 {
  height: 60vw;
  margin-bottom: 10vw;
}
#reco .group .menu .photo1.ext {
  height: 70vw;
}
#reco .group .menu .photo-list {
  gap: 5vw;
  padding: 10vw 0;
}
#reco .group .menu .photo-list li:nth-child(1) {
  margin: 15vw 0 0 0;
}
#reco .special {
  background: url("../img/menu/bg1.jpg") repeat center 0;
  position: relative;
  color: #fff;
}
#reco .special a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#reco .special h3 {
  position: absolute;
  top: -12vw;
  left: 0;
  z-index: 1;
  width: 36%;
}
#reco .special .tag {
  padding: 10vw 5% 20vw;
}
#reco .special .tag dt {
  font-size: 5.5vw;
  line-height: 1.4;
  padding-bottom: 5vw;
}
#reco .special .arow {
  width: 12vw;
  position: absolute;
  right: 5%;
  bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #reco {
    padding: 200px 0 0;
  }
  #reco .note {
    text-align: right;
    position: absolute;
    right: 0;
    top: 120px;
  }
  #reco h2 {
    font-size: 60px;
    padding-bottom: 130px;
  }
  #reco h2:before {
    height: 144px;
    top: -128px;
  }
  #reco .wrap {
    width: 100%;
    max-width: 1200px;
  }
  #reco .group {
    padding: 0 0 20px;
  }
  #reco .group .menu {
    padding-bottom: 0;
  }
  #reco .group .menu .photo1 {
    height: auto;
    margin-bottom: 0;
  }
  #reco .group .menu .photo1.ext {
    height: auto;
  }
  #reco .group .menu .photo-list {
    gap: 0;
    padding: 0;
    width: 100%;
    justify-content: flex-end;
  }
  #reco .group .menu .photo-list li:nth-child(1) {
    margin: 0 0 0;
    position: absolute;
    top: 1037px;
    right: calc(50% - 60px);
  }
  #reco .group .menu .photo-list li:nth-child(2) {
    margin-top: 100px;
    margin-right: -127px;
  }
  #reco .group .menu.menu1 {
    position: relative;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 210px;
    min-height: 1443px;
    align-content: flex-start;
    box-sizing: border-box;
  }
  #reco .group .menu.menu1 .photo1 {
    position: absolute;
    height: 925px;
    left: -43px;
    right: calc(50% - 63px);
  }
  #reco .group .menu.menu1 .item-shared {
    position: relative;
    width: 410px;
    padding: 198px 0 0;
  }
  #reco .group .menu.menu1 .item-shared h3 {
    position: absolute;
    top: 11px;
    right: 10px;
    padding: 0;
  }
  #reco .group .menu.menu1 .item-shared .tag dt {
    letter-spacing: 0;
  }
  #reco .group .menu.menu2 {
    position: relative;
    min-height: 780px;
    margin-bottom: 132px;
  }
  #reco .group .menu.menu2 h3 {
    padding-bottom: 130px;
  }
  #reco .group .menu.menu2 h3 span:before {
    left: auto;
    right: 0;
    left: -50vw;
  }
  #reco .group .menu.menu2 .item-shared .tag dt {
    white-space: nowrap;
  }
  #reco .group .menu.menu2 .item-shared .tag dd {
    padding-top: 40px;
  }
  #reco .group .menu.menu2 .photo1 {
    height: 775px;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 10px);
  }
  #reco .group .menu.menu2 .item {
    width: 458px;
    margin-left: 50px;
    padding: 60px 0 0;
  }
  #reco .special {
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  #reco .special:hover {
    opacity: 0.8;
  }
  #reco .special .arow {
    width: auto;
    bottom: 20px;
    right: 17px;
  }
  #reco .special h3 {
    top: -68px;
    left: auto;
    right: 0px;
    width: auto;
  }
  #reco .special .photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
  }
  #reco .special .tag {
    padding: 53px 0 40px;
    width: 416px;
    margin-left: calc(50% + 59px);
    font-size: 14px;
    line-height: 26px;
  }
  #reco .special .tag dt {
    font-size: 26px;
    white-space: nowrap;
    padding-bottom: 20px;
    letter-spacing: 0;
  }
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
    bottom: -80px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
	#reco .group .menu.menu1 .item-shared{
		margin-right: 20px;
	}
	#reco .group .menu .photo-list li:nth-child(2){
		max-width: 40%;
		margin-right: 0;
	}
}



#pasta {
  padding-bottom: 15vw;
}
#pasta h2 {
  font-size: 9vw;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
  overflow: hidden;
  padding: 0 10% 10vw;
}
#pasta h2 span {
  opacity: 0;
  bottom: -30px;
  display: inline-block;
  position: relative;
}
#pasta h2.appeartext span {
  animation: text_anime_on 0.3s ease-out forwards;
}
#pasta .photo-wrap {
  width: 140vw;
  height: 70vh;
  display: flex;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10vw;
}
#pasta .photo-wrap .col-l, #pasta .photo-wrap .col-r {
  width: 18%;
}
#pasta .photo-wrap .col-l li:nth-child(1) {
  margin: 0 8vw 0 -15vw;
}
#pasta .photo-wrap .col-l li:nth-child(3) {
  margin: 5vw 12% 0;
}
#pasta .photo-wrap .col-r li:nth-child(1) {
  margin: 10vw 12% 0;
}
#pasta .photo-wrap .col-r li:nth-child(3) {
  margin: 5vw -10vw 0 11vw;
}
#pasta .photo-wrap .photo-zoom {
  position: relative;
  width: 35%;
  height: 45%;
}
#pasta .photo-wrap .photo-zoom li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: opacity 0.5s;
}
#pasta .photo-wrap .photo-zoom li.active {
  opacity: 1;
  transition: 0.5s;
}
#pasta .pasta {
  padding: 10vw 5%;
}
#pasta .pasta .menu {
  padding-bottom: 15vw;
}
#pasta .pasta .menu:last-child {
  padding-bottom: 0;
}
#pasta .pasta .menu .photo1 {
  height: 96vw;
  margin: 0 -5vw 5vw;
  overflow: hidden;
}
#pasta .pasta .menu .photo2 {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #pasta {
    padding: 133px 0 100px;
  }
  #pasta h2 {
    font-size: 60px;
    margin-bottom: 0px;
    padding: 0 0 90px;
  }
  #pasta .photo-wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    gap: 2%;
    padding: 0px 0% 0;
    box-sizing: border-box;
  }
  #pasta .photo-wrap .col-l, #pasta .photo-wrap .col-r {
    width: auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #pasta .photo-wrap .col-l img, #pasta .photo-wrap .col-r img {
    max-width: 100%;
    height: auto;
  }
  #pasta .photo-wrap .col-l {
    margin-top: 0;
    flex: 0 0 38%;
    gap: 5% 5%;
    display: flex;
    align-content: flex-start;
  }
  #pasta .photo-wrap .col-l li {
    width: 41.2%;
    box-sizing: border-box;
  }
  #pasta .photo-wrap .col-l li:nth-child(1) {
    margin: 0;
    width: 100%;
    padding: 0 20%;
  }
  #pasta .photo-wrap .col-l li:nth-child(2) {
    margin-top: 1vw;
  }
  #pasta .photo-wrap .col-l li:nth-child(3) {
    margin: 0;
    width: 44.44%;
  }
  #pasta .photo-wrap .col-r {
    margin-top: 0;
    flex: 0 0 38%;
    justify-content: space-between;
  }
  #pasta .photo-wrap .col-r li:nth-child(1) {
    margin: 10% 0 0;
    width: 40%;
  }
  #pasta .photo-wrap .col-r li:nth-child(2) {
    width: 41%;
  }
  #pasta .photo-wrap .col-r li:nth-child(3) {
    margin: 0 auto;
    width: 100%;
    padding: 0 20%;
  }
  #pasta .photo-wrap .photo-zoom {
    position: relative;
    text-align: center;
    min-width: 23.5%;
  }
  #pasta .pasta {
    margin-top: 140px;
    margin-bottom: 120px;
    padding: 0;
  }
  #pasta .pasta .group {
    gap: 0 115px;
  }
  #pasta .pasta .group .col-l {
    width: calc(50% + 60px);
  }
  #pasta .pasta .group .col-l .photo-list {
    position: relative;
  }
  #pasta .pasta .group .col-l .photo-list li {
    width: 100%;
    /*max-height: 840px;*/
    height: calc(100vh);
    z-index: 1;
  }
  #pasta .pasta .group .col-l .photo-list li:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.5s;
    opacity: 0;
  }
  #pasta .pasta .group .col-l .photo-list li:nth-child(2) {
    z-index: 2;
  }
  #pasta .pasta .group .col-l .photo-list li:nth-child(3) {
    z-index: 3;
  }
  #pasta .pasta .group .col-l .photo-list li.active {
    opacity: 1;
  }
  #pasta .pasta .group .col-r {
    width: 410px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pasta .pasta .group {
    gap: 0 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #pasta .pasta .group {
    gap: 0 35px;
    padding-right: 20px;
  }
  #pasta .pasta .group .col-l {
    width: calc(100% - 440px);
  }
}
@media screen and (min-width: 768px) {
  #pasta .pasta .menu {
    padding-bottom: 180px;
    position: relative;
  }
  #pasta .pasta .menu:first-child {
    padding-top: 170px;
  }
  #pasta .pasta .menu h3 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #pasta .pasta .menu h3 {
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  #pasta .pasta .menu .tag {
    padding-bottom: 50px;
  }
  #pasta .pasta .menu .photo2 {
    margin: 60px -25px 0 0;
  }
}
.box-parallax2 {
  height: 65vw;
}
@media screen and (min-width: 768px) {
  .box-parallax2 {
    height: 700px;
  }
}
#wine {
  padding: 15vw 0;
}
#wine h2 {
  padding: 10vw 0;
}
#wine h2 span {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 9vw;
  line-height: 1.3;
  position: relative;
  display: block;
}
#wine h2 span:before {
  content: '';
  border-top: 1px solid #79653a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.9vw;
}
#wine .info {
  padding-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  #wine {
    padding: 114px 20px 135px;
  }
  #wine .wrap {
    width: 100%;
    max-width: 1200px;
  }
  #wine .group {
    justify-content: flex-end;
    display: flex;
  }
  #wine h2 {
    padding: 0;
    position: absolute;
    top: 28px;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #wine h2 {
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  #wine h2 span {
    font-size: 60px;
    line-height: 1;
  }
  #wine h2 span:before {
    right: -30vw;
    bottom: 1px;
  }
  #wine .photo {
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 725px;
    right: 400px;
  }
  #wine .info {
    padding: 260px 0 0;
    width: 377px;
    position: relative;
    min-height: 500px;
    margin-bottom: 119px;
    box-sizing: border-box;
  }
}
#course {
  background: url("../img/menu/bg2.jpg") repeat center 0;
  padding: 15vw 0;
  position: relative;
  color: #fff;
}
#course h2 {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 10vw;
  line-height: 1.2;
  padding-bottom: 10vw;
}
#course h2 span {
  letter-spacing: 0.05em;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
#course h2 span:before {
  content: '';
  position: absolute;
  left: -10vw;
  bottom: 3px;
  right: 0;
  border-top: 1px solid;
}
#course .photo {
  margin-bottom: 10vw;
}
#course .f-note {
  padding-top: 20px;
	line-height: 25px;
}
#course .list {
  padding: 20px 0 10vw;
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.4);
}
@media screen and (min-width: 768px) {
  #course {
    padding: 70px 20px 138px;
  }
  #course .note {
    text-align: right;
    position: absolute;
    top: 60px;
    right: 140px;
  }
  #course .wrap {
    width: 100%;
    max-width: 1500px;
  }
  #course .box {
    max-width: 1200px;
    margin: 0 auto;
  }
  #course h2 {
    font-size: 80px;
    line-height: 86px;
    padding-bottom: 68px;
    position: relative;
    z-index: 1;
  }
  #course h2 span {
    font-size: 18px;
    margin-bottom: 73px;
    padding: 0;
    line-height: 1;
  }
  #course h2 span:before {
    left: -50vw;
  }
  #course .photo {
    position: absolute;
    top: 173px;
    right: 0;
    height: 575px;
    left: calc(50% - 92px);
    margin: 0;
  }
  #course .item-shared .tag {
    padding-bottom: 65px;
    text-align: left;
  }
  #course .item-shared .tag dt {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 40px;
  }
  #course .item-shared .tag dt .fnt-roboto {
    font-size: 16px;
    display: inline-block;
    padding: 40px 0 0;
  }
  #course .item-shared .tag dd {
    text-align: left;
  }
  #course .item-shared .txt {
    width: 460px;
  }
  #course .item-shared .f-note {
    line-height: 26px;
    padding-top: 57px;
  }
  #course .gr {
    position: relative;
    min-height: 280px;
    margin-bottom: 50px;
  }
  #course .list {
    position: absolute;
    right: 0;
    top: 57px;
    padding: 0px 0 10px 30px;
    margin-top: 0px;
    border: none;
    border-left: 1px solid;
    width: 470px;
    line-height: 36px;
    box-sizing: border-box;
  }
	#course .list .ma-l{
		margin-left: 10px;
	}
}
#lunch {
  padding: 15vw 0;
	position: relative;
	z-index: 5;
}
#lunch h2 {
  line-height: 1.4;
  padding-bottom: 10vw;
  text-align: center;
}
#lunch h2 .fnt-playfair {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 10vw;
}
#lunch h2 .time {
  background-color: #322921;
  color: #fff;
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
}
#lunch .info h3 {
  font-size: 6vw;
  line-height: 1.5;
  padding: 5vw 0;
}
#lunch .menu {
  padding: 10vw 0;
}
#lunch .menu h3 {
  text-align: center;
  position: relative;
  margin-bottom: 10vw;

}
#lunch .menu h3:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid;
}
#lunch .menu h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid;
	margin-top: 6px;
}
#lunch .menu h3 span {
  position: relative;
  z-index: 1;
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
  display: inline-block;
  letter-spacing: 0;
  font-size: 7vw;
  line-height: 1.4;
  padding: 0 5vw;
  font-family: 'Playfair Display';
  font-weight: 500;
}
#lunch .menu .group {
  padding: 10vw 0;
}
#lunch .menu .group .item {
  background: url("../img/shared/bd_bg.jpg") repeat;
  padding: 10vw 5%;
  position: relative;
  border: 1px solid;
  margin-bottom: 40px;
}
#lunch .menu .group .item h4 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
}
#lunch .menu .group .item h4 span {
  background: url("../img/shared/bd_bg.jpg") repeat;
  position: relative;
  z-index: 1;
  font-size: 18px;
  padding: 0 20px;
}
#lunch .menu .group .item h4 span:before {
  content: '';
  border-left: 1px solid;
  border-right: 1px solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  /* bottom: 0; */
  transform: skewX(-26deg);
  height: 16px;
}
#lunch .menu .group .item .tt {
  display: inline-block;
  background-color: #fff;
  font-size: 9px !important;
  line-height: 20px;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 5px;
}
#lunch .menu .group .item .price {
  margin-bottom: 10px;
  background-color: #d9d2c2;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  line-height: 20px;
}
#lunch .menu .group .item .price .fnt-amiri {
  font-size: 20px;
}
#lunch .menu .group .item .list li .small {
  display: inline-block;
  padding-left: 40px;
}
#lunch .menu .group .item .mn-list {
  padding: 20px 0 0;
}
#lunch .menu .group .item .mn-list .tit {
  padding-bottom: 5px;
}
#lunch .menu .group .item .mn-list dl {
  margin-bottom: 10px;
  background-color: #d9d2c2;
  border-radius: 5px;
  padding: 10px 20px;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  line-height: 20px;
}
#lunch .menu .group .item .mn-list dl dt {
  align-items: center;
  display: flex;
}
#lunch .menu .group .item .mn-list dl dt:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #322921;
  margin-right: 5px;
}
#lunch .menu .group .item .mn-list dl dd {
  text-align: right;
  font-size: 13px;
}
#lunch .menu .group .item .mn-list dl dd .fnt-amiri {
  font-size: 17px;
}
#lunch .menu .group .item .mn-list dl dd .f1 {
  font-size: 15px;
}
#lunch .menu .group .item .mn-list dl dd .f2 {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #lunch {
    padding: 122px 0 20px;
  }
  #lunch .wrap {
    max-width: 1500px;
    width: 100%;
  }
  #lunch h2 {
    text-align: right;
    width: 100%;
    padding: 18px 0 147px;
    line-height: 45px;
  }
  #lunch h2 .fnt-playfair {
    font-size: 60px;
  }
  #lunch h2 .time {
    font-size: 16px;
    line-height: 29px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
  }
  #lunch .lead {
    min-height: 570px;
    margin-bottom: 78px;
  }
  #lunch .lead .info {
    width: 360px;
  }
  #lunch .lead .info h3 {
    font-size: 30px;
    padding: 0 0 44px;
    margin-right: -20px;
  }
  #lunch .lead .js-fade {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 900px;
    right: 420px;
  }
  #lunch .lead .js-fade .object-fit-cover-pc {
    height: 563px;
  }
  #lunch .lead .box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
  }
  #lunch .menu {
    padding: 0 0;
    max-width: 1000px;
    margin: 0 auto;
  }
  #lunch .menu h3 {
    margin-bottom: 16px;
  }
  #lunch .menu h3 span {
    font-size: 40px;
    padding: 0 40px;
  }
  #lunch .menu .group {
    padding: 56px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  #lunch .menu .group .item {
    width: calc(50% - 30px);
    padding: 45px 0 40px;
    margin-bottom: 0px;
    text-align: center;
  }
  #lunch .menu .group .item h4 span {
    font-size: 20px;
    padding: 0 33px;
  }
  #lunch .menu .group .item h4 span:before {
    transform: skewX(-34deg);
    height: 20px;
    top: 4px;
  }
  #lunch .menu .group .item .tt {
    font-size: 11px !important;
    line-height: 20px;
    padding: 0 5px;
    margin-right: 5px;
    border-radius: 5px;
  }
  #lunch .menu .group .item .price {
    width: 340px;
    margin: 0 auto 25px;
    padding: 16px 0px 19px;
    text-align: center;
  }
  #lunch .menu .group .item .price .fnt-amiri {
    font-size: 26px;
  }
  #lunch .menu .group .item .list {
    display: inline-block;
  }
  #lunch .menu .group .item .list li {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }
  #lunch .menu .group .item .list li .small {
    display: inline-block;
    padding-left: 40px;
  }
  #lunch .menu .group .item .list.ext li {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  #lunch .menu .group .item .mn-list {
    padding: 10px 0 0px;
    max-width: 340px;
    margin: 0 auto -5px;
  }
  #lunch .menu .group .item .mn-list .tit {
    padding-bottom: 5px;
    text-align: left;
  }
  #lunch .menu .group .item .mn-list dl {
    margin-bottom: 10px;
    padding: 17px 33px 17px 20px;
    line-height: 20px;
  }
  #lunch .menu .group .item .mn-list dl dt {
    align-items: center;
    display: flex;
  }
  #lunch .menu .group .item .mn-list dl dt:before {
    width: 7px;
    height: 7px;
    margin-right: 12px;
  }
  #lunch .menu .group .item .mn-list dl dd {
    text-align: right;
    font-size: 14px;
  }
  #lunch .menu .group .item .mn-list dl dd .fnt-amiri {
    font-size: 20px;
  }
  #lunch .menu .group .item .mn-list dl dd .f1 {
    font-size: 16px;
  }
  #lunch .menu .group .item .mn-list dl dd .f2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
	#lunch h2{
		margin-right: 20px;
	}
	#lunch .lead .info{
		margin-right: 20px;
	}
}


.remodal-overlay {
  background: url("../img/shared/bd_bg.jpg") repeat;
}
.remodal {
  background-color: transparent;
  max-width: 1200px;
  padding: 0;
}
.remodal-wrapper {
  padding: 10px;
}
.remodal-close {
  text-align: right;
  margin-left: auto;
  width: 30px;
  z-index: 99;
}
.remodal-close:before {
  display: none;
}
.remodal-close:hover {
  opacity: 0.8;
}
.remodal-shared {
  padding: 0px 0 20px;
}
.remodal-shared .box {
  background-color: #e9e5dc;
  padding: 10vw 5%;
}
.remodal-shared .wrap {
  padding: 0;
}
.remodal-shared h2 {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 7vw;
  padding-bottom: 10px;
}
.remodal-shared .note {
  font-size: 12px;
}
.remodal-shared .menu-shared {
  padding: 20px 0 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.remodal-shared .menu-shared .col {
  width: 100%;
}
.remodal-shared .menu-shared .menu-list {
  padding-bottom: 30px;
  text-align: left;
}
.remodal-shared .menu-shared .menu-list h3 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  padding-bottom: 10px;
}
.remodal-shared .menu-shared .menu-list dl {
  border-bottom: 1px dotted;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0;
}
.remodal-shared .menu-shared .menu-list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.remodal-shared .menu-shared .menu-list dl dt {
  float: left;
  text-align: left;
}
.remodal-shared .menu-shared .menu-list dl .small {
  font-size: 10px;
  line-height: 20px;
  display: inline-block;
  padding-top: 8px;
}
.remodal-shared .menu-shared .menu-list dl dd {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: right;
  font-weight: bold;
  float: right;
}
#othercourse .group {
  padding: 10vw 0 0;
}
#othercourse .group .course {
  background: url("../img/menu/bg1.jpg") repeat center 0;
  padding: 10vw 5%;
  text-align: left;
  color: #fff;
  margin-bottom: 40px;
}
#othercourse .group .course .photo {
  margin-bottom: 20px;
}
#othercourse .group .course .tag {
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid;
  padding: 0px 0 10px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
#othercourse .group .course .tag dt {
  font-size: 18px;
}
#othercourse .group .course .tag dd {
  font-size: 13px;
}
#othercourse .group .course .tag dd .fnt-amiri {
  font-size: 20px;
}
#othercourse .group .course .list li {
  font-size: 12px;
  line-height: 20px;
  text-indent: -14px;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .remodal-overlay {
    background-color: transparent;
  }
  .remodal {
    background-color: transparent;
    max-width: 1200px;
    padding: 0;
  }
  .remodal-wrapper {
    padding: 10px;
  }
  .remodal-close {
    width: 59px;
    height: auto;
    margin-bottom: 20px;
  }
  .remodal-shared {
    padding: 50px 0;
  }
  .remodal-shared .box {
    padding: 96px 0;
  }
  .remodal-shared .wrap {
    padding: 0;
  }
  .remodal-shared h2 {
    font-size: 36px;
    padding-bottom: 23px;
  }
  .remodal-shared .note {
    font-size: 14px;
	  margin-bottom: 30px;
  }
  .remodal-shared .menu-shared .col {
    width: 300px;
  }
	.remodal-shared .menu-shared .col.style02{
		margin-top: 45px;
	}
  .remodal-shared .menu-shared .menu-list {
    padding-bottom: 30px;
  }
  .remodal-shared .menu-shared .menu-list h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .remodal-shared .menu-shared .menu-list dl {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 0 10px;
  }
  .remodal-shared .menu-shared .menu-list dl .small {
    font-size: 12px;
  }
  #othercourse .group {
    padding: 64px 0 0;
  }
  #othercourse .group .course {
    padding: 30px 73px 30px 45px;
    margin-bottom: 54px;
    justify-content: space-between;
    display: flex;
  }
  #othercourse .group .course .photo {
    margin-bottom: 0px;
  }
  #othercourse .group .course .info {
    width: 450px;
    padding: 16px 0 0;
  }
  #othercourse .group .course .tag {
    padding: 0px 10px 0;
    margin-bottom: 30px;
  }
  #othercourse .group .course .tag dt {
    font-size: 24px;
  }
  #othercourse .group .course .tag dd {
    font-size: 14px;
  }
  #othercourse .group .course .tag dd .fnt-amiri {
    font-size: 26px;
  }
  #othercourse .group .course .list {
    padding: 0 0 0 20px;
    letter-spacing: 0.1em;
  }
  #othercourse .group .course .list li {
    font-size: 14px;
    line-height: 24px;
  }
}