@charset "UTF-8";
/* ======================================================
	hover
========================================================= */
/* =============================================
- btn_standard
================================================ */
.btn_standard:before {
  background-color: #005034;
}

/* ======================================================
	cta
========================================================= */
#cta_block_ticket .cta_block_ticket_link:after {
  background-color: #A9C6BC;
}
#cta_block_ticket .cta_block_ticket_link:hover {
  border-color: #A9C6BC;
}

/* ======================================================
	archive_news
========================================================= */
@media screen and (min-width: 1080px) {
  #wrapper .archive_news .post_title_text:hover {
    color: #005034;
  }
}

/* ======================================================
	archive_event
========================================================= */
@media screen and (min-width: 1080px) {
  #wrapper .archive_event_post_link:hover {
    background-color: #A9C6BC;
  }
}

/* =============================================
- pagination
================================================ */
@media screen and (min-width: 1080px) {
  #wrapper .pagination li:not(.current) a:hover {
    background-color: #005034;
    border-color: #005034;
  }
}
@media screen and (min-width: 1080px) {
  #wrapper .pagination li.first a:hover, #wrapper .pagination li.prev a:hover, #wrapper .pagination li.last a:hover, #wrapper .pagination li.next a:hover, #wrapper .pagination li.back a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #005034;
  }
}
@media screen and (min-width: 1080px) {
  #wrapper .pagination .first a:hover, #wrapper .pagination .prev a:hover, #wrapper .pagination .last a:hover, #wrapper .pagination .next a:hover, #wrapper .pagination .back a:hover {
    color: #005034;
  }
}
#wrapper .pagination .first a:hover:before, #wrapper .pagination .prev a:hover:before, #wrapper .pagination .last a:hover:before, #wrapper .pagination .next a:hover:before, #wrapper .pagination .back a:hover:before {
  border-color: #005034;
}

section {
  padding: 0px;
}

/* ======================================================
	common
========================================================= */
.contents_inner {
  max-width: 1100px;
  margin: 0px auto;
}

.gourmet_logo {
  margin: 30px 0;
  padding: 0 20px;
  text-align: center;
  width: 100vw;
}

/* ======================================================
	fv
========================================================= */
.fv_image {
  position: relative;
  background-image: url(../../img/gourmet/gourmet_fv.webp);
  width: 100%;
  max-width: 100vw;
  background-size: 100vw 250px;
  background-position: center top;
  height: 450px;
  background-repeat: no-repeat;
  padding-top: 250px;
}
@media screen and (min-width: 768px) {
  .fv_image {
    overflow: hidden;
    background-size: cover;
    height: 600px;
  }
}
@media screen and (min-width: 1080px) {
  .fv_image {
    height: 850px;
  }
}

.fv_text {
  padding-top: 5%;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .fv_text {
    position: absolute;
    top: 15%;
    left: 5%;
    overflow: hidden;
    width: calc(100vw - 15%);
    left: 10%;
    padding: 0;
  }
}
@media screen and (min-width: 1080px) {
  .fv_text {
    top: 84px;
    left: 210px;
  }
}
.fv_text h2 {
  color: #282828;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fv_text h2 {
    color: #fff;
    font-size: 2.5rem;
    width: 90vw;
  }
}
@media screen and (min-width: 1080px) {
  .fv_text h2 {
    font-size: 3.5rem;
    width: calc(100vw - 210px);
  }
}
.fv_text h2 p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 10px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .fv_text h2 p {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .fv_text h2 p {
    margin-top: 35px;
    font-size: 2rem;
  }
}

/* ======================================================
	about
========================================================= */
#about {
  margin-top: 50px;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  #about {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1080px) {
  #about {
    margin-top: 100px;
  }
}
#about .contents_inner {
  border-top: solid 1px #d3d3d3;
  padding-top: 25px;
}
#about .contents_title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #about .contents_title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1080px) {
  #about .contents_title {
    font-size: 3rem;
  }
}
#about .about_text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #about .about_text {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1080px) {
  #about .about_text {
    margin-top: 50px;
    font-size: 2rem;
  }
}
#about .about_image {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  #about .about_image {
    flex-direction: row;
    gap: 0 40px;
  }
}
#about .about_image .img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .about_image .img {
    width: 50%;
  }
}
#about .about_image .img img {
  width: 100%;
}
#about .about_description {
  margin-top: 30px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #about .about_description {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  #about .about_description {
    margin-top: 50px;
  }
}
#about .date {
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #about .date {
    margin-top: 40px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  #about .date {
    font-size: 2.5rem;
    margin-top: 50px;
  }
}
#about .date span {
  font-family: "Poppins";
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about .date span {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  #about .date span {
    font-size: 4rem;
  }
}
#about .date span:first-child {
  margin-left: 20px;
}
#about .anotation_group {
  margin: 10px auto 0;
  display: block;
  text-align: left;
  padding-left: calc((100% - 340px) / 2);
}
@media screen and (min-width: 768px) {
  #about .anotation_group {
    padding-left: calc((100% - 410px) / 2);
  }
}
@media screen and (min-width: 1080px) {
  #about .anotation_group {
    padding-left: calc((100% - 520px) / 2);
  }
}
#about .anotation_group .annotation {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #about .anotation_group .annotation {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1080px) {
  #about .anotation_group .annotation {
    font-size: 1.3rem;
  }
}

/* ======================================================
	gourmet_menu
========================================================= */
#gourmet_menu {
  padding: 0 5% 60px;
}
@media screen and (min-width: 768px) {
  #gourmet_menu {
    padding: 0 5% 80px;
  }
}
@media screen and (min-width: 1080px) {
  #gourmet_menu {
    padding: 0 5% 100px;
  }
}

.menu_item {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .menu_item {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1080px) {
  .menu_item {
    padding: 100px 0;
  }
}
.menu_item + .menu_item {
  border-top: solid 1px #d3d3d3;
}

.menu_head {
  margin-bottom: 30px;
}
@media screen and (min-width: 1080px) {
  .menu_head {
    display: flex;
    justify-content: space-between;
  }
}
.menu_head .restaurant_title .name {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .menu_head .restaurant_title .name {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .menu_head .restaurant_title .name {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .menu_head .restaurant_title .name {
    font-size: 4rem;
  }
}
.menu_head .restaurant_title .en {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .menu_head .restaurant_title .en {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .menu_head .restaurant_title .en {
    font-size: 2rem;
    padding-left: 0.1em;
    margin-top: 0.1em;
  }
}
@media screen and (min-width: 1280px) {
  .menu_head .restaurant_title .en {
    font-size: 2.5rem;
  }
}
.menu_head .menu_map {
  margin-top: 0.5em;
}
@media screen and (min-width: 1080px) {
  .menu_head .menu_map {
    margin-top: 10px;
  }
}
.menu_head .menu_map span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .menu_head .menu_map span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .menu_head .menu_map span {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .menu_head .menu_map span {
    font-size: 1.8rem;
  }
}
.menu_head .menu_map span:before {
  content: "";
  width: 12px;
  height: 17px;
  background-image: url(../../img/icon/pin.svg);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0.75em;
  margin-top: -9px;
}

.menu_image {
  width: 100%;
  object-fit: cover;
}
.menu_image img {
  width: 100%;
}
.menu_image + .menu_image {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .menu_image + .menu_image {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1080px) {
  .menu_image + .menu_image {
    margin-top: 100px;
  }
}

.menu_title_block {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .menu_title_block {
    margin-top: 0;
  }
}
@media screen and (min-width: 1080px) {
  .menu_title_block {
    margin-top: 0;
  }
}

.takeout {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .takeout {
    flex-direction: row;
    font-size: 2.4rem;
    font-weight: 700;
    align-items: center;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1080px) {
  .takeout {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
}

.menu_title {
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .menu_title {
    flex-direction: row;
    font-size: 2.4rem;
    align-items: center;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1080px) {
  .menu_title {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.menu_title .dual_price {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .menu_title .dual_price {
    margin-top: 30px;
    margin-left: 0;
  }
}
.menu_title .dual_price._nomargin {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .menu_title .price {
    margin-top: 0;
    margin-left: 50px;
  }
}
.menu_title .price._nomargin {
  margin: 0;
}
.menu_title .single_sub {
  margin-top: -20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .menu_title .single_sub {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .menu_title .single_sub {
    font-size: 1.8rem;
  }
}
.menu_title .sub {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .menu_title .sub {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .menu_title .sub {
    font-size: 1.8rem;
  }
}
.menu_title .sub .price {
  font-size: 1.7rem;
  font-weight: 700;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .menu_title .sub .price {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .menu_title .sub .price {
    font-size: 2.8rem;
  }
}
.menu_title .sub.name {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .menu_title .sub.name {
    margin-left: 50px;
    margin-right: 10px;
  }
}
.menu_title .sub.name + .name {
  margin-left: 50px;
}

.menu_detail {
  font-weight: 700;
  margin-top: 5px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .menu_detail {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .menu_detail {
    font-size: 1.8rem;
  }
}

.menu_description {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  .menu_description {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .menu_description {
    margin-top: 40px;
  }
}

.menu_info {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .menu_info {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .menu_info {
    margin-top: 50px;
  }
}

.menu_date_item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0 20px;
}
@media screen and (min-width: 768px) {
  .menu_date_item {
    flex-direction: row;
  }
}
@media screen and (min-width: 1080px) {
  .menu_date_item {
    align-items: center;
  }
}
.menu_date_item + .menu_date_item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .menu_date_item + .menu_date_item {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .menu_date_item + .menu_date_item {
    margin-top: 15px;
  }
}
.menu_date_item dt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu_date_item dt {
    width: 35%;
    max-width: 245px;
  }
}
.menu_date_item dt > span {
  width: 100%;
  display: inline-block;
  padding: 20px 20px;
  border: 1px solid #D3D3D3;
  color: #5A5A5A;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}
.menu_date_item dd {
  padding-top: 10px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .menu_date_item dd {
    padding-top: 10px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .menu_date_item dd {
    padding-top: 0px;
    padding-left: 15px;
  }
}
.menu_date_item dd .top {
  font-weight: 600;
}
@media screen and (min-width: 1080px) {
  .menu_date_item dd .top {
    margin-bottom: 0.2em;
    font-size: 1.6rem;
  }
}
.menu_date_item dd .top._none {
  margin-bottom: 0px;
}
.menu_date_item dd .bold {
  font-size: 1.6rem;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .menu_date_item dd .bold {
    font-size: 1.6rem;
  }
}
.menu_date_item dd .bold span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .menu_date_item dd .bold span {
    font-size: 1.6rem;
  }
}
.menu_date_item dd .note {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .menu_date_item dd .note {
    text-align: left;
    line-height: 1.4em;
    margin-top: 8px;
  }
}
.menu_date_item dd .note a {
  color: #282828;
  text-decoration: underline;
}

.single_bottom_btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .single_bottom_btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .single_bottom_btn {
    margin-top: 50px;
  }
}
.single_bottom_btn .btn_standard {
  width: 230px;
}

.other_menu {
  border: solid 1px #707070;
  position: relative;
  padding: 50px 5%;
}
@media screen and (min-width: 768px) {
  .other_menu {
    padding: 80px 5% 50px;
  }
}
@media screen and (min-width: 1080px) {
  .other_menu {
    padding: 80px 55px 50px;
  }
}
.other_menu .other_title {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  width: 250px;
}
@media screen and (min-width: 768px) {
  .other_menu .other_title {
    width: 310px;
  }
}
@media screen and (min-width: 1080px) {
  .other_menu .other_title {
    width: 400px;
  }
}
.other_menu .other_title p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .other_menu .other_title p {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .other_menu .other_title p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .other_menu .flex {
    display: flex;
    gap: 0 40px;
  }
}
@media screen and (min-width: 1080px) {
  .other_menu .flex {
    gap: 0 55px;
  }
}
.other_menu .menu_image {
  width: 100%;
  max-width: 325px;
}
@media screen and (min-width: 768px) {
  .other_menu .menu_image {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .other_menu .menu_right {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .other_menu .menu_right .menu_title_block {
    margin-top: 0;
  }
}
.other_menu .menu_right .menu_title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .other_menu .menu_right .menu_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .other_menu .menu_right .menu_title {
    font-size: 2.8rem;
  }
}
.other_menu .menu_right .menu_title .price {
  margin-left: 0;
}
@media screen and (min-width: 1080px) {
  .other_menu .menu_right .menu_title .price {
    margin-left: 50px;
  }
}
.other_menu .menu_right .menu_title p {
  line-height: 1.4;
}
.other_menu .menu_right .menu_date_item {
  display: flex;
  justify-content: flex-start;
  gap: 0 20px;
}
@media screen and (min-width: 1080px) {
  .other_menu .menu_right .menu_date_item {
    align-items: flex-start;
  }
}
.other_menu .menu_right .menu_date_item + .menu_date_item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .other_menu .menu_right .menu_date_item + .menu_date_item {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .other_menu .menu_right .menu_date_item + .menu_date_item {
    margin-top: 15px;
  }
}
.other_menu .menu_right .menu_date_item dt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .other_menu .menu_right .menu_date_item dt {
    width: 35%;
    max-width: 245px;
  }
}
.other_menu .menu_right .menu_date_item dt > span {
  width: 100%;
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #D3D3D3;
  color: #5A5A5A;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}
.other_menu .menu_right .menu_date_item dd {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .other_menu .menu_right .menu_date_item dd {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .other_menu .menu_right .menu_date_item dd {
    padding-top: 0px;
    padding-left: 35px;
  }
}
.other_menu .menu_right .menu_date_item dd .top {
  font-weight: 600;
}
@media screen and (min-width: 1080px) {
  .other_menu .menu_right .menu_date_item dd .top {
    margin-bottom: 0.2em;
    font-size: 1.6rem;
  }
}
.other_menu .menu_right .menu_date_item dd .top._none {
  margin-bottom: 0px;
}
.other_menu .menu_right .menu_date_item dd .bold {
  font-size: 4.2666666667vw;
  line-height: 1.6;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  .other_menu .menu_right .menu_date_item dd .bold {
    font-size: 1.6rem;
  }
}
.other_menu .menu_right .menu_date_item dd .bold span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .other_menu .menu_right .menu_date_item dd .bold span {
    font-size: 1.6rem;
  }
}
.other_menu .menu_right .menu_date_item dd .note {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .other_menu .menu_right .menu_date_item dd .note {
    text-align: left;
    line-height: 1.4em;
    margin-top: 8px;
  }
}
.other_menu .menu_right .menu_date_item dd .note a {
  color: #282828;
  text-decoration: underline;
}

/*********************************************************************************/
/*
/* 2024年度 ページ改修
/*
/*********************************************************************************/
.limited_time {
  width: 96%;
  margin: auto;
  margin-top: 40px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 1080px) {
  .limited_time {
    margin-top: 80px;
  }
}
.limited_time .main_title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .limited_time .main_title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .limited_time .main_title {
    font-size: 3rem;
  }
}
.limited_time .main_text {
  display: inline-block;
  margin-top: 10px;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .limited_time .main_text {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .limited_time .main_text {
    margin-top: 30px;
    font-size: 2rem;
  }
}
.limited_time .limited_schedule {
  display: inline-block;
  padding-bottom: 25px;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .limited_time .limited_schedule {
    padding-bottom: 35px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1080px) {
  .limited_time .limited_schedule {
    padding-bottom: 50px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.limited_time .limited_schedule .time {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 400;
  padding-left: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .limited_time .limited_schedule .time {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 400;
    padding-left: 30px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1080px) {
  .limited_time .limited_schedule .time {
    display: inline-block;
    font-size: 3rem;
    font-weight: 400;
    padding-left: 30px;
    line-height: 1.6;
  }
}
.limited_time .tax_inc {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .limited_time .tax_inc {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 1080px) {
  .limited_time .tax_inc {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
  }
}

.menu .flex {
  display: flex;
  flex-wrap: wrap;
}
.menu .flex .menu_image {
  width: 48%;
  margin-right: 4%;
}
.menu .flex .menu_title_block {
  width: 48%;
}
.menu .flex .menu_description {
  font-weight: 500;
}
.menu .ma50 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .menu .ma50 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .menu .ma50 {
    margin-bottom: 50px;
  }
}

.menu_head .restaurant_title .name {
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .menu_head .restaurant_title .name {
    padding-left: 60px;
  }
}
.menu_head .restaurant_title .name::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 22px;
  height: 33px;
  background: url(../../img/gourmet/ico_title.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .menu_head .restaurant_title .name::before {
    width: 33px;
    height: 43px;
  }
}

.price {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .price {
    display: block;
    margin-top: 20px;
    font-size: 2.4rem;
    font-weight: 700;
  }
}

.take_out_container {
  margin-top: 50px;
}
.take_out_container.mg25 {
  margin-top: 25px;
}
.take_out_container .bg_gray {
  background-color: #FAFAFA;
  padding: 30px 35px;
}
@media screen and (min-width: 1080px) {
  .take_out_container .bg_gray {
    padding: 50px 55px;
  }
}
.take_out_container .ttl {
  padding-bottom: 1.2em;
  font-size: clamp(2rem, 1.7vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.6;
}

.take_out_container .flex {
  display: flex;
  flex-wrap: wrap;
}
.take_out_container .flex.reverse {
  flex-direction: row-reverse;
}
.take_out_container .flex.reverse .item {
  margin-right: 0;
}
.take_out_container .flex.reverse .right {
  margin-right: 4%;
}
.take_out_container .flex .item {
  width: 48%;
  margin-right: 4%;
}
.take_out_container .flex .item img {
  width: 100%;
}
.take_out_container .flex .right {
  width: 48%;
}
.take_out_container .flex .right .this_name {
  padding-bottom: 0.8em;
  font-size: clamp(1.8rem, 1.8vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.take_out_container .flex .right .this_name .spot_name {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-left: 20px;
  font-size: clamp(1.3rem, 1.5vw, 1.8rem);
}
.take_out_container .flex .right .this_name .spot_name::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 13px;
  height: 22px;
  background: url(../../img/icon/pin.svg) no-repeat center/contain;
}
@media screen and (min-width: 1080px) {
  .take_out_container .flex .right .this_name .spot_name::before {
    top: 7px;
  }
}
.take_out_container .flex .right .this_name.pa40 {
  padding-bottom: 1.429em;
}
.take_out_container .flex .right .charge {
  display: block;
  padding-bottom: 1.2em;
  font-size: clamp(1.7rem, 1.6vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.take_out_container .flex .right .charge .big {
  display: inline-block;
  padding-right: 10px;
  font-size: clamp(2.6rem, 2vw, 4rem);
}
.take_out_container .flex .right .text {
  display: block;
  padding-bottom: 3.125em;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.inner_section {
  padding-top: 100px;
  border-top: 1px solid #d3d3d3;
}
.inner_section .section_title img {
  max-width: 245px;
}

@media screen and (max-width: 767px) {
  .menu .flex {
    display: flex;
  }
  .menu .flex .menu_image {
    width: 100%;
    margin-right: 0;
  }
  .menu .flex .menu_title_block {
    width: 100%;
  }
  .take_out_container .flex .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .take_out_container .flex .item img {
    width: 100%;
  }
  .take_out_container .flex .right {
    width: 100%;
  }
  .inner_section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 520px) {
  .limited_time .limited_schedule .time {
    display: block;
    padding-left: 0;
  }
  .inner_section .section_title img {
    max-width: 150px;
  }
}/*# sourceMappingURL=gourmet.css.map */