@charset "utf-8";
/* CSS Document */


/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}


/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed; /* absolute or fixed */
	z-index: 90; /* 非表示にする場合は「90」以下に */
 	visibility: hidden; /* 非表示にする場合は「hidden」に */
}

.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}


.fullSlideShow p.copy{
	position: absolute;
	top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	z-index: 100;
}
 

/* ---------------------------------------------
　content
------------------------------------------------ */
.info{
	background: url(../images/bg_info.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}
.info h2{
	text-align: center;
}
.info p.text{
	color: #656565;
	margin: 20px 0 15px 0;
	text-align: center;
}
.info .infoContent .leftBox{
	width: 360px;
	float: left;
}
.info .infoContent .rightBox{
	width: 580px;
	float: right;
}
.info .infoContent .rightBox .corona{
	text-align: center;
	padding: 0 0 10px 0;
}
.info .infoContent .rightBox h3{
	font-size: 150%;
	margin: 20px 0 5px 0;
}
.info .infoContent .rightBox h3 span{
	font-size: 63%;
	margin: 0 0 0 10px
}


.cuisine .title{
	background: url(../images/bg_cuisine001.jpg) no-repeat center center;
	background-size: cover;
}
.cuisine .title h2{
	text-align: center;
	padding: 160px 0;
}
.cuisine .cuisineContent{
	background: url(../images/bg_cuisine002.png) no-repeat center top;
}
.cuisine .cuisineContent .container{
	position: relative;
	height: 360px;
}
.cuisine .cuisineContent .container p.img{
	position: absolute;
	top: -150px;
	right: 0;
}
.cuisine .cuisineContent .container p.text{
	position: absolute;
	top: 40px;
	left: 0;
	width: 420px;
	font-size: 113%;
}
.cuisine .cuisineContent .container p.button{
	position: absolute;
	top: 170px;
	left: 0;
}
.cuisine .cuisineContent .container p.button a{
	width: 240px;
	display: block;
	color: #fff;
	font-size: 113%;
	font-weight: bold;
	background: url(../../images/icon_arrow001.png) no-repeat 93% center, #000;
	text-align: center;
	text-decoration: none;
	padding: 12px 0 9px 0;
	-webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
}
.cuisine .cuisineContent .container p.button a:hover{
	background: url(../../images/icon_arrow001.png) no-repeat 93% center, #656565;
}



.spa .title{
	background: url(../images/bg_spa001.jpg) no-repeat center center;
	background-size: cover;
}
.spa .title h2{
	text-align: center;
	padding: 160px 0;
}
.spa .spaContent{
	background: url(../images/bg_spa002.png) no-repeat center top;
}
.spa .spaContent .container{
	position: relative;
	height: 360px;
}
.spa .spaContent .container p.img{
	position: absolute;
	top: -150px;
	left: 0;
}
.spa .spaContent .container p.text{
	position: absolute;
	top: 40px;
	left: 560px;
	width: 420px;
	font-size: 113%;
}
.spa .spaContent .container p.button{
	position: absolute;
	top: 170px;
	left: 560px;
}
.spa .spaContent .container p.button a{
	width: 240px;
	display: block;
	color: #fff;
	font-size: 113%;
	font-weight: bold;
	background: url(../../images/icon_arrow001.png) no-repeat 93% center, #000;
	text-align: center;
	text-decoration: none;
	padding: 12px 0 9px 0;
	-webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
}
.spa .spaContent .container p.button a:hover{
	background: url(../../images/icon_arrow001.png) no-repeat 93% center, #656565;
}


.room .title{
	background: url(../images/bg_room001.jpg) no-repeat center center;
	background-size: cover;
}
.room .title h2{
	text-align: center;
	padding: 160px 0;
}
.room .roomContent{
	background: url(../images/bg_room002.png) no-repeat center top;
}
.room .roomContent .container{
	position: relative;
	height: 375px;
}
.room .roomContent .container p.img{
	position: absolute;
	top: -150px;
	right: 0;
}
.room .roomContent .container p.text{
	position: absolute;
	top: 40px;
	left: 0;
	width: 420px;
	font-size: 113%;
}
.room .roomContent .container p.button{
	position: absolute;
	top: 140px;
	left: 0;
}
.room .roomContent .container p.button a{
	width: 240px;
	display: block;
	color: #fff;
	font-size: 113%;
	font-weight: bold;
	background: url(../../images/icon_arrow001.png) no-repeat 93% center, #000;
	text-align: center;
	text-decoration: none;
	padding: 12px 0 9px 0;
	-webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
}
.room .roomContent .container p.button a:hover{
	background: url(../../images/icon_arrow001.png) no-repeat 93% center, #656565;
}


.scene{
	padding: 60px 0 0 0;
	text-align: center;
}
.scene p.text{
	margin: 10px 0 25px 0;
}
.scene .party,
.scene .butsuji,
.scene .wedding{
	width: 50%;
	height: 450px;
	float: left;
}
.scene .party{
	background: url(../images/bg_party.jpg) no-repeat center center;
	background-size: cover;
}
.scene .butsuji{
	background: url(../images/bg_buddhist.jpg) no-repeat center center;
	background-size: cover;
}
.scene .wedding{
	background: url(../images/bg_wedding.jpg) no-repeat center center;
	background-size: cover;
}
.scene .party a,
.scene .butsuji a,
.scene .wedding a{
	display: block;
	padding: 130px 0 0 0;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out; 
}
.scene .party a p.button,
.scene .butsuji a p.button,
.scene .wedding a p.button{
	display: inline-block;
	background: url(../../images/icon_arrow001.png) no-repeat right center;
	margin: 10px 0 0 0;
	padding: 0 15px 0 0;
}
.scene .party a:hover p.button,
.scene .butsuji a:hover p.button,
.scene .wedding a:hover p.button{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


.stay{
	padding: 60px 0 0 0;
}
.stay h2{
	text-align: center;
}
.stay .stayContent{
	margin: 20px 0 0 -20px;
}
.stay .stayContent .Box{
	width: 225px;
	margin: 0 0 0 20px;
	float: left;
}
.stay .stayContent .Box h3{
	font-size: 94%;
	line-height: 1.4;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.stay .stayContent .Box p{
	font-size: 94%;
	color: #656565;
}

.news{
	padding: 60px 0;
}
.news .new{
	width: 470px;
	float: left;
	border-bottom: #000 solid 1px;
}
.news .event{
	width: 470px;
	float: right;
	border-bottom: #000 solid 1px;
}
.news .new .title,
.news .event .title{
	padding: 0 0 10px 0;
	border-bottom: #000 solid 1px;
}
.news .new .title h2,
.news .event .title h2{
	float: left;
}
.news .new .title p.linkButton,
.news .event .title p.linkButton{
	float: right;
}
.news .new .title p.linkButton a,
.news .event .title p.linkButton a{
	background: url(../../images/icon_arrow003.png) no-repeat left center;
	padding: 0 0 0 20px;
}
.news .new ul li{
	padding: 15px 0;
	border-bottom: #e9e9e9 solid 1px;
}
.news .new ul li span{
	color: #656565;
	display: block;
}
.news .event .Box{
	padding: 21px 0;
	border-bottom: #e9e9e9 solid 1px;
}
.news .event .Box .leftBox{
	width: 160px;
	float: left;
}
.news .event .Box .rightBox{
	width: 300px;
	float: right;
}
.news .event .Box .rightBox span.day{
	color: #656565;
	display: block;
}
.news .event .Box .rightBox p{
	color: #656565;
	font-size: 88%;
}


.instagram{
	padding: 0 0 60px 0;
}
.instagram h2{
	text-align: center;
}
.instagram #instafeed{
	margin: 0 0 0 -15px;
}
.instagram #instafeed .Box{
	width: 180px;
	height: 180px;
	margin: 20px 0 0 15px;
	float: left;
}
.instagram #instafeed .Box img{
	width: 100%;
	height: 100%;
}

.access{
	background: #2f2f2f;
	color: #fff;
}
.access .title{
	padding: 40px 0 25px 0;
	text-align: center;
}
.access .title h2{
	margin: 0 0 10px 0;
}
.access #map iframe{
	width: 100%;
	height: 400px;
}
.access .accessContent{
	padding: 20px 0;
}
.access .accessContent .Box{
	width: 25%;
	float: left;
	padding: 15px 4%;
	border-left: #656565 solid 1px;
}
.access .accessContent .Box.bar{
	border-right: #656565 solid 1px;
}
.access .accessContent .Box h3{
	font-size: 113%;
	padding: 0 0 0 30px;
	font-weight: bold;
}
.access .accessContent .Box h3.car{
	background: url(../images/icon_car.png) no-repeat left center;
}
.access .accessContent .Box h3.train{
	background: url(../images/icon_train.png) no-repeat left center;
}
.access .accessContent .Box h3.airplane{
	background: url(../images/icon_airplane.png) no-repeat left center;
}
.access .accessContent .Box p{
	font-size: 88%;
	margin: 10px 0 0 0;
}


.plan{
	width: 100%;
	border: none;
	background: #262626;
	color: #fff;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
}
.plan h2{
	display: inline-block;
	font-size: 125%;
	margin: 0;
}
.plan a.buttonList{
	color: #e63727;
	font-size: 88%;
        display: inline-block;
	margin: 0 0 0 10px;
	padding: 3px 30px 3px 15px;
	border: none;
	background: url(../../images/icon_arrow002.png) no-repeat 92% center, #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.plan a.buttonReserve{
	color: #fff;
	font-size: 88%;
        display: inline-block;
	margin: 0 0 0 10px;
	padding: 3px 30px 3px 15px;
	border: none;
	background: url(../../images/icon_arrow001.png) no-repeat 92% center, #6572c1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.info2{
	background: url(../images/bg_info.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}
.info2 h3{
	text-align: center;
	font-size: 150%;
	margin: -30px 0 25px 0;
}
.info2 .infoContent .leftBox{
	width: 50%;
	float: left;
	text-align: center;
}
.info2 .infoContent .rightBox{
	width: 50%;
	float: right;
	text-align: center;
}
.info2 .infoContent .leftBox .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.info2 .infoContent .leftBox .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.info2 .infoContent .rightBox .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.info2 .infoContent .rightBox .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
