@charset "utf-8";
/* ||||||||||||||||||||||||||||||||||||||||||||||

	トップページ用CSS
	
||||||||||||||||||||||||||||||||||||||||||||||||| */


@media (min-width: 992px) {
/* （992～）のとき */
.wrapper-inner {
	background: #E4DADF;
	overflow: hidden;
}

.main {
	width: 900px;
	background: #fff;
	overflow: visible;
}
}

/* --------------------------------------------------------------------------------
	メインコンテンツエリア
-------------------------------------------------------------------------------- */
.main-inner {
	padding-right: 0;
	padding-left: 0;
}

/* --------------------------------------------------------------------------------
	メインビジュアル
-------------------------------------------------------------------------------- */
#js-visual {
	width: 900px;
}

.visual {
	overflow: hidden;
}

.visual .bx-pager {
	padding: 10px 0!important;
	position: static!important;
}

.visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.visual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666;
}
/*
.visual * {
	overflow: hidden;
}
*/
@media (min-width: 992px) {
/* （992～）のとき */
.visual {
	width: 900px;
	/*max-height: 380px;*/
	margin: 0;
	overflow: hidden;
	background: url(../images/common/loading.gif) no-repeat center center;
}

/*
#js-visual > div {
	opacity: 0;
}

.visual .slick-track {
	width: 900px;
	overflow: hidden;
}

.visual .slick-list {
	max-height: 360px;
	opacity: 1!important;
}

.visual .slick-dots {
	margin: 5px 0 0 0;
	position: static;
}

.visual .slick-dots li.slick-active button:before {
	color: #666;
}*/
}

/* --------------------------------------------------------------------------------
	カテゴリ
-------------------------------------------------------------------------------- */
.category {
	color: #fff;
	position: relative;
}

/*.category a {
	padding: 80px 20px 30px 20px;
	text-decoration: none;
	color: #fff;
	display: block;
}
*/

.category .block {
	padding: 80px 20px 30px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.category .block > a {
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
}

.category:hover {	
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

.category .title {
	margin: 0 0 10px 0;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
}

.category .title br {
	display: none;
}
	
.category .title .en {
	font-weight: bold;
	font-size: 190%;
	display: block;
	line-height: 1;
}

.category .title .jp {
	font-size: 93%;
}

.cat-01 {	background: #207D4A;}
.cat-02 {	background: #C50030;}
.cat-03 {	background: #306298;}
.cat-04 {	background: #70B32D;}
.cat-05 {	background: #CC7C33;}
.cat-06 {	background: #7E33CC;}


.category .desc {
	margin-top: 10px;
	height: 26px;
	font-size: 93%;
}

.pamphlet {
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: top;
}

.event-name strong {
	font-weight: bold;
}

.event-desc {
	display: table-cell;
	vertical-align: top;
}

.pamphlet + .event-desc {
	padding-left: 20px;
}

.label {
	font-size: 11px;
	display: block;
}

.label-movie {
	background: #fff;
	text-align: center;
	color: #000;
}

.category .bx-pager {
	width: auto!important;
	padding-top: 0!important;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

@media (min-width: 992px) {
/* （992～）のとき */
.categories {
	margin: 0 0 20px 15px;
	overflow: hidden;
}

.category {
	width: 277px;
	margin: 10px 0 0 10px;
	float: left;
}
}

@media (max-width: 767px) {
/* （～767）のとき */
.category.cat-01 a.block {
	padding-bottom: 5px;
}

.category a.block,
.category .bx-viewport  {
	height: auto!important;
}
}
/* --------------------------------------------------------------------------------
	インフォメーション
-------------------------------------------------------------------------------- */
.aside {
	background: #E4DADF;
}

.aside-information {
	padding: 20px;
}

.aside-information dl {
	font-size: 93%;
}

.aside-information + .aside-banner {
	padding-top: 0;
}

.aside-information .title {
	margin: 0 0 20px 0;
	color: #666;
}

.aside-information .title .en {
	font-weight: bold;
	font-size: 190%;
	display: block;
	line-height: 1;
}

.aside-information .title br {
	display: none;
}
	
/* --------------------------------------------------------------------------------
	友の会・FBエリア
-------------------------------------------------------------------------------- */
.aside-community {
	padding: 20px;
	background: #F0F0E1;
}

.aside-community .title {
	margin: 0 0 10px 0;
	font-weight: bold;
}

.fb {
	margin: 10px auto 0 auto;
	text-align: center;
}

.main .aside-community {
	display: none;
}

@media (min-width: 992px) {
/* （992～）のとき */
.main .aside-community {
	display: block;
}

.aside .aside-community {
	display: none;
}
}

/* --------------------------------------------------------------------------------
	その他サイド
-------------------------------------------------------------------------------- */
@media (max-width: 991px) {
.aside-box {
 display: none;
 }
}

@media (min-width: 992px) {
.aside-box {
padding: 20px;
 }
}

/* --------------------------------------------------------------------------------
	インスタグラム
-------------------------------------------------------------------------------- */
@media (min-width: 992px) {
#takahash-posts div[class*="col-"] + div[class*="col-"] {
    margin-bottom: 0;
}
}

@media (max-width: 991px) {
#takahash-posts div[class*="col-"] {
    margin-bottom: 0;
}
}
	
/* --------------------------------------------------------------------------------
	イメージマップ
-------------------------------------------------------------------------------- */
.map-parent {
	position: relative;
}

.map-box {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 90;
}
.map-box area {
	top: 0;
	left: 0;
	border:none;
	outline:none;
  	position: absolute;
	z-index: 100;
}
/*
.map-box area:hover,
.map-box area:focus,
.map-box area:active{
	outline: none;
	border:none;
}*/

/* ソナー */
.mapsoner p {
	padding: 10;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.mapsoner img {
	width: 50%;
	height: 50%;
	opacity: 0.9;
	position: relative;
	z-index: 60;
}
.mapsoner p:nth-child(1) {
	top: 232px;
	left: 185px;
}
.mapsoner p:nth-child(2) {
	top: 413px;
	left: 376px;
}
:root .mapsoner p:nth-child(2) {
	top: 416px\0/;
	left: 381px\0/;
}
.mapsoner p:nth-child(3) {
	top: 133px;
	left: 411px;
}
.mapsoner p:nth-child(4) {
	top: 239px;
	left: 560px;
}
.mapsoner p:nth-child(5) {
	top: 41px;
	left: 590px;
}
.mapsoner p:nth-child(6) {
	top: 167px;
	left: 777px;
}
.mapsoner p:nth-child(7) {
	top: 57px;
	left: 785px;
}
:root .mapsoner p:nth-child(6) {
	top: 169px\0/;
	left: 779px\0/;
}

.mapsoner p:nth-child(1) img ,
.mapsoner p:nth-child(4) img ,
.mapsoner p:nth-child(5) img ,
.mapsoner p:nth-child(7) img {
	animation: anime-soner 1.7s ease-in-out 0s infinite normal;
/*	-moz-animation: anime-soner 1.5s ease-in-out 0s infinite normal;
	-webkit-animation: anime-soner 1.5s ease-in-out 0s infinite normal;-
	-ms-animation: anime-soner 1.5s ease-in-out 0s infinite normal;*/
	opacity: 0.1;
}
.mapsoner p:nth-child(2) img ,
.mapsoner p:nth-child(3) img ,
.mapsoner p:nth-child(6) img {
	animation: anime-soner2 1.4s ease-in-out 0s infinite normal;
	transform:scale(1.2);
	opacity: 0.7;
}

@keyframes anime-soner {
        50%{ transform:scale(1.2);opacity: 0.7; }
    }
@keyframes anime-soner2 {
        50%{ transform:scale(1.0);opacity: 0.1; }
    }
/*
@-moz-keyframes anime-soner {
        50%{ transform:scale(1.2);opacity: 0.9; }
    }

@-webkit-keyframes anime-soner {
        50%{ transform:scale(1.2);opacity: 0.9; }
    }

@-ms-keyframes anime-soner {
        50%{ transform:scale(1.2);opacity: 0.9; }
    }
*/

/* 説明ボックス */
.mapwin p {
	width: 320px;
	height: 274px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 110px;
}
.mapwin p span {
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 5px 0 7px 0;
	display: inline-block;
	background-color: #000;
}

.mapwin p:nth-child(1) {
	right: 50px;
}
.mapwin p:nth-child(2) {
	right: 50px;
}
.mapwin p:nth-child(3) {
	right: 50px;
}
.mapwin p:nth-child(4) {
	left: 50px;
}
.mapwin p:nth-child(5) {
	left: 50px;
}
.mapwin p:nth-child(6) {
	left: 50px;
}
.mapwin p:nth-child(7) {
	left: 50px;
}
