@charset "utf-8";

/* ==================================================
Required to CMS-8341
================================================== */
#tmp_event_ttl .event_ttl_inner h1,
.sec_top_event_ttl h2,
#tmp_event_top_pickup .event_pickup_item .txt,
.event_read_more,
#tmp_event_top_info .sec_top_event_cnt ul {
	font-weight:500;
}
/* top_event
================================================== */
#tmp_event_top_pickup,
#tmp_event_top_info {
	position:relative;
	color:inherit;
	background-color:#fffae6;
	position:relative;
}
#tmp_event_top_pickup {
	padding:154px 0 156px;
	background-image:url(/shared/templates/event/images/bg_pickup_top.png), url(/shared/templates/event/images/bg_pickup_btm.png);
	background-repeat:no-repeat;
	background-position:top center, bottom center;
	-webkit-background-size:100% 78px;
	-moz-background-size:100% 78px;
	background-size:100% 78px;
}
#tmp_event_top_info::before,
#tmp_event_top_info::after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:78px;
	background-repeat:no-repeat;
	-webkit-background-size:100% 78px;
	-moz-background-size:100% 78px;
	background-size:100% 78px;
}
#tmp_event_top_info::before {
	top:-78px;
	background-image:url(/shared/templates/event/images/bg_info_top.png);
}
#tmp_event_top_info::after {
	bottom:-78px;
	background-image:url(/shared/templates/event/images/bg_info_btm.png);
}
@media screen and (max-width : 1600px) {
#tmp_event_top_pickup,
#tmp_event_top_info::before,
#tmp_event_top_info::after {
	-webkit-background-size:1600px 78px;
	-moz-background-size:1600px 78px;
	background-size:1600px 78px;
}

}
.sec_top_event,
.sec_top_event_ttl,
.sec_top_event_cnt {
	position:relative;
}
.sec_top_event_ttl {
	text-align:center;
}
.sec_top_event_ttl h2 {
	font-size:155.55%;
	position:relative;
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:50px;
}
.sec_top_event_ttl h2::before {
	content:'';
	position:absolute;
	left:50%;
	margin-left:-25px;
	top:45px;
	width:50px;
	height:2px;
	background-color:#ffd83a;
	color:inherit;
}
#tmp_event_top_pickup .sec_top_event_ttl h2 {
	background-image:url(/shared/templates/event/images/pickup_ttl_en.png);
}
#tmp_event_top_tourism .sec_top_event_ttl h2 {
	background-image:url(/shared/templates/event/images/tourism_ttl_en.png);
}
#tmp_event_top_info .sec_top_event_ttl h2 {
	background-image:url(/shared/templates/event/images/info_ttl_en.png);
	padding-top:55px;
}
#tmp_event_top_info .sec_top_event_ttl h2::before {
	top:51px;
}
/* event_read_more */
.event_read_more {
	text-align: center;
	line-height:1.5;
}
.event_read_more a {
	display:inline-block;
	text-decoration:none;
	position:relative;
	border:2px solid #ffd83a;
	background-color:#ffffff;
	color:#222222;
	padding:11px 10px;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	border-radius:2em;
	min-width:400px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.event_read_more a::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:3px 17px 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	width:31px;
	height:31px;
	transition: 0.4s ease-in-out all;
	transform: scale(0.9);
	-webkit-background-size:31px auto;
	-moz-background-size:31px auto;
	background-size:31px auto;
}
#tmp_event_top_pickup .event_read_more a::before {
	background-image:url(/shared/templates/event/images/pickup_more_icon.png);
}
#tmp_event_top_tourism .event_read_more a::before {
	background-image:url(/shared/templates/event/images/tourism_more_icon.png);
}
.event_read_more a:hover,
.event_read_more a:focus {
	background-color:#FFFFEB;
}
.event_read_more a:hover::before,
.event_read_more a:focus::before {
	transform: scale(1.0);
}
/* visual
================================================== */
#tmp_event_ttl {
	position:relative;
	margin:0 0 135px;
	clear:both;
}
#tmp_event_ttl .event_ttl_inner {
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	bottom:0;
	width:580px;
	padding:20px 130px 20px 44px;
	background:url(/shared/templates/event/images/event_ttl_bg.png) no-repeat 0 0;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	border-radius:20px 0 0 20px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
#tmp_event_ttl .event_ttl_inner h1 {
	width:100%;
	font-size:222.22%;
	background:url(/shared/templates/event/images/event_ttl_en.png) no-repeat 0 0;
	padding:54px 0 0;
	text-shadow:
		#ffd83a 2px 0px,  #ffd83a -2px 0px,
		#ffd83a 0px -2px, #ffd83a 0px 2px,
		#ffd83a 2px 2px , #ffd83a -2px 2px,
		#ffd83a 2px -2px, #ffd83a -2px -2px,
		#ffd83a 1px 2px,  #ffd83a -1px 2px,
		#ffd83a 1px -2px, #ffd83a -1px -2px,
		#ffd83a 2px 1px,  #ffd83a -2px 1px,
		#ffd83a 2px -1px, #ffd83a -2px -1px;
}
#tmp_event_ttl .event_ttl_inner h1 span {
	display:block;
	overflow-x:hidden;
	overflow-y:auto;
	max-height:150px;
}
.fsize_big2 #tmp_event_ttl .event_ttl_inner h1 {
	line-height:1.25;
}
#tmp_event_ttl .event_ttl_bg {
	padding-left:394px;
}
/* splide */
#tmp_event_ttl_visual .splide__track {
	overflow: visible
}
.no_javascript #tmp_event_ttl_visual .splide,
#tmp_event_ttl_visual .splide {
    visibility: visible;
}
 #tmp_event_ttl_visual .no-splide .splide__list,
.no_javascript #tmp_event_ttl_visual .splide__list {
	display:block;
	overflow: hidden;
}
.no_javascript #tmp_event_ttl_visual .splide__list .splide__slide {
	display:none;
}
.no_javascript #tmp_event_ttl_visual .splide__list .splide__slide:first-child {
	display:block;
}
#tmp_event_ttl_visual .visual_item {
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
	overflow:hidden;
}
#tmp_event_ttl_visual .splide__controls {
	position:absolute;
	right:0;
	bottom:-57px;
	z-index:2;
	margin:0;
}
#tmp_event_ttl_visual .splide__arrow {
	border:2px solid #ffd83a;
	background-color:#ffd83a;
	color:#222222;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_event_ttl_visual .splide__arrow--prev {
	background-image:url(/shared/templates/event/images/slide_prev_icon.png);
	-webkit-background-size:10px auto;
	-moz-background-size:10px auto;
	background-size:10px auto;
}
#tmp_event_ttl_visual .splide__arrow--next {
	background-image:url(/shared/templates/event/images/slide_next_icon.png);
	-webkit-background-size:10px auto;
	-moz-background-size:10px auto;
	background-size:10px auto;
}
#tmp_event_ttl_visual .splide__arrow:hover {
	background-color:#3F3009;
	color:#ffffff;
}
#tmp_event_ttl_visual .splide__arrow--prev:hover {
	background-image:url(/shared/templates/event/images/slide_prev_icon_on.png);
}
#tmp_event_ttl_visual .splide__arrow--next:hover {
	background-image:url(/shared/templates/event/images/slide_next_icon_on.png);
}
/* pickup
================================================== */
#tmp_event_top_pickup .sec_top_event_ttl {
	margin:0 0 46px;
}
#tmp_event_top_pickup .sec_top_event::before {
	content:'';
	position:absolute;
	left:0;
	top:-215px;
	background:url(/shared/templates/event/images/pickup_bg_lft.png) no-repeat 0 0;
	width:372px;
	height:220px;
}
#tmp_event_top_pickup .sec_top_event_ttl::before {
	content:'';
	position:absolute;
	right:4px;
	top:-137px;
	background:url(/shared/templates/event/images/pickup_bg_rgt_top.png) no-repeat 0 0;
	width:200px;
	height:226px;
}
#tmp_event_top_pickup .sec_top_event_cnt::before {
	content:'';
	position:absolute;
	right:0;
	bottom:-51px;
	background:url(/shared/templates/event/images/pickup_bg_rgt.png) no-repeat 0 0;
	width:188px;
	height:182px;
}
#tmp_event_top_pickup .event_pickup {
	display:table;
	width:100%;
	margin:0 0 45px;
}
#tmp_event_top_pickup .event_pickup_cnt {
	display:table-cell;
	vertical-align:top;
}
#tmp_event_top_pickup ul.event_pickup_list li:nth-child(n+2) p.hv_border_ac {
    display: none;
}
#tmp_event_top_pickup ul.event_pickup_list li:first-child {
	width:387px;
    float: left;
    padding-right: 40px;
}
#tmp_event_top_pickup ul.event_pickup_list li:first-child:after,
#tmp_event_top_pickup ul.event_pickup_list li:nth-child(2):after{
    content: "";
    clear: both;
}
#tmp_event_top_pickup ul.event_pickup_list li:nth-child(n+2) {
    float: right;
    width:  calc(100% - 387px)
}
#tmp_event_top_pickup .event_pickup_list {
	list-style:none;
	margin:0;
	width:100%;
}
#tmp_event_top_pickup ul.event_pickup_list li:nth-child(2) {
    border-top:1px dotted #cccccc;
}
#tmp_event_top_pickup ul.event_pickup_list li:nth-child(n+2) {
	padding:20px 0;
	border-bottom:1px dotted #cccccc;
}
#tmp_event_top_pickup .event_top_pickup_area p.txt,
#tmp_event_top_pickup .event_pickup_list li p {
	font-size:88.88%;
}
#tmp_event_top_pickup .event_top_pickup_area p.txt.hv_line_link a::after {
	bottom:0;
}
#tmp_event_top_pickup .event_top_pickup_area p.date {
	font-size:77.77%;
}
#tmp_event_top_pickup .event_pickup_list li p {
	margin:0 0 4px;
}
#tmp_event_top_pickup .event_pickup_item .txt {
	font-weight:bold;
}
#tmp_event_top_pickup .event_pickup_item.active .hv_line_link a::after {
	width: 100%;
}
#tmp_event_top_pickup .event_pickup_item .img {
	overflow:hidden;
	border:1px solid #c7c7c7;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	margin:0 0 10px;
}
#tmp_event_top_pickup .event_pickup_item.active .img {
	border-color:transparent;
}
/* tourism
================================================== */
#tmp_event_top_tourism {
	padding:60px 0 140px;
}
#tmp_event_top_tourism .sec_top_event_ttl {
	margin:0 0 30px;
}
#tmp_event_top_tourism .sec_top_event::before {
	content:'';
	position:absolute;
	left:3px;
	top:-223px;
	background:url(/shared/templates/event/images/tourism_bg_lft.png) no-repeat 0 0;
	width:194px;
	height:300px;
}
#tmp_event_top_tourism .event_tourism {
	display:table;
	width:100%;
	margin:0 0 50px;
}
#tmp_event_top_tourism .event_tourism_main,
#tmp_event_top_tourism .event_tourism_cnt {
	display:table-cell;
	vertical-align:top;
}
#tmp_event_top_tourism .event_tourism_main {
	padding-top:9px;
	text-align:center;
}
#tmp_event_top_tourism .event_tourism_main .tourism_img {
	overflow:hidden;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
#tmp_event_top_tourism .event_tourism_cnt {
	padding-left:38px;
	width:50.833%;
}
#tmp_event_top_tourism .event_tourism_cnt p {
	margin-bottom:0.8em;
}
#tmp_event_top_pickup .event_pickup_item .img::before,
#tmp_event_top_tourism .event_tourism_main .hv_border::before {
	border-width:2px;
	border-color: #FFD83A;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
}

/* info
================================================== */
#tmp_event_top_info {
	padding:72px 0 107px;
	margin:0 0 86px;
}
#tmp_event_top_info .sec_top_event_ttl {
	margin:0 0 19px;
}
#tmp_event_top_info .sec_top_event::before {
	content:'';
	position:absolute;
	left:10px;
	top:-250px;
	background:url(/shared/templates/event/images/info_bg_lft.png) no-repeat 0 0;
	width:260px;
	height:250px;
}
#tmp_event_top_info .sec_top_event_ttl::before {
	content:'';
	position:absolute;
	right:-46px;
	top:-219px;
	background:url(/shared/templates/event/images/info_bg_rgt.png) no-repeat 0 0;
	width:460px;
	height:310px;
}
#tmp_event_top_info .sec_top_event_cnt::after {
	content:'';
	position:absolute;
	left:-3px;
	bottom:-193px;
	background:url(/shared/templates/event/images/info_bg_lft_btm.png) no-repeat 0 0;
	width:160px;
	height:228px;
	z-index:1;
}
#tmp_event_top_info .sec_top_event_cnt ul {
	list-style:none;
	font-size:88.88%;
	margin:0 0 27px;
}
#tmp_event_top_info .sec_top_event_cnt ul li {
	padding:21px 0 24px 24px;
	border-bottom:1px dotted #cccccc;
}
#tmp_event_top_info .sec_top_event_cnt ul li a {
	display:inline-block;
	padding-left:24px;
	background:url(/shared/images/icon/icon_arrow_link.png) no-repeat 0 0.5em;
}
#tmp_event_top_info .sec_top_event_cnt .read_more a {
	background:url(/shared/images/icon/icon_arrow_link.png) no-repeat left 9px;
}
#tmp_event_top_info .sec_top_event_cnt .nocnt {
	margin-bottom:50px;
}

/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_event_top_info::before,
.color_blue #tmp_event_top_info::after,
.color_blue #tmp_event_top_pickup .sec_top_event::before,
.color_blue #tmp_event_top_pickup .sec_top_event_ttl::before,
.color_blue #tmp_event_top_pickup .sec_top_event_cnt::before,
.color_blue #tmp_event_top_tourism .sec_top_event::before,
.color_blue #tmp_event_top_info .sec_top_event::before,
.color_blue #tmp_event_top_info .sec_top_event_ttl::before,
.color_blue #tmp_event_top_info .sec_top_event_cnt::after,
.color_blue .sec_top_event_ttl h2::before,
.color_black #tmp_event_top_info::before,
.color_black #tmp_event_top_info::after,
.color_black #tmp_event_top_pickup .sec_top_event::before,
.color_black #tmp_event_top_pickup .sec_top_event_ttl::before,
.color_black #tmp_event_top_pickup .sec_top_event_cnt::before,
.color_black #tmp_event_top_tourism .sec_top_event::before,
.color_black #tmp_event_top_info .sec_top_event::before,
.color_black #tmp_event_top_info .sec_top_event_ttl::before,
.color_black #tmp_event_top_info .sec_top_event_cnt::after,
.color_black .sec_top_event_ttl h2::before,
.color_yellow #tmp_event_top_info::before,
.color_yellow #tmp_event_top_info::after,
.color_yellow #tmp_event_top_pickup .sec_top_event::before,
.color_yellow #tmp_event_top_pickup .sec_top_event_ttl::before,
.color_yellow #tmp_event_top_pickup .sec_top_event_cnt::before,
.color_yellow #tmp_event_top_tourism .sec_top_event::before,
.color_yellow #tmp_event_top_info .sec_top_event::before,
.color_yellow #tmp_event_top_info .sec_top_event_ttl::before,
.color_yellow #tmp_event_top_info .sec_top_event_cnt::after,
.color_yellow .sec_top_event_ttl h2::before {
	display:none;
}
.color_blue .sec_top_event_ttl,
.color_black .sec_top_event_ttl,
.color_yellow .sec_top_event_ttl {
	text-align:left;
}
.color_blue #tmp_event_ttl .event_ttl_inner,
.color_black #tmp_event_ttl .event_ttl_inner,
.color_yellow #tmp_event_ttl .event_ttl_inner {
	border:2px solid;
}
.color_blue #tmp_event_top_info .sec_top_event_cnt ul li a,
.color_black #tmp_event_top_info .sec_top_event_cnt ul li a,
.color_blue #tmp_event_top_info .sec_top_event_cnt .read_more a,
.color_black #tmp_event_top_info .sec_top_event_cnt .read_more a {
	background-image:url(/shared/images/icon/icon_arrow_link_wh.png) !important;
}
.color_yellow #tmp_event_top_info .sec_top_event_cnt ul li a,
.color_yellow #tmp_event_top_info .sec_top_event_cnt .read_more a {
	background-image:url(/shared/images/icon/icon_arrow_link.png) !important;
}
.color_blue #tmp_event_ttl .event_ttl_inner,
.color_black #tmp_event_ttl .event_ttl_inner,
.color_yellow #tmp_event_ttl .event_ttl_inner {
	padding:20px 40px !important;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_event_top_pickup .event_pickup_list:after {
	content: "";
	display: table;
	clear: both;
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
    min-width: auto;
}
#tmp_wrapper img {
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
#tmp_header {
	border-top:none !important;
	margin:0 0 10px !important;
	padding:0 0 10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background: transparent !important;
	width: auto;
	height: auto;
	color: #222222;
}
#tmp_hlogo a {
	width: auto;
	height: auto;
	text-decoration: none !important;
	color:#000000 !important;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: auto;
	height: auto;
	z-index: 1;
}
.fixed_header #tmp_header {
	position: relative;
	top: 0;
}
#tmp_footer {
	margin:10px 0 0 !important;
	padding:10px 0 0 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.footer_logo p,
.footer_logo p span {
	width: auto;
	height: auto;
	background: transparent !important;
	z-index: 1;
	color: #222222;
}
.footer_lft {
	width:100%;
	float:none;
	padding:0;
}
.footer_contact {
	padding-left: 0;
	background: transparent !important;
}
#tmp_about_setagaya .thumb_item_wrap .img {
	flex: 0 0 245px;
}
.container {
	max-width:none;
	padding: 0;
}
.col_main {
	padding: 0;
}
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_wrap_lnavi,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu,
#tmp_settings,
#tmp_anchor,
#tmp_anchor_lib,
.sec_about_setagaya,
.box_recommend.js_scroll,
.box_recommend,
.footer_rgt,
.footer_access,
#tmp_tokei_link {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
.copyright {
	text-align:left !important;
}


}



