@charset "UTF-8";
/*html, body { height: 100%;}*/
body {
	/*background: #00141B url(../img/ejk/bg_ejk.jpg) no-repeat center center fixed; */
	background: #00141B; 
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "halt" 1;
	
	
	background: #00141B\9; 
}
body.safari {
	-webkit-font-smoothing: antialiased;
}
img {
	vertical-align: bottom;
	/*width: 100%;*/
}

#loader {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 100000;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000915;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999;
}
.buttons {
	display: none;
}

.google_conversion_frame {
	display: none !important;
}

/*==================================
	header
==================================*/
header {
	width: 100%;
	height: 48px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 32px 0 0 32px;
	/*-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;*/
}
#ml header, #sp header {
	background: #00141B;
}
header a {
	color: #fff;
	text-decoration: none;
}
header a:hover {
	/*filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;*/
	color: #000915;
}

#single header a:hover, #ml header a:hover, #sp header a:hover {
	color: #7A7A7A;
}

/*header.bgc {
	background: #000915;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
header.bgc a {
	color: #000;
}
header.bgc a:hover {
	color: #AAAAAA;
}*/

#home {
	font-size: 11px;
	letter-spacing: 2px;
	float: left;
	margin-right: 24px;
	line-height: 13px;
}
#home a {
	background: url(../img/common/ico_home.png) no-repeat;
	display: block;
	padding-left: 20px;
	font-weight: bold;
}
#sns {
	float: left;
	/*width: 137px;*/
	display: inline;
	margin-right: 24px;
	
}
#sns li {
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 13px;
}
#sns-fb {
	/*width: 58px;*/
	float: left;
	display: inline;
	margin-right: 16px;
	height: 13px;
}
#sns-fb a {
	background: url(../img/common/ico_fb.png) no-repeat;
	display: block;
	padding-left: 16px;
	height: 16px;
}
#sns-tw {
	/*width: 61px;*/
	float: left;
	display: inline;
	height: 14px;
	border-right: 2px solid #fff;
	padding-right: 24px;
}
#sns-tw a {
	background: url(../img/common/ico_tw.png) no-repeat;
	display: block;
	padding-left: 20px;
	height: 16px;
}
#sns-fb img, #sns-tw img {
	vertical-align: top;
}

#gnavi {
	width: 520px;
	float: left;
	display: inline;	
}
#gnavi li.nav {
	display: inline;
	float: left;
	margin-right: 20px;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 12px;
}
/*span.hn1 {
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 12px;
}
span.hn2 {
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 12px;
}*/

#gnavi li.nav:last-child {
	margin-right: 0;
}


.dropmenu{
  *zoom: 1;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
}
.dropmenu li a{
	font-weight: bold;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li{
 	width: 100%;
}
.dropmenu li ul li a{
 	padding: 0 0 16px;
}

#fade-in li ul{
	visibility: hidden;
	opacity: 0;
	transition: 0s;
	padding-top: 16px;
}
#fade-in li:hover ul{
	visibility: visible;
	opacity: 1;
}
#fade-in li ul li a{
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: .5s;

}
#fade-in li:hover ul li a{
	visibility: visible;
	opacity: 1;
}

/*==================================
	footer
==================================*/
footer ul {
    display: flex;
    justify-content: flex-start;
}
footer ul li img {
	width: 100%;
}
#copy {
	width: 100%;
	background: #000915;
	text-align: center;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 24px 0;
	line-height: 1em;
	font-weight: bold;
}
footer ul li {
	overflow: hidden;
	background: #000839;
}
footer ul li a {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
footer ul li a:hover {
	/*-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);*/
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/*==================================
	content [index]
==================================*/
#index #intro {
	/*height: 1200px;*/
	padding-top: 280px;
}

/*@media screen and (max-width: 900px){
	#index #intro {
		background: #00141B url(../img/ejk/bg_sp.jpg) no-repeat; 
		background-size: cover;
		height: 400px;
		margin-bottom: 64px;
		padding-top: 240px;
	}
	.bevok #intro {
		background: #00141B url(../img/bev/bg_sp.jpg) no-repeat !important; 
		background-size: cover !important; 
		height: 400px !important; 
		margin-bottom: 64px !important; 
		padding-top: 240px !important; 
	}
	#loader {
		display: none;
	}
	#about-txt {
		margin-bottom: 64px !important;
	}
	#down {
		display: non
	}
}*/


.tablet #intro {
	background: #00141B url(../img/ejk/bg_sp.jpg) no-repeat; 
	background-size: cover;
	height: 400px;
	margin-bottom: 64px;
	padding-top: 200px !important; ;
}
.bevok.tablet #intro {
	background: #00141B url(../img/bev/bg_sp.jpg) no-repeat !important; 
	background-size: cover !important; 
	height: 400px !important; 
	margin-bottom: 64px !important; 
	padding-top: 200px !important; 
}
.tablet #loader {
	display: none;
}
.tablet #about-txt {
	margin-bottom: 64px !important;
}
.tablet #down {
	display: none;
}


#sp #intro, #ml #intro {
	/*height: 1200px;*/
	padding-top: 320px;
}
#intro-txt {
	height: 800px;
	position: relative;
}
#white-map {
	background: url(../img/common/map.png) no-repeat;
	width: 300px;
	height: 557px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
	transform-origin: 100% 0%;
    background-position-x: 32px;
}
/*#white-map {
	display: none\9;
}*/
/*.dnone {
	display: none;
	webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}*/

#wmbox {
	position: relative;
	width: 188px;
	height: 640px;
}
.marker {
	width: 20px;
	height: 20px;
	border-radius: 100%; 
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
	background: #C3293B;
	
    -webkit-animation: A 0.6s ease 0s infinite alternate;
    animation: A 0.6s ease 0s infinite alternate;
}
@-webkit-keyframes A {
    0%   {-webkit-transform:scale(1);}
    100% {-webkit-transform:scale(1.5));}
}
@keyframes A {
    0%   {transform:scale(1);}
    100% {transform:scale(1.5);}
}

#wmbox .koshiki {
	position: absolute;
	top: 60px;
	left: 124px;
}
#wmbox .yakushima {
	position: absolute;
	top: 208px;
	left: 185px;
}
#wmbox .tanegashima {
	position: absolute;
	top: 185px;
	left: 226px;
}
#wmbox .amami {
	position: absolute;
	top: 415px;
	left: 92px;
}
#wmbox .kakeroma {
	position: absolute;
	top: 438px;
	left: 65px;
}
#wmbox .yoron {
	position: absolute;
	top: 545px;
	left: 0px;
}

#place1 {
	position: absolute;
	top: 70px;
	left: 30px;
}


#index h1 {
	/*position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -95px;
	margin-left: -240px;*/
	width: 480px;
	margin: 0 auto 320px;
	
}
#sp h1, #ml h1 {
	width: 480px;
	margin: 0 auto;
	
}
#down1 {
	position: fixed;
	top: 590px;
	left: 50%;
	margin-left: -24px;
	width: 48px;
	height: 48px;
    opacity: 1;
    visibility: visible;
    transition: .2s;
}
#down2 {
	position: fixed;
	top: 690px;
	left: 50%;
	margin-left: -24px;
	width: 48px;
	height: 48px;
    opacity: 1;
    visibility: visible;
    transition: .2s;
}
#down1.disappear, #down2.disappear {
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}
#down1 img {
	position: absolute;
	bottom: 0;
}
#down2 img {
	position: absolute;
	bottom: 0;
}
#about-txt {
	width: 640px;
	margin: 0 auto 400px;
	/*position: fixed;
	bottom: 240px;*/
	/*position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -62px;
	margin-left: -400px;*/
	color: #fff;
	/*display: none;*/
}
/*#about-ja {
	width: 376px;
	float: left;
	display: inline;
}
#about-en {
	width: 376px;
	float: right;
	display: inline;
}
#about-txt h2 {
	font-size: 13px;
	margin-bottom: 18px;
	line-height: 180%;
	letter-spacing: 2px;
}*/
#about-ja {
	margin-bottom: 24px;
}
#about-ja p {
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 1px;
    font-weight: bold;
}
#about-en p {
	font-size: 16px;
	line-height: 180%;
	font-weight: bold;
}
#reccomend {
    margin-bottom: 240px !important;
}
#reccomend ul li {
	width: calc(100%/3);
	float: left;
	display: inline;
}
#related ul li {
	width: 25%;
	float: left;
	display: inline;
}
#reccomend ul li:nth-child(3n) {
	width: calc(100%/3);
	float: left;
	display: inline;
	overflow: hidden;
}

.bevmovielist ul li {
	width: 25% !important;
	float: left;
	display: inline;
}

.r-list {
	background: #000915;
	overflow: hidden;
}
.r-thumb {
	/*height: 0;
	overflow: hidden;
	width: 100%;
	background-blend-mode: multiply;*/
	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.r-thumb img {
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#otherbtn {
	background: #001A3D;
}
#otherbtn img {
	width: 100%;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#otherbtn img:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.r-list a, .bnisland {
	position: relative;
	display: block;
}

.r-thumb:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.r-thumb:hover img {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.rc-ja-h3 {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 2;
	text-align: center;
	width: 320px;
	margin-left: -160px;
}
#related h3 {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 2;
	text-align: center;
	width: 240px;
	margin-left: -120px;
}
#reccomend a, #related a {
	color: #F2F2F2;
}

h3.rc-fr-h3 {
	position: absolute;
	top: 43%;
	left: 50%;
	z-index: 2;
	text-align: center;
	width: 280px;
	margin-left: -140px;
	display: block;
	padding: 0 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#sp h3.rc-fr-h3 {
	top: 49%;
}

#reccomend span.thumb-title-ja {
	font-size: 15px;
    line-height: 160%;
    letter-spacing: 1px;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}

#archive span.thumb-title-ja, #movielist span.thumb-title-ja {
	font-size: 15px;
    line-height: 160%;
    letter-spacing: 1px;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}
span.thumb-title-ja {
	font-size: 15px;
    line-height: 160%;
    letter-spacing: 1px;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}
span.thumb-title-en {
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 1px;
	display: block;
	
}
.rc-fr-h3 span.thumb-title-fr {
	font-size: 15px;
    line-height: 160%;
    letter-spacing: 1px;
	display: block;
	
}

.ar-fr-h3 span.thumb-title-fr {
	font-size: 15px;
    line-height: 160%;
    letter-spacing: 1px;
	display: block;
	
}


#reccomend .bnisland span.thumb-title-ja {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 4px;
	display: block;
	margin-bottom: 12px;
}
 .bnisland span.thumb-title-en {
	font-size: 13px;
	line-height: 1;
	letter-spacing: 2px;
	display: block;
	
}



#archive {
    padding-bottom: 240px !important;
}
#movielist {
	/*background: #000915;*/
	margin-top: 80px;
}
#archive ul li, #movielist ul li  {
    width: 20%;
    float: left;
    display: inline;
}
h3.ar-ja-h3 {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 2;
	text-align: center;
	width: 200px;
	margin-left: -100px;
	letter-spacing: 1px;
	display: block;
}
h3.ar-fr-h3 {
	position: absolute;
	top: 43%;
	left: 50%;
	z-index: 2;
	text-align: center;
	width: 220px;
	margin-left: -110px;
	letter-spacing: 1px;
	display: block;
	
}
#archive a, #movielist a {
	color: #fff;
}

.a-list {
	background: #000915;
	overflow: hidden;
}
.a-thumb {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.a-list a {
}
.a-thumb img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.a-list a {
	position: relative;
	display: block;
}
.a-thumb:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.a-thumb:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.spmovie {
	/*padding-top: 280px;
	background: #000915;*/
	margin-top: 48px;
}

/*==================================
	content [category]
==================================*/
#category #intro {
	height: 2000px;
	padding-bottom: 240px;
}
#category h1 {
	position: fixed;
	top: 88px;
	left: 50%;
	margin-left: -211px;
	display: none;
}
#category h2 {
	text-align: center;
	color: #fff;
	width: 640px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -48px;
	margin-left: -320px;
}
#category h2 span.title-ja {
	font-size: 48px;
	line-height: 160%;
	letter-spacing: 16px;
	display: block;
	text-indent: 0.2em;
}
#category h2 span.title-en {
	font-size: 13px;
	line-height: 160%;
	letter-spacing: 2px;
	display: block;
}


/*==================================
	content [single]
==================================*/
#single #content {
	margin-top: 48px;
}
#single header {
	background: #00141B;
}
/*#cat header {
	background: #001A3D !important;
}*/
#single-bev header {
	background: #001A3D !important;
}
/*#single h1 {
	position: fixed;
	top: 88px;
	left: 50%;
	margin-left: -211px;
	display: none;
}*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 80px;
	
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	/*z-index: -1;*/
}
#single-content {
	color: #fff;
}
#information {
	padding: 48px 32px 80px;
	position: relative;
}
#kanji {
	font-size: 120px;
    position: absolute;
    top: 48px;
    right: 32px;
	line-height: 1em;
    color: #fff;
	font-family : YuMincho, '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
p#date {
	font-size: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #7A7A7A;
}
#single-content h2 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 140%;
	margin-bottom: 24px;
	font-weight: bold;
}
p#description {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 180%;
	width: 640px;
	margin-bottom: 32px;
}
#link-list {
	margin-bottom: 24px;
	font-size: 10px;
}
#link-list li {
	letter-spacing: 1px;
	line-height: 130%;
	margin-right: 16px;
	float: left;
}
#link-list li a {
	color: #fff;
	text-decoration: none;
}
#ico-gm a {
	background: url(../img/common/btn_gm.png) no-repeat;
	padding-left: 16px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#ico-tw a {
	background: url(../img/common/btn_tw.png) no-repeat;
	padding-left: 20px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#ico-fb a {
	background: url(../img/common/btn_fb.png) no-repeat;
	padding-left: 16px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#link-list li a {
	color: #fff;
	text-decoration: none;
}
#link-list li a:hover {
	color: #7A7A7A;
}
#pdf a {
	background: url(../img/common/ico_pdf.png) no-repeat;
	padding-left: 24px;
	display: block;
	height: 18px;
	line-height: 18px;
}

#single-content h1 {
    position: absolute;
    top: 48%;
    left: 50%;
    z-index: 99999;
    color: #fff;
    width: 960px;	
    margin-left: -480px;
    text-align: center;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#single-content h1 span.yt1 {
	font-size: 48px;
	letter-spacing: 2px;
	line-height: 130%;
	display: block;
	margin-bottom: 8px;
}
#single-content h1 span.yt2 {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 130%;
	display: block;
}
#single-content h1 span.yt3 {
	font-size: 34px;
	letter-spacing: 2px;
	line-height: 130%;
	display: block;
}

#single-content h3 {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 140%;
	margin-bottom: 10px;
	color: #7A7A7A;
	font-weight: bold;
}
#link {
	margin-bottom: 56px;
}
#link li {
	margin-bottom: 16px;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 160%;
	margin-bottom: 4px;
}
#link li:last-child {
	margin-bottom: 0;
}
#link li a {
	text-decoration: none;
	color: #fff;
}
#link li a:hover {
	color: #7A7A7A;
}
#language {
	font-size: 10px;
}
#language li {
	letter-spacing: 1px;
	line-height: 130%;
	margin-right: 16px;
	float: left;
}
#language li a {
	color: #fff;
	text-decoration: none;
}
#language li a:hover {
	color: #7A7A7A;
}
/*#l-eng a {
	background: url(../img/common/flag1.png) no-repeat;
	padding-left: 30px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#l-jap a {
	background: url(../img/common/flag2.png) no-repeat;
	padding-left: 30px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#l-ch1 a {
	background: url(../img/common/flag5.png) no-repeat;
	padding-left: 30px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#l-ch2 a {
	background: url(../img/common/flag3.png) no-repeat;
	padding-left: 30px;
	display: block;
	height: 23px;
	line-height: 23px;
}
#l-tha a {
	background: url(../img/common/flag4.png) no-repeat;
	padding-left: 30px;
	display: block;
	height: 23px;
	line-height: 23px;
}
*/

/*==================================
	content [single]
==================================*/
body.bevok {
	background: #001A3D !important; 
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width: 100%;
}
.bevok .r-list {
	background: #011635;
	overflow: hidden;
}
.bevok .r-thumb img {
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.bevok .r-thumb:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.bevok .r-thumb:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}



.bevok .rc-ja-h3 {
	position: absolute;
	top: 42%;
	left: 50%;
	z-index: 2;
	text-align: center;
	width: 320px;
	margin-left: -160px;
	color: #fff;
}

.bevok .bnisland .rc-ja-h3 {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 2;
	text-align: center;
	width: 320px;
	margin-left: -160px;
	color: #fff;
}

.bevok footer ul li {
	overflow: hidden;
	background: #042558;
}
article#dmap {
	position: relative;
}
#map_canvas {
	width: 100%;
	height: 1200px;
	position: relative;
	overflow: hidden;
	transform: translateZ(0px);
	background-color: rgb(229, 227, 223);
}
article#dmap h2 {
    position: absolute;
    bottom: 520px;
    left: 50%;
	margin-left: -250px;
}
.bevok #copy {
	width: 100%;
	background: #001A3D;
	text-align: center;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 24px 0;
	line-height: 1em;
}


@media screen and (max-width: 1024px){
	article#dmap {
		display: none;
	}
}



body#cat #reccomend {
	margin-top: 80px;
	margin-bottom: 0 !important;
}
body.area #reccomend {
	margin-top: 0 !important;
}

#page-intro {
	padding-top: 360px;
	padding-bottom: 360px;
}
#sp-cover {
	display: none;
}
h1#pegetitle {
	width: 480px;
    margin: 0 auto;
	color: #fff;
	text-align: center;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
h1#pegetitle span#ptj {
	font-size: 48px;
    letter-spacing: 2px;
    line-height: 130%;
    display: block;
    margin-bottom: 8px;
}
h1#pegetitle span#pte {
	font-size: 16px;
    letter-spacing: 2px;
    line-height: 130%;
    display: block;
}

#listbtn-bev {
	display: none;
}




















