<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

逕ｻ髱｢繧ｵ繧､繧ｺ縺�480px莉･荳翫☆縺ｹ縺ｦ
@media screen and (min-width:480px) {
}
逕ｻ髱｢繧ｵ繧､繧ｺ縺�768px縺九ｉ1024px縺ｾ縺ｧ縺ｮ遶ｯ譛ｫ
@media screen and (min-width:768px) and ( max-width:1024px) {
}
逕ｻ髱｢繧ｵ繧､繧ｺ縺�1024px莉･荳翫☆縺ｹ縺ｦ
@media screen and (min-width:1024px) {
}
逕ｻ髱｢繧ｵ繧､繧ｺ縺�1024px縺ｾ縺ｧ
@media screen and (max-width: 1024px) {
}
*/

/*

逕ｻ髱｢繧ｵ繧､繧ｺ縺�768px縺ｾ縺ｧ
@media screen and (max-width: 768px) {
}
逕ｻ髱｢繧ｵ繧､繧ｺ縺�480px縺ｾ縺ｧ
@media screen and (max-width: 480px) {
}
逕ｻ髱｢繧ｵ繧､繧ｺ縺�320px縺ｾ縺ｧ
@media screen and (max-width: 320px) {
}

*/

/*======================================

	Structure Module

=======================================*/
html {
	font-size: 62.5%; /* rem縺ｮ蝓ｺ貅悶→縺ｪ繧九し繧､繧ｺ��10px */
}
body {
	font-family: "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", "Century Gothic",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #060c20;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a {color: #060c20;text-decoration: none;}
img {vertical-align: bottom;}

/*======================================

	common

=======================================*/
.mt30 {margin-top: 30px;}
.mt50 {margin-top: 50px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px !important;}

/* clear */
.clear {
	zoom: 1;
}
.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* en font */
.em_serif {
	font-family: 'Cormorant Garamond', serif;
}
.em_sans {
	font-family: 'Raleway', sans-serif;
}

.jp_serif {
	font-family: Georgia,"貂ｸ譏取悃",Yu Mincho,YuMincho,"Hiragino Mincho ProN","HGS譏取悃E","繝｡繧､繝ｪ繧ｪ",Meiryo,serif;
}

/* btns */
.btn_blue {
	display: block;
	margin: 0 auto;
	width: 240px;
	line-height: 48px;
	background: #004896;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: center;
	border: 1px solid #004896;
	transition: all .6s;
	box-sizing: border-box;
}
.btn_blue:hover {
	color: #004896;
	border: 1px solid rgba(0,72,150,.5);
	background: #fff;
}
.btn_blue_cont {
	width: 490px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;

}
@media screen and (max-width: 768px) {
	.btn_blue {
		line-height: 40px;
	}
	.btn_blue_cont {
		display: block;
		width: auto;
	}
	.btn_blue_cont li:first-child {
		margin-bottom: 10px;
	}
}
.bnr_white-paper {
	display: block;
	margin: 0 auto;
	width: 500px;
	height: 100px;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	position: relative;
	transition: all 1s ease;
}
.bnr_white-paper span {
	border: 1px solid rgba(0,72,150,.5);
	color: #004896;
	width: 100%;
	line-height: 100px;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
	transition: all 1s ease;
}
.bnr_white-paper:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/btn_white-paper.png) center center no-repeat;
	background-size: auto 100%;
	display: block;
	opacity: 1;
	transition: all 1s ease;
}
.bnr_white-paper span:hover {
	background: #004896;
	color: #fff;
}
.bnr_white-paper:hover:after {
	background-size: auto 120%;
	opacity: 0;
}
@media screen and (max-width: 520px) {
	.bnr_white-paper {
		width: 91.46%;
		height: 80px;
		font-size: 18px;
	}
	.bnr_white-paper span {
		line-height: 80px;
	}
}
.btn__underline {
	position: relative;
	margin: 0 auto;
	height: 48px;
	text-align: center;
	display: block;
}
.btn__underline span {
	position: absolute;
	z-index: 1;
	transition: all .3s;
	color: #004896;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	width: 100%;
	top: 0;
	left: 0;
	line-height: 48px;
	cursor: pointer;
}
.btn__underline:hover span {
	color: #fff;
}
.btn__underline:after {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0px;
    bottom: 0px;
    content: '';
    background: #004896;
    opacity: 1;
    transition: all .3s;
}
.btn__underline:hover:after {
    height: 100%;
}
.btn__underline.more {
	width: 124px;
}
.page-access .btn__underline.more {
	width: 150px;
}
.btn__underline.facebook {
	width: 200px;
}
.btn__underline.home {
	width: 100px;
}
.btn__underline.back_index {
	width: 140px;
}
@media screen and (max-width: 768px) {
	.btn__underline span {
		font-size: 18px;
	}
	.btn__underline.more {
		width: 100px;
	}
	.btn__underline:hover span {
		color: #004896;
	}
	.btn__underline:hover:after {
	    height: 4px;
	}
}
/* footer */
footer {
	display: block;
	width: 100%;
	background: #313237;
	font-family: 'Raleway', sans-serif;
	padding-top: 30px;
	padding-bottom: 18px;
}
#footer-nav {
	width: 280px;
	margin: 0 auto 12px;
	display: flex;
	justify-content: space-between;
}
#footer-nav li {
	font-size: 12px;
    font-weight: 600;
}
#footer-nav li a {
	opacity: 1;
	position: relative;
    padding-left: 10px;
    -webkit-transition: all .2s;
	transition: all .2s;
    padding-left: 14px;
    font-weight: 500;
    display: block;
    color: #eeeeee;
}
#footer-nav li a:before {
	position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-width: 3.5px 0 3.5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #004896;
}
#footer-nav li a:hover {
	opacity: .8;
}
#footer-nav li a:hover:before {
	left: 2px;
}
.copyright {
	color: #dedede;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	margin-bottom: 0;
}
/*======================================

	header

=======================================*/
header {
	position: fixed;
	z-index: 1;
	background: #fff;
}
header &gt; nav &gt; ul &gt; li {
    transition: all .2s;
    width: 180px;
}
header &gt; nav &gt; ul &gt; li &gt; a {
	display: block;
	padding: 0 20px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 40px;
    transition: all .2s;
    box-sizing: border-box;
}
header nav .gray {
	background: #f4f4f5;
}
header nav .gray.border {
	border-bottom: 1px solid #fff;
}
header nav .black {
	background: #313237;
}
header nav .mb20 {
	margin-bottom: 20px;
}
header nav .black a {
	color: #fff;
}
header nav .black.border {
	border-bottom: 1px solid #838487;
}
header nav .small a {
	font-size: 11px;
	color: #56585e;
}
header &gt; nav &gt; ul &gt; li.small {
	line-height: 36px;
}
.drawer-menu {
	background: #fff;
	height: 100%;
    -webkit-overflow-scrolling: touch;
}
.drawer--left .drawer-nav {
	left: 0;
	background: #fff;
}
.drop-nav {
	overflow: hidden;
	height: 0;
	padding-left: 30px;
	transition: all 0.2s;
}
.drop-nav a {
	padding: 0;
}
.drop-nav.open.nav_access {
	overflow: visible;
	height: 40px;
}
.drop-nav.venues_lower_visible {
	overflow: visible;
	height: 40px;
}
.drop-navBtn-li {
	position: relative;
}
.drop-navBtn {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
    top: 25%;
    right: 10px;
    transition: all 0.2s;
    cursor: pointer;
}
.drop-navBtn span {
	display: block;
	content: "";
	margin-top: 7px;
	margin-left: 7px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #004896;
	border-right: 1px solid #004896;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.drop-navBtn.open span {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.drop-navBtn-li.current .drop-navBtn span {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#language {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
main #language li:nth-last-child(3n) {
	margin-right: 16px;
}
main #language li:last-child {
	padding-left: 16px;
	border-left: 1px solid #060c20;
}
header #language li span {
	padding-right: 16px;
	border-right: 1px solid #060c20;
}
#language li:last-child {
	margin-left: 24px;
}
#language li a {
	transition: all .3s;
}
#language.w li svg {
	fill: #fff;
}
#language li:nth-child(-n+3) a {
	display: flex;
	justify-content: center;
	align-items: center;
}
header #language li:nth-child(-n+3) {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
header #language li:nth-last-child(3n) {
	margin-right: 60px;
}
header #language li:nth-last-child(-n+2) span {
	height: 1em;
}
main #language li:nth-child(-n+3) a:hover{
	opacity: 0.75;
}
#language.pc li a:hover,
#language .current,
#language.w .current {
	color: #004896;
}
.u-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
header &gt; nav &gt; ul &gt; .nav-li.current {
	background: #004896;
}
header &gt; nav &gt; ul &gt; .nav-li.drop-nav.current {
	background: #195aa0;
}
#page-access header &gt; nav &gt; ul &gt; .nav-li.drop-nav.current {
	background: #fff;
}
#page-access header &gt; nav &gt; ul &gt; .nav-li.drop-nav.current a {
	color: #060c20;
}
header &gt; nav &gt; ul &gt; .nav-li.current a {
	color: #fff;
}
header h1 span {
	display: none;
}
@media screen and (min-width:769px) {
	nav {
		display: block;
	}
	#navBtn {
		display: none;
	}
	header h1 .sp {
		display: none;
	}
	header h1 {
		position: relative;
		z-index: 102;
	}
	header h1 a {
		margin: 0 auto;
		width: 120px;
		display: block;
		padding-top: 16px;
	}
	header h1 span {
		display: block;
		font-size: 10px;
	    font-weight: normal;
	    text-align: center;
	    width: 180px;
	    padding-top: 10px;
	}
	header.en .drawer-nav {
		padding-top: 196px;
	}
	.drawer-nav {
		padding-top: 186px;
   		width: 180px;
		box-shadow:4px 0 10px 0 rgba(32,47,64,.1);
	}
	.drawer--left .drawer-nav {
		transition: none;
	}
	header &gt; nav &gt; ul &gt; li:hover {
		background: #004896;
	}
	header &gt; nav &gt; ul &gt; li:hover a {
		color: #fff;
	}
	#page-access header &gt; nav &gt; ul &gt; .nav-li.drop-nav.current:hover {
		background: #004896;
	}
	#page-access header &gt; nav &gt; ul &gt; .nav-li.drop-nav.current:hover a {
		color: #fff;
	}
	.drop-nav.open:hover a{
		color: #fff;
	}
	.drop-nav.open:hover {
		background: #004896;
	}
	.drop-navBtn-li:hover .drop-navBtn span {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	main {
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
		display: block;
		margin-left: 180px;
		position: relative;
   	}
	#language.pc {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1;
		opacity: 1 !important;
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
	}
	.drawer-nav li:last-child {
		display: none;
	}
	#language.w li:last-child {
		border-left: 1px solid #fff;
	}
	#language.w {
		color: #fff;
	}
	#language.w a {
		color: #fff;
	}
}
@media screen and (max-width: 768px) {
	header {
		width: 100%;
		height: 50px;
		box-shadow:4px 0 10px 0 rgba(32,47,64,.1);
		z-index: 101;
		top: 0;
		background: #fff;
		transition: all .1s;
	}
	.drawer-open header {
		background: #556c84;
	}
	main {
		margin-top: 50px;
		overflow: hidden;
	}
	.drawer--left .drawer-nav {
		left: -250px;
	}
	header h1 .sp {
		display: inline;
		padding-top: 6px;
		transition: all .1s;
	}
	.drawer-open header h1 .sp {
		opacity: .75;
	}
	header h1 .pc {
		display: none;
	}
	header h1 {
		text-align: center;
	}
	.drawer-nav {
		width: 250px;
	}
	.drawer-hamburger {
		width: 20px;
		padding: 24px 16px 25px;
	}
	.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
		height: 1px;
	}
	.drawer-hamburger-icon:before {
		top: -7px;
	}
	.drawer-hamburger-icon:after {
		top: 7px;
	}
	.drawer-hamburger-icon {
		margin-top: 0;
	}
	.drawer-open .drawer-overlay {
		display: block;
	}
	.drawer-overlay {
		background: rgba(13,45,80,.7);
	}
	.drawer--left.drawer-open .drawer-hamburger {
		background: #313237;
		left: 250px;
	}
	header &gt; nav &gt; ul &gt; li {
		width: 100%;
	}
	header &gt; nav &gt; ul &gt; li a {
		line-height: 50px;
	}
	header &gt; nav &gt; ul &gt; li.small a {
		line-height: 40px;
	}
	.drawer-open .drawer-hamburger-icon:before,.drawer-open .drawer-hamburger-icon:after {
		background-color: #fff;
	}
	.drop-nav.open {
		height: 50px;
	}
	#language.pc {
		display: none;
	}
	#language {
		margin-top: 4px;
	}
	.drawer-menu &gt; li:last-child {
		padding: 0 20px;
	}
	.drop-nav.open.nav_access {
		height: 50px;
	}
}

/* search */
header .gsc-search-button-v2 svg {
	fill: #004896;
}
header .cse .gsc-search-button-v2,
header .gsc-search-button-v2 {
	border: none;
	padding: 8px 8px 9px 8px;
	background: #dae0e8;
	position: absolute;
	right: 9px;
	top: 0px;
	z-index: 1;
	border-radius: 0;
	outline: none;
	border-radius: 0 3px 3px 0;
	transition: all .2s;
	cursor: pointer;
}
header table.gsc-search-box {
	position: relative;
}
header .gsib_a {
	padding: 4px 5px;
}
header .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 8px;
}
header .gsc-input-box {
	border-color: #dae0e8;
	height: 30px;
	box-sizing: border-box;
	border-radius: 3px;
}
header .gsc-input-box-hover,
header .gsc-input-box-focus {
	box-shadow: none;
}
header &gt; nav &gt; ul &gt; li.nav-search:hover {
	background: none;
}
main .cse .gsc-control-cse,
main .gsc-control-cse {
	padding: 0 0 100px 0;
}

@media screen and (min-width:769px) {
	header .nav-search.sp,
	header .searchBtn {
		display: none;
	}
	header .nav-search.pc input.gsc-input {
		font-size: 13px;
	}
	header .nav-search.pc input.gsc-input::placeholder {
		font-size: 10px;

	}
}
@media screen and (max-width:768px) {
	header .nav-search.pc {
		display: none;
	}
	body.search section h2 {
		padding-bottom: 10px;
	}
	header .nav-search.sp {
		margin-top: 6px;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
		background: #f4f4f5;
	    box-shadow: 0px 4px 10px -4px rgba(32,47,64,0.2);
		display: none;
	}
	header .nav-search.sp .gsc-input-box {
		height: 40px;
	}
	header .nav-search.sp .gsc-search-box-tools .gsc-search-box .gsc-input {
		padding: 0;
		width: 91.46%;
		margin: 0 auto;
	}
	header .nav-search.sp .cse .gsc-search-button-v2,
	header .nav-search.sp .gsc-search-button-v2 {
		padding: 12px;
		right: 0;
	}
	header .nav-search.sp .gsc-search-button-v2 svg {
		width: 16px;
		height: 16px;
	}
	header .nav-search.sp .gsib_a {
	    padding: 9px 5px;
	}
	header .searchBtn {
		display: block;
		position: absolute;
		padding: 15px 16px;
		top: 0;
		right: 0;
		z-index: 104;
		box-sizing: content-box;
	    width: 20px;
	    height: 20px;
		cursor: pointer;
	}
	header .searchBtn img {
		width: 20px;
	}
	header .search-close {
		display: none;
	}
	header .searchBtn span {
	    background-color: transparent;
	    margin-top: 0;
        position: relative;
		display: block;
	}
	header .searchBtn span:before,
	header .searchBtn span:after {
	    background-color: #fff;
		display: block;
	}
	header .searchBtn span:before {
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	header .searchBtn span:after {
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	header .searchBtn span:before, header .searchBtn span:after {
	    top: 0;
	}
	header .searchBtn span:before {
	    top: -7px;
	}
	header .searchBtn span:after {
	    top: 7px;
	}
	header .searchBtn span:before, header .searchBtn span:after {
	    height: 1px;
	}
	header .searchBtn span:before, header .searchBtn span:after {
	    position: absolute;
	    top: 10px;
	    left: 0;
	    content: ' ';
	}
	header .searchBtn span:before, header .searchBtn span:after {
	    width: 100%;
	    height: 1px;
	    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	    background-color: #222;
	}
	.drawer-open header .nav-search.sp {
		background: #4e6379;
	}
	.drawer-open header .nav-search.sp #___gcse_0 {
		opacity: .2;
	}
}
/*======================================

	top

=======================================*/
.bx-wrapper {
	overflow: hidden;
	z-index: 0;
}
#top__mainV li span {
	display: block;
	width: 100%;
	height: 760px;
	position: relative;
}
#top__mainV img {
	display: block;
	width: 30vw;
	max-width: 390px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.main-slide1 {
	background: url(/img/top_slide1.jpg) center center;
	background-size: cover;
}
.main-slide2 {
	background: url(/img/top_slide2.jpg) center center;
	background-size: cover;
}
.main-slide3 {
	background: url(/img/top_slide3.jpg) center center;
	background-size: cover;
}
.main-slide4 {
	background: url(/img/top_slide4.jpg) center center;
	background-size: cover;
}
.main-slide5 {
	background: url(/img/top_slide5.jpg) center center;
	background-size: cover;
}
.main-slide6 {
	background: url(/img/top_slide6.jpg) center center;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	#top__mainV img {
		width: 60vw;
		max-width: 276px;
	}
	#top__mainV li span {
		height: 470px;
	}
}
#top__info {
	position: absolute;
	right: 20px;
	top: 630px;
	width: 360px;
}
#top__info li {
	display: block;
	width: 100%;
	height: 100px;
	background: #f4f4f5;
}
#top__info li a {
	display: block;
	height: 100px;
	width: 360px;
	opacity: 1;
	transition: opacity .2s;
}
#top__info li a:hover {
	opacity: .8;
}
#top__info li img {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
}
#top__info li p {
	font-size: 13px;
	line-height: 18px;
	padding: 12px 14px;
	margin-left: 100px;
	height: 100px;
	box-sizing: border-box;
}
#top__info li p span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;
}
#top__info li p span.date {
	display: block;
	color: #004896;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin-top: 4px;
}
#top__info .bx-wrapper .bx-controls-direction a {
  top: auto;
  bottom: 10px;
  margin-top: -16px;
  width: 5px;
  height: 5px;
}
#top__info .bx-wrapper .bx-prev {
	right: 20px;
	left: auto;
}
#top__info .bx-controls-direction {
	position: relative;
    height: 43px;
    width: 76px;
    top: -43px;
    background: url(/img/info_bg.png) right bottom no-repeat;
    background-size: 76px auto;
    z-index: 100;
    margin-left: 284px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: rgba(0,72,150,1);
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(0,72,150,.5);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 26px;
}
#top__bnr {
	max-width: 980px;
	width: 91.46%;
	margin: 100px auto;
	text-align: center;
}
#top__bnr a {
	transition: all .2s;
	opacity: 1;
}
#top__bnr a:hover {
	opacity: .8;
}
#top__bnr img {
	width: 140px;
}
.top__bnr {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 50px;
}
.top__bnr li {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.top__bnr1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.top__bnr2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 680px;
	margin: 0 auto 60px;
}
#top__bnr p a {
	font-size: 12px;
	transition: all .4s;
	text-decoration: underline;
}
#top__bnr p a:hover {
	text-decoration: none;
	color: #004896;
}
@media screen and (max-width: 1024px) {
	.top__bnr2 {
		max-width: 540px;
	}
}
@media screen and (max-width: 768px) {
	#top__info {
		position: static;
		width: 360px;
		margin: 30px auto 100px;
	}
	#top__info .bx-wrapper {
		overflow: visible;
	}
	#top__info .bx-controls-direction {
		display: none;
	}
	#top__info .bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
	}
	#top__info .bx-wrapper .bx-pager {
		bottom: -20px;
	}
/*
	#top__bnr {
		margin: 60px auto;
	}
	#top__bnr img {
		display: block;
		width: 80%;
		position: absolute;
		top: 50%;
		left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	#top__bnr ul {
		display: block;
		margin-bottom: 0px;
	}
	#top__bnr ul li {
		width: 50%;
		height: 80px;
		margin-bottom: 4px;
		position: relative;
	}
	#top__bnr ul li:nth-child(odd) {
		float: left;
	}
	#top__bnr ul li:nth-child(even) {
		float: right;
	}
	#top__bnr ul:after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: ".";
	}
	#top__bnr p {
		margin-top: 20px;
	}
*/
}
@media screen and (max-width: 480px) {
	#top__info {
		width: 91.46%;
		margin-top: 20px;
	}
	#top__info li p span {
		width: 94%;
	}
}
#top__why {
	margin-top: 130px;
	margin-bottom: 110px;
	position: relative;
	top: 0;
	left: 0;
	height: 660px;
}
#top__why .txt_cont {
	position: absolute;
	top: 0;
	right: 6%;
	width: 50vw;
	max-width: 600px;
	z-index: 1;
}
#top__why h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1;
}
#top__why .catch {
	font-family: 'Cormorant Garamond', serif;
	font-size: 72px;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: 500;
}
#top__why .catch .em {
	font-size: 82px;
}
#top__why .catch .blue {
	color: #004896;
}
#top__why .sentence {
	font-family: Georgia,"貂ｸ譏取悃",Yu Mincho,YuMincho,"Hiragino Mincho ProN","HGS譏取悃E","繝｡繧､繝ｪ繧ｪ",Meiryo,serif;
	margin-bottom: 40px;
	line-height: 30px;
}
#top__why img {
	display: block;
	position: absolute;
	top: 110px;
	left: 0;
	width: 90%;
	max-width: 850px;
	transition: all .2s;
}
#top__why img.sp {
	display: none;
}
@media screen and (max-width: 1024px) {
	#top__why .txt_cont {
		width: 70vw;
	}
	#top__why img {
		top: 230px;
	}
}
@media screen and (max-width: 768px) {
	#top__why {
		margin-top: 55px;
	}
	#top__why h2 {
		font-size: 27px;
	}
	#top__why .catch {
		font-size: 50px;
	}
}
@media screen and (max-width: 480px) {
	#top__why {
		margin-bottom: 40px;
	}
	#top__why .txt_cont {
		position: relative;
		width: 91.46%;
		margin: 0 auto;
		top: auto;
		right: auto;
	}
	#top__why {
		height: auto;
	}
	#top__why h2 {
		text-align: center;
	}
	#top__why .catch {
		text-align: center;
	}
	#top__why .catch .em {
		font-size: 53px;
	}
	#top__why .sentence {
		line-height: 25px;
	}
	#top__why img.pc {
		display: none;
	}
	#top__why img.sp {
		display: block;
	}
	#top__why img {
		position: static;
		width: 95.73%;
		margin-top: -120px;
	}
}
#top__venues {
	margin-top: 130px;
}
#top__venues h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 60px;
	line-height: 1em;
	text-align: center;
}
#top__venues h2 .sub_jp {
	display: block;
	font-size: 13px;
	font-family: Georgia,"貂ｸ譏取悃",Yu Mincho,YuMincho,"Hiragino Mincho ProN","HGS譏取悃E","繝｡繧､繝ｪ繧ｪ",Meiryo,serif;
	margin-top: 4px;
	margin-bottom: -20px;
}
#top__venues ul {
	display: -webkit-flex;
	display: flex;
 	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
#top__venues .first {
	margin-bottom: 0.3%;
}
#top__venues .second {
	margin-bottom: 70px;
}
#top__venues ul li {
	height: 296px;
	background: #004896;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#top__venues .first li,
#top__venues .second li {
	width: 33.13%;
}
#top__venues ul a {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: block;
    width: 100%;
    height: 100%;
	position: relative;
	transition: all 1s ease;
	z-index: 1;
}
#top__venues ul a span {
	width: 92%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
	transition: all 1s ease;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#top__venues ul li a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	transition: all 1s ease;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#top__venues .first li:nth-child(1) a:after {
	background: url(/img/top_venues_conventoins.jpg) center center;
	background-size: cover;
}
#top__venues .first li:nth-child(2) a:after {
	background: url(/img/top_venues_accommodations.jpg) center center;
	background-size: cover;
}
#top__venues .first li:nth-child(3) a:after {
	background: url(/img/top_venues_venues.jpg) center center;
	background-size: cover;
}
#top__venues .second li:nth-child(1) a:after {
	background: url(/img/top_venues_cafe.jpg) center center;
	background-size: cover;
}
#top__venues .second li:nth-child(2) a:after {
	background: url(/img/top_venues_entertainment.jpg) center center;
	background-size: cover;
}
#top__venues .second li:nth-child(3) a:after {
	background: url(/img/top_venues_activities.jpg) center center;
	background-size: cover;
}
#top__venues ul a:hover span {
	color: #fff;
}
#top__venues .first li:nth-child(1) a:hover:after,
#top__venues .first li:nth-child(2) a:hover:after,
#top__venues .first li:nth-child(3) a:hover:after,
#top__venues .second li:nth-child(1) a:hover:after,
#top__venues .second li:nth-child(2) a:hover:after,
#top__venues .second li:nth-child(3) a:hover:after,
#top__venues .second li:nth-child(4) a:hover:after {
    opacity: .6;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
@media screen and (max-width: 900px) {
	#top__venues ul.first,
	#top__venues ul.second {
		display: block;
	}
	#top__venues .first {
		margin-bottom: 0;
	}
	#top__venues .second {
		margin-bottom: 40px;
	}
	#top__venues ul li {
		background: #004896;
		display: block;
		position: relative;
		text-align: center;
	}
	#top__venues .first li,
	#top__venues .second li {
		width: 100%;
		height: 180px;
		margin-bottom: 3px;
	}
}
@media screen and (max-width: 768px) {
	#top__venues .first li,
	#top__venues .second li {
		height: 100px;
	}
	#top__venues .second {
		display: block;
		zoom: 1;
	}
	#top__venues .second:after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: ".";
	}
	#top__venues .first a,
	#top__venues .second a {
		font-size: 18px;
	}
	#top__venues h2 {
		font-size: 27px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	#top__about h2 br {
		display: none;
	}
	#top__venues {
		margin-top: 100px;
	}
}
#top__about {
	width: 100%;
	background: url(/img/top_about_bg.jpg) center center;
	background-size: cover;
	padding: 140px 0;
	font-family: Georgia,"貂ｸ譏取悃",Yu Mincho,YuMincho,"Hiragino Mincho ProN","HGS譏取悃E","繝｡繧､繝ｪ繧ｪ",Meiryo,serif;
	margin-top: 130px;
}
#top__about h2 {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
}
#top__about p {
	line-height: 30px;
	width: 50vw;
	max-width: 550px;
	margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
	#top__about h2 {
		font-size: 20px;
		width: 91.46%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	#top__about {
		background: url(/img/top_about_bg_sp.jpg) center top no-repeat,#f4f4f5;
		background-size: 100% auto;
		padding: 70px 0 0;
		margin-top: 80px;
	}
	#top__about p {
		width: 91.46%;
		margin: 20px auto 30px;
	}
}
#top__report,
#top__facebook {
	width: 100%;
	background: #f4f4f5;
	padding-top: 110px;
	padding-bottom: 100px;
}
#top__facebook {
	padding-top: 40px;
}
#top__report h2,
#top__facebook h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 60px;
	line-height: 1em;
	text-align: center;
}
#top__facebook .ttlCont {
    padding: 4px 0;
    border-top: 1px solid rgba(7, 13, 34, 0.9);
    border-bottom: 1px solid rgba(7, 13, 34, 0.9);
    display: table;
    margin: 0 auto 60px;
}
#top__facebook h2 {
	position: relative;
/* 	color: #004896; */
	display: table;
	margin: 0px auto;
    border-top: 2px solid rgba(7, 13, 34, 0.7);
    border-bottom: 2px solid rgba(7, 13, 34, 0.7);
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 10px;
	padding-left: 66px;
}
#top__facebook h2:before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: #313237 url(/img/fb_icon.svg) no-repeat center center;
	background-size: 10px auto;
	top: 50%;
	transform: translate(0,-50%);
	left: 10px;
	border-radius: 40px;

}
#top__report h2 .sub_jp {
	display: block;
	font-size: 13px;
	font-family: Georgia,"貂ｸ譏取悃",Yu Mincho,YuMincho,"Hiragino Mincho ProN","HGS譏取悃E","繝｡繧､繝ｪ繧ｪ",Meiryo,serif;
	margin-top: 4px;
	margin-bottom: -20px;
}
#top__report h2 .br ,
#top__facebook h2 .br {
	margin-left: 10px;
}
@media screen and (max-width: 768px) {
	#top__report h2 {
		font-size: 27px;
		margin-bottom: 40px;
	}
	#top__facebook h2 {
		font-size: 27px;
	}
	#top__facebook .ttlCont {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	#top__report {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	#top__facebook {
		padding-top: 20px;
	}
	#top__report h2 .br {
		display: block;
	}
	#top__report h2 .br,
	#top__facebook h2 .br {
		margin-left: 0;
	}
	#top__report h2 span,
	#top__facebook h2 span {
		margin-left: 0;
		display: block;
		margin-top: 4px;
	}
}
.page-policy section,
.page-sitemap section {
	max-width: 980px;
    width: 91.46%;
    margin: 0 auto;
}
.page-policy h2,
.page-sitemap h2 {
    padding: 50px 0px 40px;
    color: #004896;
    font-size: 46px;
	font-family: 'Cormorant Garamond', serif;
}
.page-policy section h3 {
    margin-bottom: 20px;
    font-family: "貂ｸ譏取悃", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", Meiryo, serif;
    font-size: 24px;
    font-weight: normal;
}
.page-policy section p {
    line-height: 26px;
    margin-bottom: 60px;
}
.page-policy section p a {
	text-decoration: underline;
	cursor: pointer;
	transition: all .4s;
}
.page-policy section p a:hover {
	color: #004896;
}
.page-policy section p.mb20 {
    margin-bottom: 20px;
}
.page-policy section .link {
	display: block;
	margin-bottom: 100px;
	text-decoration: underline;
	color: #004896;
}
.page-policy section ol {
	list-style-type: decimal;
	margin-bottom: 60px;
	margin-top: -40px;
}
.page-policy section ol li {
    list-style: decimal;
    margin-left: 1.5em;
}
.page-sitemap section &gt; ul {
	margin-bottom: 100px;
}
.page-sitemap section &gt; ul &gt; li {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 16px;
    font-weight: 600;
}
.page-sitemap section &gt; ul &gt; li {
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 14px;
	width: 100%;
}
.page-sitemap section &gt; ul &gt; li a {
	opacity: 1;
	position: relative;
    padding-left: 12px;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.page-sitemap section &gt; ul &gt; li ul {
	margin-top: 6px;
}
.page-sitemap section &gt; ul &gt; li ul li a {
    padding-left: 32px;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    color: #444;
}
.page-sitemap section &gt; ul &gt; li a:before {
	position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-width: 3.5px 0 3.5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #004896;
}
.page-sitemap section &gt; ul &gt; li ul li a:before {
    left: 20px;
}
.page-sitemap section &gt; ul &gt; li a:hover {
	opacity: .8;
	color: #004896;
}
.page-sitemap section &gt; ul &gt; li &gt; a:hover:before {
	left: 2px;
}
.page-sitemap section &gt; ul &gt; li ul li a:hover:before {
    left: 22px;
}

@media screen and (max-width: 768px){
	.page-policy section h2,
	.page-sitemap section h2 {
		padding: 40px 0 40px;
	    font-size: 40px;
	}
	.page-policy section h3 {
		font-size: 20px;
	}
	.page-sitemap section &gt; ul &gt; li {
		margin-bottom: 16px;
	}
	.page-sitemap section &gt; ul &gt; li ul {
		margin-top: 16px;
	}
	.page-sitemap section &gt; ul &gt; li ul li a {
	    margin-bottom: 14px;
	}
}

/*======================================

	contact

=======================================*/
.page-contact section {
	max-width: 980px;
    width: 91.46%;
    margin: 0 auto 100px;
}
.page-contact section h2 {
    padding: 50px 0px 40px;
    color: #004896;
    font-size: 46px;
	font-family: 'Cormorant Garamond', serif;
}
.page-contact section h3 {
    margin-bottom: 16px;
    font-family: "貂ｸ譏取悃", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", Meiryo, serif;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}
.page-contact section th {
	text-align: left;
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
}
.page-contact section th span {
	color: #ea2828;
	border: 1px solid #ea2828;
	padding: 2px;
	font-size: 10px;
	font-weight: normal;
	margin-left: 8px;
	vertical-align: middle;
}
.page-contact section td {
	display: block;
	margin-bottom: 32px;
}
.page-contact section table {
	margin-bottom: 40px;
	width: 100%;
}
.page-contact section input[type="text"] {
	display: block;
	width: 100%;
	max-width: 320px;
	height: 32px;
	margin: 0px;
	padding: 0 4px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.page-contact section .long input[type="text"] {
	max-width: 520px;
}
.page-contact section input[type="date"] {
	width: 180px;
	height: 32px;
	margin: 0px;
	margin-left: 4px;
	padding: 0 4px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.page-contact section input:focus,
.page-contact section textarea:focus {
	outline: none;
}
.page-contact section input[type="text"].ng {
	background: #f9eef4;
}
.page-contact section textarea.ng {
	background: #f9eef4;
}
.page-contact section textarea {
	display: block;
	width: 100%;
	height: 155px;
	margin: 0px;
	padding: 8px;
	font-size: 14px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.page-contact section td .radio {
	margin-right: 16px;
	display: inline-block;
}
.page-contact section .imageAuthentication th {
	float: left;
	width: 100%;
	max-width: 200px;
	margin-right: 10px;
}
.page-contact section .imageAuthentication td {
	float: left;
	text-align: right;
	width: 215px;
}
.page-contact section .imageAuthentication a {
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
	cursor: pointer;
}
.page-contact section .imageAuthentication a:hover {
	color: #004896;
	text-decoration: none;
}
.page-contact section .imageAuthentication input {
	width: 100%;
}
.page-contact section .attention {
	text-align: center;
	font-size: 13px;
	margin-bottom: 30px;
}
.page-contact section .attention a {
	text-decoration: underline;
	cursor: pointer;
}
.page-contact section .attention a:hover {
	color: #004896;
	text-decoration: none;
}
.page-contact section .error_mes {
	margin-bottom: 30px;
	color: #ea2828;
	font-size: 13px;
	line-height: 1.6em;
}
.page-contact.confirm header #language {
	display: none;
}
.page-contact section .btn_blue {
	cursor: pointer;
	font-size: 14px;
	font-family: 'Raleway',"貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", "Century Gothic",Helvetica,Arial,sans-serif;
	transition: all .2s;
	font-weight: 500;
}
.page-contact.confirm section .btn_blue.back {
	width: 200px;
	line-height: 40px;
	margin-top: 30px;
	background: #dae0e8;
	border: 1px solid #dae0e8;
	color: #004896;
}
.page-contact.confirm section .btn_blue.back:hover {
	color: #004896;
	border: 1px solid rgba(0,72,150,.5);
	background: #fff;
}
@media screen and (max-width: 768px) {
	.page-contact section h2 {
		padding: 40px 0 40px;
	    font-size: 40px;
	}
	.page-contact section h3 {
		font-size: 20px;
	}
	.page-contact section td .radio {
		margin-bottom: 10px;
	}
	.page-contact section input.btn_blue[type="submit"] {
	   -webkit-appearance: none;
	   border-radius: 0;
	}
}
/*======================================

	venues__top

=======================================*/
.page-venues #mainvisual {
	background: url(/img/venues_mainV.jpg) center center;
	background-size: cover;
    height: 460px;
    display: block;
}
@media screen and (max-width: 768px) {
	.page-venues #mainvisual {
	    height: 280px;
	}
}
.page-venues .facility-type {
	background: #004896;
	width: 100%;
	padding: 30px 0;
}
.page-venues .facility-type h3 {
	width: 91.46%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
	max-width: 980px;
	color: #fff;
	position: relative;
	padding-left: 14px;
}
.page-venues .facility-type h3:before {
	content: "";
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	width: 4px;
	height: 18px;
	top: 3px;
	left: 0;
    position: absolute;
}
.page-venues .facility-type ul {
	width: 91.46%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	max-width: 980px;
}
.page-venues .facility-type ul li {
    width: 16.12%;
    display: block;
}
.page-venues .facility-type ul li a {
	font-size: 13px;
    padding: 8px 0;
	border-radius: 50px;
	border: 2px solid #fff;
	font-family: 'Raleway', sans-serif;
	color: #fff;
    font-weight: 500;
    display: block;
    width: 100%;
	text-align: center;
	box-sizing: border-box;
    transition: all .2s;
}
.page-venues .facility-type ul li a.current,
.page-venues .facility-type ul li a:hover {
	background: #fff;
	color: #004896;
}
@media screen and (max-width: 1200px) {
	.page-venues .facility-type ul {
		display: block;
	}
	.page-venues .facility-type ul:after {
	    display: block;
	    visibility: hidden;
	    clear: both;
	    height: 0;
	    content: ".";
	}
	.page-venues .facility-type ul li {
		float: left;
		width: 32.8%;
		margin-right: 0.8%;
	}
}
@media screen and (min-width:769px) and (max-width:1200px) {
	.page-venues .facility-type ul li:nth-child(3n) {
		margin-right: 0;
	}
	.page-venues .facility-type ul li:nth-child(-n+3) {
		margin-bottom: 0.8%;
	}
}
@media screen and (max-width: 768px) {
	.page-venues .facility-type ul li {
		float: left;
		width: 49.4%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.page-venues .facility-type ul li:nth-child(even) {
		float: right;
	}
}
.page-venues .shop-overview {
	background: #f4f4f5;
	padding: 60px 0;
	width: 100%;
}
.page-venues .shop-overview ul {
	width: 91.46%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	max-width: 980px;
}
.page-venues .shop-overview ul li{
	display: block;
	width: 22.44%;
}
.page-venues .shop-overview ul li a {
    transition: all .2s;
}
.page-venues .shop-overview ul li .imgCont {
	overflow: hidden;
	margin-bottom: 10px;
}
.page-venues .shop-overview ul li a img {
	width: 100%;
    transform: scale(1);
    transition: all .5s;
}
.page-venues .shop-overview ul li a:hover img {
    transform: scale(1.05);
}
.page-venues .shop-overview ul li a:hover h3,
.page-venues .shop-overview ul li a:hover p {
	opacity: .7;
}
.page-venues .shop-overview ul li a h3 {
}
.page-venues .shop-overview ul li a p {
	font-size: 13px;
	color: #626571;
	margin-top: 6px;
}
@media screen and (max-width: 480px) {
	.page-venues .shop-overview {
		padding: 40px 0;
	}
	.page-venues .shop-overview ul {
		display: block;
	}
	.page-venues .shop-overview ul:after {
	    display: block;
	    visibility: hidden;
	    clear: both;
	    height: 0;
	    content: ".";
	}
	.page-venues .shop-overview ul li{
		float: left;
		width: 47.8%;
		margin-bottom: 24px;
	}
	.page-venues .shop-overview ul li:nth-child(even) {
		float: right;
	}
	.page-venues .shop-overview ul li:nth-child(n+3) {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 320px) {
	.page-venues .shop-overview ul li a h3,
	.page-venues .shop-overview ul li a p {
		font-size: 12px;
	}
}
.page-venues .venues_list {
	margin: 60px auto 100px;
	width: 91.46%;
	max-width: 980px;
}
.page-venues .venues_list li:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}
.page-venues .venues_list li {
	margin-bottom: 40px;
}
.page-venues .venues_list li a {
	transition: all .2s;
}
.page-venues .venues_list li img {
	width: 100%;
    transform: scale(1);
    transition: all .5s;
}
.page-venues .venues_list li .imgCont {
	overflow: hidden;
	display: block;
	float: left;
	width: 280px;
}
.page-venues .venues_list li a:hover img {
    transform: scale(1.04);
}
.page-venues .venues_list li a:hover .txt {
	opacity: .7;
}
.page-venues .venues_list li .txt {
	float: right;
	width: calc(100% - 310px);
}
.page-venues .venues_list li .txt h3 {
	font-size: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid #d2d4d7;
	margin-bottom: 8px;
	width: 100%;
	opacity: 1;
	position: relative;
	transition: all .2s;
    padding-left: 12px;
}
.page-venues .venues_list li .txt h3 small {
	font-size: 14px;
	font-weight: normal;
	margin-left: 12px;
}
.page-venues .venues_list li .txt h3:before {
	position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    border-width: 3.5px 0 3.5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #004896;
}
.page-venues .venues_list li a:hover .txt h3:before {
	left: 2px;
}
.page-venues .venues_list li .txt dt {
	background: #004896;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	color: #fff;
    font-weight: 500;
	padding: 3px 5px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 6px;
}
.page-venues .venues_list li .txt dd {
	color: #004896;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
}
.page-venues .venues_list li .txt dl {
	display: inline-block;
	margin-bottom: 4px;
}
.page-venues .venues_list li .txt p {
	color: #626571;
	margin-top: 10px;
}
@media screen and (max-width: 480px) {
	.page-venues .venues_list li .txt {
		width: 100%;
		float: none;
	}
	.page-venues .venues_list li .imgCont {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.page-venues .venues_list li .txt dl {
		display: block;
	}
}
/*======================================

	venues__lower

=======================================*/
.page-venues-lower h2 {
    max-width: 980px;
    width: 91.46%;
    margin: 0 auto;
	padding: 60px 0px 0;
    color: #004896;
    font-size: 28px;
    letter-spacing: 0.03em;
    font-family: 'Cormorant Garamond', serif;
}
.page-venues-lower h2 span {
    color: #060c20;
    display: block;
    font-size: 26px;
    font-family: "貂ｸ譏取悃", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", Meiryo,'Cormorant Garamond','Times New Roman', serif;
    font-weight: 600;
}
.page-venues-lower h2 span small {
	font-weight: normal;
	font-size: 20px;
	margin-left: 20px;
}
.page-venues-lower h2:after {
	content: "";
	display: block;
	background: url(/img/venues_ttl_line.gif);
	height: 4px;
	width: 100%;
	border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 30px;
}
@media screen and (max-width:768px) {
	.page-venues-lower h2 {
		padding-top: 30px;
		font-size: 20px;
	}
	.page-venues-lower h2 span {
		font-size: 20px;
	}
}
@media screen and (max-width:480px) {
	.page-venues-lower h2 span small {
		font-size: 14px;
		margin-left: 0;
		margin-top: 4px;
		display: block;
	}
}
.page-venues-lower .bx-sliderCont {
    margin: 0 auto 30px;
	position: relative;
    left: 50%;
    width: 3000px;
    margin-left: -1500px;
}
.page-venues-lower .bx-wrapper {
	margin: 0 auto;
}
.page-venues-lower .bx-slider-th_none {
	height: 0 !important;
	opacity: 0;
	display: none;
}
.page-venues-lower .custom-control div {
	position: absolute;
	top:0;
	background: rgba(255, 255, 255, 0.6);
	height: 100%;
	width: 1000px;
}
.page-venues-lower .custom-control .custom-prev {
	left: 50%;
	margin-left: -1375px;
    display: block;
}
.page-venues-lower .custom-control .custom-next {
	right: 50%;
	margin-right: -1375px;
    display: block;
}
.page-venues-lower .custom-control a {
	display: block;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
	background: #004896;
	border-radius: 25px;
    transition: all 0.2s;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 14px;
    transition: all .2s;
    box-sizing: border-box;
}
.page-venues-lower .custom-control a:hover {
	background: #003e80;
}
.page-venues-lower .custom-control span {
    transform: scale(0.6, 1);
    display: block;
}
.page-venues-lower .custom-control .custom-prev a {
	right: 10px;
}
.page-venues-lower .custom-control .custom-next a {
    left: 10px;
}
.page-venues-lower .custom-control .custom-prev a:hover {
    -webkit-transform: translate(-4px,-50%);
    transform: translate(-4px,-50%);
}
.page-venues-lower .custom-control .custom-next a:hover {
    -webkit-transform: translate(4px,-50%);
    transform: translate(4px,-50%);
}
@media screen and (max-width:1060px) {
	.page-venues-lower .custom-control .custom-prev a {
		right: -60px;
	}
	.page-venues-lower .custom-control .custom-next a {
	    left: -60px;
	}
}
@media screen and (max-width:767px) {
	.page-venues-lower .custom-control .custom-prev {
	    margin-left: -1150px;
	}
	.page-venues-lower .custom-control .custom-next {
		margin-right: -1150px;
	}
	.page-venues-lower .custom-control a {
	    width: 32px;
	    height: 32px;
	    line-height: 32px;
	}
	.page-venues-lower .custom-control .custom-prev a,
	.page-venues-lower .custom-control .custom-prev a:hover {
		right: -16px;
	}
	.page-venues-lower .custom-control .custom-next a,
	.page-venues-lower .custom-control .custom-next a:hover {
	    left: -16px;
	}
	.page-venues-lower .bx-sliderCont {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:320px) {
	.page-venues-lower .custom-control .custom-prev a,
	.page-venues-lower .custom-control .custom-prev a:hover {
		right: -40px;
	}
	.page-venues-lower .custom-control .custom-next a,
	.page-venues-lower .custom-control .custom-next a:hover {
	    left: -40px;
	}
}
.page-venues-lower main &gt; section {
	overflow: hidden;
	margin-bottom: 100px;
}
.w980 {
	max-width: 980px;
	width: 91.46%;
	margin: 0 auto;
}
.page-venues-lower article h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 30px;
	vertical-align: middle;
	margin-bottom: 16px;
	position: relative;
	line-height: 1em;
	padding-left: 14px;
}
.page-venues-lower article h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	width: 5px;
	height: 26px;
	border-radius: 3px;
	background: #004896;
}
.venues-lower-overview {
	float: left;
	width: 48%;
}
.venues-lower-overview.col1 {
	float: none;
	width: 100%;
}
.venues-lower-overview h3:nth-of-type(n+2) {
	margin-top: 60px;
}
.venues-lower-overview p:nth-of-type(n+2) {
	font-size: 14px;
}
.venues-lower-overview-cont {
	margin-top: 80px;
	margin-bottom: 60px;
}
.venues-lower-overview-cont.no-img {
	margin-top: 40px;
}
.venues-lower-overview p {
	color: #4d515b;
	font-size: 16px;
	line-height: 1.6em;
}
.venues-lower-overview-cont p small {
	font-size: 12px;
	line-height: 1.2em;
}
.venues-lower-facility {
	float: right;
	width: 48%;
}
.venues-lower-facility &gt; p {
	margin-top: 10px;
	color: #4d515b;
	font-size: 12px;
	line-height: 1.2em;
}
.venues-lower-facility tr {
	border-top: 1px solid #dae0e8;
	font-size: 13px;
}
.venues-lower-facility th {
	padding: 16px 8px;
	width: 120px;
	background: url(/img/venues_facility_bg.gif);
}
.venues-lower-facility td {
	color: #4d515b;
	padding: 16px 0 16px 16px;
}
.venues-lower-facility td a,
.venues-lower-overview p a {
	text-decoration: underline;
}
.venues-lower-facility tbody {
	border-bottom: 1px solid #dae0e8;
}

.venues-lower-room {
	margin-top: 60px;
}
.venues-lower-room table {
	width: 100%;
	border: 1px solid #dae0e8;
}
.venues-lower-room thead th{
	background: url(/img/venues_room_bg.gif);
	color: #fff;
	vertical-align: middle;
	padding: 8px 4px;
	border-right: none;
}
.venues-lower-room thead tr:nth-of-type(1) th:last-child {
	border-bottom: 1px solid #dae0e8;
}
.venues-lower-room tbody td {
	color: #4d515b;
	padding: 6px 10px;
	text-align: center;
	border-right: 1px solid #dae0e8;
	vertical-align: middle;
	font-size: 13px;
}
.venues-lower-room tbody td.ta_left {
	text-align: left;
}
.venues-lower-room tbody td.bold {
	font-weight: bold;
}
.venues-lower-room tbody td:first-child {
	text-align: left;
	font-weight: bold;
	color: #060c20;
	text-align: left;
}
.venues-lower-room tbody tr:nth-child(even) td {
	background: #f3f5f8;
}
.venues-lower-room thead *+th {
	border-left: 1px solid #dae0e8;
}
@media screen and (min-width:481px) {
	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air.first td:first-child {
		width: 12%;
	}
}
@media screen and (max-width:768px) {
	.page-venues-lower article h3 {
		font-size: 28px;
	    padding-left: 14px;
	}
	.page-venues-lower article h3:before {
	    height: 24px;
	}
	.venues-lower-overview {
		float: none;
		width: 100%;
		margin-bottom: 60px;
	}
	.venues-lower-overview.col1 {
		margin-bottom: 0;
	}
	.venues-lower-facility {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	.venues-lower-overview-cont {
		margin-top: 40px;
	}
	.page-venues-lower .venues-lower-room table {
		border: none;
		display: none;
	}
	.page-venues-lower .venues-lower-room .table_ttl {
		display: none;
	}
	.page-venues-lower .venues-lower-room h3 span:before {
		display: block;
		position: absolute;
		top: -1px;
		right: 0;
		width: 80px;
		height: 30px;
		border: 2px solid #004896;
		color: #004896;
		text-align: center;
		font-size: 12px;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		content: 'Open ��';
		box-sizing: border-box;
		border-radius: 15px;
	}
	.page-venues-lower .venues-lower-room h3 span.open:before {
		content: 'Close 繝ｼ';
	}
	.venues-lower-room thead tr:nth-of-type(1) th:last-child {
		border-bottom: none;
	}
	.page-venues-lower .venues-lower-room thead{
		display: none;
	}
	.page-venues-lower .venues-lower-room tbody{
		display: block;
	}
	.page-venues-lower .venues-lower-room tbody tr{
		display: block;
		margin-bottom: 1.5em;
	}
	.page-venues-lower .venues-lower-room tbody tr th,
	.page-venues-lower .venues-lower-room tbody tr td{
		display: block;
		background: #fff;
	}
	.page-venues-lower .venues-lower-room tbody tr td:first-child,
	.page-venues-lower .aicc .venues-lower-room tbody tr.air.first td:nth-child(2){
		margin: 25px auto 10px;
		padding: 0px 0px 8px;
		font-size: 16px;
		font-weight: bold;
		line-height: 120%;
		border-bottom: 1px solid #dae0e8;
	}
	.page-venues-lower .aicc .venues-lower-room tbody tr.air.first td:first-child {
		display: none;
	}
	.page-venues-lower .venues-lower-room tbody tr td{
		margin-left: 5px;
		margin-bottom: 3px;
		padding: 0;
		text-align: left;
		font-size: 14px;
		border-right: none;
	}
	.page-venues-lower .venues-lower-room .type01 tbody td:nth-of-type(2):before { content: "髱｢遨�(\0033a1)��"; }
	.page-venues-lower .venues-lower-room .type01 tbody td:nth-of-type(3):before { content: "螟ｩ鬮�(m)��"; }
	.page-venues-lower .venues-lower-room .type01 tbody td:nth-of-type(4):before { content: "髱｢遨�(ft)��"; }
	.page-venues-lower .venues-lower-room .type01 tbody td:nth-of-type(5):before { content: "莨壼�ｴ縺ｮ隕乗ｨ｡(ft)��"; }
	.page-venues-lower .venues-lower-room .type01 tbody td:nth-of-type(6):before { content: "繧ｹ繧ｯ繝ｼ繝ｫ(蜿主ｮｹ莠ｺ謨ｰ)��"; }
	.page-venues-lower .venues-lower-room .type01 tbody td:nth-of-type(7):before { content: "繧ｷ繧｢繧ｿ繝ｼ(蜿主ｮｹ莠ｺ謨ｰ)��"; }
	.page-venues-lower .venues-lower-room .type01 tbody td:nth-of-type(8):before { content: "繝悶ャ繝輔ぉ(蜿主ｮｹ莠ｺ謨ｰ)��"; }
	.page-venues-lower .venues-lower-room .type01 tbody td:nth-of-type(9):before { content: "豁｣鬢�(蜿主ｮｹ莠ｺ謨ｰ)��"; }
	.page-venues-lower .venues-lower-room .type01 tbody td.board:nth-of-type(6):before { content: "蜿主ｮｹ莠ｺ謨ｰ��"; }

	.page-venues-lower .venues-lower-room .type02 tbody td:nth-of-type(2):before { content: "髱｢遨�(\0033a1)��"; }
	.page-venues-lower .venues-lower-room .type02 tbody td:nth-of-type(3):before { content: "螟ｩ鬮�(m)��"; }
	.page-venues-lower .venues-lower-room .type02 tbody td:nth-of-type(4):before { content: "髱｢遨�(ft)��"; }
	.page-venues-lower .venues-lower-room .type02 tbody td:nth-of-type(5):before { content: "莨壼�ｴ縺ｮ隕乗ｨ｡(ft)��"; }
	.page-venues-lower .venues-lower-room .type02 tbody td:nth-of-type(6):before { content: "蜿主ｮｹ莠ｺ謨ｰ��"; }

	.page-venues-lower .venues-lower-room .type03 tbody td:nth-of-type(2):before { content: "髱｢遨�(\0033a1)��"; }
	.page-venues-lower .venues-lower-room .type03 tbody td:nth-of-type(3):before { content: "螟ｩ鬮�(m)��"; }
	.page-venues-lower .venues-lower-room .type03 tbody td:nth-of-type(4):before { content: "髱｢遨�(ft)��"; }
	.page-venues-lower .venues-lower-room .type03 tbody td:nth-of-type(5):before { content: "螟ｩ鬮�(ft)��"; }
	.page-venues-lower .venues-lower-room .type03 tbody td:nth-of-type(6):before { content: "繧ｹ繧ｯ繝ｼ繝ｫ(蜿主ｮｹ莠ｺ謨ｰ)��"; }
	.page-venues-lower .venues-lower-room .type03 tbody td:nth-of-type(7):before { content: "繧ｷ繧｢繧ｿ繝ｼ(蜿主ｮｹ莠ｺ謨ｰ)��"; }
	.page-venues-lower .venues-lower-room .type03 tbody td:nth-of-type(8):before { content: "繝悶ャ繝輔ぉ(蜿主ｮｹ莠ｺ謨ｰ)��"; }
	.page-venues-lower .venues-lower-room .type03 tbody td:nth-of-type(9):before { content: "豁｣鬢�(蜿主ｮｹ莠ｺ謨ｰ)��"; }

	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air.first td:nth-of-type(2):before,
	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air td:first-child:before,
	.page-venues-lower .aicc .venues-lower-room .type06 tbody tr.air.first td:nth-of-type(2):before,
	.page-venues-lower .aicc .venues-lower-room .type06 tbody tr.air td:first-child:before { content: "the AIR縲"; }
	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air td span {font-size: 14px;}
	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air.first td:nth-of-type(3):before { content: "髱｢遨�(\0033a1)��"; }
	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air.first td:nth-of-type(4):before { content: "螟ｩ鬮�(m)��"; }
	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air.first td:nth-of-type(5):before { content: "髱｢遨�(ft)��"; }
	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air.first td:nth-of-type(6):before { content: "螟ｩ鬮�(ft)��"; }
	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air.first td:nth-of-type(7):before { content: "繧ｹ繧ｯ繝ｼ繝ｫ(蜿主ｮｹ莠ｺ謨ｰ)��"; }
	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air.first td:nth-of-type(8):before { content: "繧ｷ繧｢繧ｿ繝ｼ(蜿主ｮｹ莠ｺ謨ｰ)��"; }
	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air.first td:nth-of-type(9):before { content: "繝悶ャ繝輔ぉ(蜿主ｮｹ莠ｺ謨ｰ)��"; }
	.page-venues-lower .aicc .venues-lower-room .type03 tbody tr.air.first td:nth-of-type(10):before { content: "豁｣鬢�(蜿主ｮｹ莠ｺ謨ｰ)��"; }

	.page-venues-lower .venues-lower-room .type04 tbody td:nth-of-type(2):before { content: "Area(\0033a1): "; }
	.page-venues-lower .venues-lower-room .type04 tbody td:nth-of-type(3):before { content: "Height of Ceiling(m): "; }
	.page-venues-lower .venues-lower-room .type04 tbody td:nth-of-type(4):before { content: "Area(ft): "; }
	.page-venues-lower .venues-lower-room .type04 tbody td:nth-of-type(5):before { content: "Height of Ceiling(ft): "; }
	.page-venues-lower .venues-lower-room .type04 tbody td:nth-of-type(6):before { content: "Classroom(Capacity): "; }
	.page-venues-lower .venues-lower-room .type04 tbody td:nth-of-type(7):before { content: "Theater(Capacity): "; }
	.page-venues-lower .venues-lower-room .type04 tbody td:nth-of-type(8):before { content: "Buffet(Capacity): "; }
	.page-venues-lower .venues-lower-room .type04 tbody td:nth-of-type(9):before { content: "Dinner(Capacity): "; }
	.page-venues-lower .venues-lower-room .type04 tbody td.board:nth-of-type(6):before { content: "Capacity: "; }

	.page-venues-lower .venues-lower-room .type05 tbody td:nth-of-type(2):before { content: "Area(\0033a1): "; }
	.page-venues-lower .venues-lower-room .type05 tbody td:nth-of-type(3):before { content: "Height of Ceiling(m): "; }
	.page-venues-lower .venues-lower-room .type05 tbody td:nth-of-type(4):before { content: "Area(sq.ft): "; }
	.page-venues-lower .venues-lower-room .type05 tbody td:nth-of-type(5):before { content: "Height of Ceiling(ft): "; }
	.page-venues-lower .venues-lower-room .type05 tbody td:nth-of-type(6):before { content: "Capacity: "; }

	.page-venues-lower .venues-lower-room .type06 tbody td:nth-of-type(2):before { content: "Area(\0033a1): "; }
	.page-venues-lower .venues-lower-room .type06 tbody td:nth-of-type(3):before { content: "Height of Ceiling(m): "; }
	.page-venues-lower .venues-lower-room .type06 tbody td:nth-of-type(4):before { content: "Area(sq.ft): "; }
	.page-venues-lower .venues-lower-room .type06 tbody td:nth-of-type(5):before { content: "Height of Ceiling(ft): "; }
	.page-venues-lower .venues-lower-room .type06 tbody td:nth-of-type(6):before { content: "Classroom(Capacity): "; }
	.page-venues-lower .venues-lower-room .type06 tbody td:nth-of-type(7):before { content: "Theater(Capacity): "; }
	.page-venues-lower .venues-lower-room .type06 tbody td:nth-of-type(8):before { content: "Buffet(Capacity): "; }
	.page-venues-lower .venues-lower-room .type06 tbody td:nth-of-type(9):before { content: "Dinner(Capacity): "; }

	.page-venues-lower .aicc .venues-lower-room .type06 tbody tr.air.first td:nth-of-type(3):before { content: "Area(\0033a1): "; }
	.page-venues-lower .aicc .venues-lower-room .type06 tbody tr.air.first td:nth-of-type(4):before { content: "Height of Ceiling(m): "; }
	.page-venues-lower .aicc .venues-lower-room .type06 tbody tr.air.first td:nth-of-type(5):before { content: "Area(sq.ft): "; }
	.page-venues-lower .aicc .venues-lower-room .type06 tbody tr.air.first td:nth-of-type(6):before { content: "Height of Ceiling(ft): "; }
	.page-venues-lower .aicc .venues-lower-room .type06 tbody tr.air.first td:nth-of-type(7):before { content: "Classroom(Capacity): "; }
	.page-venues-lower .aicc .venues-lower-room .type06 tbody tr.air.first td:nth-of-type(8):before { content: "Theater(Capacity): "; }
	.page-venues-lower .aicc .venues-lower-room .type06 tbody tr.air.first td:nth-of-type(9):before { content: "Buffet(Capacity): "; }
	.page-venues-lower .aicc .venues-lower-room .type06 tbody tr.air.first td:nth-of-type(10):before { content: "Dinner(Capacity): "; }
}
.venues-lower-access {
	margin-top: 70px;
	margin-bottom: 60px;
}
.venues-lower-access p {
	color: #4d515b;
}
.venues-lower-access-txt {
	float: left;
	width: 48%;
}
.venues-lower-access-txt h4,
.venues-lower-overview-cont strong.ttl_icon,
.venues-lower-room h4.table_ttl {
	margin-top: 24px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
	line-height: 1em;
	vertical-align: middle;
	margin-bottom: 6px;
	display: block;
	color: #060c20;
}
.venues-lower-room h4.table_ttl {
	margin-bottom: 10px;
}
.venues-lower-access-txt h4:before,
.venues-lower-overview-cont strong.ttl_icon:before,
.venues-lower-room h4.table_ttl:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	border-radius: 30px;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	border: #004896 3px solid;
}
.venues-lower-access-txt h5 {
	margin-top: 10px;
}
.venues-lower-access-txt p small {
	font-size:13px;
}
.venues-lower-map {
	float: right;
	width: 48%;
	height: 470px;
}
.venues-lower-access .venues-link-map {
	display: none;
}
.bx-slider-th a {
	cursor: pointer;
}
@media screen and (max-width:1024px) {
	.venues-lower-access-txt {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	.venues-lower-map {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	.venues-lower-access .venues-link-map {
		margin-top: 30px;
		display: block;
		font-size: 14px;
	}
}
/*======================================

	photo galleries

=======================================*/
.page-photo #mainvisual {
	background: url(/img/photo_mainV.jpg) center center;
	background-size: cover;
    height: 460px;
    display: block;
}
@media screen and (max-width: 768px) {
	.page-photo #mainvisual {
	    height: 280px;
	}
}
.page-photo #photoCont {
	padding: 2.0236%;
}
.page-photo #photoCont .block1,
.page-photo #photoCont .block4 {
	width: 49.738%;
	float: left;
	margin-bottom: 0.523%;
}
.page-photo #photoCont .block2,
.page-photo #photoCont .block5 {
	width: 49.738%;
	float: right;
	margin-bottom: 0.523%;
}
.page-photo #photoCont .block7 {
	width: 74.869%;
	float: left;
	margin-bottom: 0.523%;
}
.page-photo #photoCont .block8 {
	width: 24.607%;
	float: right;
	margin-bottom: 0.523%;
}
.page-photo #photoCont .block10 {
	width: 24.607%;
	float: left;
	margin-bottom: 0.523%;
}
.page-photo #photoCont .block11 {
	width: 74.869%;
	float: right;
	margin-bottom: 0.523%;
}
.page-photo #photoCont .block1 li:nth-child(-n+2),
.page-photo #photoCont .block5 li:nth-child(-n+2),
.page-photo #photoCont .block7 li:nth-child(-n+2),
.page-photo #photoCont .block11 li:nth-child(-n+2) {
	margin-bottom: 1.052%;
}
.page-photo #photoCont li {
	height: 260px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.page-photo #photoCont .col2 li {
	width: 49.473%;
	margin-right: 1.052%;
}
.page-photo #photoCont .col4 li {
	width: 24.607%;
	margin-right: 0.523%;
	margin-bottom: 0.523%;
}
.page-photo #photoCont .col2 li:nth-child(even),
.page-photo #photoCont .col4 li:nth-child(4n) {
	margin-right: 0;
}
.page-photo #photoCont .col3 li {
	width: 32.867%;
	margin-right: 0.699%;
}
.page-photo #photoCont .col3 li:nth-child(3n) {
	margin-right: 0;
}
.page-photo #photoCont .col3 li:nth-child(-n+3) {
	margin-bottom: 0.699%;
}
.page-photo #photoCont .col1 li {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.page-photo #photoCont li {
		height: 180px;
	}
}
.page-photo #photoCont .button {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
    padding: 0;
    cursor: pointer;
    transition: all .6s;
}
.page-photo #photoCont .button:focus {
	outline: none;
}
.page-photo #photoCont .hover_bgColor {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #004896;
	opacity: 0;
	top: 0;
	z-index: 1;
    transition: all .6s;
    cursor: pointer;
}
.page-photo #photoCont .hover_ttl {
	position: absolute;
	top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: .6s;
	z-index: 1;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	font-family: "貂ｸ譏取悃",Yu Mincho,YuMincho,"Hiragino Mincho ProN","HGS譏取悃E","繝｡繧､繝ｪ繧ｪ",Meiryo,serif;
    cursor: pointer;
}
.page-photo #photoCont .hover_ttl .fa-search-plus {
	font-size: 20px;
	display: block;
	margin: 0 auto 16px;
}
.page-photo #photoCont .button .bgImg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	transform: scale(1);
    transition: all .6s;
}
@media screen and (min-width:480px) {
	.page-photo #photoCont .button:hover .hover_bgColor {
		opacity: .7;
	}
	.page-photo #photoCont .button:hover .hover_ttl {
		opacity: 2;
	}
	.page-photo #photoCont .button:hover .bgImg {
		transform: scale(1.06);
	}
}
@media screen and (max-width:480px) {
	.page-photo #photoCont .col2 li,
	.page-photo #photoCont .col4 li,
	.page-photo #photoCont .col3 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.052%;
	}
	.page-photo #photoCont li {
		float: none;
	}
	.page-photo #photoCont .block1,
	.page-photo #photoCont .block4,
	.page-photo #photoCont .block2,
	.page-photo #photoCont .block5,
	.page-photo #photoCont .block7,
	.page-photo #photoCont .block8,
	.page-photo #photoCont .block10,
	.page-photo #photoCont .block11 {
		width: 100%;
		float: none;
		margin-bottom: 1.052%;
	}
	.page-photo #photoCont li {
		height: 240px;
	}
	.page-photo #photoCont li.long {
		height: 420px;
	}
	.page-photo #photoCont .block1 li:nth-child(n+3),
	.page-photo #photoCont .col3 li:nth-child(-n+3) {
		margin-bottom: 1.052%;
	}
}
.page-photo #photoCont .photo1 .button .bgImg {
	background: url(/img/photo/01Tokyo-Midtown-Hall-and-Conference.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo2 .button .bgImg {
	background: url(/img/photo/02Roppongi-Academyhills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo3 .button .bgImg {
	background: url(/img/photo/05GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo4 .button .bgImg {
	background: url(/img/photo/06Tokyo-Midtown.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo5 .button .bgImg {
	background: url(/img/photo/03image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo6 .button .bgImg {
	background: url(/img/photo/04GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo7 .button .bgImg {
	background: url(/img/photo/07image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo8 .button .bgImg {
	background: url(/img/photo/08GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo9 .button .bgImg {
	background: url(/img/photo/09Roppongi-Academyhills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo10 .button .bgImg {
	background: url(/img/photo/10Tokyo-Midtown.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo11 .button .bgImg {
	background: url(/img/photo/11Hillsclub.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo12 .button .bgImg {
	background: url(/img/photo/12Tokyo-Midtown-Hall-and-Conference.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo13 .button .bgImg {
	background: url(/img/photo/13Tokyo-Midtown.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo14 .button .bgImg {
	background: url(/img/photo/14Tokyo-Midtown-Hall-and-Conference.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo15 .button .bgImg {
	background: url(/img/photo/15image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo16 .button .bgImg {
	background: url(/img/photo/18GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo17 .button .bgImg {
	background: url(/img/photo/16Roppongi-Hills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo18 .button .bgImg {
	background: url(/img/photo/17-2The-Ritz-Carlton-Tokyo-cut.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo19 .button .bgImg {
	background: url(/img/photo/19Tokyo-Midtown.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo20 .button .bgImg {
	background: url(/img/photo/20Roppongi-Hills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo21 .button .bgImg {
	background: url(/img/photo/21Roppongi-Hills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo22 .button .bgImg {
	background: url(/img/photo/22Roppongi-Academyhills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo23 .button .bgImg {
	background: url(/img/photo/23Tokyo-Midtown.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo24 .button .bgImg {
	background: url(/img/photo/24image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo25 .button .bgImg {
	background: url(/img/photo/25image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo26 .button .bgImg {
	background: url(/img/photo/27Tokyo-Midtown-Hall-and-Conference.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo27 .button .bgImg {
	background: url(/img/photo/28Roppongi-Hills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo28 .button .bgImg {
	background: url(/img/photo/29Tokyo-Midtown.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo29 .button .bgImg {
	background: url(/img/photo/26GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo30 .button .bgImg {
	background: url(/img/photo/30Roppongi-Hills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo31 .button .bgImg {
	background: url(/img/photo/31Roppongi-Academyhills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo32 .button .bgImg {
	background: url(/img/photo/32Tokyo-Midtown-Hall-and-Conference.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo33 .button .bgImg {
	background: url(/img/photo/33image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo34 .button .bgImg {
	background: url(/img/photo/34GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo35 .button .bgImg {
	background: url(/img/photo/35The-Ritz-Carlton-Tokyo.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo36 .button .bgImg {
	background: url(/img/photo/39GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo37 .button .bgImg {
	background: url(/img/photo/36Roppongi-Hills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo38 .button .bgImg {
	background: url(/img/photo/37The-Ritz-Carlton-Tokyo.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo39 .button .bgImg {
	background: url(/img/photo/38Hillsclub.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo40 .button .bgImg {
	background: url(/img/photo/40The-Ritz-Carlton-Tokyo-cut.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo41 .button .bgImg {
	background: url(/img/photo/41GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo42 .button .bgImg {
	background: url(/img/photo/42image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo43 .button .bgImg {
	background: url(/img/photo/43Roppongi-Academyhills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo44 .button .bgImg {
	background: url(/img/photo/44image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo45 .button .bgImg {
	background: url(/img/photo/45Tokyo-Midtown-Hall-and-Conference.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo46 .button .bgImg {
	background: url(/img/photo/46Roppongi-Hills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo47 .button .bgImg {
	background: url(/img/photo/58image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo48 .button .bgImg {
	background: url(/img/photo/47The-Ritz-Carlton-Tokyo.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo49 .button .bgImg {
	background: url(/img/photo/49Tokyo-Midtown.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo50 .button .bgImg {
	background: url(/img/photo/50image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo51 .button .bgImg {
	background: url(/img/photo/51Tokyo-Midtown.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo52 .button .bgImg {
	background: url(/img/photo/52image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo53 .button .bgImg {
	background: url(/img/photo/53GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo54 .button .bgImg {
	background: url(/img/photo/54Roppongi-Hills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo55 .button .bgImg {
	background: url(/img/photo/55GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo56 .button .bgImg {
	background: url(/img/photo/56Roppongi-Hills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo57 .button .bgImg {
	background: url(/img/photo/57Roppongi-Academyhills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo58 .button .bgImg {
	background: url(/img/photo/48GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo59 .button .bgImg {
	background: url(/img/photo/59GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo60 .button .bgImg {
	background: url(/img/photo/60image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo61 .button .bgImg {
	background: url(/img/photo/61AcademyTower3.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo62 .button .bgImg {
	background: url(/img/photo/65image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo63 .button .bgImg {
	background: url(/img/photo/64THE-SUN-THE-MOOM.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo64 .button .bgImg {
	background: url(/img/photo/63Roppongi-Academyhills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo65 .button .bgImg {
	background: url(/img/photo/62GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo66 .button .bgImg {
	background: url(/img/photo/66GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo67 .button .bgImg {
	background: url(/img/photo/67Roppongi-Academyhills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo68 .button .bgImg {
	background: url(/img/photo/68Hillsclub.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo69 .button .bgImg {
	background: url(/img/photo/69image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo70 .button .bgImg {
	background: url(/img/photo/70Tokyo-Midtown-Hall-and-Conference.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo71 .button .bgImg {
	background: url(/img/photo/71GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo72 .button .bgImg {
	background: url(/img/photo/72The-Ritz-Carlton-Tokyo.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo73 .button .bgImg {
	background: url(/img/photo/73The-Ritz-Carlton-Tokyo.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo74 .button .bgImg {
	background: url(/img/photo/82Roppongi-Academyhills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo75 .button .bgImg {
	background: url(/img/photo/75image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo76 .button .bgImg {
	background: url(/img/photo/76image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo77 .button .bgImg {
	background: url(/img/photo/77image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo78 .button .bgImg {
	background: url(/img/photo/78GRAND-HYATT-TOKYO.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo79 .button .bgImg {
	background: url(/img/photo/74image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo80 .button .bgImg {
	background: url(/img/photo/79image.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo81 .button .bgImg {
	background: url(/img/photo/80Hillsclub.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo82 .button .bgImg {
	background: url(/img/photo/01Roppongi-Hills.jpg) center center;
    background-size: cover;
}
.page-photo #photoCont .photo83 .button .bgImg {
	background: url(/img/photo/83Tokyo-Midtown-Hall-and-Conference.jpg) center center;
    background-size: cover;
}
.iziModal-navigate-caption {
	display: none !important;
	box-shadow: none;
}
.photo_modalIn &gt; div {
	position: relative;
}
.page-photo .photo_modalIn {
	padding: 16px;
}
.page-photo .photo_modalIn h3 {
	margin-top: 16px;
	width: calc(100% - 80px);
	font-size: 16px;
	font-weight: bold;
}
.page-photo .photo_modalIn h3 a {
	position: relative;
	vertical-align: middle;
	padding-left: 12px;
	display: inline-block;
	opacity: 1;
	transition: all .2s;
}
.page-photo .photo_modalIn h3 a:before {
	position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    border-width: 3.5px 0 3.5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #004896;
}
.page-photo .photo_modalIn h3 a:hover {
	opacity: .7;
}
.page-photo .photo_modalIn h3 a:hover:before {
	left: 4px;
}
.page-photo .photo_modalIn img {
	width: 100%;
}
.page-photo .photo_modalIn .photo_close {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #004896;
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	cursor: pointer;
	transition: .2s all;
	opacity: 1;
}
.page-photo .photo_modalIn .photo_close:hover {
	opacity: .7;
}
.page-photo .photo_modalIn .photo_close i {
	content: "";
	display: inline-block;
	position: relative;
	margin-left: 16px;
	margin-bottom: 3px;
	padding: 0;
	width: 2px;
	height: 20px;
	background: #004896;
	transform: rotate(45deg);
	vertical-align: middle;
}
.page-photo .photo_modalIn .photo_close i:before {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #004896;
}
.page-photo .iziModal {
	border-radius: 0 !important;
}
.page-photo .iziModal-navigate &gt; button {
	display: block;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    transition: all 0.2s;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 14px;
    transition: all .2s;
    opacity: 1;
    background-size: 8px auto !important;
}
.page-photo .iziModal-navigate-prev {
	background: #004896 url(/img/slideNav_arrow_prev.png) center center no-repeat;
}
.page-photo .iziModal-navigate-next {
	background: #004896 url(/img/slideNav_arrow_next.png) center center no-repeat;
}
.page-photo .iziModal-navigate-prev:hover {
	background: #003e80 url(/img/slideNav_arrow_prev.png) center center no-repeat;
    -webkit-transform: translate(-4px,-50%);
    transform: translate(-4px,-50%);
}
.page-photo .iziModal-navigate-next:hover {
	background: #003e80 url(/img/slideNav_arrow_next.png) center center no-repeat;
    -webkit-transform: translate(4px,-50%);
    transform: translate(4px,-50%);
}
</pre></body></html>