/* CSS Document */

html {
	font-size: 62.5%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
body {
	/*background-color: #FCEEEB;*/
    background: -moz-linear-gradient(top, #fff, #FCEEEB);
    background: -webkit-linear-gradient(top, #fff, #FCEEEB);
    background: linear-gradient(to bottom, #fff, #FCEEEB);
	color: #555;
	font-size: 1.5rem;
	line-height: 1.8;
	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;
	position: relative;
}
.main_img img {
	width: 100%;
	left: 0;
	top: 0;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.hero_txt {
    position: absolute;
    top: 18%;
    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 13%;
    text-align: justify;
}
.comment_box .jp {
    margin: 0;
}
.comment_box .en {
    margin: 20px 0 0;
}
.type {
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
    width: 60%;
}
.type .item {
    flex: none;
    width: 50%;
    text-align: center;
}
.type img {
    width: 60%;
}
.description {
    margin: 30px auto 40px;
    padding: 35px;
    width: 75%;
    background-color: #fff;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: justify;
}
.description strong {
    font-size: 1.5rem;
    font-weight: 900;
}
.description .jp {
    margin: 8px 0 0 0;
}
.description .en {
    margin: 8px 0 0 0;
}
.anniver {
    text-align: center;
    font-size: 1.6rem;
    color: #b22222;
}
a.detail {
    display: block;
    text-align: center;
    color: #000; 
    font-size: 1.4rem;
}
a.plan {
    color: #fff;
    text-decoration: none;
    /*border: solid 1px ;*/
    background-color: #42210b;
    width: 30%;
    margin: 5px auto 30px;
    text-align: center;
    padding: 10px 0;
    display: block;
    border-radius: 10px;
    transition: 1s;
}
a:hover.plan {
	background-color: #704010; 
	text-decoration: none;
}
@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%;
    margin: 235px auto 0;
}
.type .item {
    width: 100%;
}
.type img {
    width: 70%;
}
.description {
 width: 100%;
 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;
}

/* --- エフェクト --- */
.parallax {
    height: 500px;
    background: url(../images/bg/bg_01.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 40px 0 0 0;
}
@media (max-width: 767px) {
	.parallax{
        display: none;
	}
}
@media (min-width: 768px) {
	.bg_sp{
        display: none;
	}
}
@media (max-width: 767px) {
	.bg_sp{
        width:100%;
	}
}

/* --- bottom area --- */
#bottom-area {
padding: 50px 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: 1.4rem;
    text-decoration:none;
    color:#222222;
}
.links a:hover,
.links a:active{
    color:#222222;
    text-decoration:underline;
}
/* --- bottom area --- */

/* --- 強制改行 --- */
@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;
}
}
/* --- 強制改行 --- */

/* --- HERO イメージ --- */
.hero {
	background-color: #ccc;
    width: 100%;
}	
.img_left {
	margin: 0;
	padding: 0;
	/*position: relative;*/
}
.img_left img {
	width: 100%;
	left: 0;
	top: 0;
    /*position: absolute;*/
}
#slide {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}
#slide img {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;

}
@media (max-width: 767px) {
.img_left {
	padding: 0;
	position: relative;
}
.img_left img {
	width: 100%;
	/*position: absolute;*/
	left: 0;
	top: 0;
}
#slide {
	display: block;
}
#slide img {
	display: block;
}
}