@charset "utf-8";
/* ===========================================
 * 施設ガイド
 * ======================================== */
/*-------------
 * 共通設定
-------------------------*/
.bold {
    font-weight: bold;
}

.u_mb_10 {
	margin-bottom: 10px;
}

.u_mb_20 {
	margin-bottom: 20px;
}

.u_mb_30 {
	margin-bottom: 30px;
}

.u_mb_50 {
	margin-bottom: 50px;
}

.u_mb_60 {
	margin-bottom: 60px;
}

.red_font {
    color: #FF0000;
}

/* 見出し */
main #com_content_wrapper .com_content {
	box-shadow: 3px 3px 6px #00000029;
	background-color: #FFFEF0;
}

.image_content_top img {
    background-color: #FFFFFF;
    border-radius: 10px;
}

.category_facility .image_wrapper .par-title01,
.category_floormap_1F .image_wrapper .par-title01,
.category_floormap_2F .image_wrapper .par-title01 {
    font-size: 30px;
    line-height: 1.5;
    color: #003288;
    background-color: unset;
    border-left: unset;
    padding: 0px 0px 5px 0px;
    border-radius: unset;
    width: auto;
}

.category_facility .image_wrapper .par-title01 {
    border-bottom: 3px spolid #003288;
}
.par-tab02 {
	margin: 0px -40px;
	width: auto;
	gap: 17px;
}

.par-tab02 .par-tab_li {
    background: #FFFFFF;
    width: 267px;
}

/* 2列 */
.floor,
.other_block {
    padding-top: 30px;
    display: flex;
    gap: 50px;
    width: 100%;
}

/*----------------
 *   場内マップ
----------------*/
/* tokonyan位置 */
.category_facility .image_wrapper .tokotan_abs {
    position: absolute;
    right: 165px;
    top: 6px;
    z-index: 1;
}

.image_content_top {
    text-align: center;
}
/*-----------------
 *   施設案内
 -----------------*/
.category_facility .image_wrapper .par-title01.sisetsu {
	margin-top: 20px;
	font-size: 22px;
}

.image_content_sisetsu {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: bold;
    gap: 10px;
}

.img_icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.img_icon img {
    width: 30px;
    height: auto;
}


.floor_img {
    width: 100%;
}

.floor_text {
    font-size: 30px;
    color: #003288;
    font-weight: bold;
}

.other_top {
    background-color: #003288;
    text-align: center;
    width: 100%;
    height: 100px;
    color: #ffffff;
    border-radius: 6px 6px 0px 0px;
    vertical-align:middle;
}

.winbo_img{
    width: 50%;
    height: 100%;
    padding: 20px;
    align-items: center;
}

.shop_text {
    padding-top: 10px;
    font-size: 24px;
    height: 100%;
    font-weight: bold;
}

.winbo_property,
.shop_property {
    border: 1px solid #C7C7C7;
    padding: 30px;
    font-size: 16px;
    border-radius: 0px 0px 6px 6px;
}

.winbo_property p {
    margin-bottom: 20px;
}

.winbo_property .facility_img_2,
.shop_property .facility_img_3 {
    border-radius: 6px;
    margin-bottom: 10px;
}

table {
    border: 1px solid #7C7C7C;
    width: 100%;
    font-size: 16px;
}

th {
    border: 1px solid #7C7C7C;
    width: 22%;
    text-align: center;
    vertical-align: middle;
    background-color: #003288;
    color: #ffffff;
    padding: 12px 0px 12px 0px;
}

td {
    border: 0.1rem solid #C7C7C7;
    width: 78%;
    text-align: left;
    background-color: #F4F4F4;
    padding: 0.8rem;
    font-size: 1.4rem;
    line-height: 2rem;
    vertical-align: inherit;
}

.holding_place {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.image_content_head a p {
    background-color: #1F9BFF;
    padding: 1.3rem;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 1rem;
    width: 266px;
}

/* 2F,1F */
.category_floormap_1F .image_wrapper .tokotan_abs,
.category_floormap_2F .image_wrapper .tokotan_abs{
    position: absolute;
    right: 86px;
    top: -30px;
    z-index: 1;
}

.category_floormap_2F .image_content_top img{
    width: 100%;    
}

.introduction {
    font-size: 16px;
    font-weight: bold;
    color: #003288;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

.introductions .introduction img{
    border-radius: 5px;
}

.special_facility {
    padding-top: 16px;
    font-size: 27px;
    height: 100%;
    font-weight: bold;
}
.special_facility_top {
    background-color: #003288;
    text-align: center;
    width: 100%;
    height: 75px;
    color: #ffffff;
    border-radius: 6px 6px 0px 0px;
    vertical-align:middle;

}

.special_facility_roku {
    border: 1px solid #003288;
}

.special_facility_roku img{
    width: 100%;
}

.rokumenu {
    display: flex;
}

.rokumenu_1 {
    padding: 40px 25px 40px 40px;
    width: 50%;
}

.rokumenu_1 span{
    font-size: 12px;
}

.rokumenu_2 {
    padding: 40px 40px 40px 25px;
    width: 50%;
}

.rokumenu_2 h3 {
    font-size: 20px;
    font-weight: bold;
    color: #003288;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #003288;
}
.rokumenu_2 .contact p {
    font-size: 18px;
    margin-bottom: 12px;

}

.pdf_content,
.pdf_content_1F {
    display: flex;
    justify-content: space-between;
}

.pdf_content a,
.pdf_content_1F a{
  display: flex;
  background-color: #1F9BFF;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
  height: 55px;
  width: 235px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
}

.use_pdf_1 {
    margin: 0px 24px 25px 0px;
}

.use_pdf_1 a,
.use_pdf_2 a {
    margin-bottom: 0px;
}

.use_pdf_1 span {
    font-size: 12px;
}


.img_content {
    display: grid;
    width: calc(33.333% - 10px);
}

.target_content {
    display: none;
}

.target_content.tab-selected {
    display: block;
}

.image_content_head {
    display: flex;
    width: 900px;
    justify-content: space-between;
    margin: 15px auto;
}

.facility_content_2 .image_content_head,
.facility_content_3 .image_content_head {
    width: auto;
}

.facility_content_2 .introductions .par-title01,
.facility_content_3 .introductions .par-title01 {
    border-bottom: 2px solid #003288;
}

.tokotan_pos {
    position: absolute;
    right: 50px;
    top: 102px;
    width: 40px;
}

.facility_content_1 .image_content_top img{
    border-radius: 20px;
}

.facility_content_1 .tokotan_pos {
    right: 160px;
}

img.tokotan_1 {
    position: absolute;
    right: 130px;
    top: 190px;
    background: unset;
}

.payseat_access,
.fx_content {
    display: flex;
    justify-content: space-between;
}

.seat_flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.payseat_access {
    padding-left: 20px;
}

.payseat_access p,
.fx_content a p {
    font-size: 14px;
    padding-right: 45px;
    color: #FF7F00;
    text-decoration: underline;
}
.payseat_access p {
    font-size: 20px;
}
.before_next {
    margin-top: 3px;
    margin-left: 10px;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #FF7F00;
    border-radius: 50%;
    border: 2px solid var(--red);
    cursor: pointer;
}

.payseat_access .before_next {
    margin-top: 8px;
}

.before_next::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 23%;
    top: 26%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.par-tab02 .par-tab_li.tab-selected {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--MAIN_COLOR, #003288);
}

.par-tab02 .par-tab_li.tab-selected .par-tab_item .par-tab_item_cell {
	display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
	font-size:17px;
}

.par-tab02 .par-tab_li.facility_content_4 .par-tab_item .par-tab_item_cell {
    line-height: 16px;
}

/* スライダー */
.slider-wrapper {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

.slider {
  position: relative;
  width: 470px;
  margin: 0 auto;
}

.slider-inner {
  width: 100%;
  overflow: hidden; /* ← 画像のはみ出しを隠すのはここだけ */
}

.slides {
  display: flex;
  transition: transform 0.3s ease;
}

.slides img {
  width: 470px;
  height: auto;
  flex-shrink: 0;
  user-select: none; /* ドラッグ選択防止 */
  border-radius: 6px;
}

.slides img.active {
  display: block;
}

button.prev,
button.next {
  position: absolute;
  top: 37%;
  left: 96%;
  right: 94%;
  transform: translateY(-50%);
  background: unset;
  color: #003288;
  border: none;
  padding: 0px;
  cursor: pointer;
  font-size: 32px;
  z-index: 10;
  transform: scaleX(0.5);
  transform: scaleY(1.5);
}

/* 左右を画像の外側に */
button.prev {
  left: -60px;   /* ★ 外側へ移動 */
}

button.next {
  right: -50px;  /* ★ 外側へ移動 */
}

/* ドットナビゲーション */
.dots {
  text-align: center;
  margin-top: 10px;
}

.dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  background: #cccccc;
  cursor: pointer;
}

.dots span.active {
  background: #333333;
}

/* スライダー終わり */
