@charset "utf-8";

:root {
  --accent-color: #DDD7CF;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
  color: #2F1B00;
  background-color: #fff;
}

.section {
  margin-bottom: 80px;
  margin-top: 40px;
}

/* -----mv----- */

.mv {
  position: relative;
  width: 100%;
  height: 50vw;
}

.s .mv {
  height: 131vw;
}

.mv-image {
  position: relative;
  text-align: left;
  width: 95%;
}

.s .mv-image {
  max-width: 686px;
  width: 90%;
  height: 100%;
}

/* mvスライダーの設定 */

.mv-image .mv_img {
  width: 100%;
  background-color: unset;
  position: absolute;
  animation-iteration-count: infinite;
  animation-duration: 21s;
}

.mv-image .mv_img:nth-child(1) {
  animation-name: slider_1;
  animation-delay: -1s;
}

.mv-image .mv_img:nth-child(2) {
  animation-name: slider_1;
  animation-delay: 6s;
  opacity: 0;
}

.mv-image .mv_img:nth-child(3) {
  animation-name: slider_1;
  animation-delay: 13s;
  opacity: 0;
}

@keyframes slider_1 {
  0% {
    opacity: 0;
  }

  4.76% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  42.85% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* --------------------------------- */

.foodhall_logo {
  position: absolute;
  top: 18%;
  left: 17%;
  width: 100%;
  max-width: 16vw;
}

.s .foodhall_logo {
  top: 16%;
  left: 4%;
  max-width: 36vw;
}

.foodhall_illust {
  position: absolute;
  width: 100%;
}

.foodhall_illust.man {
  top: 66%;
  left: 73%;
  max-width: 12vw;
}

.foodhall_illust.woman {
  top: 66%;
  left: 66%;
  max-width: 9vw;
}

.s .foodhall_illust.man {
  top: 62%;
  left: 4%;
  max-width: 30vw;
}

.s .foodhall_illust.woman {
  top: 62%;
  left: 38%;
  max-width: 23vw;
}

.foodhall_lead {
  position: absolute;
  text-align: left;
  width: 53%;
  top: 73%;
  left: 18%;
}

.s .foodhall_lead {
  width: 95%;
  top: 84%;
  left: 4%;
}

.foodhall_lead p {
  background-color: #fff;
  padding: 2% 2%;
  font-size: 1.8vw;
  margin-bottom: 0.5%;
  vertical-align: middle;
}

.s .foodhall_lead p {
  background-color: #fff;
  padding: 2% 2%;
  font-size: 3.47vw;
  margin-bottom: 2%;
  vertical-align: middle;
}

.foodhall_lead p:nth-child(1) {
  width: 85%;
}

.foodhall_lead p:nth-child(2) {
  width: 77%;
}

.foodhall_name {
  position: absolute;
  top: 23%;
  left: 94.6%;
  line-height: 1;
}

.s .foodhall_name {
  top: 20%;
  left: 88.9%;
}

.foodhall_name p {
  color: #2F1B00;
  writing-mode: vertical-rl;
  font-size: 2.3vw;
  font-family: 'Roboto', sans-serif;
}

.s .foodhall_name p {
  font-size: 5.4vw;
}


/* -----brand----- */
/* --- アンカーリンク --- */
.brand-anchorLink-list {
  display: flex;
  justify-content: center;
  max-width: 870px;
  width: 90%;
  margin: 32px auto;
  gap: 3%;
}
/* 時間あったらcss整理 */
/* .foodhall__anchorLink {
  margin: 30px 0 40px;
} */
.anchorLink {
  margin-bottom: 80px;
}

.s .anchorLink {
  margin-bottom: 0px;
}

.s .anchorLink._s-mb100 {
  margin-bottom: 100px;
}

._02.brand-anchorLink-list {
  display: flex;
  justify-content: center;
  max-width: 990px;
  width: 90%;
  margin: 10px auto 0;
  flex-wrap: wrap;
}

.s ._02.brand-anchorLink-list {
  margin: 0 auto;
}

.s .brand-anchorLink-list {
  width: 90%;
}

.s .brand-anchorLink {
  width: 32%;
  margin-top: 10px;
}

.brand-anchorLink {
  width: 29%;
  background-color: #2F1B00;
  display: block;
  border-radius: 9999px;
  padding: 2% 0;
}
.brand-anchorLink:hover {
  opacity: .8;
}

.brand-anchorLink a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.s .brand-anchorLink a {
  font-size: 2.74vw;
}

@media (min-width:582px) {
  .brand-anchorLink--br {
    display: none;
  }
}

#shop {
  padding-top: 100px;
  margin-top: -100px;
}

#plan {
  padding-top: 100px;
}

#about {
  padding-top: 100px;
}

.rec_inner#menu {
  padding-top: 100px;
  /* margin-top: -100px; */
}

.lineup#menu {
  padding-top: 100px;
  margin-top: -100px;
}

#info {
  padding-top: 100px;
  margin-top: -100px;
}

#beer {
  padding-top: 100px;
  margin-top: -100px;
}

.s #shop {
  padding-top: 10px;
  margin-top: -10px;
}

.s #plan {
  padding-top: 70px;
  margin-top: -70px;
}

.s #about {
  padding-top: 70px;
}

.s #menu {
  padding-top: 70px;
  margin-top: -70px;
}

.s #info {
  padding-top: 70px;
  margin-top: -70px;
}

.s #beer {
  padding-top: 70px;
  margin-top: -70px;
}


/* ----- opening ----- */
.opening {
  padding: 40px 16px;
  text-align: center;
  line-height: 1.3;
}
.l .opening {
  padding: 80px 0;
}
.openingBg {
  color: #fff;
  position: relative;
}
.openingBg::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: top 20% center/cover url(../img/foodhall_opening_bg.webp) no-repeat;
  filter: brightness(.3);
}
.opening__headline {
  margin-bottom: 15px;
}
.l .opening__headline {
  margin-bottom: 30px;
}
.opening-headline {
  font-size: 24px;
  font-weight: bold;
}
.l .opening-headline {
  font-size: 40px;
}
.opening-text {
  line-height: 2;
}
.l .opening-text {
  font-size: 20px;
}


/* ----- shop ----- */

.shop {
  background-color: #fff;
}

.shop_inner {
  max-width: 1100px;
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.s .shop_inner {
  padding: 0 16px;
  margin: 48px auto;
  width: 100%;
  display: block;
  max-width: 750px;
}

.shop_item {
  width: 32%;
}

.s .shop_item {
  margin-top: 30px;
  width: 100%;
}

.shop_text {
  width: 90%;
  line-height: 1.6;
  margin: 0 auto;
}

.s .shop_text {
  width: 100%;
  padding-right: 0;
}

.shop_text_ttl {
  font-size: 2.4rem;
  position: relative;
}

.s .shop_text_ttl {}

.shop_text_money span {
  font-size: 1.8rem;
}

.shop_text_ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #D4D9DD;
  position: absolute;
  bottom: -8%;
  left: 0;
}

.shop_text_ttl::after {
  content: '';
  width: 32px;
  height: 2px;
  display: block;
  background-color: #008FDB;
  position: absolute;
  bottom: -8%;
  left: 0;
}

.notes {
  font-size: 1.2rem;
  color: #666666;
  display: block;
}

.notes_red {
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  color: #ff0000;
}

.shop_img {
  width: 100%;
  margin: 5% auto 0;
  max-width: 220px;
}

.s .shop_img {
  padding-top: 16px;
  width: 65%;
  margin: 0 auto;
  max-width: 640px;
}

.slider_wrap {
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 20px;
}
.s .slider_wrap {
  max-width: unset;
}
.slider_wrap:hover {
  opacity: .8;
}

.slider div img {
  border-radius: 20px;
}

.shop_detail_link {
  width: 100%;
  max-width: 104px;
  margin: 0 auto;
}
.shop_detail_link:hover {
  opacity: .8;
}

.shop_detail_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop_detail_btn img {
  width: 100%;
  max-width: 32px;
}

/* plan */

.plan {
  background-color: #fff;
  margin: 0 auto 80px;
  width: 100%;
  padding: 0 32px;
}

.s .plan {
  padding: 0;
}

h2 {
  margin-bottom: 5%;
  font-size: 48px;
  text-align: center;
}

.s h2 {
  font-size: 6.4vw;
  text-align: center;
}

.plan_overview {}

.plan_subttl {
  position: relative;
  width: 100%;
  font-size: 32px;
  text-align: center;
  margin-bottom: 4%;
}

.s .plan_subttl {
  font-size: 4.27vw;
  margin-bottom: 8%;
  margin-top: 10%;
}

.plan_subttl::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 30%;
  background-color: #2F1B00;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}

.s .plan_subttl::after {
  width: 58%;
  bottom: -8px;

}

.plan_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 6px auto 0;
  background-color: var(--accent-color);
  padding: 1% 0;
  max-width: 1100px;
}

.s .plan_list {
  justify-content: space-between;
  margin: 1% auto 0;
  width: 90%;
}

.plan_cate {
  width: 30%;
  text-align: center;
  margin-right: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
}

.plan_cate::after {
  content: '';
  position: absolute;
  display: block;
  height: 90%;
  width: 1px;
  background-color: #2F1B00;
  bottom: 0px;
  left: 96%;
}

.s .plan_cate::after {
  height: 90%;
  left: 96%;
}

.s .plan_cate {
  padding: 3% 2%;
  font-size: 24px;
}

.s .plan_cate {
  font-size: 3.47vw;
}

.plan_cont {
  width: 70%;
  line-height: 1.4;
  font-size: 20px;
}
.s .plan_cont {
  font-size: 3.47vw;
}
.plan_cont a {
  color: #008FDB;
}
.plan_cont a:hover {
  opacity: .8;
}

.s .alitem {
  align-items: center;
}

.plan_item_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 60px auto;
  flex-wrap: wrap;
}

.s .plan_item_wrapper {
  display: block;
  margin: 40px auto;
}

.plan_item_cate {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  gap: 5%;
}

.s .plan_item_cate {
  display: block;
}

.plan_itembox {
  background-color: #F7F4F2;
  width: 100%;
  margin: 2% auto;
  padding: 32px;
}

.s .plan_itembox {
  width: 90%;
  margin: 8% auto;
  padding: 20px 16px;
}

.plan_item__btn {
  margin-top: 20px;
}
.plan_btn {
  background-color: #fff;
  border-radius: 9999px;
  width: 100%;
  border: #2F1B00 1px solid;
  text-align: center;
  padding: 4% 0;
  font-size: 16px;
}
.plan_btn:hover {
  opacity: .8;
}

.s .plan_btn {
  font-size: 3.74vw;
}

.plan_btn a {
  color: #2F1B00;
}

.btn_mt {
  margin-top: 14%;
}

.s .btn_mt {
  margin-top: 8%;
}

.plan_name {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.s .plan_name {
  font-size: 4.8vw;
}

.plan_name::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--accent-color);
  bottom: -10px;
  left: 0;
}

.s .plan_name::after {
  bottom: -8px;
}

.plan_name span {
  font-family: "DIN Condensed";
  font-size: 28px;
}

.s .plan_name span {
  font-size: 5.34vw;
}

.plan_item__image {
  margin: 15px 0 10px;
}
.plan_item__detail {
  line-height: 1.25;
}
.plan-detail {
  text-align: center;
  font-size: 13px;
}
.pc .plan-detail {
  font-size: 16px;
}
.plan-detail.--red {
  color: #ff0000;
}
.plan_item__note {
  margin-top: 10px;
}

.plan_note {
  font-size: 16px;
}
.s .plan_note {
  font-size: 2.67vw;
}
.plan_note .red {
  color: #ff0000;
}

.plan_item .plan_note {
  margin-top: 6%;
  margin-bottom: 5%;
}

.plan_food {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5%;
}
.s .plan_food {
  font-size: 3.47vw;
}

.plan_food li {
  margin-left: 1.5em;
  list-style: inside disc;
  text-indent: -1.5em;
}

.plan_item__price {
  text-align: right;
}

.plan-text {
  line-height: 1.5;
}
.plan-text a {
  display: inline-block;
  color: #008FDB;
}


/* アコーディオン */
.js-ac-open {
  position: relative;
  cursor: pointer;
}
.js-ac-open:hover {
  opacity: .8;
}
.js-ac-open + ul {
  display: block;
}
.js-ac-open::before,
.js-ac-open::after {
  width: 2px;
  height: .8em;
  background-color: #000;
  content: '';
  position: absolute;
  top: 14px;
  right: 20px;
}
.js-ac-open::before {
  rotate: 90deg;
}
.js-ac-open::after {
  transition: rotate .3s;
}
.js-ac-open.active::after {
  rotate: 90deg;
}

.plan_item__accordion {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #333;
}
.plan_item__accordion + ul li {
  line-height: 1.5;
}

.plan__drink {
  margin: 0 8% 30px;
  max-width: 1100px;
}
.l .plan-drink {
  margin: 0 auto 60px;
}
.plan-drink__text li {
  line-height: 1.5;
}
.plan-drink__text li .red {
  color: #ff0000;
}


/* about */

.about {
  background-color: var(--accent-color);
  border-radius: 0 30px 0 0;
  padding: 64px 0;

}

.s .about {
  padding: 70px 0;
}

.about h2 {
  margin-bottom: 40px;
}

.s .about h2 {
  margin-bottom: 24px;
}

.about_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.s .about_wrapper {
  display: block;
  padding: 0 16px;
}

.about_box {
  width: 50%;
}

.s .about_box {
  width: 100%;
}

.about_box:nth-of-type(1) {
  margin-bottom: 24px;
  margin-right: 40px;
}

.about_item_ttl {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 4px;
}

.s .about_item_ttl {
  font-size: 4.8vw;
}

.about_item_txt {
  font-size: 16px;
  line-height: 1.6;
}

.s .about_item_txt {
  font-size: 3.74vw;
}

/* info */
.info {
  background-color: #fff;
  margin: 80px auto;
  width: 100%;
  display: block;
  max-width: 980px;
}

.s .info {
  padding: 0 16px;
}

.info_item {
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
}

.info_item::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--accent-color);
  bottom: 0px;
  left: 0;
}

.info_cate {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.4;
}

.s .info_cate {
  font-size: 4.27vw;
}

.info_cont {
  font-size: 16px;
  line-height: 1.4;
}

.s .info_cont {
  font-size: 3.74vw;
}

.info .shop_text {
  width: 100%;
}

/* indexここまで */

/* 食べるスープ */

.soup_mv {
  position: relative;
  width: 100%;
  padding-top: 94px;
}

.s .soup_mv {
  padding-top: 64px;
}

.soup_mv_img {
  width: 95%;
}
.soup_mv_img img {
  border-radius: 0 0 30px 0;
}
.l .soup_mv_img img {
  border-radius: 0 0 80px 0;
}

.soup_logo {
  position: absolute;
  top: 64%;
  left: 17%;
  width: 100%;
  max-width: 30vw;
  padding: 10px;
  background: #fff;
  border-radius: 30px 30px 0 0;
}

.s .soup_logo {
  top: 50%;
  left: 0;
  max-width: 60vw;
  border-radius: 0px 20px 0 0;
}

.l .soup_logo.taberusoup {
  padding: 0 30px;
}
.soup_logo.--hotdogfun {
  top: 44%;
  max-width: 60vw;
}
.l .soup_logo.--hotdogfun {
  top: 57%;
  left: 17%;
  max-width: 30vw;
  padding: 10px 25px;
}
.soup_logo.--meatful {
  top: 45%;
  max-width: 60vw;
}
.l .soup_logo.--meatful {
  top: 61%;
  left: 17%;
  max-width: 30vw;
  padding: 0 35px;
}

.shop_text_box {
  padding: 0 16px;
  display: flex;
  justify-content: center;
  margin-top: 10%;
  width: 100%;
  max-width: 980px;
  margin: 10% auto 0;
}

.s .shop_text_box {
  display: block;
  margin-top: 20%;
  padding: 0 16px;
}

.shop_text_wrapper {
  width: 60%;
}

.shop_text_wrapper {
  width: 100%;
}

.shop_text_box p {
  /* margin-top: 3%; */
  line-height: 1.6;
  font-size: 20px;
}

.s .shop_text_box p {
  font-size: 3.74vw;
}

.openhour {
  width: 30%;
  margin-left: 5%;
}

.s .openhour {
  margin-left: 0;
  width: 70%;
  margin-top: 4%;
  display: flex;
  gap: 7%;
}

.soup_mv .shop_text {
  width: 100%;
}

/* アンカーリンク */

.anchorLink.soup {
  margin-top: 60px;
}

.s .anchorLink.soup {
  margin-top: 0px;
  margin-bottom: 120px;
}

.s .brand-anchorLink-list.soup {
  width: 100%;
}

.s .brand-anchorLink.soup {
  width: 43%;
  margin-top: 10px;
}

/* イチオシ */

.rec {
  background-color: var(--accent-color);
}

.s .rec_inner {
  padding: 42px 16px;
  margin: 48px auto;
  width: 100%;
  display: block;
  max-width: 750px;
}

.rec_inner {
  max-width: 100vw;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  padding: 64px 0;
}

.s .rec_inner {
  max-width: 1100px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 16% 4% 8%;
  position: relative;
}

#rec .slick-slide {
  height: auto;
  transform: scale(.80);
  transition: 0.5s;
  opacity: 0.6;
  /* filter: brightness(0.5); */
}

/* 中央のスライド */
#rec .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
  /* filter: brightness(1); */
}

.rec_inner::after {
  content: '';
  width: 100px;
  height: 10px;
  display: block;
  background-color: #008FDB;
  position: absolute;
  bottom: 0%;
  left: 0;
}

.sora .rec_inner::after {
  bottom: 2.5%;
}

.rec_text_ttl {
  font-size: 40px;
  position: relative;
  margin-bottom: 2%;
}

.rec_text_ttl::before {
  content: '';
  /* position: absolute;
  top: -28%;
  left: 35%; */
  background-image: url(../img/rec_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 42px;
  height: 61px;
  display: inline-block;
  vertical-align: text-bottom;

}

.s .rec_text_ttl::before {
  top: -68%;
  left: 12%;
  background-size: contain;
  width: 35px;
  height: 47px;
}

.s .rec_text_ttl {
  font-size: 6.4vw;
}

.slider_wrap._rec {
  max-width: 100vw;
}

.s .slider_wrap._rec {}

.rec_item_name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
  margin-top: 16px;
}

.s .rec_item_name {
  font-size: 4.27vw;
}

.rec_item_txt {
  font-size: 16px;
  line-height: 1.8;
}

.s .rec_item_txt {
  font-size: 3.47vw;
}

.rec_item_price {
  font-size: 30px;
  font-family: "DIN Condensed";
  text-align: right;
  margin-top: 14px;
}

.s .rec_item_price {
  font-size: 7.47vw;
}

.small_txt {
  font-size: 20px;
}

.s .small_txt {
  font-size: 3.47vw;
}


/* ラインナップ */
.lineup {
  background-color: #fff;
  padding: 0px 16px;
}

.lineup h2 {
  margin-bottom: 1em;
  font-size: 40px;
}
.s .lineup h2 {
  font-size: 6.4vw;
}

.lineup_categoryName {
  margin: 0 auto 1em;
  max-width: 980px;
  padding: 10px;
  background-color: var(--accent-color);
  text-align: center;
  font-size: 24px;
}
.s .lineup_categoryName {
  font-size: clamp(16px, 3.84vw, 24px);
}

.lineup_categorySubName {
  margin: 0 auto 1em;
  max-width: 980px;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
  text-align: center;
  font-size: 24px;
}
.s .lineup_categorySubName {
  font-size: clamp(16px, 3.84vw, 24px);
}

.lineup_item_wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
}
.s .lineup_item_wrapper {
  display: block;
  margin: 0 auto;
}

/* 3カラム */
.l .lineup_item_wrapper.column3 {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.l .lineup_item_wrapper.column3 .lineup_itembox {
  width: calc((100% - 60px)/3);
  margin: 0;
}

/* テキストメニュー */
.l .lineup_item_wrapper.text-menu {
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
}
.l .lineup_item_wrapper.text-menu > .lineup_item_list {
  width: calc((100% - 40px)/2);
}

.lineup_itembox {
  margin-bottom: 16px;
  width: 50%;
  margin-right: 40px;
}

.s .lineup_itembox {
  width: 100%;
  margin-bottom: 10%;
}

.lineup_itembox:last-of-type {
  margin-right: 0px;
}

.s .lineup_itembox:last-of-type {
  margin-bottom: 16px;
}

.s .sora .lineup_itembox:nth-of-type(1) {
  margin-bottom: 16%;
}

.lineup_itembox div img {
  border-radius: 20px;
}

.lineup_item {
  width: 100%;
  max-width: 980px;
  margin: 48px auto 0;
}

.s .lineup_item {
  margin: 0 auto;
}

.lineup_item:nth-of-type(1) {
  margin-right: 40px;
}

.lineup_item_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.lineup_item_list::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--accent-color);
  bottom: -8px;
  left: 0;
}

.lineup_item_name {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}

.s .lineup_item_name {
  font-size: 3.74vw;
}

.lineup_item_price {
  /* flex-basis: 30%; */
  flex-shrink: 0;
  width: 130px;
  font-size: 24px;
  font-family: "DIN Condensed";
  text-align: right;
}

.s .lineup_item_price {
  font-size: 4.74vw;
}

.lineup_item_price span {
  font-size: 16px;
}

.s .lineup_item_price span {
  font-size: 2.67vw;
}



/* ローディングアニメーション */

.ring {
  --uib-size: 40px;
  --uib-speed: 2s;
  --uib-color: #fff;

  height: var(--uib-size);
  width: var(--uib-size);
  vertical-align: middle;
  transform-origin: center;
  animation: rotate var(--uib-speed) linear infinite;
}

.ring circle {
  fill: none;
  stroke: var(--uib-color);
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: stretch calc(var(--uib-speed) * 0.75) ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes stretch {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -124px;
  }
}

.js_loading {
  width: 100vw;
  height: 100vh;
  background-color: rgba(1, 117, 190, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


/* ----- distance ----- */
.distance-km {
  max-width: 700px;
  margin: 20px auto 0;
}

.distance-map {
  max-width: 500px;
  margin: 0 auto;
}



/* アコーディオン */
.accordion-001 {
  margin-top: 40px;
}

.s .accordion-001 {
  margin-top: 20px;
}

.accordion-001:not([open]) {
  margin-bottom: 7px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
  width: 2px;
  height: .8em;
  background-color: #fff;
  content: '';
}

.accordion-001 summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.accordion-001 summary::after {
  transition: rotate .3s;
}

.accordion-001[open] summary::after {
  rotate: 90deg;
}

.accordion-001>div {
  transform: translateY(-10px);
  opacity: 0;
  margin: 32px auto 0;
  padding: 0 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.s .accordion-001>div {
  padding: 0;
  margin: 16px auto 0;
}

.accordion-001[open] div {
  transform: none;
  opacity: 1;
}

.accordion-001 .sub_ttl {
  text-align: center;
  font-size: 3.2rem;
}

/* テーブル */
table {
  width: 100%;
  text-align: center;
}

.accordion_table th {
  background-color: #111;
  border: solid 1px #D4D9DD;
  color: #fff;
  padding: 10px;
}

.accordion_table td {
  border: solid 1px #D4D9DD;
  padding: 10px;
  background-color: #fff;
}

/* 3カラム */
.contents_3clum {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contents_3clum::after {
  content: "";
  display: block;
  width: 30%;
}

.contents_3clum .shop_block {
  width: 30%;
  padding: 32px 0 0;
}

.s .contents_3clum .shop_block {
  width: 100%;
  padding: 10px 0 0;
}

.contents_3clum .shop_img {
  width: 100%;
}

.contents_3clum .shop_text {
  width: 100%;
  padding-right: 0;
}

.contents_3clum .shop_text_ttl {
  line-height: 1.4;
  padding-top: 200px;
  margin-top: -200px;

}

.s .contents_3clum .shop_text_ttl {
  padding-top: 200px;
  margin-top: -200px;
}


.beer_list {
  margin-top: 40px;
}

.beer_list dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.beer_list dt {
  flex-basis: 25%;
  padding: 20px;
  border-top: 1px solid #D4D9DD;
}

.beer_list dd {
  flex-basis: 75%;
  padding: 20px;
  border-top: 1px solid #D4D9DD;
}

.s .beer_list dl {
  flex-flow: column;
}

.s .beer_list dd {
  border-top: none;
  padding-top: 0;
}


.map {
  margin: 40px auto 0;
}



.arrowBtn {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 1em;
  color: #008FDB;
}
.arrowBtn:after {
  content: '';
  position: absolute;
  top: 38%;
  right: 0;
  display: block;
  width: .4em;
  height: .4em;
  border-top: 2px solid #008FDB;
  border-right: 2px solid #008FDB;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .arrowBtn:after {
    transition: translate .3s;
  }
  .arrowBtn:hover:after {
    translate: 5px 0;
  }
}
@media screen and (width <= 767px) {
  .arrowBtn:after {
    top: 30%;
  }
}