@charset "UTF-8";
/* index.css */
html, body {
    font-size: 10px;
}
body {
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #595757;
    background: #fff;
    line-height: 1.5;
}
#container {
    min-width: 320px;
    background-color: #fff;
    font-size: 1.6rem;
}
header {
    background: #fff;
    text-align: center;
}
header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1050px;
    height: 62px;
    margin: 0 auto;
    background: #fff;
}
main {
    margin: 0 auto;
}
main figure{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
figure img{
    max-width: 1100px;

}
.w100 img{
    width: 100%;
    max-width: none;
}
.bg_blue{
    background-color: #6E8DA4;
}
.dai{
    background-color: #eae8d9;
}
.dais{
    background-color: #b29c7f;
}
.fixedBg {
    background-attachment: scroll;
}
.fixedBg {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.fixedBgs {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.image.i1 {
    height: 770px;
    background-image: url("../images/_I7A7900.png");
	background-position: top;
}

.hotel_link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    background-color: #fff;
}
.hotel_link>li{
    padding: 0 10px;
    border-left: solid 1px #595757;
}
.hotel_link>li+li{
    border-right: solid 1px #595757;
}
.hotel_link>li a{
    color: #595757;
    text-decoration: none;
}
.hotel_link>li a:hover{
    text-decoration: underline;
}
.sprite {
    overflow: hidden;
    width: 0;
    height: 0;
}
footer {
    background: #fff url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
    padding: 25px 0px 15px 0px;
}
#copyright {
    max-width: 1100px;
    text-align: right;
    margin: 0 auto;
}
.sp{display: none;}
/* @media : PC */
@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
		a[href^="tel:"]{
    pointer-events: none;
  }
} /* /@media */
/* @media : SP */
@media screen and (max-width: 768px) {
    .image.i1{
    height:300px;
    background-position: 50%,50%;
    background-size: cover;
}   

    .fixedBg {
    background-attachment: scroll;
}  
    .pc {
        display: none;
    }
    header {
        padding: 0 10px;
    }
    footer {
        padding: 20px 10px 10px;
    }
} /* /@media */
@media screen and (max-width: 480px) {

	.sp{display: block;}
    figure img{
    max-width: 100%;
        height:auto;    
}
    .hotel_link{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 320px;
        margin-top: 20px;
        font-size: 1.2rem;
    }
    .hotel_link>li{
        width: 100%;
        border-left: none;
    }
    .hotel_link>li+li{
        border-right: none;
        margin-top: 15px;
    }
} /* /@media */