/* CSS Document */

html {
	font-size: 62.5%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
body {
	background-color: #FCEEEB;
	color: #555;
	font-size: 1.5rem;
	line-height: 2.0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*, *::before, *::after {
	box-sizing: border-box;
}
img {
	vertical-align:middle;;
	border:0;
}
h1{
	margin:0;
	padding:0;
}
.logo {
	padding:0 10px;
    background-color: #fff;
}
.logo .logo_left{
	width:30%;
	float:left;
	padding:0 0 0 5%;
}
.logo .logo_left img {
	float:left;
}
.logo .logo_right{
	width:30%;
	float:right;
	padding:0 5% 0 0;
}
.logo .logo_right img {
	float:right;
}
#content {
	margin: 0 auto;
}
.main_img {
	margin: 0;
	padding: 0 5%;
	position: relative;
}
.main_img img {
	width: 100%;
	left: 0;
	top: 0;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.hero_txt {
    position: absolute;
    top: 12%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(-50%, -50%);
}
.text1 {
	color:#ffffff;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
	letter-spacing:2px;
	margin:0 0 10px 0;
    text-align: center;
	text-shadow: 1px 1px 3px #333333;
}
.text2 {
	color:#ffffff;
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
	letter-spacing:2px;
	line-height:1.8;
	margin:auto;
    text-align: center;
	text-shadow: 1px 1px 3px #333333;
}
.comment_box{
    margin: 50px 10%;
    text-align: center;
}
.type {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 60%;
}
.type .item {
    flex: none;
    width: 50%;
    text-align: center;
}
.type img {
    width: 60%;
}
.description {
 margin: 30px auto 40px;
 padding: 10px;
 width: 50%;
 background-color: #fff;
 font-size: 1.2rem;   
}
@media all and (max-width:767px) {
.main_img {
	margin: 0;
	padding: 0;
	position: relative;
} 
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.hero_txt {
    top: 13%;
}
.text1 {
	font-size:12px;
}
.text2 {
	font-size:16px;
}
.comment_box{
    margin: 30px 3% 0;
    font-size: 1.3rem;
} 
.type {
    display: block;
    width: 80%;
}
.type .item {
    width: 100%;
}
.type img {
    width: 70%;
}
.description {
 width: 90%;
 font-size: 1.1rem;   
}    
}
	
#footer {
	background:url(http://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;
}

#foot_copy {
	font-size: 12px;
	padding-bottom: 20px;
}
#foot_copy a {
	text-decoration:none;
}
#foot_copy a:hover {
	text-decoration: underline;
}



/* --- bottom area --- */

#bottom-area {
padding: 80px 0 20px;
	background-color:#FCEEEB;
}


.links {
	padding: 10px 0 30px;
	text-align: center;
	line-height:200%;
	color:#222222;

}
.links a:link,
.links a:visited{
	font-size: 100%;
    text-decoration:none;
    color:#222222;
}
.links a:hover,
.links a:active{
    color:#222222;
    text-decoration:underline;
}

/* --- bottom area --- */

/* --- パララックス --- */
.parallax {
    height: 500px;
    background: url(../images/bg/bg_01.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
	.parallax{
        display: none;
	}
}
@media (min-width: 768px) {
	.bg_sp{
        display: none;
	}
}
@media (max-width: 767px) {
	.bg_sp{
        width:100%;
	}
}
/* --- パララックス --- */

/* --- 強制改行 --- */
@media all and (min-width: 768px) {
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
}

@media all and (max-width: 767px) {
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}
/* --- 強制改行 --- */