@charset "UTF-8";

/* delivery */

.togo_flex{
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}
.togo_flex2{
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.togo_flexCont1{
  width: calc(100% / 3.2);
  padding:　10px;
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
}
.togo_flexCont2{
  width: calc(100% / 4);
  padding:　10px;
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
}
.togo_flexCont2{
  width: calc(100% / 2);
  padding:　40px;
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
}
.togo_fleximg{
  width: 100%;
  height: auto;
  padding: 20px;
}
.togo_flexh2{
  font-weight: bold;
  padding: 5px;
}
.togo_flexp{
  font-size: .7em;
}
.togo_flexp2{
  font-size: .5em;
}
.togo_price{
  font-size: 1.2em;
  font-weight: bold;
}
.togo_flexContSubTtl{
  font-size: .8em;
}
.mark_y{
  background: linear-gradient(transparent 60%, #ff6 60%);
}

#togo_pizza{
  max-width: 80%;
  margin: 0 auto;
}
#togo_box{
  margin: 0 auto;
  width: 90%;
}
.togo_boxImg{
  width: 100%;
  height: auto;
}
.togo_boxBg {
  padding: 0.5em 1em;
  margin: 1em 0;
  color: #2c2c2f;
  background: #fffffc;/*背景色*/
}
.togo_boxBg p {
  margin: 0; 
  padding: 0;
}
.slide{
  margin:10px 0;
}

.slide img {
  width: 310px;
  height: 310px;
}

.togo_btn{
  margin: 30px auto;
  text-align: center;
}

.togo_btn-flat-border { 
  display: inline-block; 
  padding: .5em 3em; 
 margin: 2em;
  text-decoration: none; 
  background: #dcdddd;
  color: black; border: 
  solid 2px black; 
  transition: .4s; 
} 
  
.togo_btn-flat-border:hover { 
background: #524e4d; 
color: white;
}

.togo_deli{
 font-size: 1em;
}

.d_tel{
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    z-index: 1000;
}
.d_tel a{
    text-decoration: none;
    background-color: #cb8e44;
    padding: 20px;
    line-height: 3em;
}

.map_img img{
    width: 100%;
    height: auto;
}
.google_map iframe{
    width: 100%;
    height: 700px;
}
.position_flex{
    display: flex;
}
.position_cont{
    width: calc(100% / 7);
    flex-direction: column;
    margin: 10px 2px;
}
.position_cont img{
    width: 100%;
    height: auto;
}
#map h1,#menu h1{
    font-size: 2.1em;
    text-align: center;
    letter-spacing: 1px;
    margin: 80px auto 30px;
}
#map h1 span,#menu h1 span{
    font-size: 17px;
    padding-top: 15px;
    display: inline-block; 
}
.deliverybox_flex{
    display: flex;
    margin: 40px 70px;
}
.deliverybox_cont{
    width: calc(100% / 2);
    flex-direction: column;
    margin: 20px;
}
.deliverybox_cont img{
    width: 100%;
    height: auto;
}
.deliverybox_cont .box_tit{
    font-size: 2.1em;
    margin-top: 20px;
}
.deliverybox_cont .box_tit span{
    font-size: 15px;
}
.deliverybox_cont .box_txt{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    line-height: 25px;
    background-color: #fefefe;
    padding: 10px;
    margin: 20px 0;
}
.deliverybox_cont .box_atention{
    font-size: 13px;
    padding: 10px 20px;
    margin: 20px;
    text-align: center;
}
.deliverybox_cont .box_atention span{
    background:linear-gradient(transparent 60%, #eae4a4 75%);
    font-weight:bold;
}
.deliverybox_cont .box_pizza{
    margin: 3em auto;
    width: 80%;
    
}
.deliverybox_cont .box_pizza img{
    border: #cb8e44 double 5px;
}
.antipasti_wrap2 {
    width: 100%;
    display: flex;
}
.antipasti_wrap2 ul {
    width: calc(100%/2);
    padding: 3%;
    box-sizing: border-box;
    list-style: none;
    text-align: center;
}
.antipasti_wrap2 li {
    font-size: .75em;
    margin-bottom: 1.5em;
    line-height: 1.4em;
    display: block;
}
.delivary_btn{
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width:780px){
  .togo_flex{
    flex-direction: column;
  }
  .togo_flexCont1{
    width: calc(100% /1);
    padding: 20px;
    text-align: center;
  }
  .togo_flexCont2{
    width: calc(100% /2);
    /* padding: 10px; */
    text-align: center;
  }
  #togo_pizza{
    max-width: 100%;
    margin: 0 auto;
  }#togo_box{
    margin: 0 auto;
    width: 100%;
  }
  .slide img {
    width: 200px;
    height: 200px;
  }
  .togo_deli{
    font-size: .7em;
  }
    .togo_btn-flat-border{
        margin: 30px auto 10px;
    }
    #d_tel{
        width: 100%;
    }
    .bottom-link {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .bottom-link a {
        display: block;
        width: 100%;
        background-color: #cb8e44;
        color: #fff;
        padding: 15px 0;
        text-align: center;
        font-size: 0.9rem;
        font-weight: bold;
    }
    .position_flex{
        flex-direction: column;
    }
    .position_cont{
        width: calc(100% / 1);
        margin: 0;
        padding: 10px;
        
    }
    #map h1, #menu h1 {
        font-size: 1.4em;
    }
    
    .google_map iframe{
        height: 500px;
    }
    .deliverybox_flex {
        flex-direction: column;
        margin: 40px 20px;
    }
    .deliverybox_cont {
        width: calc(100% / 1);
        margin: 0px;
    }
    .deliverybox_cont .box_tit {
        font-size: 1.6em;
        margin-top: 20px;
        text-align: center;
    }
    .deliverybox_cont .box_pizza {
        margin: 10px;
    }
    .antipasti_wrap2 {
         flex-direction: column; 
    }
    .antipasti_wrap2 ul {
        width: calc(100%/1);
    }
}





/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}