@charset "UTF-8";
/* CSS Document */
/*reset
────────────────────────────────────*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* 10px */
}
body {
    overflow-x: hidden;
    width: auto;
    color: #1A1311;
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    padding-top: 0 !important;
    line-height: 1.8;
    position: relative;
}
b, strong, .bold {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
    font-family: "Segoe UI", Meiryo, sans-serif;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
ul li {
    list-style: none;
    line-height: 1.8;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    align-self: flex-start;
}
figure img {
    width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
/*common
────────────────────────────────────*/
a {
    color: #1A1311;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
    position: relative;
}
.inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
/*準備中
────────────────────────────────────*/
main {
    text-align: center;
    font-size: 1.9rem;
    margin-top: 200px;
}
.logo {
    width: 80%;
    max-width: 310px;
    height: auto;
    margin-top: 70px;
    margin-bottom: 50px;
}
/*レスポンシブ
────────────────────────────────────*/
@media screen and (max-width:1040px) {
    .inner {
        padding: 0 20px;
    }
}
@media(min-width: 769px) {
    /*769px以上の時は電話発信を無効*/
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width:768px) {}
@media screen and (max-width:540px) {
    .inner {
        padding: 0 15px;
    }
    main {
        font-size: 1.6rem;
        margin-top: 120px;
    }
    .logo {
        margin-top: 50px;
        margin-bottom: 45px;
    }
}
@media screen and (max-width:415px) {}