@charset "utf-8";
/*==================================================================================================*/
main section .cs_takeout table{
/*    width: 190px;*/
    width: 290px;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    background-color: #eee;
}
@media (min-width:1000px){
main section .cs_takeout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
}
@media (max-width:999px){
main section .cs_takeout {
    width: 290px;
/*    margin: 0 auto 30px;*/
    margin: 0 auto;
}
main section .cs_takeout table {
    margin-bottom: 15px;
}
}
main section .cs_takeout_img {
    height: 250px;
}
main section .cs_takeout .cs_number {
    padding-bottom: 15px;
}
main section .cs_takeout table:last-of-type {
    margin-right: 0px;
}
main section .cs_takeout img {
    width: 180px;
}
main section .cs_takeout table tr th,
main section .cs_takeout table tr td strong {
    font-family: "Yu Mincho Demibold", YuMincho Demibold, 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 900;
}
main section .cs_takeout table tr td {
    text-align: center;
}
/*==================================================================================================*/
input[type="number"] {
    text-align: center;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
select,
textarea{
    background-color: #F5F5DC;
    width: 95%;
    padding: 5px;
    font-size: large;
    border-radius: 10px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    background-color: #FFDAB9;
    outline: 0;
}
select {
    margin-bottom: 5px;
}
main section .cs_content .cs_form table {
    border-collapse: collapse;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    width: 100%;
    margin-bottom: 30px;
}
main section .cs_content .cs_form table tr th,
main section .cs_content .cs_form table tr td {
    padding: 10px;
    border-top: solid 1px black;
    border-left: solid 1px black;
}
main section .cs_content .cs_form table tr th {
    background-color: #eee;
}
@media (min-width:1000px){
main section .cs_content .cs_form table tr th {
    width: 300px;
}
}
main section .cs_content .cs_form table tr td {
    background-color: #fff;
}
main section .cs_content .cs_form table tr td span {
    font-family: "Yu Mincho Demibold", YuMincho Demibold, 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 900;
    color: red;
}
main section .cs_content .cs_form table caption {
    padding: 10px;
    background-color: #eee;
    border: solid 1px black;
    border-bottom: none;
}
@media (max-width:999px) {
main section .cs_content .cs_form table tr th,
main section .cs_content .cs_form table tr td {
    display: block;
}
}
main section .cs_content .cs_form div {
    text-align: center;
}
main section .cs_content .cs_form p {
    margin-left: 30px;
}
main section .cs_content .cs_form p strong {
    color: red;
}
button {
    width: 150px;
    padding: 10px 0px;
    font-size: large;
    text-align: center;
    cursor: pointer;
    background-color: #ddd;
}
input[type="button"] {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #ddd;
}
/*==================================================================================================*/
