@charset "UTF-8";
/*////////////////////////
iyaiyasanbai.tokyo
weekday.css
///////////////////////*/

#main{
background-image: url(../images/menu_weekday/main_sp.jpg);
}

#weekday{
    margin-bottom: 16rem;
}
#weekday .read{
    width: 90%;
    line-height: 2.2rem;
    margin: 3rem auto;
}
#weekday .content_area {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
}

#weekday .tab-container {
  display: flex;
  flex-wrap: wrap;
}
#weekday .tab {
  font-weight: 500;
  text-align:center;
  width: calc(100% / 2);
  padding: 10px;
  background-color: #1D201F;
  cursor: pointer;
  color: #F6F8F5;
}

#weekday .tab.active {
  background-color: #e8e8e8;
  color: #1D201F;
}

#weekday .content {
  display: none;
}
#weekday .content.show {
  display: block;
  background-color: #e8e8e8;
  padding: 6rem 1rem 2rem;
}
#weekday .content h3 {
  font-size: 2.2rem;
}
#weekday .content .txt {
  line-height: 2.2rem;
  margin: 2rem 0 4rem;
}
#weekday .content .txt a {
  color: #C83526;
}
#weekday .btn{
  width: 80%;
  height: 4rem;
  line-height: 2rem;
  padding: 1rem 2rem;
  margin: 0 auto 4rem;
}


/* lunch */
#weekday .l_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#weekday .l_flex .cont{
    width: calc(50% - 5px);
    margin-bottom: 3rem;
}
#weekday .l_flex .cont p{
    margin-top: 1rem;
}
#weekday .l_flex .cont p span{
    display: inline-block;
    margin-top: 1rem;
    font-size: 1rem;
    color: #646865;
}
#weekday .l_flex .cont p span.mini{
    margin-top: .5rem;
    font-size: .9rem;
}
#weekday .tR{
    text-align: right;
}



/* dinner */
#weekday  h4{
    width: 100%;
    margin: 2rem auto;
    font-size: 1.8rem;
    border-left: 3px solid #1D201F;
    padding-left: .8rem;
}
#weekday  .d_flex{
    display: flex;
    flex-wrap: wrap;
}
#weekday  .d_flex .img{
    width: 100%;
}
#weekday  .d_flex .txt{
    width: 100%;
    margin: 0;
}
#weekday  .d_flex .txt ul{
    list-style: none;
}
#weekday  .d_flex .txt ul li{
    margin-bottom: 1.5rem;
}
#weekday  .d_flex .txt ul li span{
    display: inline-block;
    font-size: 1rem;
    color: #646865;
}
#weekday  .d_flex .txt ul li span.plus_sp{
    border: 0.8px dashed #1D201F;
    padding: 5px;
    margin-top: 1rem;
}
#weekday  .d_flex .txt ul li span.plus_pc{
    display: none;
}

/* メニュースライド写真 */
#menu .slider {
  margin: 0;
  max-width: 420px;
  width: 85%;
}
.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.dots-class {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin: 1.5rem auto;
    list-style: none;
}

.dots-class li {
    width: 15%;
    height: 4px;
    background-color: #F6F8F5;
    cursor: pointer;
    position: relative;
}
.dots-class li::before {
    content: "";
    display: inline-block;
    background-color: #1D201F;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
}

.dots-class li.slick-active::before {
    background-color: #1D201F;
    animation: progressbar-anime 3s linear forwards;
}

@keyframes progressbar-anime {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@keyframes progressbar-anime {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}


/* 口福コース */
#weekday .koufuku{
    background-color: #F6F8F5;
    padding: 2rem;
    margin: 2rem 0;
}
#weekday .koufuku h5{
    font-size: 1.8rem;
    text-align: center;
}
#weekday .koufuku p{
    line-height: 2.2rem;
    margin: 2rem 0;
}
#weekday .koufuku .btn{
    margin: 2rem auto 0;
}


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

#main{
    background-image: url(../images/menu_weekday/main_pc.jpg);
}

#main_txt .txt_ja h1 {
    font-size: 3.5rem;
}

#weekday .content_area {
    width: 90%;
    padding: 4rem 0;
}

#weekday .tab {
    width: 380px;
    padding: 2rem;
}

#weekday .content.show {
    padding: 10rem 8rem 6rem;
}

#weekday .content .txt {
    margin: 2rem 0;
}

#weekday .l_flex .cont {
    width: calc(25% - 10px);
}

#weekday .l_flex .cont p span {
    font-size: 1.2rem;
    line-height: 1.3rem;
}

#weekday .btn {
    width: 380px;
    margin: 0 0 4rem;
}


#weekday .d_flex {
    justify-content: space-between;
    align-items: center;
    margin: 5rem 0;
}

#weekday .d_flex .o1{
    order: 1;
}

#weekday .d_flex .o2{
    order: 2;
}

#weekday .d_flex .img {
    width: 50%;
}

#weekday .d_flex .txt {
    width: 45%;
    margin: 0 0 0 2rem;
}

#weekday .d_flex .txt ul li span {
    font-size: 1.2rem;
}

#weekday  .d_flex .txt ul li span.plus_sp{
    display: none;
}

#weekday  .d_flex .txt ul li span.plus_pc{
    display: block;
    background-color: #646865;
    color: #F6F8F5;
    padding: .5rem 1rem;
    margin-top: 1rem;
}

#weekday  .d_flex .txt ul li span.plus_pc span{
    display: inline-block;
    margin-left: 1.5rem;
    font-size: 1rem;
    color: #F6F8F5;
}

#weekday .btn_center .btn{
    margin: 0 auto 4rem;
}

#weekday .koufuku{
    width: 85%;
    margin: 10rem auto 0;
    padding: 4rem 5rem;
}

#weekday .koufuku h5 {
    font-size: 2.2rem;
}

#weekday .koufuku .kofuku_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
}

#weekday .koufuku .kofuku_flex .kofuku_txt{
    width: 60%;
    order: 2;
}

#weekday .kofuku_flex .kofuku_txt p {
    margin: 0 0 3rem 0;
}

#weekday .koufuku .kofuku_flex .kofuku_img{
    order: 1;
    width: 40%;
    margin: 0 3rem 0 0;
}
}