/* footer {
	ul {
		display: flex;
	}

	li {
		list-style: none;
		margin-left: 20px;
	}
} */

/*footer {
	/*background-color: black;
	max-width: 1200px;
	margin: auto;

	.logo {
		width: 250px;

		.logo_image {
			width: 100%;
		}
	}

	ul {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	li {
		list-style: none;
		color: white;
	}

	.x {
		.x_logo {
			width: 40px;
		}
	}

	.Booth {
		.Booth_logo {
			width: 100px;
		}

		.right_arrow {
			position: relative;
			display: inline-block;
		}

		.right_arrow::after {
			content: '';
			width: 8px;
			height: 8px;
			/* margin-top: -5px; は不要になります */
		/*	border-top: solid 1px #555;
			border-right: solid 1px #555;
			position: absolute;
			top: 50%;
			right: -20px;
			/* ここはお好みに応じて調整してください */
		/*	transform: rotate(45deg) translateY(-50%);
		}

		.RL_margin {
			margin: 0 40px;
		}

	}
}*/




/* footer {
	ul {
		display: flex;
	}

	li {
		list-style: none;
		margin-left: 20px;
	}
} */

footer {
	/*background-color: black;*/
	max-width: 1200px;
	margin: auto;


	.logo {
		width: 250px;

		.logo_image {
			width: 100%;
		}
	}

	ul {
	/*	display: flex;*/
		justify-content: space-around;
		align-items: center;
	}
	.tateni{
		display: block;
	}

	li {
		list-style: none;
	/*	color: white;*/
    line-height: 2;
	}

	.x {
		.x_logo {
			width: 40px;
      margin-right: 10px;
			margin-top: 10px;
		}
	}

	.Booth {
		.Booth_logo {
			width: 100px;
      margin-right: 10px;
			margin-top: 10px;
			
		}

		.right_arrow2 {
			position: relative;
			
			/*display: inline-block;*/
		}

		.right_arrow2::after {
			content: '';
			width: 8px;
			height: 8px;
			/* margin-top: -5px; は不要になります */
			border-top: solid 1px #555;
			border-right: solid 1px #555;
			position: absolute;
			top: 50%;
			right: -20px;
			/* ここはお好みに応じて調整してください */
			transform: rotate(45deg) translateY(-50%);
		}

		.RL_margin {
			margin: 0 40px;
		}

	}
  
  .hanntai{
    position: relative;
 bottom: 100px;
    text-align: right;
  }
  .narabu{
  display: flex;
     justify-content:flex-end
  }
	
}