@charset "utf-8";
/* CSS Document */

/* ==============================================

	linkBtnArea

================================================= */
.linkBtnArea {
	padding: 0 6%;
}
.linkBtnArea ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.linkBtnArea ul li {
	flex: 1;
	text-align: center;
	line-height: 115%;
}
.linkBtnArea ul li a {
	font-size: 1.3rem;
	gap: 10px;
}
.linkBtnArea ul li a::after {
	width: 6px;
	height: 6px;
	transform: rotate(135deg);
}
.linkBtnArea ul li a:hover::before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.linkBtnArea ul li.by_bus a::before {
	content: "";
	background: url("../images/access/icon_bus.svg") center no-repeat;
	width: 19px;
	height: 23px;
	background-size: contain;
}
.linkBtnArea ul li.by_train a::before {
	content: "";
	background: url("../images/access/icon_train.svg") center no-repeat;
	width: 21px;
	height: 25px;
	background-size: contain;
}
.linkBtnArea ul li.by_car a::before {
	content: "";
	background: url("../images/access/icon_car.svg") center no-repeat;
	width: 24px;
	height: 20px;
	background-size: contain;
}
.linkBtnArea ul li.by_plane a::before {
	content: "";
	background: url("../images/access/icon_plane.svg") center no-repeat;
	width: 27px;
	height: 28px;
	background-size: contain;
}
@media screen and (max-width: 1024px) {
	.linkBtnArea {
		padding: 0 5%;
	}
	.linkBtnArea ul {
		gap: 15px;
	}
}
@media screen and (max-width: 896px) {
	.linkBtnArea ul {
		flex-flow: row wrap;
	}
	.linkBtnArea ul li {
		flex: inherit;
		width: calc((100% - 15px) / 2);
	}
	.linkBtnArea ul li .cmn_btn {
		max-width: inherit;
	}
}
@media screen and (max-width: 480px) {
	.linkBtnArea ul {
		gap: 10px;
	}
	.linkBtnArea ul li {
		width: calc((100% - 10px) / 2);
	}
	.linkBtnArea ul li a {
		gap: 8px;
	}
	.linkBtnArea ul li a::before {
		zoom: 0.8;
	}
}


/* ==============================================

	access_box

================================================= */
.access_box {
	max-width: 800px;
	margin: 100px auto;
}
.access_box table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.access_box table tr:first-child {
	border-top: 1px solid #6f625d;
}
.access_box table tr {
	border-bottom: 1px solid #6f625d;
}
.access_box table tr > * {
	padding: 20px;
}
.access_box table tr th {
	width: 120px;
	font-weight: 400;
}
.access_box table tr td {
	line-height: 130%;
}
.access_box table tr td div {
	display: flex;
	flex-flow: row wrap;
	gap: 8px 20px;
	align-items: baseline;
}
.access_box table tr td div a {
	font-size: 1.2rem;
	border: 1px solid #6f625d;
	border-radius: 50vh;
	padding: 2px 10px;
	font-weight: 500;
	background: #fdfdfd;
}
.access_box table tr td div a:hover {
	background: #6f625d;
	border: 1px solid #6f625d;
	color: #fff;
}
.access_box table tr td dl {
	display: flex;
}
.access_box table tr td dl:not(:last-child) {
	margin-bottom: 5px;
}
.access_box table tr td dl dt {
	width: 5em;
}
.access_box table tr td dl dd {
	flex: 1;
}
@media screen and (max-width: 1024px) {
	.access_box {
		max-width: inherit;
		padding: 0 5%;
	}
}
@media screen and (max-width: 768px) {
	.access_box {
		margin: 80px auto;
	}
	.access_box table tr td div {
		display: inline-flex;
	}
}
@media screen and (max-width: 480px) {
	.access_box {
		margin: 60px auto;
	}
	.access_box table tr th {
		width: 80px;
		padding: 20px 0;
	}
}


/* ==============================================

	access_map

================================================= */
#access_map {
	padding-bottom: 100px;
}
#access_map iframe {
	width: 100%;
	margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
#access_map {
	padding-bottom: 60px;
}
	#access_map iframe {
		height: 250px;
		margin-bottom: 30px;
	}
}


/* ==============================================

	accessbyArea

================================================= */
.accessbyArea > section {
	padding: 100px 5%;
}
.accessbyArea > section:nth-child(odd) {
	background: #fff;
}
.accessbyArea h2 {
	font-size: 2.0rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 60px;
}
.accessbyArea #by_bus h2::before {
	content: "";
	background: url("../images/access/icon_bus.svg") center no-repeat;
	width: 25px;
	height: 29px;
	background-size: contain;
}
.accessbyArea #by_train h2::before {
	content: "";
	background: url("../images/access/icon_train.svg") center no-repeat;
	width: 24px;
	height: 29px;
	background-size: contain;
}
.accessbyArea #by_car h2::before {
	content: "";
	background: url("../images/access/icon_car.svg") center no-repeat;
	width: 24px;
	height: 20px;
	background-size: contain;
}
.accessbyArea #by_plane h2::before {
	content: "";
	background: url("../images/access/icon_plane.svg") center no-repeat;
	width: 27px;
	height: 28px;
	background-size: contain;
}
.accessbyArea h3 {
	font-size: 1.9rem;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 130%;
}
@media screen and (max-width: 768px) {
	.accessbyArea h2 {
		font-size: 1.9rem;
	}
	.accessbyArea h3 {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	.accessbyArea > section {
		padding: 60px 5%;
	}
	.accessbyArea h2 {
		font-size: 1.6rem;
		margin-bottom: 35px;
	}
	.accessbyArea h2::before {
		zoom: 0.75;
	}
	.accessbyArea h3 {
		font-size: 1.5rem;
	}
}


/* -------------------------------------------------
	access_cmn
------------------------------------------------- */
.access_cmn {
	max-width: 1100px;
	margin: 0 auto;
}
.access_cmnBox:not(:last-child) {
	margin-bottom: 90px;
}
.access_txt {
	font-size: 1.5rem;
	line-height: 140%;
}
@media screen and (max-width: 768px) {
	.access_cmnBox:not(:last-child) {
		margin-bottom: 60px;
	}
	.access_txt {
		font-size: 1.4rem;
	}
	.access_txt.mb30 {
		margin-bottom: 25px!important;
	}
}
@media screen and (max-width: 480px) {
	.access_txt {
		font-size: 1.3rem;
	}
	.access_cmnBox:not(:last-child) {
		margin-bottom: 50px;
	}
}

/* ==============================================

	by_bus

================================================= */
.by_busArea {
	display: flex;
	flex-flow: column;
	gap: 90px;
}
.by_busArea figure {
	max-width: 730px;
	margin-top: 20px;
}
@media screen and (max-width: 480px) {
	.by_busArea {
		gap: 50px;
	}
	.by_busArea figure {
		margin-top: 15px;
	}
}

/* -------------------------------------------------
	by_busTimetable
------------------------------------------------- */
.by_busTimetable table {
	width: 100%;
}
.by_busTimetable table:not(:last-child) {
	margin-bottom: 50px;
}
.by_busTimetable table tr > * {
	padding: 15px 0;
	border-bottom: 1px solid #afa6a0;
	line-height: 130%;
	vertical-align: middle;
}
.by_busTimetable table th {
	font-weight: normal;
}
.by_busTimetable table tr:first-child th {
	background: #6F625D;
	color: #fff;
}
.by_busTimetable table tr:first-child th:first-child {
	width: 270px;
}
.by_busTimetable table td {
	border-left: 1px solid #afa6a0;
	text-align: center;
}

.by_busTimetable table tr:first-child th:not(:first-child) {
	width: 50px;
	border-left: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
	.by_busTimetable table tr:first-child th:first-child {
		width: 230px;
	}
}
@media screen and (max-width: 896px) {
	.by_busTimetable table tr:first-child th:first-child {
		width: 200px;
	}
}
@media screen and (max-width: 768px) {
	.by_busTimetable table tr:first-child th:first-child {
		width: 150px;
	}
}
@media screen and (max-width: 640px) {
	.by_busTimetable table tr:first-child th:first-child {
		width: 100px;
	}
}
@media screen and (max-width: 480px) {
	.by_busTimetable table tr:first-child th:first-child {
		width: 60px;
	}
	.by_busTimetable table tr > * {
		font-size: 1.2rem;
		padding: 8px 0;
	}
}


/* -------------------------------------------------
	by_busAbout
------------------------------------------------- */
.access_tbl {
	width: 100%;
}
.access_tbl tr {
	line-height: 130%;
}
.access_tbl tr > * {
	padding: 18px 30px;
}
.access_tbl th {
	background: #6f625d;
	vertical-align: middle;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
.access_tbl tr:last-child th {
	border-bottom: 1px solid #6f625d;
}
.access_tbl td {
	border-bottom: 1px solid #afa6a0;
}
#by_car .access_tbl th {
	width: 30%;
}
@media screen and (max-width: 768px) {
	.access_tbl th {
		padding: 15px 0;
	}
	#by_car .access_tbl th {
		width: 40%;
	}
}
@media screen and (max-width: 640px) {
	#by_bus .access_tbl th {
		width: 30%;
	}
}
@media screen and (max-width: 480px) {
	.access_tbl {
		font-size: 1.2rem;
	}
	.access_tbl th {
		padding: 8px 0;
	}
	#by_bus .access_tbl th {
		width: 25%;
	}
	#by_car .access_tbl th {
		width: 45%;
	}
	.access_tbl td {
		padding: 8px 15px;
	}
}

/* ==============================================

	by_cmnBox

================================================= */
.by_cmnBox {
	flex: 1;
}
.by_cmnBox2 {
	display: flex;
	gap: 60px;
}
.by_cmnBox3 {
	display: flex;
	gap: 40px;
}



.by_cmnBox_ttl {
	background: #6F625D;
	color: #fff;
	padding: 18px 30px;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 130%;
	display: flex;
	align-items: center;
	position: relative;
}
.by_cmnBox_inner {
	position: relative;
	margin-top: 20px;
}
.by_cmnBox_inner ol {
	position: relative;
}
.by_cmnBox_inner ol::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #afa6a0;
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 0;
}
.by_cmnBox_inner ol li {
	position: relative;
	z-index: 1;
}
.by_cmnBox_inner ol li div {
	border: 1px solid #afa6a0;
	padding: 18px 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	background: #fff;
	font-size: 1.5rem;
	line-height: 120%;
}
.by_cmnBox_inner ol li div span {
	flex: 1;
}
.by_cmnBox_inner ol li:last-child div {
	background: #afa6a0;
	color: #fff;
}
.by_cmnBox_inner ol li div::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50vh;
	background: #afa6a0;
}
.by_cmnBox_inner ol li:last-child div::before {
	background: #fff;
}
.by_cmnBox_inner ol li p {
	padding: 30px 0 30px 70px;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	line-height: 130%;
}
@media screen and (max-width: 1024px) {
	.by_cmnBox3 {
		flex-flow: row wrap;
		gap: 60px;
	}
	.by_cmnBox3 .by_cmnBox {
		width: calc((100% - 60px) / 2);
		flex: inherit;
	}
}
@media screen and (max-width: 896px) {
	
}
@media screen and (max-width: 812px) {
	
}
@media screen and (min-width: 769px) {
	.by_cmnBox_ttl {
		pointer-events: none;
	}
	.by_cmnBox_inner {
		display: block!important;
	}
}
@media screen and (max-width: 768px) {
	.by_cmnBox2, .by_cmnBox3 {
		flex-flow: column;
		gap: 20px;
	}
	.by_cmnBox3 .by_cmnBox {
		width: 100%;
	}
	.by_cmnBox_inner {
		display: none;
	}
	.by_cmnBox:not(:last-child) .by_cmnBox_inner {
		margin-bottom: 30px;
	}
	
	.by_cmnBox_ttl {
		cursor: pointer;
		font-size: 1.5rem;
		pointer-events: all;
	}
	.by_cmnBox_ttl::after {
		content: "";
		position: absolute;
		right: 15px;
		background: url(../images/fair/list-open.svg) center no-repeat;
		width: 30px;
		height: 30px;
		-webkit-filter: brightness(0) invert(1) !important;
		filter: brightness(0) invert(1) !important;
	}
	.by_cmnBox_ttl.open::after {
		background: url(../images/fair/list-close.svg) center no-repeat;
		-webkit-filter: brightness(0) invert(1) !important;
		filter: brightness(0) invert(1) !important;
	}
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 480px) {
	.by_cmnBox:not(:last-child) .by_cmnBox_inner {
		margin-bottom: 20px;
	}
	.by_cmnBox_inner ol::after {
		left: 30px;
	}
	.by_cmnBox_ttl {
		padding: 16px 20px;
		font-size: 1.4rem;
	}
	.by_cmnBox_ttl::after {
		right: 10px;
		zoom: 0.8;
	}
	.by_cmnBox_inner ol li div {
		padding: 12px 20px;
		font-size: 1.4rem;
		gap: 12px;
	}
	.by_cmnBox_inner ol li p {
		padding: 20px 0 20px 52px;
		font-size: 1.2rem;
	}
}


