@charset "utf-8";

/* mobile----------------------------------------------------*/
@media screen and (max-width: 480px) {

.main_pict{width: 100%; height: 360px; background-image: url(main_pict.jpg); background-size: cover;background-position: center;}

.flexwrap {width: 96%;display: flex; align-items: center; margin: 0 auto; flex-direction: column;}
.item {width: 90%; border: thin solid #666; margin-bottom: 20px;display: flex; flex-direction: column;align-items: center;}
.photo{width: 50%; margin: 10px auto; }
.photo img{width: 100%;}
.speck {width: 90%; margin: 0 auto; padding: 10px;display: flex; flex-direction: column;}
.speck p{margin: 10px 0 5px; font-weight: bold; font-size: 1.2em;display:flex;align-items: center;}
.kakaku {text-align: right; margin: 10px 10px 10px 0;}
.kakaku span{color: red; font-size: 1.4em;}
.flex_migi {display: flex;justify-content: flex-end; align-items: center; margin: 10px 10px 0 0;}
.hidari {margin-right: 10px;}
.hidari select{width: 50px;}

}/* Tablet---------------------------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {


.main_pict{width: 100%; height: 360px; background-image: url(main_pict.jpg); background-size: cover;background-position: center;}

.flexwrap {width: 96%;display: flex; justify-content: space-between;flex-wrap: wrap;align-items: center; margin: 0 auto;}
.item {width: 49%; border: thin solid #666; margin-bottom: 20px;display: flex; flex-direction: column;align-items: center;}
.photo{width: 50%; margin: 10px auto; }
.photo img{width: 100%;}
.speck {width: 90%; margin: 0 auto; padding: 10px;display: flex; flex-direction: column;}
.speck p{margin: 10px 0 5px; font-weight: bold; font-size: 1.2em;display:flex;align-items: center;}
.speck span{min-height: 100px;}
.kakaku {text-align: right; margin: 10px 10px 10px 0;}
.kakaku span{color: red; font-size: 1.4em;}
.flex_migi {display: flex;justify-content: flex-end; align-items: center; margin: 10px 10px 0 0;}
.hidari {margin-right: 10px;}
.hidari select{width: 50px;}

}/* PC-------------------------------------------------------*/
@media print, screen and (min-width: 769px) {	
   
.main_pict{width: 100%; height: 360px; background-image: url(main_pict.jpg); background-size: cover;background-position: center;}

.flexwrap {display: flex; justify-content: space-between;flex-wrap: wrap;align-items: center;}
.item {width: 49%; border: thin solid #666; margin-bottom: 20px;display: flex; justify-content: space-between;}
.photo{width: 35%; margin: 10px; }
.photo img{max-height: 180px; width: auto;}
.speck {width: 60%; padding: 10px;}
.speck p{margin: 10px 0 5px; font-weight: bold; font-size: 1.2em;}
.kakaku {text-align: right; margin: 10px 10px 10px 0;}
.kakaku span{color: red; font-size: 1.4em;}
.flex_migi {display: flex;justify-content: flex-end; align-items: center; margin: 10px 10px 0 0;}
.hidari {margin-right: 10px;}
.hidari select{width: 50px;}
}
