@charset "utf-8";
/* indexのみ上書き
------------------ */
@media print, screen and (min-width: 980px) {
  #main {
    margin: 0;
  }
}
/* メインビジュアル */
#mv {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  background: url("../../img_index/img_mv_bg.jpg") no-repeat center / cover;
  padding: 10vh 10% 10vh;
  position: relative;
  box-sizing: border-box;
  margin-bottom: -10rem;
}
#mv::after {
  content: "";
  display: block;
  width: 3rem;
  height: 4rem;
  background: url(../img/tora.png) no-repeat center / contain;
  position: absolute;
  right: 1rem;
  bottom: 11rem;
}
#mv .mv_t {
  width: 100%;
}
#mv .mv_img {
  width: 100%;
  position: relative;
  top: -7rem;
}
#mv .mv_img img {}
@media print, screen and (min-width: 640px) {
  #mv {
    padding: 10vh 2rem 12vh;
    flex-flow: row-reverse;
    margin-bottom: 0;
  }
  #mv .mv_t {
    width: 45%;
  }
  #mv .mv_img {
    width: 55%;
    top: auto;
  }
  #mv .mv_img img {
    position: absolute;
    left: -30%;
    max-width: 130%;
    bottom: -15%;
  }
  #mv::after {
    width: 30%;
    height: 20%;
    right: inherit;
    left: 45%;
    transform: translateX(-50%);
    bottom: 1rem;
  }
}
@media print, screen and (min-width: 980px) {
  #mv .mv_img img {
    left: -2rem;
    max-width: 100%;
    bottom: 0;
  }
  #mv .mv_t {
    width: 45%;
  }
  #mv .mv_img {
    width: 55%;
  }
  #mv {
    padding: 5vh 10% 10vh;
  }
}
@media print, screen and (min-width: 1460px) {
  #mv {
    padding: 10vh 15% 12vh;
  }
}
/* お知らせエリア */
.announce_bg {
  background: url("../../img_index/announce_area_bg.jpg") no-repeat center / cover;
  position: relative;
  z-index: 1;
}
#announce_area {
  color: #fff;
  padding: 10vh 2rem;
  flex-wrap: wrap;
  justify-content: space-around;
}
.announce_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.8;
  z-index: -1;
}
.hours_box {
  width: 100%;
  padding: 1.5rem;
  background: rgb(0 0 0 / 60%);
  text-align: center;
  margin-bottom: 3rem;
	font-weight: bold;
}
.hours_box .h {
  display: block;
  color: #E40011;
font-weight: normal;
  margin-right: 1rem;
}
.news_box {
  width: 100%;
}
.news_box .h02{text-align: center;}
.news_list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.70);
  padding: 1rem 0.25rem;
	color: #fff;
}
.news_list a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 1.5rem 0.25rem;
}

.news_list .news-desc{
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.news_list .news-desc p{margin-bottom: 0.25rem;}


.schedule_box {
  width: 100%;
  border: 2px solid #E40011;
  padding: 2rem;
  box-sizing: border-box;
}
.schedule_list li {
  padding: 0.25rem 0.5rem;
}

@media print, screen and (min-width: 960px) {
  .announce_bg {}
  #announce_area {
    padding: 10vh 2rem;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .hours_box {
    width: 90%;
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
  .hours_box .h {
	display: inline-block;
    margin-right: 1rem;
  }
  .news_box {
    width: calc(55% - 2rem);
  }
  .news_box .h02{text-align: left;}
  .news_list a {
    padding: 0.75rem 0.25rem;
  }
  .schedule_box {
    width: calc(45% - 2rem);
    padding: 2rem;
  }
  .schedule_list li {
    padding: 0.25rem 0.5rem;
  }
}
/* メニュー情報 */
.menu_bg {
  position: relative;
  z-index: 0;
  padding: 10vh 1rem;
}
.menu_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../../img_index/menu_bg.png") repeat center;
  z-index: -1;
}
.menu_bg.bg_red {
  background: #680300;
}
.icon_h {
  font-size: 1.5rem;
  letter-spacing: 5px;
  margin-bottom: 2rem;
}

#collab_area .icon_h::before,
	#seasonal_area .icon_h::before {
  content: "";
  width: 4rem;
  height: 3rem;
  background: url("../../img_index/h_seasonal.png") no-repeat center / contain;
  display: block;
  margin: 0 auto 0.25rem;
}
.menu_wrap {
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 3rem;
  align-items: stretch;
}
.menu_box {
  width: calc(100% - 1px);
  text-align: left;
  color: #fff;
  padding: 1rem;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
}
.menu_box::before, .menu_box::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  top: 0;
}
.menu_box::before {
  left: 0;
}
.menu_box::after {
  right: -1px;
}
.menu_wrap .line {
  content: "";
  display: block;
  width: 1px;
  /*height: 100%;*/
  background: #fff;
}
.menu_box .h03 {
  font-size: 1.325rem;
  padding-right: 3rem;
  align-items: center;
  position: relative;
  --title-lines: 2; /* 想定行数（PC） */
  --title-lh: 1.6; /* line-height と合わせる */
  line-height: var(--title-lh);
  margin: 0 0 12px;
  min-height: calc(var(--title-lines) * var(--title-lh) * 1em);
}
.menu_box .ph {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 2 / 1; /* ←比率を統一。1/1, 4/3, 16/9 など好みで */
  width: 100%;
}
.menu_box .ph img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* ←トリミングせず全体を表示 */
}
.menu_box .text_box {
  flex-direction: column;
  flex: 1;
}
.menu_box .h03 .new-town {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  right: 0;
}
.menu_box .catch_t {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-align: center;
}
.menu_box .catch_t::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: url("../../img_index/menu_ornament.png") no-repeat center / contain;
  margin-bottom: 0.25rem;
}
.menu_box .t {
  text-align: left;
}
.menu_area .icon_h::before {
  content: "";
  width: 4rem;
  height: 3rem;
  background: url("../../img_index/h_normall.png") no-repeat center / contain;
  display: block;
  margin: 0 auto 0.25rem;
}
.price_t {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: auto;
}
#collab_area .menu_box ,
#seasonal_area .menu_box {
  width: calc(100% - 1rem);
  align-items: center;
  flex-flow: column;
}
#collab_area .text_box ,
#seasonal_area .text_box {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 2rem 3rem 2rem;
  background: rgba(0, 0, 0, 0.25);
}
#collab_area .text_box::before,
#seasonal_area .text_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: -1;
}
#collab_area .ph ,
#seasonal_area .ph {
  flex: 1;
  position: relative;
  z-index: 2;
  margin-bottom: 0;

}
#collab_area .ph img ,
#seasonal_area .ph img {
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}
#collab_area .h03 ,
#seasonal_area .h03 {
  min-height: auto;
  padding-right: 0;
  font-size: 1.75rem;
  justify-content: center;
}
#collab_area .menu_box::before ,
#seasonal_area .menu_box::before {
  content: none;
}
#collab_area .menu_box::after ,
#seasonal_area .menu_box::after {
  width: 100%;
  height: 1px;
  bottom: 0;
  top: auto;
}

#drink_area .menu_wrap{
	row-gap:1rem;
}

.menu_list {
  justify-content: flex-start;
  gap: 1rem;
}
.menu_list li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.5rem;
}
.menu_list .price_t {
  font-size: 1rem;
  margin-top: auto;
}
.menu_box.no-image {
  width: auto;
  display: flex; /* ・と中身を横並びに */
  flex-direction: row;
  align-items: center; /* 上揃え */
  font-size: 1.5rem;
  order: 999;
  padding: 0.5rem;
}
.menu_box.no-image .menu_content {
  display: block; /* 縦並び */
	font-size: 1.25rem;
}
.menu_box.no-image .price_t {
  font-size: 1rem;
}
.menu_box.no-image::before {
  content: "・";
  margin-right: 0.25em; /* ・と本文の間隔 */
  flex-shrink: 0; /* つぶれ防止 */
  line-height: 1.5; /* 縦位置をテキストに揃える */
  display: inline-block;
  background: none;
  width: auto;
  height: auto;
  opacity: 1;
  position: relative;
}
.menu_box.no-image::after {
  content: none;
}


@media print, screen and (max-width: 500px) {
	.menu_box.no-image{
		width: 50%;
		font-size: 1.375rem;
	}
}


@media print, screen and (min-width: 640px) {
  .icon_h {
    font-size: 2rem;
  }
  .menu_box {
    width: calc(50% - 1px);
    padding: 1rem;
  }
  .menu_list {
    gap: 2rem;
    justify-content: center;
  }
}
@media print, screen and (min-width: 980px) {
  .menu_box {
    width: calc(33% - 1px);
    text-align: left;
    padding: 1rem;
  }
  .menu_box .h03 {
    font-size: 1.325rem;
    padding-right: 4rem;
  }
  .menu_box .h03 .new-town {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .menu_box .catch_t {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .menu_box .catch_t::before {
    height: 2rem;
    margin-bottom: 0.25rem;
  }
  .menu_box .ph {
    width: 80%;
    height: 35vh;
    margin-left: auto;
    margin-right: auto;
  }
  #collab_area .menu_box ,
  #seasonal_area .menu_box {
    width: calc(80% - 2rem);
    align-items: center;
    flex-flow: row;
    padding: 1rem 1rem 4rem;
  }
  #collab_area .text_box ,
  #seasonal_area .text_box {
    width: 40%;
    padding: 2rem 3rem 2rem 2rem;
  }
  #collab_area .text_box::before ,
  #seasonal_area .text_box::before {
    width: 1rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: -1rem;
    z-index: -1;
  }
  #collab_area .ph ,
  #seasonal_area .ph {
    flex: 1;
    z-index: 2;
	 aspect-ratio:1/1;
  }
  #collab_area .h03 ,
  #seasonal_area .h03 {
    padding-right: 0;
    font-size: 2rem;
  }
  #collab_area .menu_box::after ,
  #seasonal_area .menu_box::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
  }
	.menu_box.no-image .menu_content {
	font-size: 1.5rem;
}
}
/* info_area をフレックスボックスに設定 */
#info_area {
  display: flex; /* 横並び */
  justify-content: center; /* 左揃え */
  align-items: center; /* 上揃え */
  color: #fff;
  width: 100%;
}
/* 固定幅にしたい info_ph */
.info_ph {
  width: 100%;
  height: 40vh;
  background: url("../../img_index/info_ph.jpg") no-repeat center / cover;
}
.info_wrap {
  width: 100%;
  padding: 2rem;
  display: inline-flex;
  flex-flow: column
}
/* メディア情報のスタイル調整 */
#media_info_area {
  padding: 2rem;
}
.media_info ul {
  gap: 1rem;
}
.media_info ul li {
  max-width: 40%;
}
#media_wrap {
  justify-content: space-between;
  gap: 2rem;
}
#media_wrap::after {
  content: "";
  display: block;
}
.media_box, #media_wrap::after {
  width: 100%;
	text-align: center;
}
#google_map {
  position: relative;
  width: 100%; /* 幅を100%に設定 */
  padding-bottom: 60%; /* 高さは幅の75%（4:3のアスペクト比） */
  height: 0; /* 初期高さを0にして、padding-bottomで高さを調整 */
}
#google_map iframe {
  position: absolute; /* 親要素内で絶対位置に配置 */
  top: 0;
  left: 0;
  width: 100%; /* 幅を親要素に合わせる */
  height: 100%; /* 高さを親要素に合わせる */
	
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

#google_map iframe:hover {
  filter: grayscale(0%);
}

/*#google_map::before{
 content: "FUJITORAYA";
	display:block;
	position: absolute;
	top: 0;
}*/
#media_info_area .icon_h::before {
  content: "";
  width: 6rem;
  height: 3rem;
  background: url("../../img_index/h_media.png") no-repeat center / contain;
  display: block;
  margin: 0 auto 0.25rem;
}
@media print, screen and (min-width: 640px) {
  #info_area {
    justify-content: space-between; /* 左揃え */
  }
  /* 固定幅にしたい info_ph */
  .info_ph {
    width: 55%;
    height: 40vh;
  }
  .info_wrap {
    width: auto;
    padding: 0;
    display: inline-flex;
    flex-flow: column
  }
  .media_info ul li {
    max-width: 170px;
  }
  .bg_gradation {
    background: linear-gradient(180deg, #131313 30%, #333 30%, #000 30%, #000 100%);
  }
  #media_info_area {
    padding: 2rem 0 0 0;
  }
  #media_wrap {
    gap: 0;
  }
  .media_box, #media_wrap::after {
    width: calc(33% - 1rem);
    text-align: center;
    font-size: 0.875rem;
  }
  .media_box .ph {
    width: 100%;
    height: 20vh;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  #google_map {
    padding-bottom: 40%; /* 高さは幅の75%（4:3のアスペクト比） */
  }
}
/*eof*/