@charset "UTF-8";
/* CSS Document */
.body {
}
/*---------------------------------------------メインビジュアルとコピー*/
.mv {
  margin-bottom: 110px;
  position: relative;
}
.copy-sp {
  position: absolute;
  bottom: -50px;
}
.copy-sp img {
  width: 240px;
}
.copy-pc {
  display: none;
}
/*---------------------------------------------メインビジュアルとコピーレスポンシブ*/
@media(min-width:1040px) {
  .copy-sp {
    display: none;
  }
  .copy-pc {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    /*width: 233px;*/
  }
  .copy-pc img {
    width: 240px;
  }
}
.slick-list {
  padding-bottom: 10px;
}
.mv__photo-pc {
  display: none;
}
.mv__photo li {
  position: relative;
  margin: 10px 0 0 auto;
}
.mv__photo li::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 80%;
  height: calc(80vh + 20px);
  background-color: #FFD5BD;
  z-index: -1;
}
.mv__photo img {
  width: 90%;
  object-fit: cover;
  object-position: 0% 0%;
  height: 80vh;
  position: relative;
  left: 10%;
}
@media(min-width:1024px) {
  .mv__photo {
    display: none;
  }
  .mv__photo-pc {
    display: block;
  }
  .mv__photo-pc li {
    position: relative;
    margin-top: 0;
  }
  .mv__photo-pc li::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 95%;
    height: 100vh;
    background-color: #FFD5BD;
    z-index: -1;
  }
  .mv__photo-pc img {
    width: 90%;
    object-fit: cover;
    object-position: 0% 0%;
    margin: 0 0 0 auto;
  }
  .slick-list {
    padding-bottom: 50px; 
  }
}
/*--------------------------------------------ご挨拶*/
.about {
  margin: 0 20px 80px;
}
.about h2 {
  padding-bottom: 10px;
  border-bottom: dotted 1px #B7282E;
  margin-bottom: 30px;
  text-align: left;
}
.about_tilte-pc {
  display: none;
}
.about__content-picture img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
}
.about__content {
  text-align: left;
}
.about_text-description {
  line-height: 3.6rem;
}
.about_text-description span {
  display: inline-block;
}
.about_text-description-name {
  text-align: right;
}
/*--------------------------------------------挨拶レスポンシブ*/
@media(min-width: 1024px) {
  .about {
    margin: 0 100px 100px;
    position: relative;
    max-width: 1440px;
  }
  .about h2 {
    display: none;
  }
  .about__content {
    display: flex;
    height: 340px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .about__content::before {
    content: ''; 
    position: absolute;
    bottom: 0;
    left: -150px;
    width: 173px;
    height: 401px;
    background-size: contain; 
    background-repeat: no-repeat;
    background-image: url("../images/mokumoku2.png");
  }
  .about__content-picture {
    width: 50%;
    margin: 0;
  }
  .about__content-picture img {
    height: 100%;
  }
  .about_text {
    padding-left: 100px;
    width: 50%;
  }
  .about_tilte-pc {
    display: block;
    padding-bottom: 10px;
    border-bottom: dotted 1px #B7282E;
    margin-bottom: 38px;
    text-align: left;
    width: 300px;
    font-size: 2.4rem;
    font-weight: 600;
  }
}
.about__content::before {
  animation-name:fadeInAnime;
  animation-duration:3s;
  animation-fill-mode:both;
  opacity:0;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes fadeInAnime{
  from {
    transform:translateY(0);
    opacity: 0;
  }

  to {
    transform:translateY(-20px);
    opacity: 1;
  }
}
/*--------------------------------------------料理*/
.meal__body {
  margin-bottom: 30px;
  display: flex;
  border: solid 1px #B7282E;
  flex-flow: row-reverse;
  max-width: 375px;
  margin: 0 auto 30px;
}
.meal__body-side {
  width: 55px;
  border-left: solid 1px #B7282E;
}
.meal__body-side h2 {
  writing-mode: vertical-rl;
  color: #B7282E;
  margin: 20px auto;
}
.meal__body-side-and {
  font-size: 1.5rem;
}
.meal__body-side-line {
  display: inline-block;
  height: 130px;
  width: 1px;
  border-radius: 2px;
  background-color: #E31919;
}
.meal__body-side-kotei {
  position: sticky;
  top:0;
}
.meal__body-content {
  width: 320px;
}
.meal__body-content ul {
  list-style: none;
  text-align: left;
}
.meal__item-picture {
  width: 100%;
  object-fit: cover; 
  object-position: center;
}
.meal__body-content li {
  border-bottom: solid 1px #B7282E;
}
.meal__body-content ul li:last-child {
  border-bottom: none;
}
.meal__item-title {
  color: #B7282E;
  margin: 23px 23px 20px;
  font-family: Zen Kaku Gothic Antique;
  letter-spacing: 0.2em;
}
.meal__body-content li hr {
  border-top: 1px dashed #B7282E;
  width: 75px;
  display: block;
  margin: 23px;
}
.meal__item-description {
  margin: 0px 23px 40px;
}
.meal__item-description span {
  padding-top: 12px;
  display: block;
} 
.button {
  display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 266px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #E31919;
	color: #E31919;
	transition: 0.5s;
  border-radius: 20px;
  letter-spacing: 0.5em;
}
a.button:hover {
	color: #fff;
	background: #E31919;
}
/*--------------------------------------------料理レスポンシブ*/
@media(min-width: 1040px) {
  .meal__body {
    max-width: 1440px;
    display: block;
    border: none;
	  margin: 0 0 30px auto;
  }
  .meal__body-side {
    width: 100%;
    border: inherit;
  }
  .meal__body-side h2 {
    padding-bottom: 10px;
    width: 300px;
    border-bottom: dotted 1px #B7282E;
    margin: 70px 60px 30px;
    text-align: left;
    writing-mode: initial;
    display: block;
    color: #333;
  }
  .meal__body-side span {
    display: none;
  }
  .meal__body-content {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .meal__body-content ul {
    display: flex;
    max-width: 1140px;
    margin-left: auto;
    gap: 50px;
  }
  .meal__body-content ul li {
    border: solid 1px #B7282E;
    flex: 1;
  }
  .meal__body-content ul li:last-child {
    display: none;
  }
}
/*--------------------------------------------ご利用シーン*/
.scene h2 {
  padding-bottom: 10px;
  border-bottom: dotted 1px #B7282E;
  margin: 70px 20px 30px;
  text-align: left;
}
.scene__content li {
  align-items: center;
  margin: 0 0 70px;
}
.scene__image-picture-sp {
  width: 97.3%; 
  object-fit: cover;
  object-position: center;
  margin: 0 0 30px 10px;
  box-shadow: -10px 10px #E31919;
  border-radius: 0 50px 50px 0;
}
.scene__image h3, .scene__image-picture-pc, .scene__copy-pc img {
  display: none;
}
.scene__content-illust {
  width: 70%;
  display: block;
  margin: 0 auto -20px;
}
.scene__content-title {
  display: block;
  padding: 15px 10px;
  max-width: 275px;
  width: 100%;
  background-color: #B7282E;
  color: #FFF;
  border-radius: 20px;
  margin: 0 auto 10px;
  position: relative;
}
.delay-time02{
animation-delay: 0.4s;
}

.delay-time04{
animation-delay: 0.8s;
}
.box{
	opacity: 0;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
	  transform: translateY(0);
  }
}
/*--------------------------------------------ご利用シーンレスポンシブ*/
@media(min-width: 1024px) {
   .scene {
	  max-width: 1440px;
    margin: 0 auto;
  }
  .scene h2 {
    padding-bottom: 10px;
    width: 300px;
    border-bottom: dotted 1px #B7282E;
    margin: 70px 60px 100px;
    text-align: left;
  }
  .scene__image-picture-sp {
    display: none;
  }
	.scene_image_1 {
	 display: flex;
	 justify-content: center;
	}
  .scene__image-pc {
    max-width: 800px;
    margin: 0 170px 100px 0;
  }
  .scene__image-picture-pc {
    display: block;
    width: 100%;
  }
	.scene__copy-pc {
	 margin-right: 30px;
	}
  .scene__copy-pc img {
    display: block;
	  margin-top: -100px;

  }
  .scene__content {
    display: flex;
    list-style: none;
    gap: 50px;
  }
  .scene__content li {
    flex: 1;
  }
  .scene__content-illust {
    width: 100%;
  }
}
.scene__copy-pc img {
  animation-name:zoomOutAnime;
	animation-duration:5.0s;
	animation-fill-mode:forwards;
  animation-iteration-count: infinite;
}

@keyframes zoomOutAnime{
  from {
	transform: scale(1.2);
  }

  to {
      transform:scale(1);
  }
}
/*--------------------------------------------飲み物*/
.drink__body {
  max-width: 375px;
  margin: 0 auto 50px;
  display: flex;
  border: solid 1px #B7282E;
}
.drink__body-side {
  width: 55px;
  border-right: solid 1px #B7282E;
}
.drink__body-side h2 {
  writing-mode: vertical-rl;
  color: #B7282E;
  margin: 20px auto;
}
.drink__body-side-line {
  display: inline-block;
  height: 130px;
  width: 1px;
  border-radius: 2px;
  background-color: #E31919;
}
.drink__body-side-kotei {
  position: sticky;
  top:0;
}
.drink__body-content {
  width: 320px;
}
.drink__body-content ul {
  list-style: none;
  text-align: left;
  max-width: 320px;
}
.drink__item {
  border-bottom: solid 1px #B7282E;
}
.drink__body-content ul li:last-child {
  border-bottom: none;
}
.drink__item-title {
  display: flex;
  flex-flow: row-reverse;
}
.drink__item-picture {
  width: 70%;
  object-fit: cover; 
  object-position: center;
}
.drink__item-text {
  writing-mode: vertical-rl;
  width: 30%;
  padding: 45px 20px 0 0;
  line-height: 1.5rem;
  font-family: Zen Kaku Gothic Antique;
}
.drink__item-text h3 {
  font-weight: 600;
  align-items: center;
  width: 100%;
  color: #B7282E;
  font-size: 2.2rem;
  letter-spacing: 0.7em;
}
.drink__item-text p {
  font-weight: 400;
  letter-spacing: 0.7em;
}
.drink__item-description {
  margin: 30px 29px 40px 20px;
}
.drink__item-description dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px
}
.drink__item-description dl dt {
  width: 25%;
}
.drink__item-description dl dd {
  width: 50%;
}
/*--------------------------------------------飲み物レスポンシブ*/
@media(min-width: 1024px) {
  .drink__body {
    max-width: 1440px;
    display: block;
    border: none;
  }
  .drink__body-side {
    width: 100%;
    border: none;
  }
  .drink__body-side h2 {
    padding-bottom: 10px;
    width: 300px;
    border-bottom: dotted 1px #B7282E;
    margin: 70px 60px 30px;
    text-align: left;
    writing-mode: initial;
    display: block;
    color: #333;
  }
  .drink__body-side span {
    display: none;
  }
  .drink__body-content {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .drink__item-text {
    line-height: 3rem;
  }
  .drink__item-text h3 {
    /*  display: flex;*/
    font-weight: 600;
    font-size: 3.0rem;
    letter-spacing: 0.7em;
  }
  .drink__item-text p {
    font-size: 2.5rem;
  }
  /*うーん・・・*/
 .drink__item-description {
    margin: 30px 29px 40px 173px;
}
  .drink__body-content ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1169px;
    margin-left: auto;
  }
  .drink__body-content ul li {
    width: 50%;
    border: solid 1px #B7282E;
    border-right: none;
    border-top: none;
  }
  .drink__body-content ul li:nth-child(1), .drink__body-content ul li:nth-child(2) {
    border-top: solid 1px #B7282E;
  }
  .drink__body-content ul li:nth-child(2), .drink__body-content ul li:nth-child(4) {
    border-right: solid 1px #B7282E;
  }
  .drink__body-content ul li:last-child {
    border-bottom: solid 1px #B7282E;
  }
}
/*--------------------------------------------店内写真*/
.photo {
  position: relative;
  margin-bottom: 100px;
}
.photo span {
  width: 100vw;
  height: 30vh;
  position: absolute;
  bottom: -30px;
  left: 0;
  background-color: #FFD5BD;
}
.photo h2 {
  padding-bottom: 10px;
  border-bottom: dotted 1px #B7282E;
  margin: 0 20px 30px;
  text-align: left;
}
.photo__contents {
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
}
.photo__contents img {
  width: 100%;
}
.photo__contents {
  list-style: none;
}
.photo__contents li {
  flex: 1;
  margin: 0 10px;
}
.slick-dots {
  bottom: -55px;
}
#slick-slide3 button {
  display: none!important;
}
/*--------------------------------------------店内写真レスポンシブ*/
@media(min-width: 1024px) {
.photo {
  margin: 70px auto 120px;
  max-width: 1440px;
}
  .photo h2 {
    padding-bottom: 10px;
    width: 300px;
    border-bottom: dotted 1px #B7282E;
    margin: 70px 60px 30px;
    text-align: left;
    writing-mode: initial;
    display: block;
    color: #333;
  }
  .photo span {
    width: 95vw;
    height: 27vh;
    bottom: -30px;
  }
  .photo__contents {
    gap: 50px;
  }
  .photo__contents li {
    flex: 1;
    margin: 0 30px;
  }
}
/*--------------------------------------------アクセス*/
.access {
  margin: 0 auto;
}
.access h2 {
  padding-bottom: 10px;
  border-bottom: dotted 1px #B7282E;
  text-align: left;
  margin: 0 20px 40px;
}
.access__details {
  text-align: left;
  padding: 30px 15px;
  background-color: #FFF4EE;
  margin-bottom: 30px;
}
.access__details dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: dashed 1px #333;
  padding: 20px 0;
}
.access__details dl:last-child {
  border-bottom: none;
}
.access__details dl dt {
  width: 35%;
}
.access__details dl dd {
  width: 65%;
}
.access__details-access dt::before, .access__details-address dt::before, .access__details-tel dt::before, .access__details-hours dt::before, .access__details-holidays dt::before, .access__details-payment dt::before, .access__details-delivery dt::before, .access__details-table dt::before, .access__details-smoking dt::before {
  content: ''; 
  display: inline-block; 
  vertical-align: middle; 
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.access__details-access dt::before {
  background-image: url("../images/access01_access.png");
}
.access__details-address dt::before {
  background-image: url("../images/access02_address.png");
}
.access__details-tel dt::before {
  background-image: url("../images/access03_tel.png");
}
.access__details-hours dt::before {
  background-image: url("../images/access04_hours.png");
}
.access__details-holidays dt::before {
  background-image: url("../images/access05_holidays.png");
}
.access__details-payment dt::before {
  background-image: url("../images/access06_payment.png");
}
.access__details-delivery dt::before {
  background-image: url("../images/access07_delivery.png");
}
.access__details-table dt::before {
  background-image: url("../images/access08_group.png");
}
.access__details-smoking dt::before {
  background-image: url("../images/access09_smorking.png");
}
.access__map {
  height: 273px;
  margin: 0 0 30px;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
/*--------------------------------------------アクセスレスポンシブ*/
@media(min-width: 1040px) {
  .access {
    margin: 0 auto 95px;
	max-width: 1440px;
  }
  .access h2 {
    padding-bottom: 10px;
    width: 300px;
    border-bottom: dotted 1px #B7282E;
    margin: 70px 60px 30px;
    text-align: left;
    writing-mode: initial;
    display: block;
    color: #333;
  }
  .access__contents {
    display: flex;
    justify-content: center;
    gap: 42px;
    height: 600px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .access__map {
    width: 50%;
    height: 100%;
  } /*伸縮はどうする？*/
  .access__details {
    height: 100%;
    flex: 1;
  }
  .access__details dl {
    padding: 15px 0;
  }
}
/*--------------------------------------------イメージ写真*/
.image-photo {
  width: 354px;
  margin: 0 0 0 auto; 
  overflow: hidden;
}
.image-photo-sp {
  line-height: 0; 
}
.image-photo-sp img {
  width: 100%;
}
.image-photo-pc {
  display: none;
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 5s;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--------------------------------------------イメージ写真レスポンシブ*/
@media(min-width: 820px) {
  .image-photo {
    width: 1040px;
    margin: 0 0 0 auto;
  }
  .image-photo-sp {
    display: none;
  }
  .image-photo-pc {
    display: block;
    line-height: 0;
  }
  .image-photo-pc img {
    width: 100%;
  }
}
