@charset "utf-8";
main .page-title {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	color: #121212;
	max-width: 1120px;
	min-height: 180px;
	margin: 0 auto 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
main .page-title span {
	display: block;
	font-size: 22px;
}
main .content .wifibox-about {
	overflow: hidden;
	max-width: 1120px;
	margin: 0 auto 40px;
}
main .content .wifibox-about img {
	float: right;
	width: 225px;
	margin-left: 20px;
}
main .content .wifibox-about p {
	font-size: 20px;
	line-height: 1.8;
}
main .content h2 {
	text-align: center;
	font-size: 30px;
	margin: 30px 0 20px 0;
}
main .content #counter-list {
  max-width: 1120px;
  margin: 0 auto;
}
main .content #counter-list .counter-box {
  border: 1px solid #d6d6d6;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 18px 20px;
}
main .content #counter-list .counter-box > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

main .content #counter-list .counter-box > div .prefecture {
	border: 1px solid #d6d6d6;
	font-size: 16px;
	font-weight: bold;
	width: 180px;
	margin-right: 20px;
	text-align: center;
}

main .content #counter-list .counter-box > div .place-icon {
	margin-right: 20px;
}

main .content #counter-list .counter-box > div h3 {
	font-size: 18px;
	width: 380px;
	margin-right: 30px;
	line-height: 1.44;
}

main .content #counter-list .counter-box > div .time {
	color: var(--accent-color);
	font-size: 26px;
	font-weight: bold;
	line-height: 1.15;
	width: 330px;
}

main .content #counter-list .counter-box > div .time small {
	font-size: 14px;
	display: block;
	padding-top: 10px;
}

main .content #counter-list .counter-box > div .time .attention {
	font-size: 14px;
	display: block;
	color: #f00;
	font-weight: normal;
	padding-top: 10px;
}

main .content #counter-list .counter-box > div .detail {
	border: 1px solid #d6d6d6;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 120px;
}
main .content #counter-list .images {
	padding-top: 50px;
}

main .content #counter-list .images img.img {
	width: 280px;
	margin: auto;
}
main .content #counter-list .images img.map {
	float: right;
	margin-right: 20px;
}
main .content p.memo {
	max-width: 1120px;
	margin: 0 auto 100px;
	text-align: left;
}
main .content .application {
	display: block;
	width: 260px;
	margin: 0 auto 80px;
	padding: 13px 0;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	background: #000 url(/images/location/icon_arrowR_w.svg) center right 17px no-repeat;
}
main .content .application:hover {
	color: var(--accent-color);
	background: #000 url(/images/location/icon_arrowR_bl.svg) center right 17px no-repeat;
}
main .content .airport_list {
	max-width: 1120px;
	margin: 0 auto 40px;
}
main .content .airport_list p {
	font-size: 20px;
	line-height: 1.8;
}
main .content .domestic-price {
	max-width: 940px;
	margin: 0 auto 100px;
	text-align: center;
}
main .content .domestic-price p {
	font-size: 20px;
	line-height: 1.8;
}
main .content .domestic-price table {
	width: 100%;
	border-top: 5px solid #f5f5f5;
}
main .content .domestic-price table tbody tr th {
	border-bottom: 5px solid #f5f5f5;
	padding: 10px;
	font-size: 20px;
	text-align: left;
}
main .content .domestic-price table tbody tr th img {
	width: 45px;
	display: inline;
	vertical-align: middle;
	margin-right: 34px;
}
main .content .domestic-price table tbody tr td {
	border-bottom: 5px solid #f5f5f5;
	font-size: 18px;
	padding: 10px;
	text-align: right;
}
main .content .domestic-price table tbody tr td span {
	font-size: 24px;
}
main .content .domestic-price .caution {
	text-align: left;
	margin-bottom: 40px;
	font-size: 16px;
}
main .content .domestic-price .btn {
	display: inline-block;
	min-width: 260px;
	padding: 13px 40px;
	border-radius: 25px;
	color: #fff;
	background: #000 url(/images/location/icon_arrowR_w.svg) center right 17px no-repeat;
}
main .content .domestic-price .btn:hover {
	color: var(--accent-color);
	background: #000 url(/images/location/icon_arrowR_bl.svg) center right 17px no-repeat;
}
main .content .inbound-price {
	max-width: 940px;
	margin: 0 auto 100px;
	text-align: center;
}
main .content .inbound-price p {
	font-size: 20px;
	line-height: 1.8;
}
main .content .inbound-price ul {
	display: flex;
	margin-bottom: 20px;
}
main .content .inbound-price ul li {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
main .content .inbound-price ul li img {
	height: 50px;
	margin-right: 10px;
}
main .content .inbound-price table {
	width: 100%;
	margin-bottom: 40px;
	border-top: 5px solid #f5f5f5;
}
main .content .inbound-price table tbody tr th {
	border-bottom: 5px solid #f5f5f5;
	padding: 10px;
	font-size: 20px;
	text-align: left;
}
main .content .inbound-price table tbody tr th img {
	width: 45px;
	display: inline;
	vertical-align: middle;
	margin-right: 34px;
}
main .content .inbound-price table tbody tr td {
	border-bottom: 5px solid #f5f5f5;
	font-size: 18px;
	padding: 10px;
	text-align: right;
}
main .content .inbound-price table tbody tr td span {
	font-size: 24px;
}
main .content .inbound-price .btn {
	display: inline-block;
	min-width: 260px;
	margin: 0 auto;
	padding: 13px 40px;
	border-radius: 25px;
	color: #fff;
	background: #000 url(/images/location/icon_arrowR_w.svg) center right 17px no-repeat;
}
main .content .inbound-price .btn:hover {
	color: var(--accent-color);
	background: #000 url(/images/location/icon_arrowR_bl.svg) center right 17px no-repeat;
}
main .content .howto {
	max-width: 1120px;
	margin: 0 auto;
}
main .content .howto ol {
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin-bottom: 40px;
}
main .content .howto ol li {
	width: 20%;
	text-align: center;
	line-height: 1.75;
}
main .content .howto .memo-box {
	border: 1px solid #000;
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 40px;
	line-height: 1.8;
}
main .content .howto .memo-box ul {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}
main .content .howto .return-about {
	text-align: center;
}
main .content .howto .return-about p {
	font-size: 20px;
}
main .content .howto .japan #map-jp {
	max-width: 1120px;
	height: 600px;
	display: block;
	margin: 10px auto 20px;
	z-index: 1;
}
main .content .howto .nearest #map {
	max-width: 1120px;
	height: 600px;
	display: block;
	margin: 10px auto 20px;
	z-index: 1;
}
main .content .howto .nearest #map .leaflet-pane .leaflet-marker-icon.here {
	filter: invert(100%);
}
main .content .howto .nearest #map .place-info,
main .content .howto .japan #map-jp .place-info {
	display: flex;
	align-items: start;
}
main .content .howto .nearest #map .leaflet-popup-content img,
main .content .howto .japan #map-jp .leaflet-popup-content img {
	max-width: initial;
	width: 100%;
}
main .content .howto .nearest #map .place-info > img,
main .content .howto .japan #map-jp .place-info > img {
	width: 77px;
	margin-right: 17px;
}
main .content .howto .nearest #map .place-info .text-box,
main .content .howto .japan #map-jp .place-info .text-box {
	width: 200px;
}
main .content .howto .nearest #map .place-info .text-box p,
main .content .howto .japan #map-jp .place-info .text-box p {
	font-size: 14px;
	margin: 0;
	line-height: 1.14;
}
main .content .howto .nearest #map .place-info .text-box p.time,
main .content .howto .japan #map-jp .place-info .text-box p.time {
	font-weight: bold;
	color: var(--accent-color);
}
main .content .howto .nearest #map .place-info .text-box a.detail-link,
main .content .howto .japan #map-jp .place-info .text-box a.detail-link {
	font-size: 14px;
	color: #000;
	border: 1px solid #d6d6d6;
	padding: 2px 10px;
	display: inline-block;
	margin-top: 2px;
}
main .content .howto .map-link {
	padding-top: 20px;
	border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
	main .page-title {
		min-height: 120px;
		font-size: 15px;
	}
	main .page-title h1 span {
		font-size: 18px;
	}
	main .content {
		padding: 50px 10px;
	}
	main .content h2 {
		font-size: 21px;
		margin-bottom: 20px;
	}
	main .content #counter-list .counter-box {
		position: relative;
	}
	main .content #counter-list .counter-box > div {
		display: block;
	}
	main .content #counter-list .counter-box > div .prefecture {
		margin: 0 auto 10px;
		font-size: 14px;
	}
	main .content #counter-list .counter-box > div .place-icon {
		position: absolute;
		top: 8px;
		left: 8px;
	}
	main .content #counter-list .counter-box > div h3 {
		font-size: 16px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	main .content #counter-list .counter-box > div .time {
		font-size: 18px;
		text-align: center;
		margin: 0 auto 14px;
	}
	main .content #counter-list .counter-box > div .detail {
		font-size: 14px;
		margin: 0 auto;
		display: block;
	}
	main .content .domestic-price p {
		font-size: 16px;
	}
	main .content .domestic-price table tbody tr th {
		font-size: 13px;
	}
	main .content .domestic-price table tbody tr th img {
		margin-right: 10px;
		width: 30px;
	}
	main .content .domestic-price table tbody tr th span {
		font-size: 10px;
	}
	main .content .domestic-price table tbody tr td {
		font-size: 16px;
	}
	main .content .inbound-price {
		margin-bottom: 50px;
	}
	main .content .inbound-price p {
		font-size: 16px;
	}
	main .content .inbound-price ul {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	main .content .inbound-price ul li {
		margin-right: 0;
		width: 40%;
		margin-bottom: 10px;
	}
	main .content .inbound-price ul li.single {
		width: 100%;
	}
	main .content .inbound-price ul li img {
		height: 30px;
	}
	main .content .inbound-price table {
		margin-bottom: 20px;
	}
	main .content .inbound-price table tbody tr th {
		font-size: 13px;
	}
	main .content .inbound-price table tbody tr th img {
		margin-right: 10px;
		width: 30px;
	}
	main .content .inbound-price table tbody tr th span {
		font-size: 10px;
	}
	main .content .inbound-price table tbody tr td {
		font-size: 16px;
	}
	main .content .howto ol {
		flex-wrap: wrap;
	}
	main .content .howto ol li {
		width: 48%;
		margin-bottom: 10px;
	}
	main .content .howto .nearest #map {
		height: 540px;
	}
}