@charset "utf-8";
/* CSS Document */
.flexbox {
  display: flex;
  flex-wrap: wrap;
  padding: 0.4em;
  margin: 0 0 2em;
}

.flexbox > div {
  background:url(../img/common/bg_break.gif);
padding: 1em;
  flex: 1 0 250px;
  margin: 0.4em;
border-radius: 10px;    
}
.flexbox >div img{
    max-width:100%;
}
.flcup {
  display: flex;
  flex-wrap: wrap;
  padding: 0.4em;
  margin: 0 0 2em;
}

.flcup > div {
  background: #fff;
  padding: 1em 0 1em 1em;  
  flex: 1 0 200px;
  margin: 1em; 
    text-align: center;
}
.flcup > div p{
    text-align: left;
}
.flcup >div img{
    max-width:100%;
    border-radius: 50%;
    padding:10px;
    margin-bottom:10px;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+39,e5e5e5+51,ffffff+100 */
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(-45deg, #e5e5e5 39%, #e5e5e5 51%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #e5e5e5 39%,#e5e5e5 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #e5e5e5 39%,#e5e5e5 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

.cssgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  padding: 0.8em;
  margin: 0 0 2em;
}

.cssgrid > div {
  overflow: auto;
  min-width: 0;
  padding: 1em;
}
.cssgrid > div img{
    max-width: 100%;
}
.cssgrid_ire {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  border:1px solid #ddd;
  padding: 0.8em;
  margin: 0 0 2em;
}

.cssgrid_ire > div {
  background: #ffece6;
  overflow: auto;
  min-width: 0;
  padding: 1em;
}
.cssgrid_ire > div img{
    max-width: 100%;
}
p.master {
    padding:20px;
    border-top:2px dotted #EDD087;
}
.cssgrid_reci {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  border:1px solid #ddd;
  padding: 0.8em;
  margin: 0 0 2em;
}

.cssgrid_reci > div {
    overflow: auto;
  min-width: 0;
  padding: 1em;
    background:#f0f8ff;
 
}
.cssgrid_reci > div img{
    max-width: 100%;
}
.cssgrid_reciHot {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  border:1px solid #ddd;
  padding: 0.8em;
  margin: 0 0 2em;
}

.cssgrid_reciHot > div {
    overflow: auto;
  min-width: 0;
  padding: 1em;
    background:#faf0e6;
 
}
.cssgrid_reciHot > div img{
    max-width: 100%;
}
/*バリスタ入れ方*/ 
	.point {
    position: relative;
    padding: 1rem 1rem 1.2rem;
    border-bottom: 2px solid #333;
    background: linear-gradient(#fffaf0 0 calc(100% - 0.2rem), white calc(100% - 0.2rem));
	border-radius: 0.5em;
}

.point:before,
.point:after {
    position: absolute;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.point:before {
    top: 100%;
    border: 9px solid;
    border-color: transparent;
    border-top-color: #333;
    margin-left: -9px;
}

.point:after {
    top: 99%;
    border: 8px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -8px;
}

.point p {
    color: #333;
    line-height: 1.5;
}
.point p img{
	max-width:20%;
}
/*PC-----------------------------------------*/
@media print, screen and (min-width:1024px){
    .submenu{
        display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
        justify-content: center;
  align-items: center;

    }
    .menuIcon{
         width: 80px;
      height: 80px;
      border: 1px solid #ccc;
        border-radius: 50%;
      text-align: center;
    font-weight: bold;
        margin-right:10px;
    }
    .menuIcon img{
        width: 80px;
        height: auto;
    }
    .menuIcon:hover{
         width: 80px;
      height: 80px;
      border: 2px solid #ccc;
        border-radius: 50%;
      text-align: center;
    font-weight: bold;
        margin-right:10px;
    }
    .menuIconA{
         width: 80px;
      height: 80px;
      border: 2px solid #F18733;
        border-radius: 50%;
      text-align: center;
    font-weight: bold;
        margin-right:10px;
    }
.menuIconA img{
        width: 80px;
        height: auto;
    }    
.section{
        margin:0 0 30px 0;
      padding:20px 20px 40px 20px;
    } 
.section_irekata{
        margin:0;
      padding:20px 20px 40px 20px;
    border-bottom: #33170a 1px dotted;
    }  
.irekata{
        position:relative;
    height: 350px;
    margin-top:10px;
    }    
.irekata img{
        max-width:100%;
        height: auto;
        position: absolute;
        z-index: 1;
    } 
.irekata p{
    position: absolute;
    z-index: 2;
    color: #33170a;
    font-size: 30px;
    font-weight: bold;
    left: 0px;
    top: 66px;
    }
.junbi {
      display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
		}
.box {
      width: 200px;
      height: 200px;
      border: 1px solid #fff;
      text-align: center;
    font-weight: bold;
	margin: 20px 0;
		}
    
    .box img{
        width:100%;
        height: auto;
    }    
.box.Itemname{
    text-align: center; 
    }  
	.box2{
		 width: 200px;
		margin-top: 50px;
      border: 1px solid #fff;
      text-align: center;
    font-weight: bold;
		}
	}	
	
/*テーブル---------------------------*/
/*ドリップのいれ方*/  
    table.table1{
        width:650px;
        text-align: left;
        border-collapse: collapse;
    }    
    .table1 th{
        width:550px;
        font-weight: normal;
        padding:10px 0px 10px 10px;
        border:solid 1px #cccccc;
    }   
    .table1 td{
        padding:10px 0px 10px 10px;
        border:solid 1px #cccccc;
    }
table.table2{
        width:650px;
        text-align: left;
    border-collapse: collapse;
    }    
    .table2 th{
        width:300px;
        font-weight: normal;
       border:solid 1px #cccccc;
        padding:10px 0px 10px 10px;
    }   
    .table2 td{
        padding:10px 0px 10px 10px;
        border:solid 1px #cccccc;
    }   
table.table3{
        width:650px;
        text-align: left;
        border-collapse: collapse;
    }    
    .table3 th{
        width:120px;
        font-weight: normal;
        padding:10px 0px 10px 10px;
        border:solid 1px #cccccc;
    }   
    .table3 td{
        padding:10px 0px 10px 10px;
        border:solid 1px #cccccc;
    }    
.cup {
	margin: 30px 0;
	display: table;
	width: 100%;
	line-height: 1.4;
}
.cup > .cupItem {
	display: table-cell;
	width: 36%;
	vertical-align: top;
}
.itemInfo > .cupInfo {
	display: table-cell;
    vertical-align: top;
}
    .cupInfo .cupName{
        font-weight:bold;
        border-bottom: solid 2px #F18733;
        margin-bottom: 20px;
        padding-top:50px;
        text-indent: 5px;
    }
.cupItem img {
	text-align: center;
	vertical-align: bottom;
	max-width: 200px;
}   
    .cssgrid_reci h3{
        font-size:1em;
    }    
}


h3.long{
    font-size:0.99em;
    padding-top:3px;
}



/*タブレット---------------------------------------------*/    
@media screen and (min-width:768px) and (max-width:1023px)
{
  .submenu{
        display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
      justify-content: center;
  align-items: center;

    }
    .menuIcon{
         width: 80px;
      height: 80px;
      border: 1px solid #ccc;
        border-radius: 50%;
      text-align: center;
    font-weight: bold;
        margin-right:10px;
    }
    .menuIcon img{
        width: 80px;
        height: auto;
    }
    .menuIconA{
         width: 80px;
      height: 80px;
      border: 1px solid #F18733;
        border-radius: 50%;
      text-align: center;
    font-weight: bold;
        margin-right:10px;
    }
.menuIconA img{
        width: 80px;
        height: auto;
    }     
  .section{
        margin:0;
      padding:10px 10px 20px 10px;
    }
.section_irekata{
        margin:0;
      padding:10px 10px 20px 10px;
    border-bottom: #33170a 1px dotted;
    }  
.irekata{
        position:relative;
    height: 350px;
    margin:10px 0 30px;
    }    
.irekata img{
        max-width:100%;
        height: auto;
        position: absolute;
        z-index: 1;
    } 
.irekata p{
    position: absolute;
    z-index: 2;
    color: #33170a;
    font-size: 30px;
    font-weight: bold;
    top: 125px;
    }    
.junbi {
    margin-bottom:30px;
		}
.box {
      max-width: 100%;
      text-align: center;
    font-weight: bold;
		}
    .box img{
        width:100%;
        height: auto;
        text-align: center;
    }     
.box.Itemname{
    text-align: center;   
    }      
/*テーブル---------------------------*/
/*ドリップのいれ方*/  
    table.table1{
        width:100%;
        text-align: left;
        border-collapse: collapse;
    }    
    .table1 th{
        width:70%;
        font-weight: normal;
        padding:10px 0px 10px 10px;
        border:solid 1px #cccccc;
    }   
    .table1 td{
        padding:10px 0px 10px 10px;
        border:solid 1px #cccccc;
    }
table.table2{
        width:100%;
        text-align: left;
    border-collapse: collapse;
    }    
    .table2 th{
        width:50%;
        font-weight: normal;
       border:solid 1px #cccccc;
        padding:10px 0px 10px 10px;
    }   
    .table2 td{
        padding:10px 0px 10px 10px;
        border:solid 1px #cccccc;
    }  
    table.table3{
        width:100%;
        text-align: left;
        border-collapse: collapse;
    }    
    .table3 th{
        width:20%;
        font-weight: normal;
        padding:10px 0px 10px 10px;
        border:solid 1px #cccccc;
    }   
    .table3 td{
        padding:10px 0px 10px 10px;
        border:solid 1px #cccccc;
    }
}



/*スマホ---------------------------------------------*/ 
@media screen and (max-width:767px) {
  .submenu{
        display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
      justify-content: center;
  align-items: center;

    }
    .menuIcon{
         width: 50px;
      height: 50px;
      border: 1px solid #ccc;
        border-radius: 50%;
      text-align: center;
    font-weight: bold;
        margin:10px;
    }
    .menuIcon img{
        width: 50px;
        height: auto;
    }
    .menuIconA{
         width: 50px;
      height: 50px;
      border: 1px solid #F18733;
        border-radius: 50%;
      text-align: center;
    font-weight: bold;
        margin:10px;
    }
.menuIconA img{
        width: 50px;
        height: auto;
    }     
 .section{
        margin:5px 5px 30px 5px;
    }
.section_irekata{
        margin:5px 5px 10px 5px;
    border-bottom: #33170a 1px dotted;
    } 
.irekata{
        position:relative;
    height: 150px;
    margin:10px 0 30px;
    }    
.irekata img{
        max-width:100%;
        height: auto;
        position: absolute;
        z-index: 1;
    } 
.irekata p{
        position: absolute;
        z-index: 2;
        color:#33170a;
        font-size:20px;
    font-weight: bold;
    }    
.junbi {
    margin-bottom: 30px;
		}
.box {
      max-width: 100%;
      text-align: center;
    font-weight: bold;
		}    
     
/*テーブル---------------------------*/
/*ドリップのいれ方*/  
 table.table1{
        width:100%;
        text-align: left;
        border-collapse: collapse;
    }  
    .table1 tr{
        border:solid 1px #cccccc;
        
    }
    .table1 th{
        display:block;
        max-width:100%;
        font-weight: normal;
        padding:10px 0px 10px 10px;
        background: #9B7843;
        color:#FFF;
    }   
    .table1 td{
        display:block;
        padding:10px 0px 10px 10px;
        border-top:none;
        
    }
table.table2{
        width:100%;
        text-align: left;
        border-collapse: collapse;
    }  
    .table2 tr{
        border:solid 1px #cccccc;
        
    }
    .table2 th{
        display:block;
        max-width:100%;
        font-weight: normal;
        padding:10px 0px 10px 10px;
        background: #9B7843;
        color:#fff;
    }   
    .table2 td{
        display:block;
        padding:10px 0px 10px 10px;
        border-top:none;
    }
 table.table3{
        width:100%;
        text-align: left;
        border-collapse: collapse;
    }  
    .table3 tr{
        border:solid 1px #cccccc;
        
    }
    .table3 th{
        display:block;
        max-width:100%;
        font-weight: normal;
        padding:10px 0px 10px 10px;
        background: #9B7843;
        color:#FFF;
    }   
    .table3 td{
        display:block;
        padding:10px 0px 10px 10px;
        border-top:none;
        
    }    
}
