@charset "UTF-8";
/* ----------------------------------------
   default.css
---------------------------------------- */
html, body {
    font-size: 10px;
}
body {
    background: #fff;
    line-height: 1.5;
    text-align: center;
    color: #000;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
body * { box-sizing: border-box; }
#container { font-size: 1.6rem; }
footer {
    padding: 20px;
    background: #fff;
}
footer > div {
    max-width: 1100px;
    margin: 0 auto;
}
footer ul {
    letter-spacing: -0.38em;
}
footer ul li {
    display: inline-block;
    padding: 0 1em;
    border-left: 1px solid #000;
    letter-spacing: normal;
    line-height: 1;
}
footer ul li:last-child {
    border-right: 1px solid #000;
}
footer ul li a {
    font-size: 1.4rem;
}
/* Layout
---------------------------------------- */
.crown {
    height: 60px;
    background-position: center center;
    background-repeat: repeat;
}
.crown.c2 {
    height: 55px;
}
.contents {
    max-width: 1000px;
    margin: 0 auto;
}

body#index .crown { background-image: url("../img/index/bg_header_01.png"); }
body#plan1 .crown { background-image: url("../img/plan1/bg_header_01.png"); }
body#plan2 .crown { background-image: url("../img/plan2/bg_header_01.png"); }
body#plan3 .crown { background-image: url("../img/plan3/bg_header_01.png"); }

body#plan1 .pickup { background: #a03054; }
body#plan2 .pickup { background: #8f7f4a; }
body#plan3 .pickup { background: #3f6a8b; }

body#plan1 .pkc { background: #f1edd7; }

/* Module
---------------------------------------- */
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: underline;
}
.sprite {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

@media screen and (min-width: 769px) {
    .sp { display: none; }
}

@media screen and (max-width: 768px) {
    .pc { display: none; }
    .crown,
    .crown.c2 {
        height: 30px;
        background-size: auto 60%;
    }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
    html, body { font-size: 1.30208vw; }
}

@media screen and (max-width: 480px) {
    html, body { font-size: 2.08333vw; }
}
