@charset "utf-8";

/*================================

mt調整

================================*/

.mt-image-none{
	margin:10px 0;
	}


/*================================

locator

================================*/

.locator{
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
	}
@media screen and (max-width: 480px) {
.locator{
	width: 90%;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
	}
	}


/*================================

locatorname

================================*/


.locator .locatorname{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	}
@media screen and (max-width: 480px) {
.locator .locatorname{
	width: 100%;
	padding-bottom: 10px;
	}
	}


.locator a .locatorname{
	color: #333;
	}

.locator a:hover .locatorname{
	color: #777;
	}

.locator .locatorname p{
	line-height: 140px;
	font-size: 24px;
	letter-spacing: .2em;
	font-weight: normal;
	font-weight: 400;
	}
@media screen and (max-width: 480px) {
.locator .locatorname p{
	line-height: 100px;
	font-size: 18px;
	height: 100px;
	letter-spacing: .1em;
	}
	}


/*================================

inner

================================*/

.locator .inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	}
@media screen and (max-width: 480px) {
.locator .inner{
	width: 100%;
	height: auto;
	position: relative;
	}
	}

.locator .inner a{
	color: #333;
	}

.locator .inner a:hover{
	color: #777;
	}



/*================================

contentstitle

================================*/


.locator .inner .contentstitle{
	width: 1120px;
	height: 40px;
	margin: 0 auto;
	padding: 0 0 20px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	}
@media screen and (max-width: 480px) {
.locator .inner .contentstitle{
	width: 100%;
	height: 40px;
	font-size: 14px;
	padding: 0 0 10px;
	border-bottom: none;
	}
	}


/*================================

selectform

================================*/

.inner .selectform{
	display: none;
	}
@media screen and (max-width: 480px) {
.inner .selectform{
	position: absolute;
	display: block;
	top: 5px;
	right: 0;
	width: 120px;
	height: 30px;
	z-index: 100;
	}
.formstyle{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 10%;
	font-weight: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 30px;
	background-color: #333;
	color: #fff;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-image: url(https://tomorrowland.jp/_data/images/arrowfff.svg);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	}
	}


/*================================

一覧ページ

================================*/


.locator .block{
	display: block;
	width: 1120px;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding: 0 0;
	border-bottom: none;
	}
@media screen and (max-width: 480px) {
.locator .block{
	width: 100%;
	padding: 0 0 20px;
	}
	}

.locator .block ul{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}

.locator .block li{
	width: 1080px;
	padding: 10px 20px;
	margin: 0;
	border-top:1px solid #dedede;
	font-size:14px;
	line-height: 2;
	color: #999;
	background-image: url(https://tomorrowland.jp/_data/images/arrow.svg);
	background-size: 30px;
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 480px) {
.locator .block li{
	width: 96%;
	padding: 10px 2%;
	font-size:11px;
	line-height: 1.6;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	}
	}

.locator .block a:hover li{
	background-color: #ededed;
	}


.locator .block .Name{
	}

.locator .block .Name .jp{
	font-size:20px;
	color: #222;
	}
@media screen and (max-width: 480px) {
.locator .block .Name .jp{
	font-size: 15px;
	}
	}

.locator .block .Name .en{
	font-size:14px;
	}
@media screen and (max-width: 480px) {
.locator .block .Name .en{
	font-size:11px;
	}
	}

.locator .block a{
	color: #333;
	}