@charset "UTF-8";


.kobe,.aboutYakitori {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .kobe,.aboutYakitori {
    padding: 40px 6%;
  }
  .aboutYakitori {
    padding: 40px 6% 20px;
  }
}
@media screen and (max-width: 500px) {
  .kobe {
    padding: 20px 6%;
  }
  .aboutYakitori {
    padding: 60px 6% 20px;
  }
}


/* ----------------------hero---------------------- */

.hero {
  position: relative;
  width: 100%;
  height: 700px;
  background-image: url(../img/img_hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100px;
}
.hero__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 800px;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none; /* 画像がクリックの邪魔をしないように */
}

@media screen and (max-width: 768px) {
  .hero__text {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .hero {
    margin-top: 80px;
    height: 450px;
  }
}


/* ----------------------intro---------------------- */

.intro {
  padding: 100px 6% 60px;
  position: relative;
  overflow: hidden;
}
.intro__cloud {
  position: absolute;
  z-index: 1;
  width: 160px;
}
.intro__cloud--left {
  top: 40px;
  left: 40px;
}
.intro__cloud--right {
  bottom: 0px;
  right: 40px;
}
.intro__speechBubble {
  max-width: 370px;
}
.intro h2 {
  font-size: 4.6rem;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.intro__highlight {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.intro__underline {
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  transform: translate(50%,-8px);
  max-width: 190px; /* 必要に応じて調整 */
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: -1;
}

.intro__txtImg-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.intro__txtImg-container p {
  max-width: 500px;
}
.intro__txtImg-container img {
  max-width: 420px;
}

@media screen and (max-width: 900px) {
  .intro__txtImg-container {
    flex-direction: column;
    align-items: center;
  }
  .intro__txtImg-container img {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 80px;
  }
  .intro__cloud {
    width: 130px;
  }
  .intro h2 {
    font-size: 3.8rem;
    margin-bottom: 30px;
  }
  .intro__underline {
    max-width: 150px;
    transform: translate(55%,-4px);
  }
}
@media screen and (max-width: 560px) {
  .intro {
    padding-top: 60px;
  }
  .intro__speechBubble {
    max-width: 300px;
  }
  .intro h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .intro__underline {
    max-width: 130px;
    transform: translate(50%,-4px);
  }
}

@media screen and (max-width: 440px) {
.intro__underline {
    transform: translate(-20%,-4px);
  }
}


/* ----------------------kobe---------------------- */

.kobe p {
  max-width: 500px;
  margin: 0 auto;
}
.kobe__container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  gap: 40px;
}
.kobe__container img {
  max-width: 420px;
}

@media screen and (max-width: 900px) {
  .kobe__container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .kobe__container img {
    max-width: 500px;
  }
}



/* ----------------------aboutYakitori---------------------- */

.aboutYakitori__container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.aboutYakitori h2,.aboutYakitori__txtArea p {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 700px) {
  .aboutYakitori__container {
    gap: 30px;
  }
  .aboutYakitori__txtArea {
    margin: 0 auto;
     max-width: 500px;
  }
  .aboutYakitori__container img {
    max-width: 500px;
    position: static;

  }
}



/* ----------------------about---------------------- */

.about p {
  max-width: 900px;
  margin: 0 auto 40px;
}
.about__youtube-frame {
  max-width: 900px;
  aspect-ratio: 16 / 9;
  margin: 40px auto 0;
}

.about__youtube-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.about__youtube-frame p {
  margin-top: 15px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 700px) {
.about p {
  max-width: 500px;
  margin: 0 auto 20px;
}
.about__youtube-frame {
  max-width: 500px;
  margin: 40px auto 0;
 }
}

@media screen and (max-width: 500px) {
  .about {
    padding-bottom: 80px;
  }
  .about__youtube-frame p {
    margin-top: 20px;
  }
}



/* ----------------------program---------------------- */

.program ul{
  margin-top: 60px;
}
.program li {
  max-width: 900px;
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.program li:last-child {
  margin: 0 auto;
}
.program__ttlArea {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.program__txtArea img {
  max-width: 48px;
}
.program__number1 {
  max-width: 35px!important;
}
.program__number5 {
  max-width: 38px!important;
}
.program__img {
  max-width: 420px;
}

@media screen and (max-width: 900px) {
  .program li {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto 60px;
  }
  .program__img {
    max-width: 500px;
  }
  .program__txtArea img {
    max-width: 40px;
  }
  .program__number1 {
    max-width: 28px!important;
  }
  .program__number5 {
    max-width: 29px!important;
  }
}
@media screen and (max-width: 768px) {
  .program ul{
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .program ul{
    margin-top: 20px;
  }
}



/* ----------------------snsOffer---------------------- */
/* 
.snsOffer {
  padding: 40px 4%;
  background-image: url(../img/bg_black.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
.snsOffer__container {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px;
}
.snsOffer__container img {
  max-width: 62px;
} */


/* ----------------------menu---------------------- */

.menu h2 {
  margin-bottom: 40px;
}
.menu__container {
  padding: 60px 6%;
  background-image: url(../img/bg_menu.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  max-width: 900px;
  margin: 0 auto;
  color: #333;
}
.menu li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto 40px;
  max-width: 610px;
  height: 100px;
}
.menu ul img {
  max-width: 140px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
}
.menu__beef-imgArea,.menu__vegetables-imgArea {
  position: relative;
  max-width: 140px;
  width: 100%;
}
.menu__vegetables-img1 {
  display: block;
  max-width: 80px!important;
}
.menu__vegetables-img2 {
  position: absolute;
  right: 0px;
  bottom: -30px;
  width: auto; /* サイズは必要に応じて調整 */
  z-index: 2;
  max-width: 80px!important;
}
.menu__beef-img1 {
  display: block;
  max-width: 90px!important;
}
.menu__beef-img2 {
  position: absolute;
  right: 5px;
  bottom: -25px;
  width: auto; /* サイズは必要に応じて調整 */
  z-index: 2;
  max-width: 70px!important;
}
.menu h3 {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 5px;
}
.menu p {
  line-height: 1.4;
}
.menu__bonus {
  max-width: 610px;
  margin: 60px auto 30px;
  border: 3px solid #c72c25;
  border-radius: 10px;
  padding: 10px 20px 15px;
  position: relative;
}
.menu__bonus img {
  position: absolute;
  top:-40px;
  left: -20px;
  max-width: 90px;
}
.menu__bonus h3 {
  text-align: center;
  color: #c72c25;
  font-weight: 500;
}
.menu__price {
  font-size: 2.2rem;
}
.menu__price-red {
  font-size: 3.2rem;
  color: #c72c25;
  padding-right: 5px;
}
.menu__price--Container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.menu__price--Container img {
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .menu li {
    margin: 0 auto 40px;
    height: 90px;
  }
  .menu__bonus {
    margin: 80px auto 30px;
  }
  .menu__bonus img {
    top:-45px;
    left: -15px;
    max-width: 85px;
  }
  .menu__price {
    font-size: 1.8rem;
    text-align: center;
  }
  .menu__price-red {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 530px) {
  .menu__container {
    padding: 50px 6%;
  }
  .menu li {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 10px;
  }
  .menu__beef-imgArea,.menu__vegetables-imgArea {
  position: relative;
  max-width: 170px;
  margin-bottom: 25px;
  }
  .menu__vegetables-img1 {
  max-width: 90px!important;
  }
  .menu__vegetables-img2 {
    right: 0px;
    bottom: -20px;
    max-width: 90px!important;
  }
  .menu__beef-img1 {
    max-width: 110px!important;
  }
  .menu__beef-img2 {
    right: 0px;
    bottom: -20px;
    max-width: 80px!important;
  }
  .menu__bonus {
    margin: 60px auto 30px;
  }
  .menu__price--Container img {
    max-width: 110px;
  }
}

@media screen and (max-width: 400px) {
 .menu__price--Container  {
  flex-direction: column;
 }
 .menu__price--Container img {
    max-width: 130px;
  }
}


/* ----------------------info---------------------- */

.info {
  padding: 80px 4% 40px;
  background-image: url(../img/bg_info.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
.info__details,.info__access,.info__address {
  max-width: 600px;
  margin: 0 auto 80px;
}
.info__access {
  max-width: 350px;
}
.info__address {
  max-width: 480px;
}
.info h3 {
  font-size: 4rem;
  margin-bottom: 20px;
}
.info__map iframe {
  width: 100vw;
  height: 500px;
  margin-left: 0%;
}
@media screen and (max-width: 768px) {
  .info {
    background-image: url(../img/bg_info_sp.jpg);
  }
  .info__details,.info__access,.info__address {
    max-width: 480px;
    margin: 0 auto 60px;
  }
  .info h3 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .info {
    padding: 60px 4% 20px;
  }
  .info__details,.info__access,.info__address {
    margin: 0 auto 40px;
  }
  .info h3 {
    font-size: 2.9rem;
  }
}

/* ----------------------reservation---------------------- */

.reservation h3{
	margin-bottom: 1em;
}

#notes_block {
	width: 700px;
	margin: 0 auto;
}

#notes_block p:first-of-type{
	text-align: center;
	margin-bottom: 2em;
}

#notes_block h4 {
    font-size: 2.8rem;
    font-weight: 200;
    line-height: 1.4;
    text-align: center;
	margin-bottom: 1em;
}

#notes_block ul{
	margin-bottom: 40px;
}

#notes_block ul li {
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

#notes_block ul li + li {
	margin-top: 0.75em;
}

@media screen and (max-width: 768px) {
	#notes_block {
        width: 100%;
    }

    #notes_block p:first-of-type{
        text-align: left;
    }

    #notes_block h4 {
        font-size: 2.0rem;
    }
}

/*予約キャンセル画面*/
section.reservation.cancel {
	padding-top: 120px;
}
#bookly-tbs,.bookly-js-cancellation-confirmation-message p{
	text-align: center!important;
}
#bookly-tbs {
	color: #FFF!important;
}
#bookly-tbs .btn,#bookly-tbs,.bookly-js-cancellation-confirmation-message p{
	font-size: 2rem!important;
}
section.reservation.cancel h3 + p{
	max-width: 700px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	section.reservation.cancel {
        padding-top: 100px;
    }
	
	#bookly-tbs .btn {
        font-size: 1rem!important;
    }
}

