@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
  }
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

a {
    outline: none;
}

a:link {
    color: #502c07;
    text-decoration: none;
}

a:visited {
    color: #502c07;
    text-decoration: none;
}

a:hover {
    color: #502c07;
    text-decoration: none;
}

a img {
    border-width: 0px;
    border-style: none;
    border-color: #fff;
    background: transparent;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    background-color: #f6f2e6;
    color: #502c07;
    line-height: 1.8em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

form#mail_form input,
form#mail_form textarea,
select {
    color: #502c07;
}

.mincho,
header nav li a,
h1,
h2,
h3 {
    font-family: A1 Mincho, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    letter-spacing: -0.06em;
    font-weight: normal;
}

h2 small {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}

address {
    font-style: normal;
}

.ComingSoon img {
    filter: grayscale(100%);
    opacity: 0.3;
}

.Btn_box .ComingSoon a:hover img {
    filter: grayscale(100%);
}

.ComingSoon_no {
    display: none !important;
}