html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
input, textarea,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
header, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:14px;
	line-height:1.7em;
	letter-spacing:1px;
	color:#515050;
	vertical-align:baseline;
	background:transparent;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	box-sizing:border-box;
	-webkit-text-size-adjust: 100%;
}
#nav select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 0;
    outline: none;
    padding: 0;
    background: transparent;
}

a{
	box-sizing:border-box;
}

article,side,details,figcaption,figure,
header,menu,nav,section {
	display:block;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ul {
	list-style:none;
}

input[type="submit"],
input[type="button"],
.fc-right button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
.fc-right button::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
.fc-right button::focus {
  outline-offset: -2px;
}

.clear:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

/*
共通 end 
material start ******************************************* */

html, body {
	min-width:1040px;
	margin:0 auto;
}
.sp-txt {
	display:none;
}
.pc-txt {
	display:block;
}

/* */
.font-a {
	font-family: 'Poppins', sans-serif;
}
/*
material end 
header start ******************************************* */

body {
}

header{
	position:fixed;
	width:100%;
	min-width:1000px;
	top:0;
	right:0;
	height:90px;
	background-color:rgba(255,255,255,.80);
	border-bottom:solid 1px #000000;
	z-index:2;
	box-sizing:content-box;
	transition-duration: .3s;
}
header > h1{
	width:100%;
	border-bottom:solid 1px #999;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
header > h1 > p{
	width:1000px;
	height:22px;
	padding:2px 0 0;
	margin:0 auto;
	font-weight:normal;
}
header > h1 strong,
header > h1 p{
	font-weight:normal;
	color:#787878;
	font-size:10px;
	letter-spacing:3px;
	line-height:1.7;
}
header > div {
	width:1000px;
	margin:0 auto;
	padding:15px 0 0 0;
}

/*
header end 
g-navi start ******************************************* */



/*
g-navi end 
footer start ******************************************* */

footer {
	background-color:#8b8989;
	padding:25px 0 20px;
}
footer > section{
	width:625px;
	margin:0 auto;
	position:relative;
}
footer.enf > section{
	width:725px;
}
footer > section > img{
	display:block;
	position:absolute;
	left:0;
	top:0;
}
footer > section > div{
	margin-left:180px;
}
footer > section > div h3,
footer > section > div p,
footer > section > div address{
	color:#fff;
	font-size:14.5px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:7px;
	line-height:1.7;
	display:inline-block;
	padding:0 5px;
}

footer > small{
	display:block;
	margin-top:25px;
	text-align:center;
	color:#fff;
	font-size:11px;
	letter-spacing:5px;
	padding-left:5px;
}

/*
footer end 
slider start ******************************************* */

#slider {
	max-width:1920px;
	width:100%;
	height:975px;
	position:relative;
	margin:0 auto;
	z-index:0;
}
.slider-img {
	height:100%;
}
.slider-txt > p,
.slider-txt > a{
	font-family: 'Poppins', sans-serif;
	text-align:center;
	color:#fff;
	font-weight:700;
}
.slider-txt > p{
	padding-top:400px;
	font-size:53px;
	line-height:1.9;
	letter-spacing:3px;
	text-shadow:2px 2px 10px rgba(0,0,0,.25);
}
.slider-txt > a{
	width:325px;
	overflow:hidden;
	font-size:22px;
	margin-top:100px;
	display:block;
	padding-top:20px;
	padding-bottom:18px;
	margin:125px auto 0;
	color:#fff;
	border:solid 2px #000;
	background-color:#000;
	text-decoration:none;
	letter-spacing:2px;
	padding-right:25px;
	padding-left:0;
	position:relative;
}
.slider-txt > a:after{
	content:">";
	position:absolute;
	padding-left:25px;
	font-size:150%;
}

/*
slider end 
contents start ******************************************* */
/* top */

#wrapper {
	padding-bottom:0px;
}
#wrapper.top {
}
#wrapper > article > section{
	padding-top:85px;
	padding-bottom:85px;
}
#wrapper.page > article > section{
	padding-top:125px;
	padding-bottom:85px;
	margin-top:-40px;
}
#wrapper.top > article > section:nth-child(even),
#wrapper > article > section.t-conta,
section.t-route{
	background-color:#f4f4f4;
}
#wrapper > article > section > div{ 
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#wrapper > article > section.t-acces > div{
	width:100%;
}
#wrapper > article > section > div > h3 {
	width:100%;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	height:60px;
	background-repeat:no-repeat!important;
	background-position:center top;
	background-size:auto;
}
.en #wrapper > article > section > div > h3 {
	height:40px;
}

#wrapper > article > section.t-infor > div > h3 {background-image:url("../img/top/title-txt01.png");}
#wrapper > article > section.t-roomg > div > h3 {background-image:url("../img/top/title-txt02.png");}
#wrapper > article > section.t-acces > div > h3 {background-image:url("../img/top/title-txt03.png");}
#wrapper > article > section.t-howto > div > h3 {background-image:url("../img/top/title-txt04.png");}
#wrapper > article > section.t-reser > div > h3 {background-image:url("../img/contact/title-txt01.png");}
#wrapper > article > section.t-conta > div > h3 {background-image:url("../img/contact/title-txt02.png");}
#wrapper > article > section.t-room > div > h3 {background-image:url("../img/room/title-txt01.png");}
#wrapper > article > section.t-comp > div > h3 {background-image:url("../img/company/title-txt01.png");}
#wrapper > article > section.t-route > div > h3 {background-image:url("../img/access/title-txt01.png");}
#wrapper > article > section.t-event > div > h3 {background-image:url("../img/event/title-txt01.png");}

.cn #wrapper > article > section.t-infor > div > h3 {background-image:url("../img/top/cn/title-txt01.png");}
.cn #wrapper > article > section.t-roomg > div > h3 {background-image:url("../img/top/cn/title-txt02.png");}
.cn #wrapper > article > section.t-acces > div > h3 {background-image:url("../img/top/cn/title-txt03.png");}
.cn #wrapper > article > section.t-howto > div > h3 {background-image:url("../img/top/cn/title-txt04.png");}
.cn #wrapper > article > section.t-reser > div > h3 {background-image:url("../img/contact/cn/title-txt01.png");}
.cn #wrapper > article > section.t-conta > div > h3 {background-image:url("../img/contact/cn/title-txt02.png");}
.cn #wrapper > article > section.t-room > div > h3 {background-image:url("../img/room/cn/title-txt01.png");}
.cn #wrapper > article > section.t-comp > div > h3 {background-image:url("../img/company/cn/title-txt01.png");}
.cn #wrapper > article > section.t-route > div > h3 {background-image:url("../img/access/cn/title-txt01.png");}
.cn #wrapper > article > section.t-event > div > h3 {background-image:url("../img/event/cn/title-txt01.png");}


.t-infor > div > p{
	margin-top:42px;
	padding-top:50px;
	border-top:solid 1px #c4c4c4;
}
.t-infor > div > div.t-blog{
	margin-top:40px;
	border:solid 1px #8e8d8e;
	padding:8px 8px 15px 25px;
	text-align:left;
}
.t-infor > div > div.t-blog ul{
	max-height:195px;
	overflow-x: hidden;
	overflow-y: auto;
	padding:0 18px 0 0;
}
ul::-webkit-scrollbar{
  width: 12px;
}
ul::-webkit-scrollbar-track{
	background-color:#eae7e7;
	border:none;
	border-radius:10px;
	box-shadow:inset 0 0 2px #777; 
}
ul::-webkit-scrollbar-thumb{
	background-color:#494949;
	border-radius:10px;
	box-shadow:none;
}
.t-infor > div > div.t-blog ul > li > a{
	display:block;
	position:relative;
	padding:12px 0 10px;
	text-decoration:none;
	border-bottom:solid 1px #000000;
	pointer-events: none;
}
.t-infor > div > div.t-blog ul > li > a > strong{
	position:absolute;
	left:0;
	font-size:13px;
	top:13px;
	font-weight:bold;
}
.t-infor > div > div.t-blog ul > li > a > p,
.t-infor > div > div.t-blog ul > li > a > div{
	margin-left:120px;
}
.t-roomg > div > ul,
.t-howto > div > ul:nth-of-type(1){
	margin-top:30px;
	overflow:hidden;
}
.t-roomg > div > ul > li,
.t-howto > div > ul:nth-of-type(1) > li{
	width:285px;
	height:222px;
	position:relative;
	float:left;
	margin-top:75px;
}
.t-roomg > div > ul > li.comm{
	background-color:#858585;
	padding-top:80px;
}
.t-roomg > div > ul > li.free{
	background-color:#000000;
	padding-top:70px;
}
.t-roomg > div > ul > li{
	overflow:hidden;
}
.t-howto > div > ul:nth-of-type(1) > li{
	background-color:#fff;
	border:solid 1px #878787;
	padding-top:13px;
}

.t-roomg > div > ul > li:nth-child(3n),
.t-howto > div > ul:nth-of-type(1) > li:nth-child(3n){
	float:right;
}
.t-roomg > div > ul > li:nth-child(3n + 2),
.t-howto > div > ul:nth-of-type(1) > li:nth-child(3n + 2){
	margin-left:75px;
}

.t-roomg > div > ul > li > a{
	display:block;
	width:100%;
	height:100%;
}
.t-roomg > div > ul > li > a img{
	display:block;
	transition-duration:0.3s;
}
.t-roomg > div > ul > li p,
.t-howto > div > ul:nth-of-type(1) > li p{
	width:100%;
	padding:10px 0;
	font-size:22px;
	color:rgba(255,255,255,.5);
	letter-spacing:4px;
	text-align:center;
	position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,.5);
	transition-duration:0.3s;
}
.en .t-howto > div > ul:nth-of-type(1) > li:nth-of-type(1) p,
.en .t-howto > div > ul:nth-of-type(1) > li:nth-of-type(3) p{
	padding:11px 0 3px;
}

.t-roomg > div > ul > li img{
	max-width:100%;
}
.t-howto > div > ul:nth-of-type(1) > li:nth-child(3n + 2):before,
.t-howto > div > ul:nth-of-type(1) > li:nth-child(3n + 2):after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #e59399;
	position:absolute;
	top:46%;
}
.t-howto > div > ul:nth-of-type(1) > li:nth-child(3n + 2):before{
	left:-45px;
}
.t-howto > div > ul:nth-of-type(1) > li:nth-child(3n + 2):after{
	right:-45px;
}

.t-acces > div > div{
	margin-top:80px;
	height:400px;
}
.t-acces.tacc01 > div > div{
	margin-top:60px;
	height:500px;
}
.t-acces.tacc01 > div > div > p,
.t-acces.tacc01 > div > div > p *{
	font-size:16px;
	line-height:2;
	letter-spacing:3px;
	margin-bottom:30px;
}
.t-acces.tacc01 > div > div > p{
	margin-bottom:30px;
}
.t-acces.tacc01 > div > div > p span:before{
	content:"ＴＥＬ．";
}
.t-acces > div > div iframe{
	width:100%;
	height:100%;
}
.t-acces.tacc01 > div > div iframe{
	height:405px;
}
#wrapper.page > article > section.t-route{
	margin-top:20px;
}
.t-route > div > div{
	margin-top:60px;
}
.t-route > div > div.mov {
	 position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	background-color:#c6c5c5;
}

.mov iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.t-event > div > div {
	margin:70px auto 0;
	padding-bottom:45px;
	text-align:left;
}
.t-event > div > div > h4{
	background-color:#8b8989;
	margin-bottom:20px;
}
.t-event > div > div > div.blog-txt {
	background-color:#8b8989;
	padding:30px 25px;
	margin-top:50px;
}
.t-event > div > div > h4,
.t-event > div > div > h4 *{
	padding-left:30px;
	color:#fff;
	font-size:20px;
	letter-spacing:4px;
	font-weight:normal;
	line-height:2;
}
.t-event > div > div > div,
.t-event > div > div > div *{
	color:#fff;
	font-size:18px;
	letter-spacing:4px;
	line-height:1.7;
}
.a-link01 {
	width:925px;
	margin:45px auto 0;
	overflow:hidden;
}
.a-link01.tcon01 {
	margin-top:0;
}
.t-howto .a-link01 {
	margin-top:70px;
}
.a-link01 > li {
	float:left;
	width:50%;
	padding:15px 45px 0;
}
div.a-link01 > p {
	width:600px;
	margin:0 auto;
}
.a-link01 > li > a,
.a-link01 > p input{
	height:45px;
	display:block;
	overflow:hidden;
	border:solid 1px #878787;
	position:relative;
	text-decoration:none;
	text-indent:105%;
	white-space:nowrap;
	background-position:center center!important;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.a-link01 > p input{
	width:100%;
	height:85px;
}

.a-link01.tcon01 > li {
	float:none;
	width:66%;
	margin:0 auto;
	padding-top:5px;
}
.t-acces .a-link01 > li:first-child > a{background:url("../img/top/link-txt01.png") #fff no-repeat;}
.t-acces .a-link01 > li:last-child > a{background:url("../img/top/link-txt02.png") #fff no-repeat;}
.t-howto .a-link01 > li:first-child > a{background:url("../img/top/link-txt03.png") #fff no-repeat;}
.t-howto .a-link01 > li:last-child > a{background:url("../img/top/link-txt04.png") #fff no-repeat;}
.a-link01.tcon01 > li > a{background:url("../img/contact/img-txt03.png") #fff no-repeat;}
.a-link01 p input{background:url("../img/contact/img-txt04.png") #fff no-repeat;}
.t-conta .a-link01 p input{background:url("../img/contact/img-txt05.png") #fff no-repeat;}

.cn .t-acces .a-link01 > li:first-child > a{background:url("../img/top/cn/link-txt01.png") #fff no-repeat;}
.cn .t-acces .a-link01 > li:last-child > a{background:url("../img/top/cn/link-txt02.png") #fff no-repeat;}
.cn .t-howto .a-link01 > li:first-child > a{background:url("../img/top/cn/link-txt03.png") #fff no-repeat;}
.cn .t-howto .a-link01 > li:last-child > a{background:url("../img/top/cn/link-txt04.png") #fff no-repeat;}
.cn .a-link01.tcon01 > li > a{background:url("../img/contact/cn/img-txt03.png") #fff no-repeat;}
.cn .a-link01 p input{background:url("../img/contact/cn/img-txt04.png") #fff no-repeat;}
.cn .t-conta .a-link01 p input{background:url("../img/contact/cn/img-txt05.png") #fff no-repeat;}

.en .t-acces .a-link01 > li:first-child > a{background:url("../img/top/en/link-txt01.png") #fff no-repeat;}
.en .t-acces .a-link01 > li:last-child > a{background:url("../img/top/en/link-txt02.png") #fff no-repeat;}
.en .t-howto .a-link01 > li:first-child > a{background:url("../img/top/en/link-txt03.png") #fff no-repeat;}
.en .t-howto .a-link01 > li:last-child > a{background:url("../img/top/en/link-txt04.png") #fff no-repeat;}
.en .a-link01.tcon01 > li > a{background:url("../img/contact/en/img-txt03.png") #fff no-repeat;}
.en .a-link01 p input{background:url("../img/contact/en/img-txt04.png") #fff no-repeat;}
.en .t-conta .a-link01 p input{background:url("../img/contact/en/img-txt05.png") #fff no-repeat;}


.a-link01 > li > a:before{
	content:"";
	display:block;
	position:absolute;
	top:15px;
	left:30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 15px;
	border-color: transparent transparent transparent #878787;
}
.a-link01.tcon01 > li > a:before{
	left:75px;
}
.en .a-link01 > li > a:before{
	left:18px;
}

/* kaso */
#wrapper.page {
	padding-top:130px;
	transition-duration: .3s;
}
.active01 #wrapper.page {
	padding-top:95px;
	transition-duration: .3s;
}
.a-link02 {
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}
.a-link02 > ul{
	width:1000px;
	margin:0 auto;
	text-align:center;
}
.a-link02 > ul > li{
	display:inline-block;
	padding:3px 0;
}
.a-link02 > ul > li > a{
	display:block;
	padding:12px 0 7px;
}
.a-link02.li02 > ul > li > a{
	opacity:.75;
	padding-left:50px;
	padding-right:25px;
	margin:0 30px;
	position:relative;
}
.a-link02.li-room > ul > li > a{
	opacity:.75;
	font-size:20px;
	letter-spacing:-2px;
	color:#111;
	text-decoration:none;
	padding-left:50px;
	padding-right:25px;
	margin:0 5px;
	position:relative;
}




.a-link02 > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	top:15px;
	left:15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
	transition-duration: .3s;
}

.t-reser > div > p {
	color:#ff0000;
	margin-top:70px;
	font-size:15px;
	letter-spacing:5px;
}
.a-list01 > li{
	margin-top:5px;
	position:relative;
	letter-spacing:0;
	padding-left:17px;
	text-align:left;
}
.a-list01 > li:before{
	content:"※";
	position:absolute;
	left:0;
}

.a-list01 > li span{
	color:#ff0000;
}

.t-reser .a-list01{
	margin-top:70px;
}
.t-conta .a-list01{
	margin-top:100px;
}

.a-form01,
.a-list02{
	margin-top:50px;
}
.a-form01 > li,
.a-list02 > li{
	position:relative;
	margin:10px 0 10px 205px;
}
.a-form01 > li > p,
.a-form01 > li > div > ul > li,
.a-list02 > li > p,
.a-list02 > li > div > ul > li{
	background-color:#c4c3c3;
	padding:15px 20px;
	position:relative;
}
.a-form01 > li:nth-child(even) > p,
.a-form01 > li > div > ul > li:last-child,
.a-list02 > li:nth-child(even) > p,
.a-list02 > li > div > ul > li:last-child{
	background-color:#dbdbdb;
}
.a-form01 > li > p:first-child,
.a-list02 > li > p:first-child{
	position:absolute;
	display:block;
	width:210px;
	height:100%;
	top:0;
	left:-205px;
	bottom:0;
	margin:auto 0;
}
.a-form01 > li > p:first-child > strong,
.a-list02 > li > p:first-child > strong{
	display:block;
	height:30px;
	position:absolute;
	top:0;
	left:3px;
	right:0;
	bottom:0;
	margin:auto;
	font-size:18px;
	letter-spacing:4.5px;
	font-weight:normal;
}
.a-form01 > li > p + p,
.a-form01 > li > div,
.a-list02 > li > p + p{
	margin-left:20px;
	text-align:left;
}
.a-list02 > li > p + p{
	font-size:19px;
	letter-spacing:4.5px;
	padding-left:50px;
}
.a-form01 input,
.a-form01 select,
.a-form01 textarea {
	font-size:16px;
	height:30px;
	background-color:#fff;
	width:100%;
	border:none;
	padding:2px 6px;
	color:#515050;
	letter-spacing:3px;
}
.a-form01 li > label input,
.a-form01 li > label select {
	width:85%;
}
.a-form01 li.a-person > label:first-child input,
.a-form01 li.a-contents > p > label select{
	width:45%;
	margin-right:20px;
}
.a-form01 textarea {
	height:150px;
	min-width:100%;
	max-width:100%;
}
.a-form01 > li > div > ul > li{
	margin:10px 0;
	overflow:hidden;
	text-align:left;
}
.a-form01 > li > div > ul > li > label{
	display:block;
	width:50%;
	float:left;
	padding-left:150px;
	position:relative;
}
.a-form01 > li > div > ul > li.a-pirce > label{
	width:100%;
	float:none;
}


.a-form01 > li > div > ul > li > label,
.a-form01 > li > div > ul > li > label > strong{
	font-size:17px;
	letter-spacing:0;
	font-weight:normal;
}
.a-form01 > li > div > ul > li > label > strong{
	position:absolute;
	left:0;
}
.a-form01 > li > div > ul > li > label > p,
.a-form01 > li > div > ul > li > label > p *{
	font-size:24px;
	color:#ff0000;
	line-height:1.2;
	letter-spacing:8px;
}

.a-txt01 {
	margin:50px 0 0;
	font-size: 15px;
    letter-spacing: 3px;
	line-height:1.9;
}
.en .a-form01 > li > div > ul > li:nth-child(2) > label:first-child > strong{
	letter-spacing:0;
	font-size:16px
}

/*
contents end*/

/*
room slider */
#wrapper > article > section.t-room > div{
	width:100%;
}
.a-room01 > div {
	padding-bottom:110px;
}
.slider-wrap{
	width:1000px;
	padding:135px 0 0;
	margin:-30px auto 0;
	overflow:hidden;
	position:relative;
}
.a-room01 > .a-area01:first-child .slider-wrap{
	margin-top:30px;
}
.slider-for,.slider-nav{
  width: 1000px;
  margin: 0 auto 10px;
}
.slider-for li{
	width:1000px;
	height:460px;
	position:relative;
}
.slider-for li img{
    max-width: 100%;
	height:auto;
	max-height:460px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
}
.slider-for li > p{
	position:absolute;
	z-index:1;
	bottom:20px;
	width:70%;
	right:0;
	font-size:24px;
	color:rgba(255,255,255,.75);
	letter-spacing:10px;
	padding:10px 0 18px 70px;
	background-color:rgba(0,0,0,.8);
	text-align:left;
}
.slider-for li > p:after{
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color:rgba(255,255,255,.75);
}

.slider-nav {
	width:935px;
	margin:0 auto;
	position:relative;
}
.slider-nav button.slick-arrow{
	position:absolute;
	width:30px;
	height:39px;
	display:block;
	overflow:hidden;
	border:none;
	text-indent:150%;
	white-space:nowrap;
	top:30px;
	left:-31px;
	background:url("../img/room/arrow-01.gif") no-repeat left top;
}
.slider-nav button.slick-next{
	right:-31px;
	left:inherit;
	background-position:right top;
}
.slider-nav li{
	position:relative;
	height:100px;
}
.slider-nav li img{
	position:absolute;
    max-width: 90%;
	height:auto;
    margin: auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.a-room01 > div:nth-child(even) {
	background-color:#f4f4f4;
}
.a-room02 {
	position:absolute;
	z-index:1;
	background-color:rgba(0,0,0,.75);
	width:175px;
	left:22px;
	top:110px;
	padding:30px 0;
}
.a-room02 > h3 {
	color:#fff;
	font-size:32px;
	letter-spacing:-4px;
	font-weight:normal;
}
.a-room02 > p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-size:20px;
	color:#fff;
	letter-spacing:4px;
	line-height:2;
	padding-top:25px;
	padding-left:4px;
}
.t-room .a-area01 {
	position:relative;
	width:1000px;
	margin:0 auto;
}
.t-room .a-area01 > div{
	position:relative;	
	border:solid 1px #8b8a8a;
	padding:45px 15px 10px; 
	text-align:left;
	background-color:rgba(255,255,255,.75);
}
.t-room .a-area01 > div:first-child{
	width:100%;
	margin:30px 0 0;
}

.reserve_link{
    margin: 1em auto 0;
    background: #000;
    width: 15em;
    color: #fff;
    padding: 0.6em 1em;
    font-size: 1.5rem;
}

.reserve_link a{
	color:#fff;
	text-decoration:none;
}
	
.t-room .a-area01 > div > h4{
	position:absolute;
	top:-10px;
	left:-1px;
	background-color:#8b8a8a;
	display:inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-size:18px;
	color:#fff;
	font-weight:normal;
	letter-spacing:6px;
	line-height:2;
	padding:5px 26px;
}
.t-room .a-area01 > div > h5{
	font-size:16px;
	line-height:2;
	letter-spacing:1.5px;
	margin-top:5px
}
.t-room .a-area01 > div > p{
	font-size:14px;
	line-height:2;
}
.t-room .a-area01 > div:nth-child(2){
	width:395px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
}
.t-room .a-area01 > div:nth-child(2) > a{
	position:absolute;
	display:inline-block;
	padding:3px 6px 3px 25px;
	right:5px;
	top:8px;
	text-decoration:none;
	color:#515050;
}
.t-room .a-area01 > div:nth-child(2) > a:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fe7676;
}
.t-room .a-area01 > div:nth-child(2) > div{
	width:301px;
	margin:20px auto 0;
}
.en .t-room .a-area01 > div:nth-child(2) > h4{
	line-height:1.1;
}

.slider-for li > p,
.slider-for li.slick-active > p{
	opacity:0;
	-webkit-transform: translate(0,-10px);
	transform: translate(0,-10px);
}
.slider-for li.slick-active > p{
  -webkit-animation: room01 .75s ease 1s 1 forwards;
  animation: room01 .75s ease 1s 1 forwards;
}



@-webkit-keyframes room01 {
  100% {
    opacity:1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
  }
}
@keyframes room01 {
  100% {
    opacity:1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0); 
  }
}


.slider-for li > p:after,
.slider-for li.slick-active > p:after{
	opacity:0;
	right:0;
	width:75%;
	position:absolute;
}
.slider-for li.slick-active > p:after{
  -webkit-animation: room02 1s ease .75s 1 forwards;
  animation: room02 1s ease .75s 1 forwards;
}

@-webkit-keyframes room02 {
  100% {
    opacity:1;
    width:90%;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
  }
}
@keyframes room02 {
  100% {
    opacity:1;
    width:90%;
	-webkit-transform: translate(0,0);
	transform: translate(0,0); 
  }
}






.t-comp .a-area02 {
	width:1000px;
	margin:115px auto 0;
	text-align:left;
	overflow:hidden;
}
.t-comp .a-area02 > img{
	float:left;
}
.t-comp .a-area02 > h4,
.t-comp .a-area02 > p{
	padding-left:450px;
	padding-bottom:15px;
	font-size:16.5px;
	line-height:1.6;
	letter-spacing:2px;
}
.t-comp .a-area02 > h4,
.t-comp .a-area02 > h4 > p{
	font-size:20px;
	letter-spacing:4px;
	font-weight:normal;
}
.en .t-comp .a-area02 > h4{
	font-size:16px;
	letter-spacing:1px;
}
.en .t-comp .a-area02 > p{
	font-size:15px;
	letter-spacing:1px;
}

.t-comp .a-area02 > h4 > p,
.t-comp .a-area02 > h4 > p > strong{
	display:inline-block;
	padding-left:15px;
}
.t-comp .a-area02 > h4 > p > strong{
	font-size:26px;
	letter-spacing:5px;
}

/* EventOrganiser */
.fc-toolbar{
	height:30px;
	position:relative;
	background-color:#e3e3e3;
}
.fc-toolbar h2{
	font-weight:normal;
	font-size:14px;
	display:inline-block;
	line-height:30px;
	padding-left:10px;
}
.fc-toolbar .fc-right {
	position:absolute;
	right:5px;
	top:3px;
	height:26px;
	width:120px;
}
.fc-toolbar .fc-right > div{
	float:left;
	margin:0 2px;
}
.fc-toolbar .fc-right > div:nth-child(3){
	float:right;
}
.fc-toolbar .fc-right > div > button{
	display:block;
	position:relative;
	height:24px;
	border:solid 1px #ccc;
	border-radius:2px;
	background-color:#f9f9f9;
}

.fc-toolbar .fc-right > div:first-child > button,
.fc-toolbar .fc-right > div:nth-child(2) > button{
	width:16px;
}
.fc-toolbar .fc-right > div:nth-child(3) > button{
	width:58px;
	font-size:12px;
	line-height:23px;
	font-weight:bold;
	color:#515050;
	box-sizing:border-box;
}

.fc-toolbar .fc-right > div:first-child > button:before,
.fc-toolbar .fc-right > div:nth-child(2) > button:before{
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #fe7676;
}

.fc-toolbar .fc-right > div:first-child > button:before{
	border-width: 6px 6px 6px 0;
	border-color: transparent #fe7676 transparent transparent;
}

.fc-view-container{
	width:100%;
	overflow:hidden;
}
.fc-view-container table{
	width:301px;
	text-align:center;
	table-layout:fixed;
}
.fc-view-container td table th,
.fc-view-container td table td{
	width:43px;
	height:25px;
	vertical-align:middle;
	font-size:11px;
	box-sizing:border-box;
	border:solid 1px #e9e9e9;
}
.fc-content-skeleton{
	position:relative;	
}
.fc-view-container table > thead{
	display:block;
	position:relative;
	z-index:1;
}
.fc-content-skeleton table > thead + tbody{
	position:absolute;
	top:0;
	width:301px;
	z-index:0;
}
.fc-content-skeleton table > thead + tbody td{
	border:none;
}
.fc-day-grid-event{
	display:block;
	width:43px;
	height:25px;
	text-indent:100%;
	white-space:nowrap;
	background-color:#ffafaf!important;
	overflow:hidden;
}
.fc-day-grid-event.eo-event-past{
	background-color:transparent!important;	
}
.fc-bg{
	display:none;
}
.fc-other-month{
	opacity:.25!important;
	background-color:#ddd!important;
}
.fc-view-container td table td.fc-today {
	background-color:#999;
	color:#fff;
}
.add-reser{
	margin-top:10px;
	overflow:hidden;
}
.add-reser > li{
	display:inline-block;
	font-size:12px;
	position:relative;
	padding-left:25px;
	padding-right:23px;
	line-height:23px;
}
.add-reser > li:before{
	content:"";
	width:10px;
	height:10px;
	background-color:#ffafaf;
	border:solid 1px #999;
	position:absolute;
	left:5px;
	top:5px;
}
.add-reser > li:nth-child(2):before{
	background-color:#fff;
}







.cp_imghover {
	overflow: hidden;
	width: 400px;
	height: 400px;
	margin: 20px auto;
	cursor: pointer;
}
/*TILT*/
.cp_tilt {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cp_tilt:hover {
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.cela-icon{
    position: absolute;
    top: 35em;
    right: 3em;
}

#cela-area{
    text-align: center;
    background: #79bffc;
    margin: 1em 0;
}

#cela-area a{
    text-decoration: none;
}

.cela-btn{
	background: #02549a;
	color: #fff;
	font-size: 24px;
	padding: 0.3em 0;
	width: 29em;
	margin: 0 auto;
	letter-spacing: 0.6em;
	border: 2px solid #fff;
	transition: 0.5s;
	border-radius: 2em;
}

.cela-btn:hover{
	background: #fff;
	color: #02549a;
	border: 2px solid #02549a;
}


@media screen and (max-width: 796px) {
	#cela-area img{
   	 width:95%;
	}
	
	.cela-btn{
		background: #02549a;
		color: #fff;
		font-size: 14px;
		padding: 0.3em 0;
		width: 80%;
		margin: 0 auto;
		letter-spacing: 0.6em;
		border: 2px solid #fff;
		transition: 0.5s;
		border-radius: 2em;
	}
	
	
	.cela-icon{
    	position: absolute;
    	top: 11%;
    	left: 2%;
	}
	
	.cela-icon img{
	    width:28%;	
	}
	
	.cp_tilt {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cp_tilt:hover {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cp_imghover {

	width: auto;
	height: auto;
	margin: 0px auto;

}
	
}



