@charset "utf-8";

/* common */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

html {
	font-size: 62.5%;
}

body {
    background-color: #fff;
    font-size:1.3rem;
    font-family: 'メイリオ','Hiragino Kaku Gothic Pro', sans-serif;
    line-height:1.5;
}

h1 {
    display: none;
}

/*
@media (min-width: 780px) {
body {
   font-size:14px;
   line-height:1.7;
}
}
*/
/* common */

/* logo */
.logo {
    padding:0 10px;
}

.logo .logo_left{
    width:30%;
    float:left;
    padding:0 0 0 15px;
}

.logo .logo_left img {
    float:left;
}

.logo .logo_right{
    width:30%;
    float:right;
    padding:0 15px 0 0;
}

.logo .logo_right img {
    float:right;
}
/* logo */

#hero {
    background-image: url(../images/hero_img_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

@media all and (max-width:767px) {
#hero {
    width: 100%;
    padding-top: 0%;
    background-image: url(../images/hero_img_sp.jpg);
    background-size:contain;
    }
}

#contents {
    background-color: #fff;
    margin-top: 565px;
}

@media all and (max-width:767px) {
#contents {
    margin-top: 435px;
}
}

@media all and (max-width:375px) {
#contents {
    margin-top: 385px;
}
}

@media all and (max-width:320px) {
#contents {
    margin-top: 330px;
}
}

#contents .description {
    margin: 0 auto;
    padding: 80px 0 80px 0;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: 0.3rem;
    line-height: 2.0;
    background: -moz-linear-gradient(top, #822e45 , #000);
    background: -webkit-linear-gradient(top, #822e45 , #000);
    background: linear-gradient(to bottom, #822e45 , #000);    
}

@media all and (max-width:767px) {
#contents .description {
    padding: 50px 0 50px 0;
    font-size: 1.4rem;  
}
}

#contents .description::before {
    content:'';
    width:10px;
    height:10px;
    background:#fff;
    display:block;
    margin:0 auto 50px;
}

#contents .description::after {
    content:'';
    width:10px;
    height:10px;
    background:#fff;
    display:block;
    margin:50px auto 0;
}

#contents .seasonal {
    width: 70%;
    margin: 50px auto;
}

@media all and (max-width:767px) {
#contents .seasonal {
    width: 95%;
    margin: 30px auto;
}
}

#contents .seasonal h2 {
    font-size: 4.0rem;
    font-family: 'EB Garamond', serif;
    color: #ff0000;
    text-align: center;
    letter-spacing: 0.3rem;
    margin: 0 auto 20px;
}

@media all and (max-width:767px) {
#contents .seasonal h2 {
    font-size: 3.2rem;
}
}

#contents .seasonal h2 span {
    font-size: 2.8rem;
    display: block;
}

@media all and (max-width:767px) {
#contents .seasonal h2 span {
    font-size: 2.4rem;
    display: block;
}
}

#contents .seasonal .explain {
    font-size: 1.6rem;
    line-height: 2.0;
    margin: 0 0 30px 0;
}

@media all and (max-width:767px) {
#contents .seasonal .explain {
    font-size: 1.3rem;
    margin: 0 0 20px 0;    
}
}

#contents .seasonal .left {
    float: left;
    width: 50%;
}

#contents .seasonal .right {
    float: right;
    width: 50%;
}

@media all and (max-width:767px) {
#contents .seasonal .left,
#contents .seasonal .right {
    float: none;
    width: 100%;
}
}

#contents .seasonal .right .logo {
    width: 70%; 
    display: block;
    margin: 0 auto 20px;
}

@media all and (max-width:767px) {
#contents .seasonal .right .logo {
    width: 50%; 
    margin: 20px auto;
}
}

#contents .seasonal .right .period {
    border: solid 1px #000;
    font-size: 1.3rem;
    line-height: 2.0;
    padding: 20px;
    margin: 0 auto;
    width: 80%;
}

#contents .seasonal .right .period span {
    text-align: right;
    display: block;
}

@media all and (max-width:767px) {
#contents .seasonal .right .period {
    font-size: 1.3rem;
    padding: 10px;
    width: 94%;
}
}

#contents .info {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    font-size: 14px!important;
    background-color: #fff;
    margin: 0 auto;
}

@media all and (max-width:767px) {
#contents .info {
    width: 95%;
    padding: 0;
    text-align: left;
    font-size: 13px!important;
}
}

#contents .inquire {
    width: 100%;
    padding: 40px 0 0;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
}

@media all and (max-width:767px) {
#contents .inquire {
    width: 95%;
    padding: 30px 0 0;
    font-size: 1.3rem;
}
}

#contents .inquire p {
    margin: 0;
    font-size: 20px;
}

#contents .inquire span {
    font-size: 24px;
}

#contents .links {
	font-size: 1.6rem;
	padding: 50px 0;
	text-align: center;
    background: #fff;
}

@media all and (max-width:767px) {
#contents .links {
	font-size: 1.3rem;
}
}

#contents .links a {
	color: #333;
	margin: 0 1em;
	text-decoration: none;
}

#contents .links a span {
	color: #666;
}

#contents .links a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	#contents .links a {
		display: block;
		margin: 1em 0;
	}
}

@media only screen and (min-width: 767px) {
	#contents .links a {
		font-size: 80%;
	}
}

#footer {
	background:url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
	padding:25px 0px 15px 0px;
    background-color: #fff;    
}

#copyright {
    text-align: center;
    margin: 0 auto;
}

/*************************
パララックス
*************************/
.parallax_01{
	height:200px;
	background:url(../images/bg_02.jpg);	
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;	
}

.parallax_02{
	height:200px;
	background:url(../images/bg_02.jpg);	
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;	
}

@media (min-width: 780px) {
	.parallax_01,
	.parallax_02{
        width: 100%;
		height:600px;
		background-attachment: fixed;
	}
}
	
@media (max-width: 767px) {
.parallax_02{
    height:553px;
	background:url(../images/bg_02_sp.jpg);	
	background-repeat: no-repeat;    
	background-size: contain;	
}
}

@media (max-width: 375px) {
.parallax_02{
    height:500px;
	background:url(../images/bg_02_sp.jpg);	
	background-repeat: no-repeat;    
	background-size: contain;	
}
}

@media (max-width: 320px) {
.parallax_02{
    height:427px;
	background:url(../images/bg_02_sp.jpg);	
	background-repeat: no-repeat;    
	background-size: contain;	
}
}

/*************************
トップへ戻るボタン
*************************/
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index:1;
}
.pagetop a {
    display: block;
    background-color: #000;
    border:1px solid #000;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight:bold;
    text-decoration: none;
    padding: 15px 10px;
    transition:0.8s;
    border-radius:5px;
    -webkit-transition: all .5s;
    transition: all 0.5s;
}
.pagetop a:hover {
    color: #000;
    background-color: #fff;
    border:1px solid #000;
    text-decoration: none;
}

/*************************
リンクボタン
*************************/
.btn {
    margin: 50px auto 0;
    text-align: center;
}

.btn_black {
    letter-spacing: 1px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; 
}

.btn_black:hover { color: #000; background-color: #fff; text-decoration: none; }
.btn_black:hover svg { color: #000; fill: #000; }
.btn_black.notchange:hover { color: #fff; background-color: #000;font-weight:normal; }
.btn_black.notchange:hover svg { color: #fff; fill: #fff; }

/*************************
改行制御
*************************/
@media all and (min-width: 767px) {
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
}

@media all and (max-width: 767px) {
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}

