@charset "UTF-8";
/* ----------------------------------------
   default.css
---------------------------------------- */
html, body {
    font-size: 10px;
}
body {
    background: #fff;
    line-height: 1.5;
    text-align: center;
    color: #3e3a39;
    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;
}
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 #3e3a39;
    letter-spacing: normal;
    line-height: 1;
}
footer ul li:last-child {
    border-right: 1px solid #3e3a39;
}
footer ul li a {
    font-size: 1.4rem;
}
/* body.subPage
---------------------------------------- */
body.subPage {}
body.subPage #slider1 img {
    width: 100%;
}
body.subPage .slideWrapper {
    position: relative;
}
body.subPage .slideWrapper .btnWrapper {
    position: absolute;
    left: calc(50% - 550px);
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
body.subPage .slideWrapper .btn {
    position: absolute;
    left: 85px;
    bottom: 15px;
}
body.subPage .slideWrapper .btn a {
    display: block;
    padding: 15px 20px 15px 15px;
    background: rgba(255, 255, 255, 0.7);
    line-height: 1.1;
}
body.subPage .slideWrapper .btn a:hover {
    background: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
/* Primrose
---------------------------------------- */
#primrose #resv {
    background: #e07fa3;
}
/* Tohri
---------------------------------------- */
#tohri #resv {
    background: #f7b000;
}
/* Module
---------------------------------------- */
a {
    text-decoration: none;
    color: #3e3a39;
}
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 : PC */
@media screen and (max-width: 1100px) {
    body.subPage .slideWrapper .btnWrapper {
        left: 0;
    }
    body.subPage .slideWrapper .btn {
        left: 7.72727vw;
    }
}
@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}
/* @media : SP */
@media screen and (max-width: 768px) {
    html, body {
        font-size: 1.30208vw;
    }
    .pc {
        display: none;
    }
    footer {
        height: 40px;
        padding: 10px 20px 0;
    }
    body.subPage .slideWrapper .btn {
        left: 15px;
    }
    body.subPage .slideWrapper .btn a {
        padding: 10px;
    }
}
@media screen and (max-width: 480px) {
    html, body {
        font-size: 2.08333vw;
    }
    body.subPage .slideWrapper .btn {
        left: 5px;
        bottom: 5px;
    }
    body.subPage .slideWrapper .btn a {
        padding: 5px 5px 3px;
    }
}