@charset "utf-8";

/* CSS Document */

/* common_style */

.pc_none,
*[class$="_sp"],
*[id$="_sp"] { display: none; }

main > section,
main > article, .reserve_cta { padding: 60px 0; }

.inner_section {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#wrapper{
	padding-bottom: 72px;
}

.text_style01{
	font-size: 20px;
}

.list_checkbox > li {
	padding-left: 40px;
	background-size: 25px;
	background-position: 0px 0px;
	font-size: 18px;
}
.list_checkbox > li .big{
	font-size: 20px;
}

/* common_style over */




/* #header_pc */

#header_pc { height: 80px; }

#header_pc > .inner_section {
	position: relative;
	font-size: 0;
}

#header_pc > .inner_section > * {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
}

.header_body {
	left: 0;
	height: 80px;
}

.header_body > * {
	display: inline-block;
	vertical-align: middle;
}

#header_pc h1 {
	margin: 0 40px 0 0;
	padding: 0;
}

.logo_pr {
	display: block;
	padding: 10px 0;
}

.page_desc {
	margin: 0;
	max-height: 60px;
	line-height: 1.2;
	font-size: 12px;
}

.em_page_desc {
	display: block;
	font-size: 16px;
	color: #ca285c;
}

.resv_cta_header {
	right: 0;
	padding: 0;
	height: 80px;
	text-align: center;
	font-size: 0;
}

.resv_cta_header > * {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 12px;
}

/* 予約 */

.resv_form_cta {
	margin: 10px auto;
	max-height: 60px;
}

.link_form {
	display: block;
	margin: 5px auto;
	text-decoration: none;
	font-size: 14px;
	color: #ea7000;
}

.link_form::before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #ea7100;
}

.note_resv_form_cta {
	margin: 0;
	font-size: 12px;
	color: #818181;
}

/* 電話 */
.tel_header {
	padding: 2px;
	border: solid 1px #ea7000;
}

.note_tel_header01 {
	display: block;
	margin: 2px 0;
	background-color: #ea7000;
	line-height: 1.4;
	font-size: 10px;
	color: #fff;
}

.note_tel_header02 {
	line-height: 1;
	color: #444;
}

.num_tel_cta {
	padding: 0 4px;
	font: italic bold 28px/30px "リュウミン M-KL", "Ryumin Medium KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	color: #ea7000;
}

.num_tel_cta::before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 28px;
	background: url("../../images/area-party/icon_tel.webp") no-repeat center/contain;
}

/* #header_pc over */



/* #menu_pc */

#menu_pc {
	transition: all 300ms 0s ease;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 9%;
	z-index: 90;
}

.menu_pc {
	margin: 0;
	padding: 4px;
	background-color: #fff;
}

.menu_pc + .menu_pc { margin-top: 10px; }

.menu_pc > li {
	display: table;
	width: 100px;
	height: 66px;
	background-color: #2d4f90;
	background-image: -webkit-gradient(  linear, left top, left bottom, from(#4476d1), to(#244076));
	line-height: 1.2;
	text-align: center;
	font-size: 13px;
}

.menu_pc > li + li { margin-top: 1px; }

.menu_pc > li > .inner_btn {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
}

.menu_pc > li:hover, .menu_pc > .active { background: #fff; }

.menu_pc > li:hover > .inner_btn, .menu_pc > .active > .inner_btn { color: #27457d; }

/* #menu_pc over */



/* #mainvisual */
#mainvisual{
	position: relative;
	height: 665px;
}

#wrap_load{
	height: 665px;
	width: 100%;
	position: relative;
	background-color: #555;
	z-index: 100;
}

#loader {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	position: absolute;
	left: 50%;
	top: 30%;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
  }
  #loader:before {
	width: 50%;
	height: 50%;
	background: #ffffff;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
  }
  #loader:after {
	background: #555;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  }
  @-webkit-keyframes load3 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes load3 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }

  .loaded {
	opacity: 0;
	visibility: hidden;
	display: none;
  }

#mainvisual .slider .slides > li{
	height: 665px;
}

#mainvisual .slider .slides > li > img{
	left: calc(50% - 1960px / 2);;
}

#mainvisual .carousel{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	width: calc(100% - 40px);
	background-color: rgba(0,0,0,0.60);
}

#mainvisual .slider .slides > li > .img_attender, #slideKv .kvImg01 .img_attender{
	z-index: 3;
	top: auto;
	left: 65%;
	bottom: 92px;
	height: calc(90% - 92px);
}

#slideKv .kvImg01 .img_attender {
    position: absolute;
	right: 0;
	bottom: 88px;
}

.cta_slider{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 120px;
	padding: 10px 0;
	width: 100%;
	background-color: #f9dce0;
}

.tel_slider{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding: 5px;
	border: solid 1px #ea7000;
	width: 400px;
	background-color: #fff;
}

.tel_slider .num_tel_cta{
	text-align: center;
}

.tel_slider .note_tel_header01{
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
}

.resv_form_slider{
	display: inline-block;
	vertical-align: middle;
}

.resv_form_slider .link_form{
	margin: 0;
}


.sliderct_items01_frist {
	width: 980px !important;
}

.sliderct_items01ct {
	position: absolute;
	width: 560px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 999;
}

#mainvisual .slider .slides > li > img.sliderct_items01_img {
	position: relative;
	height: 172px;
	max-height: 100%;
	z-index: 999;
	opacity: .9;
}

.slider_txt01 {
	color: rgb(59, 75, 108);
	font-size: 19px;
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 600;
	position: absolute;
	top: 17px;
	left: 0px;
}

.slider_txt01_sub {
	font-size: 19px;
}

.sliderct_items01_frist > .slider_txt01 {
	font-size: 23px;
	top: 38px;
}

.sliderct_items01_frist > .slider_txt02 {
	margin-top: 50px;
    margin-bottom: -10px;
}

.sliderct_items01_frist > .slider_txt02 dt {
	font-size: 81px;
}

.sliderct_items01_frist > .slider_txt02 dd {
	font-size: 47px;
}

.sliderct_items01_frist > .slider_txt03 {
	font-size: 40px;
	margin-top: 0;
}

.slider_txt02 {
	display: inline-block;
	vertical-align: bottom;
	margin: 13px auto;
}

.slider_txt02 dt {
    font-size: 67px;
    color: #c6285b;
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 600;
    box-sizing: border-box;
    display: inline-block;
	letter-spacing: -2px;
    text-shadow: rgb(255 255 255) 1px 0px 5px, rgb(255 255 255) 0.540302px 0.841471px 5px, rgb(255 255 255) -0.416147px 0.909297px 0px, rgb(255 255 255) -0.989992px 0.14112px 5px, rgb(255 255 255) -0.653644px -0.756802px 5px, rgb(255 255 255) 0.283662px -0.958924px 5px, rgb(255 255 255) 0.96017px -0.279415px 5px;
}

.slider_txt02 dd {
	box-sizing: border-box;
	text-shadow: 0px 2px 5px rgb(134 86 25);
	display: inline-block;
	font-size: 38px;
	color: #fffffe;
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 600;
	vertical-align: bottom;
	margin-left: -28px;
	padding-bottom: 15px;
}

.sliderct_items02_txt {
	width: 100%;
	position: absolute;
	top: 200px;
	z-index: 999;
}

.text_shin_02 {
	font-size: 140px;
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 600;
	font-weight: normal;
	font-style: italic;
	text-shadow: -1px 0px 2px rgb(150 102 40 / 10%), -1px 0px 2px rgb(150 102 40 / 10%), -1px 0px 2px rgb(150 102 40 / 10%), -1px 0px 2px rgb(150 102 40 / 10%);
	color: #865619;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjM1JSIgc3R5bGU9InN0b3AtY29sb3I6Izg2NTcxOTsiIC8+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0eWxlPSJzdG9wLWNvbG9yOiNBNjc0MzM7IiAvPjxzdG9wIG9mZnNldD0iNjQlIiBzdHlsZT0ic3RvcC1jb2xvcjojQTY3NDMzOyIgLz48c3RvcCBvZmZzZXQ9IjY0JSIgc3R5bGU9InN0b3AtY29sb3I6Izg2NTcxOTsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
	background-image: -webkit-gradient(linear, left top, 0deg, color-stop(35%, #865719), color-stop(35%, #A67433), color-stop(64%, #A67433), color-stop(64%, #865719));
	background-image: -moz-linear-gradient(0deg,#865719 35%,#A67433 35%,#A67433 64%,#865719 64%);
	background-image: -webkit-linear-gradient(0deg,#865719 35%,#A67433 35%,#A67433 64%,#865719 64%);
	background-image: -o-linear-gradient(0deg,#865719 35%,#A67433 35%,#A67433 64%,#865719 64%);
	background-image: -ms-linear-gradient(0deg,#865719 35%,#A67433 35%,#A67433 64%,#865719 64%);
	background-image: linear-gradient(0deg,#865719 35%,#A67433 35%,#A67433 64%,#865719 64%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	display: inline-block;
	width: 105px;
	line-height: 0.85;
}

.slider_txt03 {
	color: rgb(184, 29, 80);
	font-size: 34px;
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 600;
	line-height: 1.2em;
	text-shadow: rgb(255, 255, 255) 0px 2px 5px;
	margin-top: -35px;
}

.slider_txt04 {
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 600;
	margin-bottom: 22px;
	background: url(/images/area-party/common/kvimg01_img03.webp) left top no-repeat;
}

.slider_txt04 span {
	display: inline-block;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.slider_txt04_sub01 {
	padding-left: 49px;
	letter-spacing: 1.7px;
	margin-right: 27px;
}

.slider_txt04_sub02 {
	letter-spacing: 1.8px;
}

.slider_txt05 {
	font-size: 16px;
	text-shadow: 0px 0px 5px rgb(255 255 255);
	color: #3b4c6c;
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 600;
	letter-spacing: 1.2px;
}

.slider_logo {
	width: 160px;
	display: inline-block;
	vertical-align: top;
}

.slider_logoct, .slider_logoct dl {
	margin: 0 auto;
}

.slider_logoct dt {
	background: #5a3c1d;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	margin-bottom: 2px;
}

.slider_logoct dd {
    border: 2px solid #d2aa80;
	margin: 0 auto;
	background-color: #fff;
	padding: 5px;
}

.slider_logoct dd.bg_black {
	background-color: #000;
}

.slider_logoct dd > img {
	width: 90%;
    margin: 0 auto;
}

.slider_caption {
	display: inline-block;
	vertical-align: top;
	background: url(/images/area-party/common/kvimg02_bgcaption.png) repeat-y top center;
	width: 670px;
	margin: 0 auto;
	text-align: center;
}

.slider_caption_txt {
	font-size: 24px;
	text-align: center;
	color: #fefefe;
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 400;
	line-height: 1.3em;
	padding: 10px 0;
	box-sizing: border-box;
}

.list_option {
	width: 522px;
	background: url(/images/area-party/common/kvimg01_img04.webp) no-repeat;
	padding: 10px 0;
	box-sizing: border-box;
}

.list_option li {
	background: url(/images/area-party/common/kvimg01_img05.webp) no-repeat top left !important;
	display: inline-block;
	font-size: 15px;
	color: #244075;
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 600;
	padding-left: 34px;
	height: inherit !important;
	margin-right: 28px;
	line-height: 38px;
}

/* #mainvisual over */



/* #intro */
.ttl_intro { font-size: 40px; }

.list_hall_use > li { width: calc(100% / 3); }

.ttl_intro .small { font-size: 30px; }

.em_ttl_intro { font-size: 60px; }

.text_intro {
	background-image: url(/images/area-party/common/text_intro_pc.webp);
	padding-top: 85px;
	padding-left: 110px;
}

/* #intro over */



/* #topics */
.ttl_topics {
	padding: 18px 70px;
	width: 822px;
	height: 51px;
	background-image: url("../../images/area-party/ttl_topics_pc.webp");
	line-height: 1;
	font-size: 30px;
	font-family: ibm-plex-sans-jp, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.box_infomation_rss ul > li{
	display: inline-block;
	vertical-align: top;
}

.box_infomation_rss > ul > li > a{
	font-size: 14px;
}

.box_infomation_rss .ttl_sub{
	font-size: 18px;
}

/* #topics over */




/* #feature */
.sub_ttl_feature {
	line-height: 83px;
	width: 555px;
	z-index: 10;
}

.sub_ttl_feature::before {
	background: url(/images/area-party/common/sub_ttl_feature_bg.png) no-repeat;
	width: 555px;
	height: 83px;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(3deg);
}
#shibuya-party .sub_ttl_feature{
		background: #e186a4;
	top: 50%;
    line-height: 2.1em;
    margin-bottom: 32px;
}
#shibuya-party .sub_ttl_feature::before{
	background: none;
}
/* .list_feature */
.list_feature {
	position: relative;
	margin: auto;
	width: 1118px;
	height: calc(1118px * 709 / 1112);
	background: url("../../images/area-party/list_feature_bg_pc.webp") no-repeat center/contain;
}

.list_feature > li {
	position: absolute;
	top: 23%;
	left: 9%;
}

.list_feature > li:nth-of-type(2) {
	top: 50%;
	left: 39%;
}

.list_feature > li:nth-of-type(3) {
	top: 22%;
	left: 68%;
}

.ttl_list_feature { margin-bottom: 20px; }

.ttl_list_feature > .inner_ttl { font-size: 20px; }

.ttl_list_feature::before {
	position: absolute;
	top: -70px;
	font-size: 24px;
}

.list_feature > li { width: 260px; }

.list_feature > li .illust {
	position: absolute;
	transform: rotate(15deg);
	left: 180px;
	top: -70px;
	width: 125px;
	height: 125px;
}

.list_feature > li:nth-of-type(3) .illust {
	left: 200px;
	width: 145px;
	height: 96px;
}

.list_feature_needs > li {
	margin-right: 5px;
	margin-bottom: 5px;
	width: calc((100% - 10px) / 2 - 10px);
	font-size: 14px;
}

.list_feature_needs > li:nth-of-type(2n) { margin-right: 0; }
/* .list_feature over */


/* .list_shop_feature */
.ttl_list_shop_feature{
	font-size: 24px;
}

.ttl_list_shop_feature .big{
	font-size: 34px;
}

.shop_feature{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 0;
	width: calc((100% - (2px + 17px) * 3 - 10px) / 3);
}

.list_shop_feature > .shop_feature:nth-of-type(3n){
	margin-right: 0;
}

.ttl_shop_feature{
	margin-bottom: 10px;
}

.cont_hall { margin-left: 10px; }

.cont_hall > li{
	font-size: 14px;
}

.cat_cont_hall{
	margin-right: 10px;
	width: 60px;
}

.area_name{
	line-height: 40px;
	font-size: 24px;
}

/* .list_shop_feature over */


/* #reserved_case */
.ttl_reserved_case{
	font-size: 32px;
}
.ttl_reserved_case .big{
	font-size: 32px;
}
.desc_reserved_case{
	text-align: center;
}

.wrap_reserved_case_detail{
	margin-bottom: 40px;
	font-size: 0;
}
.reserved_case_detail{
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 0 0;
	width: calc((100% - 40px) / 2 - 16px);
}

.reserved_case_detail:nth-of-type(2n){
	margin-right: 0;
}
/* #reserved_case over */

/* #feature over */



/* reserver_cta_pc */
.header_title,
.ttl_reserve_cta {
	margin-bottom: 20px;
	text-align: center;
}
.header_btn02,
.btn_reserve_cta {
	display: flex;
	align-items: center;
}
.header_tel05,
.tel_reserve_cta {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
}
.frame_phone {
	width: 100%;
	border: 1px solid #e18600;
	box-sizing: border-box;
}
.txt_phone01 {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","MS Mincho","小塚明朝 Pr6N L","DFHSMinchoR Pro-6N","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 52px;
	color: #f75700;
	font-style: italic;
	font-weight: 700;
	line-height: 1em;
	padding-top: 6px;
	margin-bottom: 7px;
}
.txt_phone01_img {
	margin-right: 5px;
}
.txt_phone01_img img {
	display: inline-block;
	line-height: 0;
	vertical-align: middle !important;
	margin-top: -12px;
}
.txt_phone02 {
	font-size: 14px;
	color: #fff;
	background: #ea7000;
	margin: 0 10px 10px;
	box-sizing: border-box;
	line-height: 28px;
}
.btn_link03 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	box-sizing: border-box;
}
.btn_link03 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	box-sizing: border-box;
}
.btn_link03_txt01 {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
	font-size: 24px;
	color: #3e3a39;
	font-weight: 700;
	margin-right: 20px;
}
.btn_link03_txt03 {
	font-size: 14px;
	color: #535353;
	margin: 0 !important;
}
.btn_link03_txt02 a {
	text-align: left;
	color: #ea7000;
}
.btn_link03_txt02 span {
	font-size: 24px;
	color: #ea7000;
	position: relative;
	padding-left: 15px;
	letter-spacing: -2px;
}
.btn_link03_txt02 span::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #f75600;
	top: calc(50% - 8px);
	left: 0;
}
.header_info + *,
.info_reserve_cta + * {
	margin-top: 40px;
}
/* reserver_cta_pc over */

/* #tour */
.wrap_desc_tour{
	font-size: 0;
}
.wrap_serif{
	display: inline-block;
	vertical-align: middle;
	margin-right: 60px;
	width: 25%;
}

.serif{
	margin: 0 30px 20px 0;
}
.serif + .serif{
	margin: 0 0 0 30px;
}
.desc_tour{
	display: inline-block;
	vertical-align: middle;
	width: calc(75% - 60px);
	line-height: 1.6;
	font-size: 16px;
}

.wrap_map_access{
	position: relative;
}

.desc_access {
	position: absolute;
	top: 60px;
	left: 748px;
	width: 212px;
}
.col3_ex_tour {
	margin-left: 90px;
}

/* #tour over */



/* #hall_detail */

.hall_detail{
	padding: 40px 20px;
}

.hall_detail p { margin: 0 0 20px; }

.hall_detail p.captiion_detail{
	margin:5px 0 20px;
}

.link_plan{
    margin-bottom: 20px;
	width: 70%;
}

.wrap_ttl_hall_detail{
	margin-bottom: 10px;
	font-size: 0;
}
.ttl_hall_detail{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	width: 350px;
}
.desc_detail{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 350px - 30px);
	font-size: 16px;
}

.use_detail > li{
	margin: 0 10px 0 0;
	/* width: calc((100% - 10px * 3) / 4 - 2px); */
	height: 40px;
	font-size: 14px;
}
.use_detail > li:nth-of-type(4){
	margin-right: 0;
}

.point_detail{
	padding: 30px 80px 20px 130px;
	font-size: 0;
}
.point_detail::before{
	left: 4px;
	width: 180px;
	height: 80px;
}
.point_detail > li{
	display: inline-table;
	vertical-align: top;
	padding: 0 20px;
	border-image: url("../../images/area-party/border_point_detail_pc.webp") 5;
	border-right-style: solid;
	border-width: 4px;
	width: calc((100% - 4px * 2) / 3 - 40px);
	height: 4.8em;
	line-height: 1.6;
	font-size: 14px;
}

.point_detail > li:last-of-type{
	border-right-style: none;
}

.point_detail > li > .inner_list{
	display: table-cell;
	vertical-align: middle;
}

/* slider */

#hall_detail .slider .slides > li{
	overflow: hidden;
	height: 610px;
}

#hall_detail .slider .slides > li > .ttl{
	padding: 10px;
	width: calc(100% - 20px);
	font-size: 14px;
}

#hall_detail .carousel.flexslider .slides{
	overflow: hidden;
	height: 100px;
}

/* slider over */


.btn_acco_detail{
	font-size: 26px;
}
.btn_acco_detail .small{
	font-size: 20px;
}

.btn_acco_detail > .inner_btn::after{
	bottom: calc(50% - (1em + 30px) / 2);
	right: 40px;
	padding: 15px 10px;
	font-size: 20px;
}

.detail_style01, .detail_style02, .detail_style03{
	margin-bottom: 20px;
	padding: 60px 20px 20px;
	border-width: 4px;
}

.detail_style01 {
	padding-top: 15px;
}

.ttl_detail_style01{
	font-size: 26px;
}
.acco_detail .detail_style01 .illust{
	float: right;
	width: 450px;
}

.acco_detail .detail_style01 .illust + .list_checkbox{
	float: left;
	margin-right: 20px;
	width: calc(100% - 450px - 20px);
}

.ttl_hall_detail_02{
	height: 40px;
}

.hall_detail .ttl_txt_hall_detail_02{
	position: absolute;
	height: 40px;
	padding: 4px 8px;
	background-image: linear-gradient(-45deg, #D2D2D2 25%, #d9d9d9 25%, #d9d9d9 50%, #d2d2d2 50%, #d2d2d2 75%, #d9d9d9 75%);
	background-size: 8px 8px;
	color: #5B5858;
	font-size: 26px;
	font-family: ibm-plex-sans-jp, sans-serif;
	text-align: center;
	top: 0;
	left: 0;
	font-weight: bold;
	margin-top: 0;
}

.ttl_txt02_hall_detail_02{
	position: absolute;
	height: 40px;
	padding: 4px 8px;
	background-image: linear-gradient(-45deg, #F0B8B8 25%, #F3C8C8 25%, #F3C8C8 50%, #F0B8B8 50%, #F0B8B8 75%, #F3C8C8 75%);
	background-size: 8px 8px;
	color: #C82121;
	font-size: 26px;
	font-weight: bold;
	font-family: ibm-plex-sans-jp, sans-serif;
	text-align: center;
	top: 0;
	left: 0;
}

.list_use_detail > dt{
	margin-bottom: 15px;
}

.list_use_detail > dd{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
	width: calc(100% - 10px - 200px);
}

.adj_center_hall_detail{
	padding-left: 210px;
}

.list_capa_detail > dt{
	width: 240px;
	font-size: 24px;
}

.list_capa_detail > dd{
	margin: 0 0 15px 10px;
	width: calc(100% - 240px - 10px);
	font-size: 30px;
}

.list_price_detail > dt, .list_price_detail > dd {
	font-size: 24px;
}

.list_price_detail .em_price{
	font-size: 40px;
}

.list_item_detail > li{
	/* width: calc((100% - 2px * 4) / 5 - 4px); */
	font-size: 14px;
}

.list_item_detail > li:nth-of-type(5n){
	border-right-style: none
}

/* .list_item_detail > .wide {
	width: calc((100% - 2px * 4) / 5 * 3 - 4px);
} */

.message_detail{
	padding: 10px;
	margin-bottom: 20px;
	font-size: 0;
}

.message_detail > .illust, .text_message_detail{
	display: inline-block;
	vertical-align: middle;
	width: 275px;
	font-size: 14px;
}

.message_detail > .illust{
	margin-right: 10px;
}

.text_message_detail{
	width: calc(100% - 10px - 275px);
}

.access_detail{
	font-size: 0;
	margin-bottom: 40px;
}

.ttl_access_detail, .list_access_detail{
	display: inline-block;
	vertical-align: top;
	max-width: calc((100% - 10px) / 2);
}

.ttl_access_detail{
	margin-right: 20px;
	width: 40%;
}

/* #hall_detail over */



/* #comparison */

#comparison{
	background: url("../../images/area-party/bg_comparison.jpg") center top/contain no-repeat;
}

.list_ex_party > li{
	width: calc((100% - 10px * 3) / 4);
}

.list_ex_party > li:nth-of-type(4n){
	margin-right: 0;
}

.list_ex_party > li > .inner_btn{
	height: 80px;
}

.list_ex_party .thumb_list_ex_party{
	width: 80px;
}

.list_ex_party .text_list_ex_party{
	width: calc(100% - 80px - 2px);
	font-size: 18px;
}

#hikaku .header_cv,
#hikaku .tel_reserve_cta {
  width: 624px;
  position: relative;
  top: 135px;
  left: 0;
}

/* #comparison over */



/* #ex_party */
.ttl_ex_party{
	font-size: 50px;
}

.ttl_ex_party .small{
	height: 28px;
}

.ex_party_detail > .inner_section{
	padding: 20px 20px 40px;
	width: 940px;
	font-size: 0;
}

.ex_party_detail .wrap_img, .ex_party_detail .wrap_text{
	display: inline-block;
	vertical-align: top;
	width: calc(60% - 20px);
	font-size: 14px;
}
.ex_party_detail .wrap_img{
	margin-left: 20px;
  width: 40%;
}

.ex{
	top: 29px;
    left: -19px;
	font-size: 24px;
}

/* #ex_party over */



/* #report */

#report{

}
.ttl_report{
	font-size: 49px;
}
.ttl_report > span {
	font-size: 30px;
}

.report_content{
	position: relative;
	padding: 40px 315px 40px 20px;
	min-height: 317px;
	line-height: 1.6;
}

.report_content .illust{
	position: absolute;
	top: 40px;
	right: 20px;
	width: 275px;
}

.report_content.illust_l{
	padding: 40px 20px 40px 315px;
}

.report_content.illust_l .illust{
	right: auto;
	left: 20px;
}

.party_type{
	font-size: 20px;
}

.ttl_report_content{
	font-size: 24px;
}

/* #report over */



/* #request */
#request{
	background: #eff0f2 url("../../images/area-party/img_attender.webp") no-repeat calc(50% + 586px - 213px) bottom;
	background-size: 27%;
}

#request .wrap_content{
	width: 586px;
}

.content_request{
	padding: 40px 160px 40px 20px;
	min-height: 100px;
}

.ttl_content_request{
	padding-left: 120px;
	font-size: 24px;
}

.ttl_content_request > .ex{
}

.content_request > .illust{
	top: auto;
	bottom: 10px;
	width: 140px;
}

/* #request over */



/* #service */
#service{

}

.wrap_ttl_service{
	position: relative;
}

.desc_service{
	position: absolute;
	top: 200px;
	left: 285px;
}

.item_service{
	padding: 20px 10px 10px;
}

.list_item_service01 > li{
	width: calc((100% - 10px * 2) / 3);
	font-size: 18px;
}

.list_item_service01 > li:nth-of-type(3n){
	margin-right: 0;
}

.list_item_service01 .desc_list{
	font-size: 14px;
}

.note_list_item_service{
	text-align: right;
}

.list_item_service02 > li{
	width: calc((100% - 10px * 2) / 3);
	font-size: 18px;
}

.list_item_service02 > li:nth-of-type(3n){
	margin-right: 0;
}

.desc_list_item_service01 > .em_desc{
	display: inline-block;
	padding: 0 10px;
	background-image: -webkit-gradient(
	linear
	, left top
	, left bottom
	, from(#fff)
	, color-stop(0.4, #fff)
	, color-stop(0.401, #f3b9b9)
	, to(#f3b9b9));
}

.desc_list_item_service01{
	font-size: 24px;
}

.desc_list_item_service01 > .em_desc{
	font-size: 30px;
}

/* #service over */



/* #special_present */
#special_present .wrap_ttl{
	position: relative;
}

#special_present .desc_special_present{
	position: absolute;
	top: 78px;
	left: 170px;
}

/* #special_present over */



/* #printcake */
#printcake{

}
.wrap_desc{
	display: table;
	margin: 10px auto;
	width: 810px;
	font-size: 0;
}

.desc_printcake{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: calc(810px - 304px - 20px);
	font-size: 26px;
}

.btn_printcake{
	display: inline-table;
	vertical-align: middle;
	margin: 0;
	width: 300px;
}

/* #printcake over */



/* #other_hall */
.list_other_hall > li{
	width: calc((100% - 10px * 4) / 5);
}
.list_other_hall > li:nth-of-type(5n){
	margin-right: 0;
}
/* #other_hall over */



/* #footer_nav */
#footer_nav{
	transition: all 300ms 0s ease;
	position: fixed;
	top: calc(100% - 56px - 16px);
	z-index: 100;
	left: 0;
	width: 100%;
}

.footer_nav_bar{
	padding: 8px 0;
	height: 56px;
	background-color: #3362a1;
	background-image: -webkit-gradient(
	linear
	, left top
	, left bottom
	, from(#4480d1)
	, to(#264b7c));
	font-size: 0;
}

.resv_cta_footer{
	display: inline-block;
	vertical-align: middle;
	height: 56px;
}

.tel_footer{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 20px;
	border: solid 1px #ea7000;
	height: calc(100% - 2px);
	background-color: #fff;
}

.resv_form_footer{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	line-height: 1.4;
	font-size: 12px;
	color: #fff;
}

.tel_footer .note_tel_header01{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	line-height: 1.6;
	font-size: 12px;
}

.btn_acco_footernav{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: calc(100% - 464px - 30px);
}

.btn_acco_footernav > img{
	position: relative;
	left: 0;
	top: calc(50% - 20px / 2);
}

.btn_acco_footernav::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: -16px;
	right: 0;
	height: 56px;
	width: 30px;
	background: url("../../images/area-party/cursor_footernav_u.png") no-repeat center/contain;
}

.btn_acco_footernav.active::after{
	background-image: url("../../images/area-party/cursor_footernav_d.png");
}

.resv_cta_footer .num_tel_cta{
	padding: 2px 4px;
}

.resv_cta_footer .num_tel_cta::before{
	height: 30px;
}

.resv_form_footer .link_form{
	margin: auto;
	color: #fff;
}

.resv_form_footer .link_form::before{
	border-left-color: #fff;
}

.acco_footernav{
	padding: 20px 0;
}

.adj_special_present_footernav{
	display: table;
	margin: auto;
	width: 60%;
}

.acco_footernav{
	background-color: #fff;
}

.resv_cta_footer_acco{
	display: table;
	margin: auto;
}

.text_resv_cta_footer_acco{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 30px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #ea7000;
}

.text_resv_cta_footer_acco::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ea7000;
}

.tel_footer_acco{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	padding: 4px;
	position: relative;
	border: solid 1px #ea7000;
}

.tel_footer_acco .note_tel_header01{
	text-align: center;
	font-size: 12px;
}

.acco_footernav .resv_form_cta{
	display: inline-block;
	vertical-align: middle;
}

.acco_footernav .resv_form_cta .link_form{
	margin: 0;
	font-size: 16px;
}

/* #footer_nav over */
.btn_corona{width: 1014px;margin:0 auto 25px auto;}
.btn_corona a{width: 100%;background: #ea7000;color: #fff;font-size: 16px;text-align: center;text-decoration: none;border-radius: 5px;display: block;padding: 10px 0;box-sizing: border-box;font-weight: bold;position: relative;}
.btn_corona a:before{position: absolute;content: "";top: calc(50% - 6px);right: 15px;border-top: 6px solid transparent;border-bottom: 6px solid transparent; border-left: 10px solid #fff;}
.btn_corona a:hover{opacity: 0.8;}

#ueno-party #hall_detail,
#akiba-party #hall_detail,
#osaka-party #hall_detail,
#yokohama-party #hall_detail,
#ginza-party #hall_detail,
#shibuya-party #hall_detail{
	padding-top: 60px;
}

#ueno-party .box_infomation_rss ul > li,
#akiba-party .box_infomation_rss ul > li,
#osaka-party .box_infomation_rss ul > li,
#yokohama-party .box_infomation_rss ul > li,
#ginza-party .box_infomation_rss ul > li,
#shibuya-party .box_infomation_rss ul > li{
	width: 23%;
}

#ueno-party .h4_shop,
#akiba-party .h4_shop,
#osaka-party .h4_shop,
#yokohama-party .h4_shop,
#ginza-party .h4_shop,
#shibuya-party .h4_shop{
	font-size: 12px;
}

#ueno-party .one_line,
#akiba-party .one_line,
#osaka-party .one_line,
#yokohama-party .one_line,
#ginza-party .one_line,
#shibuya-party .one_line{
	padding: 13px 0 14px 0;
}

#ueno-party .h4_ttl_box,
#akiba-party .h4_ttl_box,
#osaka-party .h4_ttl_box,
#yokohama-party .h4_ttl_box,
#ginza-party .h4_ttl_box,
#shibuya-party .h4_ttl_box{
	min-height: 32px;
}

#ueno-party .ct_ex_tour,
#akiba-party .ct_ex_tour,
#osaka-party .ct_ex_tour,
#yokohama-party .ct_ex_tour,
#ginza-party .ct_ex_tour,
#shibuya-party .ct_ex_tour{
	justify-content: flex-start;
	margin-left: 110px;
}

#ueno-party .name_ex_tour,
#akiba-party .name_ex_tour,
#osaka-party .name_ex_tour,
#yokohama-party .name_ex_tour,
#ginza-party .name_ex_tour,
#shibuya-party .name_ex_tour{
	font-size: 15px;
}

#ueno-party .logo_ex_tour img,
#akiba-party .logo_ex_tour img,
#osaka-party .logo_ex_tour img,
#yokohama-party .logo_ex_tour img,
#ginza-party .logo_ex_tour img,
#shibuya-party .logo_ex_tour img{
	min-width: 170px;
}

#ueno-party .list_illust_num05 > li,
#akiba-party .list_illust_num05 > li,
#osaka-party .list_illust_num05 > li,
#yokohama-party .list_illust_num05 > li,
#ginza-party .list_illust_num05 > li,
#shibuya-party .list_illust_num05 > li{
	width: 80%;
}

#ueno-party #slide_thm li:not(:first-child),
#akiba-party #slide_thm li:not(:first-child),
#osaka-party #slide_thm li:not(:first-child),
#yokohama-party #slide_thm li:not(:first-child),
#ginza-party #slide_thm li:not(:first-child),
#shibuya-party #slide_thm li:not(:first-child){
	margin-top: 2px;
}

#ueno-party #slide_thm .img_ttl,
#akiba-party #slide_thm .img_ttl,
#osaka-party #slide_thm .img_ttl,
#yokohama-party #slide_thm .img_ttl,
#ginza-party #slide_thm .img_ttl,
#shibuya-party #slide_thm .img_ttl,
#shinjuku-party #slide_thm .img_ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 26px;
	font-size: 10px;
	color: #fff;
	background:rgba(0,0,0,0.5);
	text-align: center;
	line-height: 1;
}

#ueno-party #slide_thm .img_ttl + img,
#akiba-party #slide_thm .img_ttl + img,
#osaka-party #slide_thm .img_ttl + img,
#yokohama-party #slide_thm .img_ttl + img,
#ginza-party #slide_thm .img_ttl + picture img,
#shibuya-party #slide_thm .img_ttl + picture img,
#shinjuku-party #slide_thm .img_ttl + picture img{
	margin-left: 2px;
	width: 133px!important;
	background-color: #fff;
	outline: 2px solid rgba(255, 255, 255,.4);
	padding: 0 5px;
	box-sizing: border-box;
}

#ueno-party .h3_shop,
#akiba-party .h3_shop,
#osaka-party .h3_shop,
#yokohama-party .h3_shop,
#ginza-party .h3_shop,
#shibuya-party .h3_shop{
	font-size: 15px;
}

#ginza-party #hall_detail .slider .slides > li{
	overflow: hidden;
	height: auto;
}

#ginza-party .list_access_detail address + a{
 	color: #cc5176;
}

#ginza-party #tabContent1 td img,
#ginza-party #tabContent2 td img{
	padding: 0 10px;
	box-sizing: border-box;
}

#ginza-party .map_items_ct_r{
	padding: 20px 10px 20px 40px;
}

#ueno-party .bg_none,
#akiba-party .bg_none,
#osaka-party .bg_none,
#ginza-party .bg_none{
	background: none;
}

#yokohama-party .bg_pink_i{
	background-color: #f23e6f!important;
}

#osaka-party .bg_black_i,
#yokohama-party .bg_black_i,
#ginza-party .bg_black_i{
	background-color: #000!important;
}

#ginza-party .dc_row_1{
	padding-top: 30px;
}

#yokohama-party .lh1{
	line-height: 1!important;
}

#yokohama-party .w_max_ct{
	width: max-content;
}

#yokohama-party .catch_copy_list_shop_feature{
	font-size: 13px;
}

#yokohama-party .white_i{
	color: white!important;
}

#osaka-party .shop_feature_color06,
#yokohama-party .shop_feature_color06{
	background-color: #e9d7d8;
}

#osaka-party .shop_feature_color06 p{
	color: #000;
}

#osaka-party .shop_feature{
	height: 450px;
}

#osaka-party .shop_feature_color06 .cat_cont_hall,
#yokohama-party .shop_feature_color06 .cat_cont_hall{
	background-color: #bf5d62;
}

#yokohama-party .access_map{
	display: inline-block;
}

#yokohama-party .access_map .note{
	color: #ca285c;
	font-size: 12px!important;
}

#yokohama-party .link_color_pink{
	color: #cc5176;
}

#yokohama-party .baloon_01 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    background: #fff;
    z-index: 1;
    border: 5px solid #BF2050;
    border-radius: 100px;
    text-align: center;
    color: #BF2050;
    font-size: 20px;
    padding-top: 15px;
    box-sizing: border-box;
    line-height: 30px;
}

#osaka-party .slider_logoct dt {
	font-size: 11px;
}


#osaka-party .small_party_links_box {
    padding: 20px;
    margin: 50px auto 25px;
    width: 700px;
    background: #fff;
    border: 3px solid #af023f;
    border-radius: 5px;
}

#osaka-party .small_party_links_box .small_party_links_box_ttl {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

#osaka-party .fx_btn{
	display: flex;
	justify-content: center;
	align-items: center;
}

#osaka-party .fx_btn:hover{
	opacity: .7;
	text-decoration: none;
}

#osaka-party .map_items01{
	background: url(/osaka-party/img/index_img01.png)no-repeat top left;
}

#osaka-party .map_ttl02:last-child{
	margin-bottom: 0;
}

#osaka-party .area_separate{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}

#osaka-party .area_separate .area_name{
	color: #fff;
	background-color: #593a0e;
	width: 900px;
	padding: 5px 0;
	text-align: center;
	border-radius: 30px;
	font-size: 28px;
	font-weight: normal;
}

#osaka-party .area_separate .area_text{
	width: 800px;
	margin: 10px auto 40px;
	font-size: 20px;
	text-align: center;
}

#osaka-party .floor_list{
	margin: 0 auto;
	width: 650px;
}

#osaka-party .floor_list ul{
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	flex-wrap: wrap;
}

#osaka-party .floor_list ul li{
	width: 280px;
}

#osaka-party .floor_list ul li.w100{
	width: 100%;
}

#osaka-party .list_item_one_line{
	width: 100%;
	height: auto;
	border: none;
	margin-top: 10px;
}

#osaka-party #pagepartition .table02 td,
#osaka-party #pagepartition .table03 td{
	font-size: 12px;
}

#osaka-party #hikaku .inner_7hall{
	max-width: 1080px;
}

#osaka-party #hikaku .tabArea .tab li a{
	width: 530px;
}

#osaka-party #report .sec_2{
	min-height: 370px;
}

#osaka-party #report p{
	font-size: 16px;
}

#osaka-party #slide_thm .img_ttl{
	height: 40px;
}

#osaka-party #slide_thm li:first-child{
	margin-top: 12px;
}

#osaka-party .btn_acco_detail > .inner_btn{
	font-size: 21px;
}

#osaka-party .sliderct_items01ct{
	width: 790px;
}

#osaka-party .sliderct_items01_frist{
	width: 1240px!important;
}

#osaka-party #hall_detail .ttl14_frame{
	width: 900px;
	margin: 0 auto 40px;
	background-size: cover;
}

#osaka-party .ttl04{
	font-size: 33px;
}

#osaka-party .menu_pc > li{
	width: 130px;
}

#osaka-party .sub_ttl_tour{
    min-width: 901px;
}

#osaka-party .fac_flx_ct{
	display: flex;
	width: 650px;
	margin: 0 auto;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#osaka-party .fac_flx_ttl{
	font-size: 16px;
	font-weight: bold;
}

#osaka-party .fac_flx_list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0;
}

#osaka-party .fac_flx_list li{
	width: 25%;
	margin-bottom: 10px;
}

#osaka-party .long_txt{
	font-size: 24px;
}

#osaka-party .ttl_shop_feature p.tennoji,
#osaka-party .ttl_shop_feature p.namba,
#osaka-party .hall_detail p.desc_detail{
	position: relative;
}

#osaka-party .ttl_shop_feature p.tennoji::before {
	display: flex;
	justify-content: center;
	align-items: center;
    content: "天王寺";
    position: absolute;
	width: 55px;
	height:20px;
	bottom: 0;
    right: 0;
    color: #fff;
    background: #34b2a8;
	font-size: 14px;
	font-family: monospace;
	text-align: center;
	line-height: 1;
	padding: 3px;
}

#osaka-party .ttl_shop_feature p.namba::before {
	display: flex;
	justify-content: center;
	align-items: center;
    content: "なんば";
    position: absolute;
	width: 55px;
	height:20px;
	bottom: 0;
    right: 0;
    color: #fff;
    background: #d06b10;
	font-size: 14px;
	font-family: monospace;
	text-align: center;
	line-clamp: 1;
	padding: 3px;
}


#osaka-party .hall_detail p.desc_detail.tennoji_area::after{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "天王寺";
	width: 100px;
	height: 40px;
	padding: 5px 5px 2px;
	background-color: #34b2a8;
	color: #fff;
	font-size: 30px;
}

#osaka-party .hall_detail p.desc_detail.namba_area::after{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "なんば";
	width: 100px;
	height: 40px;
	padding: 5px 5px 2px;
	background-color: #d06b10;
	color: #fff;
	font-size: 30px;
}

.parms_bg{
	background-color: #01003c!important;
}

#ueno-party .catch_copy_list_shop_feature{
	font-size: 16px;
}

#ueno-party .map_img{
	max-width: 455px;
}

#ueno-party .txt_ex_tour_span{
	font-size: 10px;
	white-space: nowrap;
}

#ueno-party .txt_access_aside{
	font-size: 12px;
	color: #bb1c4f;
}

#ueno-party .h3_ttl_box .h3_logo img{
	width: 100%;
}

#ueno-party .list_access_detail ul{
	margin: 0;
}

#ueno-party .tb_txt_ttl{
	font-size: 12px;
}

#shibuya-party #mainvisual{
	height: 700px;
	background: url(/images/area-party/bg_intro.png) repeat;
}

#shibuya-party .slider_caption {
	display: block;
}

#shibuya-party .sliderct_items02_txt {
	left: 50%;
	transform: translateX(-50%);
}

#shibuya-party .flex-control-nav {
	background: url(/images/area-party/bg_intro.png) repeat;
}

#shibuya-party .table02 td,
#shibuya-party .table03 td {
	max-width: 110px;
}

#shibuya-party .list_illust_num05 img {
	width: auto;
	height: 166px;
}
