@charset "UTF-8";



/*----------------------------------------------------------------------------------------------------------------------menu----------*/


#content .read{ margin: 16px 0 0 0; }

.beans{
margin-top: 75px;
margin-left: auto;
width: 90%;
}

.tit_grop{
display: flex;
justify-content:space-between;
align-items: baseline;
}

.tit_grop p{ font-size: 13px; }

.beans h1{
font-size: 30px;
line-height: 1;
}

.beans span{
padding-left: 15px;
font-size: 15px;
}

.roast{
margin-top: 60px;
margin-left: auto;
width: 88.8%;
}

.roast h3{ font-weight:bold; }

.menu_wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 6.2%;
row-gap:5px;
}

.menu-item {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 13px 0;
border-bottom: 1px dotted #bbb9b4;
}

.name { white-space: nowrap; }

.price { white-space: nowrap; }

.blend{ margin-top: 140px; }

.blend .p_top{ padding-top: 20px; }


@media screen and (max-width:1100px){

.menu_wrapper {
column-gap:4%;
row-gap:5px;
}

}

@media screen and (max-width:767px){

.beans{
margin-top: 45px;
width:100%;
}

.tit_grop{ display: block; }

.tit_grop p{ 
font-size: 11px;
margin-top:10px;
}

.beans h1{ font-size: 24px; }

.beans span{
padding-left: 12px;
font-size: 13px;
}

.roast{
margin-top:30px;
width: 96%;
}

.menu_wrapper { display:block; }

.menu-item { margin-top: 5px; }

.name { font-size: 14px; }

.price { font-size: 14px; }

.blend{ margin-top: 70px; }

.blend h3{ padding-top: 20px; }

.blend h3.deep{ padding-top: 0; }

}


