@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : gokujou.css
Description : 大阪城極上ラーメンフェスタ／城まち極上おもてなしフェスタ
===================================================================== */
/* ========================================================
    mv
======================================================== */
.mv {
  position: relative;
  width: 100%;
}
.mv_ttl {
  width: 100%;
}
.mv_list {
  width: 100%;
}
.mv_img {
  width: 100%;
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 6rem 0;
  border-top: 0.3rem solid #5c2512;
}
.sns.ramen {
  background-color: #b9e1ea;
}
.sns.sweets {
  background-color: #fffabc;
}
.sns .schedule_btn {
  width: 65.3rem;
  margin: 0 auto 6rem auto;
}
@media screen and (min-width: 768px) {
  .sns .schedule_btn {
    width: 90.3rem;
  }
}
.sns .schedule_btn a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sns .schedule_btn a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/common/schedule_img01_pc_h.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.sns_ttl {
  width: 61rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    width: 54rem;
  }
}
.sns_btn {
  width: 65.3rem;
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_btn {
    width: 90.3rem;
    margin: 2rem auto 0 auto;
  }
}
.sns_btn a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sns_btn a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/common/sns_img01_pc_h.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

/* ========================================================
    shop
======================================================== */
.shop {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  border-top: 0.3rem solid #5c2512;
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .shop {
    padding: 8rem 0;
  }
}
.shop.ramen {
  background-image: url(../images/ramen/shop_bg01_sp.png);
}
@media screen and (min-width: 768px) {
  .shop.ramen {
    background-image: url(../images/ramen/shop_bg01_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .shop.ramen .shop_link > a:hover::after {
    background-image: url(../images/ramen/shop_img01_pc_h.png);
  }
}
.shop.sweets {
  background-image: url(../images/omotenashi/shop_bg01_sp.png);
}
@media screen and (min-width: 768px) {
  .shop.sweets {
    background-image: url(../images/omotenashi/shop_bg01_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .shop.sweets .shop_link > a:hover::after {
    background-image: url(../images/omotenashi/shop_img01_pc_h.png);
  }
}
.shop.sweets .shop_list_text_name {
  padding-left: 0;
}
.shop.sweets .shop_list_text_name::before {
  content: none;
}
.shop_ttl {
  width: 38.5rem;
  margin: 0 auto;
}
.shop_btn {
  position: relative;
  width: 51rem;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .shop_btn {
    width: 23.5rem;
    margin: -5.2rem 0 0 calc(50% + 21rem);
  }
}
.shop_btn a {
  position: relative;
  display: block;
  padding-right: 1.5rem;
  color: #ffffff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 8rem;
  text-align: center;
  border: 0.3rem solid #5c2512;
  border-radius: 4rem;
  background-color: #eb611e;
}
@media screen and (min-width: 768px) {
  .shop_btn a {
    font-size: 1.8rem;
    line-height: 5rem;
  }
}
.shop_btn a::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: calc(50% - 1.5rem);
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/common/icon_arrow01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .shop_btn a::after {
    right: 1.5rem;
    top: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .shop_btn a:hover {
    color: #5c2512;
    background-color: #ffffff;
  }
}
.shop_link {
  width: 65.3rem;
  margin: 4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .shop_link {
    width: 90.3rem;
  }
}
.shop_link a {
  position: relative;
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .shop_link a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.shop_link + .shop_list {
  padding-top: 3rem;
}
.shop_note {
  width: 100%;
  margin: 4rem auto 0 auto;
  font-weight: 500;
  text-align: center;
}
.shop_date {
  width: 65rem;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .shop_date {
    width: 100rem;
  }
}
.shop_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 3rem;
  width: 63rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .shop_list {
    width: 100rem;
    column-gap: 3.2rem;
  }
}
.shop_list > li {
  width: 30rem;
  margin-top: 5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .shop_list > li {
    width: 22.6rem;
  }
}
@media screen and (min-width: 768px) {
  .shop_list > li:hover .shop_list_img img {
    transform: scale(1.2);
  }
}
.shop_list_img {
  position: relative;
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
}
.shop_list_img.beer::after {
  background-image: url(../images/common/icon_zoom03.png);
}
.shop_list_img.present::after {
  background-image: url(../images/common/icon_zoom03.png);
}
.shop_list_img.recycle::after {
  background-image: url(../images/common/icon_zoom04.png);
}
.shop_list_img::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: block;
  width: 3.1rem;
  height: 3.2rem;
  background-image: url(../images/common/icon_zoom01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.shop_list_img img {
  transition: 0.3s ease;
}
.shop_list_text {
  padding-top: 1.5rem;
}
.shop_list_text_category {
  margin-bottom: 0.5rem;
  color: #d7403f;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #d7403f;
}
@media screen and (min-width: 768px) {
  .shop_list_text_category {
    font-size: 1.4rem;
  }
}
.shop_list_text_category > em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.5rem 0.4rem 0;
  color: #ffffff;
  font-style: normal;
  font-size: 80%;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #d7403f;
}
.shop_list_text_name {
  position: relative;
  padding-left: 2.8rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shop_list_text_name {
    font-size: 1.8rem;
  }
}
.shop_list_text_name.beer::before {
  left: 0;
  top: calc(50% - 1.05rem);
  width: 1.9rem;
  height: 2.1rem;
  background-image: url(../images/common/icon_beer.png);
}
.shop_list_text_name.present::before {
  left: 0;
  top: calc(50% - 1.05rem);
  width: 1.9rem;
  height: 2.1rem;
  background-image: url(../images/common/icon_present.png);
}
.shop_list_text_name.recycle::before {
  left: 0;
  top: calc(50% - 1.05rem);
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../images/common/icon_recycle.png);
}
.shop_list_text_name::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1.05rem);
  display: block;
  width: 1.9rem;
  height: 2.1rem;
  background-image: url(../images/common/icon_cooking.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.shop_list_text dd {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .shop_list_text dd {
    font-size: 1.4rem;
  }
}
.shop_box {
  width: 67rem;
  margin: 8rem auto 0 auto;
  padding: 0 1rem 1rem 1rem;
  border: 0.3rem solid #5c2512;
  border-radius: 3rem;
  background-color: #f9ecdb;
}
@media screen and (min-width: 768px) {
  .shop_box {
    width: 100rem;
  }
}
.shop_box_ttl {
  padding: 2rem 0;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shop_box_ttl {
    font-size: 2.6rem;
  }
}
.shop_box_data {
  width: 100%;
  padding: 1rem 5rem 2rem 5rem;
  border: 0.3rem solid #5c2512;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .shop_box_data {
    padding: 2rem 4rem 3rem 4rem;
  }
}
.shop_box_data dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 2rem 0;
  border-top: 0.3rem solid #f7f7f7;
}
@media screen and (min-width: 768px) {
  .shop_box_data dl {
    padding: 1rem 0;
  }
}
.shop_box_data dl:first-child {
  border-top: none;
}
.shop_box_data dl dt {
  width: 33rem;
  padding-left: 0;
  color: #eb611e;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shop_box_data dl dt {
    padding-left: 3rem;
    font-size: 2rem;
  }
}
.shop_box_data dl dd {
  width: 37rem;
  padding-left: 4rem;
  padding-right: 0;
  border-left: 0.4rem dotted #eb611e;
}
@media screen and (min-width: 768px) {
  .shop_box_data dl dd {
    width: 71.5rem;
    padding-right: 3rem;
  }
}
.shop_box_data dl dd .shop_box_data_text {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shop_box_data dl dd .shop_box_data_text {
    font-size: 2rem;
  }
}
.shop_box_data dl dd .shop_box_data_text > em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 1.5em;
  height: 1.5em;
  margin-right: 2rem;
  color: #ffffff;
  font-style: normal;
  font-size: 80%;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #5c2512;
}

/* ========================================================
    comment
======================================================== */
.comment {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  border-top: 0.3rem solid #5c2512;
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .comment {
    padding: 8rem 0;
  }
}
.comment.ramen {
  background-image: url(../images/ramen/comment_bg01_sp.png);
}
@media screen and (min-width: 768px) {
  .comment.ramen {
    background-image: url(../images/ramen/comment_bg01_pc.png);
  }
}
.ramen .comment_lead {
  /*position: relative;
  display: flex;*/
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 55rem;
  min-height: 40.1rem;
  margin: 0 auto 6rem auto;
  padding: 9rem 6rem;
  /*background-image: url(../images/ramen/comment_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;*/
  background-color: #fff;
  outline: 2px solid #d7403f;
  outline-offset: -10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ramen .comment_lead {
    width: 101rem;
    min-height: 20.1rem;
    /*padding: 3rem 18rem;
    background-image: url(../images/ramen/comment_bg02_pc.png);*/
    background-color: #fff;
    outline: 2px solid #d7403f;
    outline-offset: -10px;
    margin-top: 20px;
  }
}
.comment.ramen .comment_lead::after {
  content: "";
  position: absolute;
  left: 2.7rem;
  top: 0;
  display: block;
  width: 58.5rem;
  height: 84.2rem;
  background-image: url(../images/ramen/comment_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .comment.ramen .comment_lead::after {
    left: 0;
    top: -5.2rem;
    width: 105.3rem;
    height: 39.3rem;
    background-image: url(../images/ramen/comment_bg03_pc.png);
  }
}
.comment.ramen .comment_lead_text {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .comment.ramen .comment_lead_text {
    font-size: 2.4rem;
  }
}
.comment.sweets {
  background-image: url(../images/omotenashi/comment_bg01_sp.png);
}
@media screen and (min-width: 768px) {
  .comment.sweets {
    background-image: url(../images/omotenashi/comment_bg01_pc.png);
  }
}
.comment.sweets .comment_lead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 65rem;
  min-height: 78rem;
  margin: 0 auto 8rem auto;
  padding: 12rem 6rem;
  background-image: url(../images/omotenashi/comment_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .comment.sweets .comment_lead {
    width: 100rem;
    min-height: 30rem;
    margin: 0 auto 6rem auto;
    padding: 3rem 18rem;
    background-image: url(../images/omotenashi/comment_bg02_pc.png);
  }
}
.comment.sweets .comment_lead::after {
  content: "";
  position: absolute;
  left: 5.5rem;
  top: -0.7rem;
  display: block;
  width: 63.4rem;
  height: 83.6rem;
  background-image: url(../images/omotenashi/comment_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .comment.sweets .comment_lead::after {
    left: -3rem;
    top: -3rem;
    width: 106.3rem;
    height: 35.5rem;
    background-image: url(../images/omotenashi/comment_bg03_pc.png);
  }
}
.comment.sweets .comment_lead_text {
  font-family: "Kaisei Opti", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .comment.sweets .comment_lead_text {
    font-size: 2.4rem;
  }
}
.comment_voice {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 65rem;
  margin: 0 auto;
  padding: 3rem 3rem 3.5rem 3rem;
  border-radius: 3rem;
  background-color: rgba(164, 1, 21, 0.3);
}
@media screen and (min-width: 768px) {
  .comment_voice {
    width: 100rem;
    padding: 2rem 3rem 2.5rem 3rem;
  }
}
.comment_voice_img {
  width: 12rem;
  border-radius: 50%;
  overflow: hidden;
}
.comment_voice_text {
  width: 45rem;
}
@media screen and (min-width: 768px) {
  .comment_voice_text {
    width: 78rem;
  }
}
.comment_voice_text dt {
  padding-bottom: 0.8em;
  color: #ffffff;
  font-weight: 500;
}
.comment_voice_text dd {
  color: #ffffff;
  font-weight: 500;
}

/* ========================================================
    order
======================================================== */
.order {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  border-top: 0.3rem solid #5c2512;
  background-color: #fffabc;
}
@media screen and (min-width: 768px) {
  .order {
    padding: 8rem 0;
  }
}
.order_ttl {
  width: 38.5rem;
  margin: 0 auto;
}
.order_tab_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 2rem;
  margin-top: 4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .order_tab_list {
    column-gap: 1rem;
    margin-bottom: 4rem;
  }
}
.order_tab_list > li {
  position: relative;
  width: 26.5rem;
  padding-right: 2rem;
  text-align: center;
  color: #5c2512;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 7rem;
  letter-spacing: 0.1em;
  border: 0.3rem solid #5c2512;
  border-radius: 4rem;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .order_tab_list > li {
    width: 30rem;
    padding-right: 0;
    line-height: 5rem;
  }
}
.order_tab_list > li.active {
  color: #ffffff;
  background-color: #5c2512;
}
.order_tab_list > li.active::after {
  background-image: url(../images/common/icon_arrow02.png);
}
.order_tab_list > li::after {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: calc(50% - 1.5rem);
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/common/icon_arrow03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .order_tab_list > li::after {
    right: 1.5rem;
    top: calc(50% - 1.2rem);
    width: 2.4rem;
    height: 2.4rem;
  }
}
.order_tab_content {
  width: 65rem;
  margin: 0 auto;
  padding-right: 5rem;
}
@media screen and (min-width: 768px) {
  .order_tab_content {
    width: 94rem;
    padding-right: 2rem;
  }
}
.order_tab_content > li {
  display: none;
}
.order_tab_content > li.is-show {
  display: block;
}
.order_tab_step {
  width: 100%;
}
.order_tab_step > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .order_tab_step > li {
    align-items: center;
    margin-top: 2rem;
  }
}
.order_tab_step > li + li::before {
  content: "";
  position: absolute;
  left: calc(50% - 0.3rem);
  top: -4.7rem;
  display: block;
  width: 5.6rem;
  height: 3.4rem;
  background-image: url(../images/ramen/order_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .order_tab_step > li + li::before {
    left: calc(50% + 0.9rem);
    top: -1.2rem;
    width: 3.2rem;
    height: 2.1rem;
  }
}
.order_tab_step_img {
  width: 10rem;
  margin-top: -5rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .order_tab_step_img {
    margin-top: 0;
  }
}
.order_tab_step_text {
  width: 55rem;
  margin-left: -5rem;
  padding: 5rem;
  border: 0.3rem solid #5c2512;
  border-radius: 1.5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .order_tab_step_text {
    width: 85rem;
    margin-left: -3rem;
    padding: 3rem 3rem 3rem 6rem;
  }
}
.order_tab_step_text p {
  font-weight: 500;
}
.order_lead {
  width: 44.4rem;
  margin: 4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .order_lead {
    width: 66.3rem;
  }
}
.order_box {
  width: 67rem;
  margin: 4rem auto 0 auto;
  padding: 0 1rem 1rem 1rem;
  border: 0.3rem solid #5c2512;
  border-radius: 3rem;
  background-color: #f9ecdb;
}
@media screen and (min-width: 768px) {
  .order_box {
    width: 100rem;
  }
}
.order_box_ttl {
  padding: 2rem 0;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .order_box_ttl {
    font-size: 2.6rem;
  }
}
.order_box_data {
  width: 100%;
  padding: 1rem 5rem 2rem 5rem;
  border: 0.3rem solid #5c2512;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .order_box_data {
    padding: 2rem 4rem 3rem 4rem;
  }
}
.order_box_data dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 4rem 0;
  border-top: 0.3rem solid #f7f7f7;
}
@media screen and (min-width: 768px) {
  .order_box_data dl {
    padding: 2rem 0;
  }
}
.order_box_data dl:first-child {
  border-top: none;
}
.order_box_data dl dt {
  width: 18rem;
  padding-left: 0;
  color: #eb611e;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .order_box_data dl dt {
    padding-left: 3rem;
    font-size: 2rem;
  }
}
.order_box_data dl dd {
  width: 37rem;
  padding-left: 4rem;
  padding-right: 0;
  border-left: 0.4rem dotted #eb611e;
}
@media screen and (min-width: 768px) {
  .order_box_data dl dd {
    width: 71.5rem;
    padding-right: 3rem;
  }
}
.order_box_data dl dd .order_box_data_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .order_box_data dl dd .order_box_data_logo {
    column-gap: 2.5rem;
  }
}
.order_box_data dl dd .order_box_data_logo > li {
  width: auto;
}
.order_box_data dl dd .order_box_data_logo > li img {
  width: auto;
  height: 8rem;
}
@media screen and (min-width: 768px) {
  .order_box_data dl dd .order_box_data_logo > li img {
    height: 5rem;
  }
}/*# sourceMappingURL=gokujou.css.map */