@charset "UTF-8";

/* ----------------------------------------
   index.css
---------------------------------------- */
html,
body {
	font-size: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	line-height: 1.5;
	text-align: center;
}
body * {
	box-sizing: border-box;
}
#header-wrap {
	background: url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
}
#header {
	width: 100%;
	max-width: 1100px;
	height: 62px;
	text-align: left;
	margin: 0 auto;
}
#header table,
#copyright {
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#header table img {
	vertical-align: middle;
}
#container {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
main {
	display: block;
	/*max-width: 1100px;*/
	margin: 0 auto;
}
main section div.wrap {
	width: 1000px;
	margin: auto;
}
#hero {
	background: #6a1f22;
}
#hero div {
	width: 100%;
}

/*#hero div{max-width: 1100px; margin: auto; overflow: hidden;}*/
#contbox {
}

.mt50{
	margin-top: 50px;
}
.mb20{
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.mt50{
		margin-top: 0;
	}	
}


.link{
	width: 23%;
	margin-left: 5.8%;
	cursor: pointer;
}

#item01{
	background-color: #f0ede6;
}

#cuisine .bk01,#reservation .bk01  {
	background-color: #f0ede6;
}

#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 {
	text-align: right;
	margin: 0 auto;
}
#gototop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#gototop a {
	font-size: 20px;
	background: rgba(181, 170, 130, 0.7);
	color: #fff;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	border-radius: 50%;
}

/* @media : PC */
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
}

/* /@media */

/* @media : SP */
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	#header table,
	#copyright {
		width: 96%;
	}
}

/* /@media */
#links {
	width: 70%;
	margin: 50px auto;
}
#links ul {
	letter-spacing: -0.38em;
}
#links ul li {
	display: inline-block;
	padding: 0 1em;
	border-left: 1px solid #555;
	letter-spacing: normal;
}
#links ul li:last-child {
	border-right: 1px solid #555;
}
#links ul li a {
	color: #555;
}

#links .copy {
	color: #333;
	font-size: 14px;
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	#links {
		width: 100%;
	}
	#links ul li,
	#links ul li:last-child {
		border-left: none;
		border-right: none;
	}
	#links ul li{
		display: block;
	}
	#links .copy {
		font-size: 12px;
	}	
}
@media screen and (max-width: 768px) {
	#hero div,
	main section div.wrap,
	#access h2 {
		width: 100%;
	}
}

/*PCでは電話番号リンクなし*/
@media (min-width: 751px) {
	.sp_tell {
		pointer-events: none;
	}
}

.mv {
	background: url(../images/mv_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 14rem 0;
	overflow: hidden;
	position: relative;
}

.mv .title {
	width: 40%;
	margin: 0 auto;
}

.mv .logo {
	width: 20%;
	margin: 0 auto;
	margin-top: 4rem;
}

.mv .logo_text {
	width: 30%;
	margin: 0 auto;
	margin-top: 5rem;
}

.mv .item01 {
	width: 38%;
	position: absolute;
	top: -95px;
	right: -200px;
}

.mv .item02 {
	width: 41%;
	position: absolute;
	bottom: -30px;
	left: -160px;
}

@media screen and (max-width: 768px) {
	.mv {
		padding: 10rem 0;
	}
	.mv .logo_title {
		width: 65%;
	}
	.mv .logo_text {
		width: 60%;
		margin-top: 2rem;
	}
	.mv .item01 {
		width: 70%;
		top: -70px;
		right: -110px;
	}
	.mv .item02 {
		width: 64%;
		bottom: -40px;
		left: -70px;
	}
	.mv .title {
		width: 70%;
	}
	.mv .logo {
		width: 40%;
	}
}

.accordion_one .accordion_header {
	cursor: pointer;
}
.accordion_one .accordion_inner {
	display: none;
}

.event .text {
	width: 14%;
	margin: 0 7%;
}

ul.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2rem 7%;
}
ul.flex li {
	width:32.33333%;
}

ul.flex li .text {
	width: 94%;
	margin-top: 1rem;
	margin-left: 0;
}

ul.flex li .text2 {
	text-align: left;
}

.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.bg01 {
	background: #e0d296;
}

.bg02 {
	background: #a22e21;
}

.bg03 {
	background: #faf8f0;
}

.bg04 {
	background: #a22e21;
}

.bg05 {
	background: #e0d296;
}

@media screen and (max-width: 768px) {
	#access {
		margin-top: -50px;
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	.event .text {
		width: 27%;
		height: 15px;
		margin: 0 8%;
		margin-top: 0.5rem;
	}
	ul.flex {
		margin: 1rem 7%;
	}	
	ul.flex li {
		width:47%;
	}
	ul.flex li:last-child {
		margin-top: 1rem;
	}
	ul.flex li .text {
		width: 100%;
	}
	ul.flex li .text2 {
		font-size: 12px;
		margin-bottom: 2rem;
	}
	.box_one div {
		width: 84%;
		margin: 0 auto;
	}
}

.cuisine,
.stayplan,
.modelplan,
.reservation {
	padding-top: 50px;
	margin-top: -50px;
}
@media screen and (max-width: 768px) {
	.cuisine,
	.stayplan,
	.modelplan,
	.reservation {
		padding-top: 0;
		margin-top: 0;
	}	
}




/* ----------------------------------------------------
fadeIn
---------------------------------------------------- */
/*
透明度が変化
------------------------------ */
.fadeBlock {
opacity: 0;
transition: all 1.5s;
}

.fadeBlock.fadeIn {
opacity: 1;
}

.title_fadeIn {
animation-name: fadeInAnime;
animation-duration: 8s;
animation-fill-mode: forwards;
animation-delay: 1s;
opacity: 0;
}
@keyframes fadeInAnime{
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
	}
	

.text_fadeIn {
animation-name: fadeInAnime2;
animation-duration: 5s;
animation-fill-mode: forwards;
animation-delay: 2s;
opacity: 0;
}
@keyframes fadeInAnime2{
from {
	opacity: 0;
}

to {
	opacity: 1;
}
}

/*
下から
------------------------------ */
.fadeBottom {
transform: translateY(100px);
}

.fadeBottom.fadeIn {
transform: translateY(0);
}

/*
上から
------------------------------ */
.fadeTop {
transform: translateY(-100px);
}

.fadeTop.fadeIn {
transform: translateY(0);
}


/*
右から
------------------------------ */
.fadeRight {
transform: translateX(100px);
}

.fadeRight.fadeIn {
transform: translateX(0);
}

/*
左から
------------------------------ */
.fadeLeft {
transform: translateX(-100px);
}

.fadeLeft.fadeIn {
transform: translateX(0);
}

/* ----------------------------------------------------
object
---------------------------------------------------- */
.object {
	animation: korokoro 2.5s linear 0s infinite;
}

@keyframes korokoro {
	10% {
		-webkit-transform: rotate(-10deg);
	}

	20% {
		-webkit-transform: rotate(8deg);
	}

	30% {
		-webkit-transform: rotate(-5deg);
	}

	40% {
		-webkit-transform: rotate(4deg);
	}

	50% {
		-webkit-transform: rotate(-3deg);
	}

	60% {
		-webkit-transform: rotate(2deg);
	}

	70% {
		-webkit-transform: rotate(-1deg);
	}

	80% {
		-webkit-transform: rotate(1deg);
	}

	90% {
		-webkit-transform: rotate(-1deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}
