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

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

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

.recommend{
    position: relative;
    background-color: #fff;
    padding: 3rem 2rem 0;
    margin: 10rem 0 5rem;
}

.recommend .sec_ttl {
    position: relative;
    margin-top: -4rem;
    z-index: 2;
}

.recommend::before{
    position: absolute;
    content: "";
    top: -3%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #fff;
    display: inline-block;
    width: 220px;
    height: 70px;
    border-radius: 50% / 100% 100% 0 0;
}

.recommend_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 8rem;
}

.recommend_cont{
    width: 100%;
    margin: 2rem 0;
}

.recommend_cont p{
    font-size: 1.2rem;
    line-height: 2.2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.recommend_cont h5{
    position: relative;
    margin-bottom: 5rem;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    z-index: 2;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.recommend_cont h5::after {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: #8AA1B3;
    font-size: 10rem;
    text-transform: uppercase;
    z-index: -1;
    text-shadow: none;
}

.recommend_cont h5.recommend_ttl01::after {
    content: '01';
}

.recommend_cont h5.recommend_ttl02::after {
    content: '02';
}

.recommend_cont img{
    border-radius: 80% 30% 50% 50% / 50%;
}

.lineup_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2rem;
}

.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;
  color: #fff;
}

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

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

.menu_btn_txt{
    text-align: center;
    font-size: 1.2rem;
    margin: 3rem 0 .5rem;
}

.campaign_container{
    overflow: hidden;
}

.campaign{
    position: relative;
    background-color: #CE3A2B;
    width: 365px;
    height: 365px;
    border-radius: 50%;
    margin: 5rem auto 8rem;
}

.campaign p{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.campaign p span{
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px dashed #fff;
  padding-bottom: .2rem;
}

.campaign p span:first-of-type{
  margin-top: 2rem;
  margin-bottom: .5rem;
}

.campaign p span:last-of-type{
  margin-bottom: 2rem;
}

.campaign .btn{
    width: 75%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

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

.recommend {
  width: 85%;
  margin: 15rem auto 10rem;
  border-radius: 1rem;
  padding: 4rem 4rem 0;
}

.recommend .sec_ttl {
    margin-top: -2rem;
}

.recommend::before {
    top: -3rem;
    width: 380px;
}

.recommend_flex {
    justify-content: space-between;
}

.recommend_cont {
    width: 45%;
    margin: 0;
}

.recommend_cont h5 {
    margin-bottom: 7rem;
    font-size: 2.5rem;
}

.recommend_cont h5::after {
    top: -50px;
    font-size: 12rem;
}

.recommend_cont p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: 4rem;
}

.lineup_flex {
    width: 90%;
    margin: auto;
    padding: 0;
}

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

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

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

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

.menu_btn_txt {
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem;
}

.campaign {
  position: inherit;
  width: 60%;
  height: auto;
  padding: 5rem 3rem;
  border-radius: 2rem;
}

.campaign p {
  position: inherit;
  transform: none;
  font-size: 1.6rem;
  line-height: 3rem;
}

.campaign p span {
    font-size: 3rem;
}

.campaign p span:first-of-type,.campaign p span:last-of-type {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.campaign .btn {
    width: 100%;
    position: inherit;
    transform: none;
    margin: 1rem auto 0;
    }
}