/* 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: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", ���C���I, Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}
*, *::before, *::after {
	box-sizing: border-box;
}
img {
	width: 100%;
	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;
	max-width: 180px;
}
@media all and (max-width:768px) {
.logo .logo_left{
	width:50%;
	padding: 1% 0 0 0 ;
}
}
.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;
}
.pc_inline {
	display: inline-block !important;
}
.sp {
	display: none !important;
}
.pad {
	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:"�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "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:"�l�r �o����", "MS PMincho", "�q���M�m���� 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{
	max-width: 1200px;
	width: 90%;
	margin: 50px auto;/*
	text-align: justify;*/
	text-align: center;
}
.comment_box .jp {
    margin: 0;
}
.comment_box .en {
    margin: 20px 0 0;
}
.type {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
    width: 60%;
}
.type .item {
    flex: none;
    /* width: 60%; */
    text-align: center;
		display: flex;
		gap: 100px;
}
.type .item .container_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 60%; */
	gap: 20px;
}
.type .item .container_logo img {
	max-height: 130px;
	object-fit: contain;
}
.type img {
    width: 60%;
}
.description {
    margin: 30px auto 40px;
    padding: 35px;
	max-width: 1000px;
	width: 90%;
    /*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;
}
.description .logo img {
    display: block;
    width: 120px;
    margin: 0 auto 20px;
    text-align: center;
}    
.anniver {
    text-align: center;
    font-size: 1.6rem;
    color: #db7093;
}
a.detail {
    display: block;
    text-align: center;
    color: #000; 
    font-size: 1.4rem;
		width: fit-content;
    margin: auto;
}
a.plan {
    color: #fff;
    text-decoration: none;
    /*border: solid 1px ;*/
    background-color: #db7093;
    width: 30%;
    margin: 5px auto 30px;
    text-align: center;
    padding: 10px 0;
    display: block;
    border-radius: 10px;
    transition: 1s;
}
a:hover.plan {
	background-color: #ee82ee; 
	text-decoration: none;
}


/*@media all and (max-width:1600px) {
	.pc {
	display: none !important;
}
	.sp {
	display: none !important;
}
	.pad {
	display: block !important;
}
	}*/

@media all and (max-width:768px) {
.main_img {
	margin: 0;
	padding: 0;
	position: relative;
} 
.pc {
	display: none !important;
}
.pc_inline {
	display: none !important;
}
.sp {
	display: block !important;
}
.pad {
	display: none !important;
}
.hero_txt {
    top: 13%;
}
.text1 {
	font-size:12px;
}
.text2 {
	font-size:16px;
}
.comment_box{
    /* margin: 30px 3% 0; */
    font-size: 1.3rem;
		width: 97%;
} 
.type {
    display: block;
    width: 80%;
    margin: 60px auto 0;
}
.type .item {
    width: 100%;
		flex-direction: column;
		gap: 40px;
}
.type img {
    /* width: 100%; */
    width: 45%;
}
.description {
 width: 100%;
 padding: 20px;   
 font-size: 1.1rem;   
}    
}
#footer {
	background:url(http://www.princehotels.xyz/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;
}
#copyright img {
	width: auto;
}
/* --- �G�t�F�N�g --- */
.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: 768px) {
	.parallax{
        display: none;
	}
	#copyright {
		width: 90%
	}
	#copyright img {
		width: 100%;
		height: auto;
	}
}
@media (min-width: 769px) {
	.bg_sp{
        display: none;
	}
}
@media (max-width: 768px) {
	.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 --- */

/* --- �������s --- */
@media all and (min-width: 769px) {
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
}

@media all and (max-width: 768px) {
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}
/* --- �������s --- */

/* --- HERO �C���[�W --- */
.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: 768px) {
.img_left {
	padding: 0;
	position: relative;
}
.img_left img {
	width: 100%;
	/*position: absolute;*/
	left: 0;
	top: 0;
}
#slide {
	display: block;
}
#slide img {
	display: block;
}
}

.lyt-hdg{font-weight: bold; font-size: 1.4em; text-align: center;letter-spacing: -0.2px;}
.lyt-hdg + .lyt-hdg {margin-bottom: 20px;}

ul.slider {
	position: relative;
    width: 100%;
    height: 90vh;
	margin: 0;
	padding: 0;
}
ul.slider li figure {
	position: relative;
	background: rgba(0,0,0,.8)
}
ul.slider li figure::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.35)
}
ul.slider li figure img {
    width: 100%;
    height: 90vh;
	object-fit: cover;	
}
ul.slider li .logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 1.2em;
	max-width: 140px;
    width: 90%;
	height: 50%;
	z-index: 300;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: rgba(0,0,0,.8)
}
ul.slider li .logo img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 769px) {
	ul.slider li .logo {
		padding: 0;
		max-width: 640px;
		width: 100%;
		height: 200px;
		flex-wrap: nowrap;
		background: rgba(0,0,0,0)
	}
	ul.slider li .logo img {
		width: auto;
		height: 100%;
	}
	/* ul.slider li .logo img + img {margin-right: 80px;} */
}

/* --- 240207�@�X�e�C�v���� --- */
.stay-plan{
	max-width: 1000px;
	width: 90%;
	margin: 50px auto 0;
	padding: 20px;
	background-color: white;
	border: 1px solid #b19658;
}

.stay-plan h2{
	text-align: center; 
	line-height: 2; 
	font-size: 1.2em;
	color: #b19658;
	font-weight: bold;
	padding: 0 0 1em;
}
.stay-plan h3{
	text-align: center; 
	line-height: 1.5; 
	font-weight: bold;
}
.stay-plan h3 span{
	display: block;
	font-weight: normal;
}
.stay-plan .plan-list{
	margin: 1.4em 0 2em;
}
.stay-plan .plan-list li + li{
	margin-top: 5%;
}
.lyt-btn a{
	position: relative;
	width: 260px;
	display: block;
	transition: all 0.3s;
	font-size: 1.6rem;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	border-radius: 0;
	background-color: transparent;
	border: 2px solid #ae9168;
	color: #ae9168;
	padding: 1.2em 1.6em;
	margin: auto;
}
.lyt-btn a:before,
.lyt-btn a:after {
    content: '';
    position: absolute;
    right: -1em;
    height: 1px;
    background-color: #ae9168;
    transition: 0.3s;
	z-index: 3;
}
.lyt-btn a:before {
    top: calc(50% - 2px);
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
}
.lyt-btn a:after {
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
}
.lyt-btn a:hover {
    background: #ae9168;
    color: #fff;
	opacity: 1;
	text-decoration: none;
}
.lyt-btn a:hover:before, .lyt-btn a:hover:after {
    right: -1.5em;
}

@media screen and (min-width: 769px) {
	.stay-plan{
		padding: 35px;
	}
	.stay-plan h2{
		font-size: 1.6em;
		}
	.stay-plan h3{
		font-size: 1.2em;
		}
	.stay-plan .plan-list{
		display: flex;
		justify-content: center;
		margin: 1.4em 0 2em;
	}
	.stay-plan .plan-list li + li{
		margin-top: 0;
		margin-left: 5%;
	}

}



/*25.02.10 �ǋL*/
.stay-plan h2 .lyt-sub{
	font-size: .7em;
}
.stay-plan .lyt-column .lyt-con .lyt-btn a{
	max-width: 240px;
	width: 100%;
	padding: 1.1em 2.2em 1.1em 1.4em;
}
.stay-plan .lyt-column img{
	width: 100%;
	height: auto;
}
.stay-plan .lyt-column .lyt-con{padding-top: 2em}

@media screen and (min-width: 769px) {
	.stay-plan h2 .lyt-sub{
		font-size: .9em;
	}
	.stay-plan .lyt-column{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.stay-plan .lyt-column .lyt-ph{width: 43%;}
	.stay-plan .lyt-column .lyt-con{width: 54%; padding-top: 0}
	.stay-plan .lyt-column .plan-list{
		justify-content: space-between;
	}
	.stay-plan .lyt-column .lyt-con .lyt-btn{
		width: 49%;
	}
	.stay-plan .lyt-column .lyt-con .lyt-btn a:after{
		width: 50px;
	}
}

/* --- Logo Slider */
ul.slider li .logo .logo-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
ul.slider li .logo .logo-slider.active {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	ul.slider li .logo .logo-slider {
		flex-direction: column;
		gap: 20px;
		padding: 12px;
	}
}
#btn-area {
	margin-bottom: 30px;
}
#btn-area .contents {
	display: flex;
	justify-content: center;
	gap: 20px;
}
#btn-area .contents .btn-cta {
	background-color: #CBA85A;
	width: 345px;
}
.btn-cta .btn-outline {
	border: 2px solid #CBA85A;
	display: flex;
	gap: 15px;
	position: relative;
	padding: 16px 24px;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	color: #464646;
	justify-content: center;
	align-items: center;
	max-width: 350px;
	z-index: 1;
}
.btn-cta .btn-sns {
	height: 96px;
	text-align: left;
	justify-content: flex-start;
}
.btn-cta .btn-sns .text p:first-child {
	font-size: 16px;
}
.btn-cta .btn-sns .text p:last-child {
	font-size: 14px;
}
.slider_img {
	max-width: 1000px;
	margin: 40px auto 0;
}
.swiper-pagination-bullet-active {
	background: #FCEEEB !important;
}
.slider_kv {
	width: 100%;
}
.slider_kv img {
	width: 100%;
	max-height: 990px;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	#btn-area .contents {
		flex-direction: column;
		align-items: center;
	}
}