@charset "UTF-8";
/*////////////////////////
garb-public.jp
lunch.css
///////////////////////*/

#main_visual{
    background-image: url(../images/lunch/lunch_main.jpg);
}

.page-read-txt{
  letter-spacing: 1px;
}

.page-title {
    font-size: 5rem;
}


.tab {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 500px;
    margin-bottom: 8rem;
}

.tab > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #003D6C;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
}

.tab > label:hover {
    opacity: .8;
}

.tab input {
    display: none;
}

.tab > div {
    display: none;
    width: 100%;
    padding: 5rem 2rem;
    font-size: 1.2rem;
    line-height: 2.2rem;
    background-color: #003D6C;
    color: #fff;
}

.tab label:has(:checked) {
    opacity: 1;
}

.tab label:has(:checked) + div {
    display: block;
}


/* 月〜金 */

.recommend{
  margin-top: 16rem;
  position: relative;
}

.fukidashi {
  position: absolute;
  top: -11rem;
  left: 0;
  width: fit-content;
  padding: 1.2rem 3.5rem;
  z-index: 2;
}
.fukidashi::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 100%;
  height: 30%;
  box-sizing: border-box;
  border: 1.5px solid #fff;
  border-top: none;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  translate: -50%;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 40px;
  height: 1px;
  box-sizing: border-box;
  background-color: #fff;
  rotate: 50deg;
  translate: -50%;
}

.fukidashi h4{
  font-size: 1.8rem;
  text-align: center;
}

.fukidashi h4 span{
      display: inline-block;
    font-size: 1.2rem;
    background-color: #fff;
    padding: 0.5rem 1.5rem;
    color: #003D6C;
    border-radius: 2rem;
    margin: 0 0 1rem -4rem;
}

.slick-slider{
  width: 80%;
  margin: auto;
}

.slick-item img{
  border-radius: 1rem;
}

.recommend_txt {
  border-radius: 1rem;
    background-color: #fff;
    margin-top: -25rem;
    padding: 24rem 1.5rem 2rem;
}

.recommend_txt p{
    color: #003D6C;
}

.sec_ttl {
    margin-top: 5rem;
}

.lineup_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lineup_cont{
  position: relative;
  width: 48%;
  margin-bottom: 4rem;
}

.lineup_cont .red_txt{
  position: absolute;
  top: -3rem;
  left: -1rem;
  background-color: #CE3A2B;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  transform: rotate(-10deg);
}

.lineup_cont .red_txt p{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.lineup_cont img{
  border-radius: 1rem;
}

.lineup_cont .menu_txt{
  font-size: 1.2rem;
  margin-top: .5rem;
}

.lineup_cont .menu_txt span{
  display: inline-block;
  font-weight: 300;
  font-size: 1rem;
  margin-top: .5rem;
  line-height: 1.8rem;
}


/* 土日祝 */

.holiday_slider{
  margin: 2rem 0 4rem;
}

.holiday_slider .slick-slider {
    width: 100%;
    margin: 2rem auto;
}

.holiday_slider .slick-slider p{
    font-size: 1rem;
    text-align: center;
}

.holiday_slider .slick-slider .slick-slide{
    margin-right: 1rem;
}

.holiday_slider .slick-slider .slick-slide img{
    border-radius: 1rem;
}

.holiday_fukidashi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  margin: 5rem 0 0;
}

.holiday_fukidashi p{
  font-size: 1.4rem;
  font-weight: 300;
}

.holiday_fukidashi p span{
  font-size: 2rem;
  font-weight: 700;
}

.holiday_fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  width: 40px;
  height: 1px;
  transform: rotate(55deg);
  box-sizing: border-box;
  background-color: #fff;
}

.holiday_fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  width: 40px;
  height: 1px;
  transform: rotate(-55deg);
  box-sizing: border-box;
  background-color: #fff;
}

.holiday_fukidashi > .ornament {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.holiday_fukidashi > .ornament::before {
  content: "";
  position: absolute;
  top: 65%;
  left: 10%;
  width: 20px;
  height: 1px;
  transform: rotate(40deg);
  box-sizing: border-box;
  background-color: #fff;
}
.holiday_fukidashi > .ornament::after {
  content: "";
  position: absolute;
  top: 65%;
  right: 10%;
  width: 20px;
  height: 1px;
  transform: rotate(-40deg);
  box-sizing: border-box;
  background-color: #fff;
}

.h_drink_flex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.h_drink_flex img{
  border-radius: 1rem;
}

.h_drink_cont01{
  width: 80%;
  position: relative;
  z-index: 2;
}

.h_drink_cont02{
  width: 100%;
  background-color: #EEEAE1;
  padding: 4rem 1.5rem 1.5rem;
  margin-top: -3.5rem;
  border-radius: 1rem;
}

.h_drink_cont02 p{
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #003D6C;
}

.h_drink_cont02 p span {
    font-weight: bold;
    color: #CE3A2B;
}


@media screen and (min-width:768px) {

#main_visual{
    background-image: url(../images/lunch//lunch_main_pc.jpg);
}

.page-title {
    font-size: 7rem;
}

.tab {
  max-width: inherit;
  width: 90%;
  margin: 8rem auto;
}

.tab > div {
    border-radius: 0 1rem 1rem 1rem;
    padding: 8rem 2rem;
}

.tab > label {
    min-width: 200px;
    max-width: 400px;
    padding: 1em;
}

.fukidashi {
  top: 2rem;
  left: inherit;
  right: 30%;
  padding: 1.4rem 4rem;
}

.fukidashi h4 {
    color: #003D6C;
    font-size: 2rem;
}

.fukidashi h4 span {
        background-color: #003D6C;
        color: #fff;
        margin: 0 0 1.5rem -10rem;
    }

.fukidashi::before {
    border: 1.5px solid #003D6C;
    border-top: none;
}

.fukidashi::after {
    background-color: #003D6C;
}

.fukidashi::after {
    top: calc(100% + 15px);
    left: 40%;
    width: 55px;
    background-color: #003D6C;
    rotate: 140deg;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.recommend {
    margin-top: 4rem;
}

.recommend_flex {
    width: 70%;
    margin: auto;
    padding: 4rem 2rem 0;
    display: flex;
    border-radius: 2rem;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.recommend_img{
  width: 45%;
  margin: 0 2rem;
}

.recommend_txt{
  width: 55%;
  margin: 0 1rem;
  padding: 0;
}

.recommend_txt p {
    font-size: 1.4rem;
    line-height: 3rem;
}

.lineup_cont {
    position: relative;
    width: 23.5%;
    margin: 0 .4rem 8rem;
}

.lineup_cont .menu_txt {
    font-size: 1.4rem;
}

.lineup_cont .menu_txt span {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 2rem;
}

.lineup_cont .red_txt {
    width: 120px;
    height: 120px;
    top: -5rem;
}

.lineup_cont .red_txt p {
    font-size: 1.4rem;
    line-height: 2rem;
}

.holiday_slider .slick-slider p {
    font-size: 1.4rem;
    margin-top: 1rem;
}

.holiday_fukidashi {
    margin: 5rem auto 0;
    width: 60%;
}

.holiday_fukidashi p {
    font-size: 2rem;
}

.holiday_fukidashi p span {
    font-size: 4rem;
}

.holiday_fukidashi::before ,.holiday_fukidashi::after {
    width: 60px;
}

.holiday_fukidashi > .ornament::after ,.holiday_fukidashi > .ornament::before{
    width: 40px;
}

.h_drink_flex {
    margin: 10rem auto;
    align-items: end;
    width: 80%;
}

.h_drink_cont01 {
    width: 55%;
}

.h_drink_cont02 {
    width: 45%;
    padding: 3.5rem 2rem 3.5rem 5rem;
    margin: auto auto -2rem -3rem;
    height: max-content;
}

.h_drink_cont02 p {
    font-size: 1.4rem;
    line-height: 3rem;
}
}
