@charset "utf-8";
/* CSS Document */
html, body {
    font-size: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Helvetica, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;
    background: #e1d3d3;
}
a:link {
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:visited, a:active, a:hover {
    text-decoration: none;
    color: #000;
}
p, ul li, ol li, table, dt, dd {
    font-size: 100%;
    line-height: 1.6em;
    text-align: left;
}
hr {
    margin: 100px 0;
}
img {
    max-width: 100%;
    height: auto;
}
.wrapper {
    width: 100%;
    min-height: calc(100% - 50px);
}
h1 {
    width: 300px;
    height: 120px;
    margin: 0px auto 30px;
    z-index: 9999;
}
h1 a {
    width: 300px;
    height: 120px;
    display: block;
    background: url("../image/logo.svg");
    background-size: 300px 120px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.contents, footer {
    width: calc(100% - 300px);
    margin: 0px 0px 0px 300px;
    overflow: hidden;
    position: relative;
}
footer{
	padding-top: 100px;
}
.slickwrap {
    width: calc(100% - 300px);
    margin: 0px 0px 0px 300px;
    overflow: hidden;
    position: relative;
}
.slickwrap img {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
}
.slickwrap div.fade {
    outline: none;
    height: calc(100vh);
}
.slick div.fade:nth-child(1) {
    background: url("../image/slide0.jpg") no-repeat center center;
    background-size: cover;
}
.slick div.fade:nth-child(2) {
    background: url("../image/slide1.jpg") no-repeat center center;
    background-size: cover;
}
.slick div.fade:nth-child(3) {
    background: url("../image/slide2.jpg") no-repeat center center;
    background-size: cover;
}
.slick div.fade:nth-child(4) {
    background: url("../image/slide3.jpg") no-repeat center center;
    background-size: cover;
}
.stock {
    background: url("../image/ttl_stock.jpg") no-repeat center center;
    background-size: cover;
}
.btn a {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 90% !important;
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 10px 0px;
    width: 200px;
    position: relative;
    border: 1px solid #c30d23;
    text-align: center;
    background: #c30d23;
    max-width: 100%;
}
.btn a:hover {
    background: #fff;
    color: #c30d23;
}
.btn i {
    position: absolute;
    right: 10px;
    top: 16px;
}
.txleft {
    text-align: left;
}
.txright {
    text-align: right;
}
.txcenter {
    text-align: center;
}
.floatbox {
    width: 70%;
    margin: 0px auto;
}
.flexbox {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
}
.flex-start {
    align-items: flex-start !important;
}
.flexbox .box33 {
    width: 33%;
}
.flexbox .box20 {
    width: 20%;
}
.flexbox .box25 {
    width: 25%;
}
.flexbox .box30 {
    width: 30%;
}
.flexbox .box33 {
    width: 33.333%;
}
.flexbox .box40 {
    width: 40%;
}
.flexbox .box50 {
    width: 50%;
}
.flexbox .box60 {
    width: 60%;
}
.flexbox .box70 {
    width: 70%;
}
.flexbox .box75 {
    width: 75%;
}
.flexbox .box80 {
    width: 80%;
}
.flexbox .box {
    box-sizing: border-box;
    position: relative;
}
.broken {
    display: flex;
    margin: 50px 0px;
    align-items: center;
}
.row {
    flex-flow: row-reverse;
}
.broken_box {
    position: relative;
    right: 5%;
    padding: 20px;
    z-index: 2;
    background: #1a1a1a;
    color: #fff;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
    width: 50%;
}
.row .broken_box {
    right: -5%;
}
.broken_box h2, .floatbox h2 {
    font-size: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: 1px solid #c30d23;
}
.broken_box p {
    font-size: 16px;
}
.broken img {
    width: 50%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}
.broken_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
}
.broken_box ul li {
    width: 48%;
    font-size: 18px;
    margin: 1%;
}
.broken_box ul li i {
    margin-right: 5px;
}
.broken_box ul li a {
    border: 1px solid #000;
    padding: 5px;
    background: #fff;
    display: block;
}
.broken_box ul li a:hover {
    border: 1px solid #000;
    background: #c30d23;
}
.infobox {
    background: #1a1a1a;
    color: #fff;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
    padding: 30px;
}
.infobox a {
    color: #fff;
}
.shadow {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}
.page_ttl {
    text-align: center;
    padding: 100px 0px;
}
.shine {
    background: url("../image/pagettl_shine.jpg");
    background-size: cover;
}
.cherry {
    background: url("../image/pagettl_cherry.jpg");
    background-size: cover;
}
.juice {
    background: url("../image/pagettl_juice.jpg");
    background-size: cover;
}
.nigai {
    background: url("../image/pagettl_nigai.jpg");
    background-size: cover;
    background-position: center center;
}
.company {
    background: url("../image/slide0.jpg");
    background-size: cover;
    background-position: center center;
}
.info {
    background: url("../image/slide1.jpg");
    background-size: cover;
    background-position: center center;
}
.page_ttl h2, h3.ttl {
    display: block;
    position: relative;
    padding-top: 5px;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}
.page_ttl h2::before, h3.ttl::before {
    border-bottom: 1px solid #c30d23;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 50px;
}
footer {
    overflow: hidden;
    text-align: center;
    height: 50px;
}
footer ul {
    float: right;
    margin: 0px;
    padding: 0px;
    max-width: 400px;
}
footer h3 {
    width: 190px;
    height: 55px;
    margin: 0;
}
footer h3 a {
    width: 190px;
    height: 55px;
    display: block;
    background: url("../image/logo.svg");
    background-size: 190px 55px;
    background-position: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
footer ul li {
    text-align: center;
    margin: 0px;
    font-size: 80%;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
footer ul li + li:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    height: 10px;
    margin: -4px 0px 0px -12px;
    border-right: 1px solid #707070;
}
dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
dl dt {
    padding: 20px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E4E4E4;
    margin: 0;
    font-weight: normal;
}
dl dd {
    padding: 20px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E4E4E4;
    margin: 0;
}
dl.table dt {
    width: 20%;
}
dl.table dd {
    width: 80%;
    text-align: left;
}
dl.table dd span {
    display: inline-block;
}
.contactform dl dt {
    width: 25%;
    padding: 20px;
}
.contactform dl dd {
    width: 75%;
    text-align: left;
    padding: 20px;
}
.contactform dl dt:nth-of-type(odd), .contactform dl dd:nth-of-type(odd) {
    background-color: #c9baba;
}
@media (max-width: 1000px) {
    .onlypc, header p {
        display: none !important;
    }
    header {
        height: 70px;
        position: fixed;
        z-index: 9999;
        background: #000;
        width: 100%;
        top: 0;
        padding: 0px;
    }
    h1 {
        width: 151px;
        height: 60px;
        margin: 0px;
        z-index: 9999;
    }
    h1 a {
        width: 151px;
        height: 60px;
        background: url("../image/logo.svg");
        background-size: 151px 60px;
    }
    .slickwrap {
        width: calc(100%);
        margin: 0px;
        overflow: hidden;
        position: relative;
    }
    .contents, footer {
        width: calc(100%);
        margin: 0px;
        overflow: hidden;
        position: relative;
    }
    .broken {
        display: flex;
        flex-flow: column;
    }
    .broken_box {
        left: 0%;
        width: 100%;
    }
    .row .broken_box {
        left: 0%;
    }
    .broken img {
        width: 100%;
    }
    h1 {
        float: left;
    }
    footer h3 {
        position: relative;
        margin: 0 auto;
    }
    #navTgl {
        display: none;
    }
    label.close {
        background-color: rgba(0, 0, 0, 0);
    }
    label.open, label.close {
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
    }
    .open {
        z-index: 999;
        width: 70px;
        height: 70px;
        margin: 0px;
        -webkit-transition: background-color .6s, -webkit-transform .6s;
        transition: background-color .6s, transform .6s;
        background-color: #c30d23;
    }
    .open span {
        position: absolute;
        left: 20px;
        height: 1px;
        width: 30px;
        background-color: #fff;
        display: inline-block;
        box-sizing: border-box;
        transition: background-color .6s, transform .6s;
    }
    .open span:nth-of-type(1) {
        top: 20px;
    }
    .open span:nth-of-type(2) {
        top: 30px;
    }
    .open span:nth-of-type(3) {
        top: 40px;
    }
    .open span:nth-of-type(4) {
        font-size: 10px;
        top: 50px;
        color: #fff;
        background-color: transparent;
    }
    #navTgl:checked + .open {
        -webkit-transform: translate(-240px, 0px);
        transform: translateX(-240px, 0px);
        background-color: transparent;
    }
    #navTgl:checked + .open span:nth-of-type(1) {
        -webkit-transform: translate(0px, 10px)rotate(45deg);
        transform: translateX(0px, 10px) rotate(45deg);
        background-color: #fff;
    }
    #navTgl:checked + .open span:nth-of-type(2) {
        -webkit-transform: translate(0px, 0px)rotate(45deg);
        transform: translateX(0px, 0px) rotate(45deg);
        background-color: #fff;
    }
    #navTgl:checked + .open span:nth-of-type(3) {
        -webkit-transform: translate(0px, -10px)rotate(-45deg);
        transform: translateX(0px, -10px) rotate(-45deg);
        background-color: #fff;
    }
    #navTgl:checked + .open span:nth-of-type(4) {
        display: none;
    }
    .close {
        pointer-events: none;
        z-index: 1;
        width: 100%;
        height: 100%;
        transition: background-color .6s;
    }
    #navTgl:checked ~ .close {
        pointer-events: auto;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .menu {
        z-index: 999999;
        position: fixed;
        top: 0;
        right: 0;
        width: 240px;
        height: 100% !important;
        background-color: #c30d23;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s;
    }
    #navTgl:checked ~ .menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .menu p, .menu li, .menu li a {
        color: #fff;
    }
    .menu p {
        text-align: left;
    }
    .menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .menu li {
        border-bottom: 1px solid rgba(255, 255, 255, .6);
    }
    .menu li a {
        font-size: 100%;
        display: block;
        text-align: left;
        padding: 0.6em 1em;
        text-decoration: none;
        transition: background-color .6s;
    }
    .menu li a:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }
    .menu li ul {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
    }
    .menu li {
        border-bottom: 1px solid rgba(255, 255, 255, .6);
    }
    .menu li a {
        font-size: 100%;
        display: block;
        text-align: left;
        padding: 0.6em 1em;
        text-decoration: none;
        transition: background-color .6s;
    }
    .menu li a:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }
    .menu li ul {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
    }
    .menu ul li.h_top {
        border-bottom: none;
        font-size: 100%;
        display: block;
    }
    .menu ul li.h_top a {
        padding: 0.6em 1em;
    }
    .menu li.sns a {
        width: 50%;
        display: inline-block;
        margin: 0;
        padding: 0.6em 0em;
    }
    .menu li.sns a {
        text-align: center !important;
    }
    .menu_wrap {
        display: none;
    }
    div.inq {
        position: absolute;
        right: 70px;
        top: 0px;
    }
    div.inq a {
        background: #f3e0ee;
        width: 70px;
        height: 70px;
        display: block;
        color: #c30d23;
    }
    div.inq a i {
        font-size: 28px;
        position: absolute;
        top: 18px;
        left: 20px;
    }
    div.inq span {
        position: absolute;
        bottom: 5px;
        left: 15px;
        font-size: 10px;
    }
    .floatbox {
        width: 94%;
        box-sizing: border-box;
    }
    .contents, .flexbox {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }
    footer .box {
        width: 100% !important;
    }
    footer .box p {
        text-align: center;
    }
    footer ul {
        float: none;
        margin: 0px auto;
        max-width: 90%;
    }
    copy {
        float: none;
        clear: none;
        text-align: center !important;
        width: 100%;
        margin: 20px auto;
        display: inline-block;
    }
}
@media (max-width: 768px) {
    .slickwrap div.fade {
        outline: none;
    }
    .spbox100 {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .spbox50 {
        width: 48% !important;
        margin: 10px 1%;
    }
    .box img {
        width: 100%;
    }
    .leftbtn a {
        margin-left: auto;
    }
    .contactform dl {
        width: 100%;
        display: block;
        flex-wrap: wrap;
    }
    .contactform dl dt, .contactform dl dd {
        width: 100%;
    }
    .box_head {
        padding: 30px 2%;
    }
}
@media (min-width: 1000px) {
    .onlysp {
        display: none;
    }
    header {
        padding: 0px;
        position: fixed;
        background: #1a1a1a;
        z-index: 9999;
        width: 300px;
        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
        height: calc(100vh);
    }
    #navTgl, label.close, label.open {
        display: none;
    }
    ul.global {
        list-style: none;
        display: block;
        position: relative;
        top: 50px;
        right: 0px;
        margin: 0;
        padding: 0;
        width: 300px;
        box-sizing: border-box;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    ul.global li {
        margin: 0px;
        width: 45px;
        box-sizing: border-box;
        font-size: 110%;
        padding: 20px 20px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    ul.global li:last-child {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        position: absolute;
        width: 300px;
        bottom: -200px;
        text-align: center;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        right: 0;
    }
    ul.global li a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }
    .h_top ul li a {
        padding: 0px;
    }
    ul.global li.sns a {
        padding: 0px 20px;
    }
    ul.global li.sns {
        position: absolute;
        right: 10px;
        top: 3px;
    }
    ul.global li.sns a {
        display: inline-block;
        padding: 0 10px;
    }
    header p {
        position: absolute;
        left: 3px;
        top: 3px;
        font-size: 70%;
        padding: 0;
        margin: 0;
    }
    ul.global li.h_top {
        position: absolute;
        right: 80px;
        top: 3px;
        font-size: 12px;
    }
    ul.global li.h_top li {
        display: inline-block;
        padding: 0px 10px;
    }
    ul.global li.h_top li + li:before {
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        height: 10px;
        margin: -4px 0px 0px -12px;
        border-right: 1px solid #ccc;
    }
    ul.global li.active {
        position: relative;
    }
    ul.global li.active::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0px;
        display: inline-block;
        width: 50px;
        height: 1px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #c30d23;
    }
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
    copy {
        font-size: 80%;
        margin: 50px 20px 0px;
    }
    .global li.mega, .global li.pad {
        position: relative;
    }
    .global li.mega a {
        padding: 10px 20px;
    }
    .global li:hover {}
    .global > li:hover .menu_wrap {
        max-height: 9999px;
        opacity: 1;
        padding: 0px 0;
    }
    .menu_wrap {
        background: #000;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        width: 100%;
        position: absolute;
        top: 20px;
        left: 0;
        transition: all .2s ease-in;
        z-index: 999;
    }
    .menu_inner {
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0;
    }
    .menu_inner li {
        width: 100%;
        padding: 0;
    }
    .menu_inner li {
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
    }
    .menu_inner li a {
        display: block;
        font-size: 14px;
        padding: 20px 0px;
    }
}
/* editor */
.entry {
    text-align: left;
    padding: 20px 5px;
    box-sizing: border-box;
    width: 100%;
}
.entry .entrytitle {
    border-bottom: 1px solid #27201d;
    padding: 10px 0px
}
.entry .entrytitle span {
    font-size: 60%;
    float: right;
    font-weight: normal;
    color: #27201d;
}
.entry strong {
    font-weight: bold;
}
.entry em {
    font-style: italic;
}
.entry h2 {
    font-size: 20px;
    color: #fff;
    background-color: #32bebe;
    padding: 5px;
    margin: 30px 0 15px;
    line-height: 1.4;
}
.entry h3 {
    font-size: 18px;
    color: #474747;
    border-bottom: 1px solid #32bebe;
    padding: 5px;
    margin: 30px 0 15px;
    line-height: 1.4;
}
.entry h4 {
    font-size: 17px;
    padding: 5px;
    margin: 15px 0 10px;
    line-height: 1.3;
}
.entry h5 {
    font-size: 17px;
    padding: 5px;
    margin: 10px 0 5px;
    line-height: 1.2;
}
.entry h6 {
    font-size: 17px;
    padding: 5px;
    margin: 5px 0 5px;
    line-height: 1.1;
}
.entry small {
    font-size: 80%;
}
.entry code, .entry kbd, .entry pre, .entry samp {
    font-family: monospace, monospace;
}
.entry b, .entry strong {
    font-weight: bolder;
}
.entry em {
    font-style: italic;
}
.entry pre {
    margin: 1em 0;
    padding: 1em;
    border-radius: 5px;
    background: #e4f8f8;
    color: #474747;
    white-space: pre-wrap;
}
.entry blockquote {
    position: relative;
    margin: 1em 0;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
.entry blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
.entry blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
.entry blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.entry code {
    display: inline-block;
    padding: 0.1em 0.25em;
    color: #444;
    background-color: #efefef;
    border-radius: 3px;
}
.entry textarea {
    overflow: auto;
    resize: vertical;
}
.entry ul, .entry ol {
    background: #fcfcfc;
    padding: 0.5em 0.5em 0.5em 2em;
    border: solid 1px #efefef;
    margin: 1em 0;
}
.entry ul li, .entry ol li {
    line-height: 1.5; /*文の行高*/
    padding: 0.5em 0; /*前後の文との余白*/
}
.entry ul li {
    list-style-type: disc;
}
.entry ol li {
    list-style-type: decimal;
}
/* img */
.entry .aligncenter {
    display: block;
    margin: 0 auto;
}
.entry .alignright {
    float: right;
}
.entry .alignleft {
    float: left;
}
.entry img[class*="wp-image-"], .entry img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
/* clearfix */
.entry .clearfix {
    overflow: hidden;
    zoom: 1;
}
.entry .clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.navPage {
    padding: 30px 0px;
    width: 100%;
    margin: 20px 0px;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.navPage a {
    background-color: #c30d23;
    color: #FFF;
    padding: 10px;
    display: block;
}
.prev {
    max-width: 48%;
    float: left;
    text-align: left;
}
.next {
    max-width: 48%;
    float: right;
    text-align: right;
}
.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 80%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], select, textarea {
    background-color: #929292;
	max-width:100%;
    color: #fff !important;
    border: none !important;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 4px;
    box-sizing: border-box;
}
.is--must {
    background: #c30d23;
    color: #fff;
    padding: 2px 3px;
    margin: 0px 0px 0px 10px;
    font-size: 80%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
    background-color: #ffffff!important;
	color: #000 !important;
}
.wpcf7c-conf, .wpcf7c-conf:focus {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    box-sizing: border-box;
	background-color: #ffffff;
	color: #000 !important;
}
.wpcf7-text:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    font-size: 12pt !important;
    line-height: 1.5em !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    border: none !important;
    color: rgba(255, 255, 255, 1.00) !important;
    padding: 10px 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    background: #c30d23 !important;
    cursor: pointer !important;
	margin:10px auto!important;
	width:200px!important;
	float:none;
	display:block;
}
@media screen and (max-width: 768px) {
    input[type="submit"], input[type="button"] {
        margin: 10px 10% !important;
        width: 80% !important;
    }
}