@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
/* ▼ 共通CSS */
html, body {
    font-size: 10px;
}
body {
    margin: 0;
    padding: 0;
    background: #cab28b;
    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;
    font-style: normal;
    font-weight: normal;
}
body * {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: underline;
}
#header-wrap {
    position: relative;
    background: #fff url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
    z-index: 10;
}
#header {
    width: 100%;
    max-width: 950px;
    height: 62px;
    text-align: left;
    margin: 0 auto;
}
#header table, #copyright {
    width: 100%;
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
}
#header table img {
    vertical-align: middle;
}
#container {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
}
.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%);
}
#footer {
    background: #fff url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x left top;
    padding: 25px 0px 15px 0px;
}
#copyright {
    width: 950px;
    text-align: right;
    margin: 0 auto;
}
#links {
    font-size: 1.2rem;
}
#links > div {
    max-width: 1100px;
    padding: 1.5em;
    margin: 0 auto;
    background: url("../img/bg_links_01.jpg") repeat-y center top / 100% auto;
}
#links ul {
    letter-spacing: -0.38em;
}
#links ul li {
    display: inline-block;
    padding: 0 1em;
    border-left: 1px solid #000;
    letter-spacing: normal;
}
#links ul li:last-child {
    border-right: 1px solid #000;
}
#links ul li a {
    color: #000;
}
@media screen and (max-width: 1100px) {
    #header table, #copyright {
        width: 96%;
    }
}
@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    #links ul li {
        display: block;
        border: none !important;
    }
    #links ul li + li {
        margin-top: 1em;
    }
}
/* ▲ 共通CSS */
/* ▼ 独自CSS ---------------------------------------- */











































