html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
	display:block;
	padding:0px;
	margin:0px;
	border: 0px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}

a {
	text-decoration:none;
    color: #919191;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	background: #fff;
	border-left: solid 1px #ececec;
}

::-webkit-scrollbar-thumb{
	background: #ddd;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #fff;
}





input, select, textarea {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    font-size: 16px;
    padding: 14px;
    border: none;
    background: #f6f6f6;
}

body {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
	width: 100%;
    font-weight: 200;
    list-style: none;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}


div#order {
    width: 980px;
    margin: 40px auto;
    padding: 40px;
}.contact_title {
    position: relative;
    padding: 20px 0;
}span.contact_title_span {
	font-weight: bold;
    display: block;
    margin-bottom: 10px;
}input.text {
    width: 100%;
}input#zip1 {
    width: 80px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}input#zip2 {
    width: 100px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
}select#address1 {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}input#address3 {
    display: inline-block;
    margin: 0 10px;
}.contact_text {
    margin: 10px 0;
}

h2.order_h2 {
	font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 4px;
}.order {
    padding: 40px;
    border: solid 5px #f1f1f1;
    margin-bottom: 40px;
}input.text2 {
    width: 200px;
    margin-right: 10px;
}input[type="submit"] {
    background: #414141;
    color: #fff;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 6px;
    text-indent: 6px;
    font-size: 20px;
}sup {
    margin: 1px 5px;
    position: absolute;
}textarea.textarea {
    width: 100%;
    height: 200px;
}



