@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Teko:300,500');

/* ----------------------------------------
 replace
---------------------------------------- */
/*トピックパス*/
#tPath ol {
	margin: 0 auto;
	padding: 10px 0;
	font-size: .75rem;
	list-style-type: none;
}

/*メインエリア*/
main {
	margin: 0 auto;
	padding: 0 !important;
	max-width: 100%;
	background: url(../img/bg.png) repeat;
	background-size: 3px 3px !important;
}
article {
	width: 100%;
	max-width: 100%;
	float: none;
}
article * { box-sizing: border-box; }
article * img { vertical-align: bottom; }
article * a { color: #007dd7; }
article > h1 { display: none !important; }

/*スワイプメニュー（スマホ）*/
#swipe_menu {
	background-color: #333;
}
#swipe_menu a {
	color: #fff !important;
	padding-left: 5px;
	padding-right: 5px;
}
#swipe_menu a:hover {
	color: #20b8dd !important;
}
#swipe_menu .swipe_menu_title {
	opacity: 0;
	left: 30px;
}
#swipe_menu .swipe_menu_title:first-child {
	display: inline-block;
	position: relative;
	padding-left: 2em;
}
#swipe_menu .swipe_menu_title:first-child:before {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	background-size: 100% auto !important;
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}
#swipe_menu a[href*="/vrzone-portal/"] .swipe_menu_title:first-child:before        { background: url(../img/icon_menu.png) no-repeat left 0; }
#swipe_menu a[href*="/vrzone-portal/NEWS/"] .swipe_menu_title:first-child:before   { background: url(../img/icon_menu.png) no-repeat left 100%; }
#swipe_menu a[href*="activity"] .swipe_menu_title:first-child:before               { background: url(../img/icon_menu.png) no-repeat left 16.6666%; }
#swipe_menu a[href*="locations"] .swipe_menu_title:first-child:before              { background: url(../img/icon_menu.png) no-repeat left 33.3333%; }
#swipe_menu a[href*="notes"] .swipe_menu_title:first-child:before                  { background: url(../img/icon_menu.png) no-repeat left 49.9999%; }
#swipe_menu a[href*="faq"] .swipe_menu_title:first-child:before                    { background: url(../img/icon_menu.png) no-repeat left 66.6666%; }
#swipe_menu a[href*="contact"] .swipe_menu_title:first-child:before,
#swipe_menu a[href*="inquiry"] .swipe_menu_title:first-child:before                { background: url(../img/icon_menu.png) no-repeat left 83.3333%; }

/* サイドナビ */
#lNav {
	float: none;
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#lNav > * {
	margin: 0 auto;
}
#lNav > nav {
	display: none !important;
}
#snsButton {
	position: absolute;
	bottom: 20px;
	line-height: 0;
}
#snsButton li {
	margin-top: 0;
}

/* フッターエリア */
#common_head_link {
	position: relative;
}
#common_head_link > p {
	position: absolute;
	bottom: 25px;
	right: 0;
}
#common_page_footer {
	margin-top: 0 !important;
}


@media (max-width: 800px) {
	main { padding-top: 10px !important; }
	#common_head_link > p { bottom: 22px; }
}

@media (max-width: 480px) {
	#snsButton { bottom: 80px; }
}

/* 一時リンク無効 */
/*
a[href$="rapidriver.html"],
a[href$="eva.html"],
a[href$="hanechari.html"],
a[href$="kyoryu.html"]      { pointer-events: none !important; }
*/
a[href$="dragonball.html"]  { pointer-events: none !important; }


/* ----------------------------------------
 Common parts
-------------------------------------------
 layout
---------------------------------------- */
#contentsHeader,
#keyvisual {
	margin: 0;
	padding: 0;
	position: relative;
}
[id^="contents-"] {
	margin: 0;
	padding: 60px 10px;
	position: relative;
}
#contents-activity,
#contents-notes,
#contents-faq {
	background: #fff;
}
#contents-notes {
	padding-bottom: 0;
}
#contents-recruit {
	padding-top: 110px;
}
[id^="contents-"] > div[data-position="anchor"] {
	width: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}
[id^="contents-"] > section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#contents-notes > section {
	padding-bottom: 60px;
	border-bottom: 3px dashed #bceaf5;
}

@media (max-width: 800px) {
	[id^="contents-"] {
		padding: 50px 10px;
	}
	#contents-recruit {
		padding-top: 5%;
		padding-bottom: 10px;
	}
}

@media (max-width: 480px) {
	[id^="contents-"] {
		padding: 40px 10px;
	}
}

.annotation {
	margin: 30px 10px 0;
	padding: 0;
	font-size: 85.7%;
}
.annotation li {
	margin: 1px 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}



/* ----------------------------------------
 contents title
---------------------------------------- */
[id^="contents-"] h2 {
	font: 300 342.8%/100% "Teko", sans-serif;
	color: #20b8dd;
	letter-spacing: 0.2em;
	text-align: center;
}
[id^="contents-"] h2 + p {
	margin: 0 0 30px;
	color: #666;
	letter-spacing: 0.3em;
	text-align: center;
}

@media (max-width: 800px) {
	[id^="contents-"] h2 {
		font-size: 285.7%;
	}
	[id^="contents-"] h2 + p {
		font-size: 92.8%;
	}
}

@media (max-width: 480px) {
	[id^="contents-"] h2 {
		font-size: 228.5%;
	}
	[id^="contents-"] h2 + p {
		font-size: 85.7%;
		letter-spacing: 0.2em;
	}
}



/* ----------------------------------------
 contents box
---------------------------------------- */
[id^="contents-"] .box {
	margin: 0;
	padding: 0 10px;
}
#contents-info .box {
	padding: 0;
}
#contents-activity .box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}



/* ----------------------------------------
 header
---------------------------------------- */
/*
#contentsHeader > h1 {
	max-width: 240px;
	margin: 0 0 0 -120px;
	padding: 0;
	position: absolute;
	top: -80px;
	left: 50%;
}
#contentsHeader > h1 img {
	width: 100%;
	margin: 0;
}

@media (max-width: 800px) {
	#contentsHeader > h1 {
		max-width: 200px;
		margin-left: -100px;
		top: -70px;
	}
}
@media (max-width: 640px) {
	#contentsHeader > h1 {
		max-width: 160px;
		margin-left: -80px;
		top: -55px;
	}
}
@media (max-width: 480px) {
	#contentsHeader > h1 {
		max-width: 120px;
		margin-left: -60px;
		top: -43px;
	}
}
*/


/* ----------------------------------------
 navigation
---------------------------------------- */
#contentsHeader nav {
	width: 100%;
	padding: 10px 20px;
	background: #333;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
#contentsHeader nav ul {
	display: table;
	width: 100%;
	/*table-layout: fixed;*/
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#contentsHeader nav ul li {
	display: table-cell;
	width: 25%;
	min-width: 240px;
	margin: 0;
	padding: 0;
	position: relative;
}
#contentsHeader nav ul li + li {
	width: 15%;
	min-width: auto;
}
#contentsHeader nav ul li + li:before {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
#contentsHeader nav ul .logo,
#contentsHeader nav ul .logo + li:before {
	display: none;
}
#contentsHeader nav ul li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	color: #999 !important;
	font-size: 78.5%;
	line-height: 1.2;
	white-space: nowrap;
	text-decoration: none !important;
	box-sizing: border-box;
}
#contentsHeader nav ul li + li a {
	padding-left: 60px;
}
#contentsHeader nav ul li a:after {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	background-size: 100% auto !important;
	content: "";
	position: absolute;
	top: 3px;
	left: 22px;
}
#contentsHeader nav ul li a[href*="pageTop"]  { height: 100%; position: absolute; top: 0; }
#contentsHeader nav ul li a[href*="pageTop"] img  { position: absolute; top: 50%; width: calc(100% - 60px); transform: translateY(-50%); }

#contentsHeader nav ul li a[href*="pageTop"]:after   { display: none; /*background: url(../img/icon_menu.png) no-repeat left 0;*/ }
#contentsHeader nav ul li a[href*="activity"]:after  { background: url(../img/icon_menu.png) no-repeat left 16.6666%; }
#contentsHeader nav ul li a[href*="locations"]:after { background: url(../img/icon_menu.png) no-repeat left 33.3333%; }
#contentsHeader nav ul li a[href*="notes"]:after     { background: url(../img/icon_menu.png) no-repeat left 49.9999%; }
#contentsHeader nav ul li a[href*="faq"]:after       { background: url(../img/icon_menu.png) no-repeat left 66.6666%; }
#contentsHeader nav ul li a[href*="contact"]:after,
#contentsHeader nav ul li a[href*="inquiry"]:after   { background: url(../img/icon_menu.png) no-repeat left 83.3333%; }

#contentsHeader nav ul li a:before {
	content: "";
	display: block;
	font-family: "Teko", sans-serif;
	color: #fff !important;
	font-weight: 300;
	font-size: 24px;
	padding: 0;
}
#contentsHeader nav ul li a[href*="pageTop"]:before   { display: none; /*content: "HOME";*/ }
#contentsHeader nav ul li a[href*="activity"]:before  { content: "ACTIVITY"; }
#contentsHeader nav ul li a[href*="locations"]:before { content: "LOCATIONS"; }
#contentsHeader nav ul li a[href*="notes"]:before     { content: "NOTES"; }
#contentsHeader nav ul li a[href*="faq"]:before       { content: "FAQ"; }
#contentsHeader nav ul li a[href*="contact"]:before,
#contentsHeader nav ul li a[href*="inquiry"]:before   { content: "INQUIRY"; }

#contentsHeader nav ul li a:hover {
	color: #fff !important;
}
#contentsHeader nav ul li.on a:before,
#contentsHeader nav ul li a:hover:before {
	color: #20b8dd !important;
}

#contentsHeader nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

@media (max-width: 800px) {
	#contentsHeader nav {
		display: none !important;
	}
}

@media (max-width: 480px) {
}








/* ----------------------------------------
 keyvisual
---------------------------------------- */
#keyvisual {
	margin: 0;
	padding: 91px 0 0;
}
#keyvisual .image {
	margin: 0;
	padding: 0;
	/*
	background: url(../img/bg.png) repeat center top / 3px 3px, url(../img/bnr_keyvisual-blur.jpg) no-repeat center center / 105% auto;
	background: url(../img/bg.png) repeat center top / 3px 3px, url(../img/bnr_keyvisual2-blur.jpg) no-repeat center center / 105% auto;
	*/
	background: url(../img/bg.png) repeat center top / 3px 3px, url(../img/bnr_keyvisual3-blur.jpg) no-repeat center center / 105% auto;
}
#keyvisual .image ul {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	position: relative;
}

@media (max-width: 800px) {
	#keyvisual {
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 480px) {
}




/* ----------------------------------------
 info
---------------------------------------- */
#contents-info {
	padding-top: 40px;
}
#contents-info section {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
#news,
#movie {
	width: calc(40% - 20px);
	margin: 0 10px;
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
}
#movie {
	width: calc(60% - 20px);
}
#news section,
#movie section {
	margin: 0;
	padding: 15px;
	height: 100%;
}
#news section h2,
#movie section h2 {
	width: 100%;
	padding: 0 0 10px;
	font-size: 214.2%;
	text-align: left;
}
#news section h2 {
	border-bottom: 1px solid #ccc;
}
#news section .box,
#movie section .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* ----- news ----- */
#news .box {
	height: calc(100% - 40px);
}
#news .box .recruit {
	padding: 10px 1px 5px;
}
#news .box .recruit a {
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	outline: 1px solid #20b8dd;
}
#news .box .recruit a:hover {
	outline: 1px solid #57cce8;
	box-shadow: none;
}

#news .box .more {
	margin-top: 10px;
	text-align: right;
}
#news .box .more a {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 16px;
	color: #666 !important;
	font-size: 78.5%;
	text-decoration: none !important;
}
#news .box .more a[href*="/NEWS"]:before {
	margin-right: 5px;
	content: "›";
	color: #f90 !important;
	font-weight: bold;
}
#news .box .more a[href*="rss.xml"] {
	width: 16px;
	margin-left: 1em;
	padding: 0;
	text-indent: 100%;
	background: #f90 url(../img/icon_rss.png) no-repeat center center;
	background-size: 90% auto;
}
#news .box .more a:hover {
	color: #999 !important;
}
#news .box .more a[href*="rss"]:hover {
	background-color: #f60;
}
#news_idx {
	margin: 0;
	padding: 0;
}
#news_idx dl {
	margin: 0;
	padding: 0;
	font-size: 85.7%;
}
#news_idx dl dt {
	margin: 0;
	padding: 10px 0 0;
	color: #20b8dd;
}
#news_idx dl dd {
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ccc;
}
#news_idx dl dd a {
	margin: 0;
	padding: 0;
	color: #666 !important;
	text-decoration: underline;
}
#news_idx dl dd a:hover {
	color: #ff5c00 !important;
	text-decoration: none;
}

/* ----- movie ----- */
#embed ul,
#embedPlaylist ul {
	margin: 0;
	padding: 0;
}
#embed ul li,
#embedPlaylist ul li {
	width: 100%;
	margin: 0;
	padding: 56.25% 0 0;
	line-height: 0;
	position: relative;
}
#embed ul li iframe,
#embed ul li .movieplay,
#embedPlaylist ul li iframe,
#embedPlaylist ul li .movieplay {
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#embed ul li .movieplay,
#embedPlaylist ul li .movieplay {
	background: #000;
	overflow: hidden;
}
#embed ul li .movieplay img,
#embedPlaylist ul li .movieplay img {
	width: 100%;
	height: auto;
}
#embed ul li .movieplay:after,
#embedPlaylist ul li .movieplay:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: +1;
	background: url(../img/btn_movie-play.png)  no-repeat center center;
	background-size: 20% auto;
	border: none;
	cursor: pointer;
}
#embed ul li .movieplay:hover img,
#embedPlaylist ul li .movieplay:hover img {
	opacity: 0.8;
}

@media (max-width: 800px) {
	#contents-info {
		padding-top: 20px;
	}
	#news,
	#movie {
		width: calc(100% - 20px);
	}
	#movie {
		margin-top: 20px;
		width: calc(100% - 20px);
	}
}

@media (max-width: 480px) {
	#news,
	#movie {
		width: calc(100% - 20px);
	}
	#news {
		min-height: auto;
	}
	#movie {
		margin-top: 20px;
	}
	#news section,
	#movie section {
		padding: 10px;
	}
	#news section h2,
	#movie section h2 {
		font-size: 200%;
	}
}



/* ----------------------------------------
 activity
---------------------------------------- */
#contents-activity .box {
	padding: 0 10px;
	margin: 0 -15px;
}
#contents-activity .item {
	margin: 30px 15px 0;
	position: relative;
}
#contents-activity .item,
#contents-activity .col4 .item {
	width: calc(25% - 30px);
}
#contents-activity .col3 .item {
	width: calc(33.33% - 30px);
}
#contents-activity .col5 .item {
	width: calc(20% - 30px);
}
#contents-activity .item:nth-child(-n+5) { margin-top: 0; }

#contents-activity .item.new:before {
	content: "NEW!";
	display: inline-block;
	padding: 0.3em 1em;
	color: #fff;
	font-size: 85.7%;
	font-weight: bold;
	background: #20b8dd;
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.2);
	transform: rotate(-10deg);
	position: absolute;
	top: -1em;
	left: 0;
}

#contents-activity .item .contents {
	display: block;
	width: 100%;
	max-width: 240px;
	height: 100%;
	margin: 0 auto;
	padding: 15px;
	color: #333 !important;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
}
#contents-activity .item .contents > p {
	margin: 0 0 10px;
	padding: 0;
}
#contents-activity .item .contents img {
	width: 100%;
	height: auto;
}
#contents-activity .item .contents dl {
	margin: 0;
	padding: 0;
}
#contents-activity .item .contents dl dt,
#contents-activity .item .contents dl dd {
	margin: 0 0 5px;
	padding: 0;
	font-size: 85.7%;
}
#contents-activity .item .contents dl .type {
	margin: 0;
	padding: 3px 5px;
	color: #999 !important;
	font-size: 78.5%;
	text-align: center;
	background: #ddd;
	border-radius: 3px;
}
#contents-activity .item .contents dl .pricing {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px dashed #ccc;
}
#contents-activity .item .contents dl .pricing small {
	display: block;
	padding: 5px 0 0;
	color: #999 !important;
	font-size: 91.6%;
}
#contents-activity .item .contents dl .pricing strong {
	display: block;
	padding: 3px 0 0;
	color: #20b8dd !important;
	font-size: 150%;
	font-weight: bold;
}
#contents-activity .item a:hover {
	border: 1px solid #20b8dd;
	box-shadow: 0 2px 7px 0 rgba(32,184,221,0.5);
}
#contents-activity .item a:hover > p img {
	opacity: 0.8;
}

@media (max-width: 800px) {
	#contents-activity .item {
		width: calc(33.33% - 30px) !important;
		margin: 30px 15px 0;
	}
	#contents-activity .item:nth-child(-n+5) { margin-top: 30px; }
	#contents-activity .item:nth-child(-n+3) { margin-top: 0; }
}

@media (max-width: 640px) {
	#contents-activity .box {
		margin: 0 -10px;
	}
	#contents-activity .item {
		width: calc(33.33% - 20px) !important;
		margin: 20px 10px 0;
	}
	#contents-activity .item:nth-child(-n+5) { margin-top: 20px; }
	#contents-activity .item:nth-child(-n+3) { margin-top: 0; }
	#contents-activity .item .contents { padding: 10px; }
}

@media (max-width: 480px) {
	#contents-activity .item {
		width: calc(50% - 20px) !important;
		margin: 20px 10px 0;
	}
	#contents-activity .item:nth-child(-n+3) { margin-top: 20px; }
	#contents-activity .item:nth-child(-n+2) { margin-top: 0; }
	#contents-activity .item .contents dl dd {
		font-size: 78.5%;
	}
	#contents-activity .item .contents dl .type {
		font-size: 71.4%;
	}
	#contents-activity .item .contents dl .pricing {
		margin: 10px 0 0;
		padding: 10px 0 0;
	}
	#contents-activity .item .contents dl .pricing small {
		font-size: 90.9%;
	}
	#contents-activity .item .contents dl .pricing strong {
		font-size: 127.2%;
	}
	#contents-activity .item a:hover > p img {
		opacity: 1;
	}
}



/* ----------------------------------------
 locations
---------------------------------------- */
#contents-locations { overflow: hidden; }

#contents-locations .notice {
	margin: 0 -200% 2em;
	padding: 1em 200%;
	border: 3px double #ddd;
	background: #fff;
	font-size: 85.7%;
	line-height: 2;
}
#contents-locations .notice span {
	margin: 0 0.5em 0 0;
	padding: 1px 0.5em;
	outline: 1px solid #20b8dd;
	background: #20b8dd;
	color: #fff;
}
#contents-locations #load-Locations .loading {
	margin: 0 auto;
	padding: 40px 0;
	font: 300 18px/20px "Teko", sans-serif;
	color: #20b8dd;
	position: relative;
	text-align: center;
}
#contents-locations #load-Locations .loading:before {
	content: "";
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	border: 2px solid rgba(32,184,221,0.1);
	border-top-color: rgba(32,184,221,1);
	border-radius: 100%;
	-webkit-animation: loading 0.6s linear infinite;
	animation: loading 0.6s linear infinite;
}
@-webkit-keyframes loading {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes loading {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#contents-locations .box .prefecture {
	margin: 0 0 2em;
	padding: 0.5em;
	text-align: center;
	background: #fff;
}
#contents-locations .box .prefecture li {
	display: inline-block;
	margin: 0 0.2em;
	padding: 0.3em 0.5em 0.3em 1.5em;
	position: relative;
	cursor: pointer;
}
#contents-locations .box .prefecture li + li {
	margin: 0 0.2em;
}
#contents-locations .box .prefecture.active li {
	color: #999;
}
#contents-locations .box .prefecture li:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #ddd;
	border-radius: 100%;
	box-shadow: 0 0 0 1px #ccc;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0.2em;
}
#contents-locations .box .prefecture.active .on {
	color: #333;
}
#contents-locations .box .prefecture .on:before {
	background: #fff;
	box-shadow: 0 0 0 1px #20b8dd;
}
#contents-locations .box .prefecture .on:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border: 3px solid #20b8dd;
	border-width: 0 0 3px 3px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: calc(0.2em + 3px);
	transform: rotate(-45deg);
}
#contents-locations .box .prefecture li span:after {
	content: attr(data-num);
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 85.7%;
}

#contents-locations .group_head,
#contents-locations .group {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-content: center;
	align-content: center;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	background: #fff;
}
#contents-locations .list {
	margin-top: 0;
}
#contents-locations .group_head p,
#contents-locations .group dl {
	margin-top: 0;
	border: 1px solid #ccc;
}
#contents-locations .group dl {
	border-top-width: 0;
}
/*#contents-locations .group:first-of-type dl { border-top-width: 1px; }*/

#contents-locations .group_head p:first-child,
#contents-locations .group .loc { width: 43%; }

#contents-locations .group_head p:last-child,
#contents-locations .group .act { width: 57%; border-left-width: 0; }

#contents-locations .group_head p,
#contents-locations .group dl dt {
	display: none;
	padding: 10px;
	color: #fff;
	text-align: center;
	background: #333;
}
#contents-locations .group_head p { display: block; }

#contents-locations .group dl dd { padding: 10px; }
#contents-locations .group .loc dd ul { display: table; }
#contents-locations .group .loc dd ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
#contents-locations .group .loc dd ul li span[data-pref]:before {
	display: inline-block;
	content: attr(data-pref);
	margin-right: 0.5em;
	padding: 1px 0;
	width: 4.6em;
	color: #fff;
	font-size: 85.7%;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	background: #aaa;
}
#contents-locations .group .loc dd ul li small {
	display: block;
	font-size: 75.8%;
	color: #d33;
}
#contents-locations .group .loc dd ul li img {
	width: 120px;
	min-width: 120px;
}
#contents-locations .group .act dd ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-item: center;
	align-item: center;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
#contents-locations .group .act dd ul li {
	width: 19%;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}
#contents-locations .group .act dd ul li img {
	width: 100%;
}
#contents-locations .group dl dd a {
	display: block;
	text-decoration: none;
}
#contents-locations .group dl dd i,
#contents-locations .group dl dd a i {
	font-style: normal;
	font-weight: normal;
}
#contents-locations .group dl dd a i {
	text-decoration: underline;
}
#contents-locations .group dl dd a:hover img {
	opacity: 0.8;
}
#contents-locations .group .act dd ul li a img {
	/*border: 1px solid transparent;*/
	border: 1px solid #eee;
	border-radius: 6px;
}
#contents-locations .group .act dd ul li a:hover img {
	border: 1px solid #20b8dd;
	box-shadow: 0 0 7px 0 rgba(32,184,221,0.5);
}

@media (max-width: 800px) {
	#contents-locations .group_head { display: none; }

	#contents-locations .group { margin-top: 40px; }

	#contents-locations .group dl {
		border: 1px solid #ccc;
	}
	#contents-locations .group .loc { width: 100%; }
	#contents-locations .group .act { width: 100%; border-left-width: 1px; border-top-width: 0 !important; }

	#contents-locations .group dl dt {
		display: block;
		padding: 5px;
	}
}
@media (max-width: 480px) {
	#contents-locations .box .prefecture li {
		font-size: 85.7%;
	}
	#contents-locations .group { margin-top: 30px; }

	#contents-locations .group .loc dd ul li img {
		width: 128px;
		min-width: 128px;
	}
	#contents-locations .group .loc dd ul li span[data-pref]:before {
		display: block;
	}
	#contents-locations .group .act dd ul li {
		width: 33.33%;
	}
	#contents-locations .group dl dd a:hover img {
		opacity: 1;
	}
}



/* ----------------------------------------
 notes & faq
---------------------------------------- */
#contents-notes dl,
#contents-faq dl {
	margin: 0;
	padding: 0;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#contents-notes dl:after,
#contents-faq dl:after {
	content: "";
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	position: absolute;
	bottom: 0;
}
#contents-notes dl dt,
#contents-faq dl dt {
	margin: 30px 0 15px;
	padding: 10px;
	color: #20b8dd;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background: url(../img/bg_notes-faq_title.gif) repeat;
	background-size: 5px 5px;
}
#contents-notes dl dt:first-of-type,
#contents-faq dl dt:first-of-type {
	margin-top: 0;
}
#contents-notes dl dd,
#contents-faq dl dd {
	margin: 0 10px;
	padding: 0;
	color: #666;
	font-size: 85.7%;
}
#contents-notes dl dd:last-of-type,
#contents-faq dl dd:last-of-type {
	padding-bottom: 40px;
}
#contents-faq dl dd {
	padding: 0 0 0 2em;
	text-indent: -2em;
}
#contents-notes dl dd ul li,
#contents-faq dl dd ul li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#contents-notes dl dd .disc li,
#contents-faq dl dd .disc li {
	text-indent: 0;
	position: relative;
}
#contents-notes dl dd .disc li:before,
#contents-faq dl dd .disc li:before {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 10px;
	background: #bbb;
	box-sizing: border-box;
	position: absolute;
	top: 0.5em;
	left: 0.1em;
}
#contents-notes dl dd strong,
#contents-faq dl dd strong {
	display: block;
	color: #20b8dd;
	font-weight: bold;
}
#contents-notes .toggle,
#contents-faq .toggle {
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
}
#contents-notes .toggle span,
#contents-faq .toggle span {
	display: block;
	width: 12em;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
	color: #fff;
	line-height: 3;
	background: #20b8dd;
	position: relative;
	overflow: hidden;
}
#contents-notes .toggle span:before,
#contents-notes .toggle span:after,
#contents-faq .toggle span:before,
#contents-faq .toggle span:after {
	display: block;
	content: "";
	width: 30px;
	height: 200%;
	margin-top: -3em;
	padding: 0;
	color: #fff;
	background: #fff;
	position: absolute;
	top: 50%;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}
#contents-notes .toggle span:before,
#contents-faq .toggle span:before {
	margin-left: -20px;
	left: 0;
}
#contents-notes .toggle span:after,
#contents-faq .toggle span:after {
	margin-right: -20px;
	right: 0;
}
#contents-notes .toggle.open span:before,
#contents-faq .toggle.open span:before {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
#contents-notes .toggle.open span:after,
#contents-faq .toggle.open span:after {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
#contents-notes .toggle.close span:before,
#contents-faq .toggle.close span:before {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
#contents-notes .toggle.close span:after,
#contents-faq .toggle.close span:after {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

@media (max-width: 800px) {
}

@media (max-width: 480px) {
}



/* ----------------------------------------
 contact us
---------------------------------------- */
#contents-contact .box > p {
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}
#contents-contact .box > p a {
	font-size: 85.7%;
}

@media (max-width: 800px) {
}
@media (max-width: 480px) {
}



/* ----------------------------------------
 other
---------------------------------------- */
#other {
	margin: 0;
	padding: 50px 0 86px;
	text-align: center;
	background: #333;
}
#other ul {
	display: table;
	margin: 0 auto;
	padding: 0;
}
#other ul li {
	display: table-cell;
	margin: 0;
	padding: 0;
}
#other ul li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 78.5%;
	text-decoration: none;
}
#other ul li a img {
	width: 100%;
	max-width: 120px;
	height: auto;
	border: 1px solid rgba(255,255,255,0);
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
}
#other ul li a em,
#other ul li a span {
	display: block;
	margin-top: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
}
#other ul li a span {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px;
	color: #20b8dd;
	border: 1px solid #20b8dd;
}
#other ul li a:hover img {
	border: 1px solid rgba(32,184,221,1);
	box-shadow: 0 0 7px 0 rgba(255,255,255,0.9);
}
#other ul li a:hover img + img {
	border: 1px solid rgba(231,30,47,1);
	box-shadow: 0 0 7px 0 rgba(255,255,255,0.9);
}
#other ul li a:hover span {
	color: rgba(32,184,221,0.7);
	border-color: rgba(32,184,221,0.7);
}
#other .copyright {
	margin: 35px 0 0;
	padding: 0;
	text-align: center;
	font-size: 78.5%;
	border: 0;
}
#other .copyright span {
	margin: 0 0.5em;
	white-space: nowrap;
}
#other .linkLogo {
	margin: 20px 0 0;
	padding: 30px 0;
	text-align: center;
	background: #333 url(../img/bg_other_logolink.gif) repeat;
	background-size: 7px 7px;
}
#other .linkLogo p {
	display: inline-block;
	margin: 0 20px;
	padding: 0;
}
#other .linkLogo p img {
	max-height: 48px;
	width: auto;
	border-radius: 6px;
}
#other .linkLogo p img[src*="projectican"] {
	padding: 9px 0;
	border-radius: 0;
}

@media (max-width: 800px) {
	#other {
		padding-bottom: 80px;
	}
	#other .linkLogo p {
		margin: 0 15px;
	}
	#other .linkLogo p img {
		max-height: 42px;
	}
}

@media (max-width: 480px) {
	#other {
		padding-bottom: 140px;
	}
	#other .linkLogo {
		padding: 20px 0;
	}
	#other .linkLogo p {
		margin: 0 10px;
	}
	#other .linkLogo p img {
		max-height: 38px;
	}
}



/* ----------------------------------------
 recruit
---------------------------------------- */
#contents-recruit {
	overflow: hidden;
}
#contents-recruit .images {
	margin: 0 -100% 40px;
	padding: 5px 100%;
	background: rgba(0,0,0,0.2);
}
#contents-recruit .box > dl {
	text-align: center;
}
#contents-recruit .box > dl > dd {
	margin-top: 40px;
}
#contents-recruit .box > dl .lead {
	font-size: 128%;
	font-weight: bold;
	line-height: 2;
	color: #20b8dd;
	text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
#contents-recruit .box .photo {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-item: center;
	align-item: center;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: -10px 5%;
}
#contents-recruit .box .photo li {
	width: calc(25% - 20px);
	padding: 0;
	margin: 10px;
}
#contents-recruit .box .photo li img {
	width: 100%;
	border: 1px solid #ccc;
}
#contents-recruit .box .inner {
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: left;
}
#contents-recruit .box .inner h3 {
	padding: 10px;
	color: #fff;
	font-size: 114.2%;
	font-weight: bold;
	background: #20b8dd;
}
#contents-recruit .box .inner .store {
	margin: 20px 10px 0;
	padding: 0 0 20px;
	border-bottom: 1px dashed #ccc;
}
#contents-recruit .box .inner .store h4 {
	margin: 0;
	padding: 0;
	color: #666;
}
#contents-recruit .box .inner .store h4 em {
	display: inline-block;
	width: 5.5em;
	margin: 0 0.5em 0 0;
	padding: 3px 0;
	color: #fff;
	font-style: normal;
	text-align: center;
	background: #999;
	border-radius: 5px;
}
#contents-recruit .box .inner .store h4 a {
	color: #666;
	font-size: 114.2%;
	font-weight: bold;
}
#contents-recruit .box .inner .store ul {
	margin-left: 6em;
}
#contents-recruit .box .inner .store ul li {
	display: block;
	margin: 0.2em 0 0;
	padding: 0 0 0 1em;
	position: relative;
}
#contents-recruit .box .inner .store ul li:before {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: calc(0.5em - 1px);
	left: 0;
	border: 2px solid #ccc;
	border-radius: 100px;
	box-sizing: border-box;
}
#contents-recruit .box .inner .store ul li a {
	display: inline-block;
}
#contents-recruit .box .inner .store ul li a:hover {
	background: #fff;
}

@media (max-width: 800px) {
	#contents-recruit .box > dl .lead {
		font-size: 121%;
		line-height: 1.9;
	}
	#contents-recruit .box .photo li {
		width: calc(50% - 20px);
	}
}

@media (max-width: 640px) {
	#contents-recruit .box .inner .store ul {
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	#contents-recruit .box > dl .lead {
		font-size: 114%;
		line-height: 1.8;
	}
	#contents-recruit .box .photo {
		margin: -10px 0;
	}
	#contents-recruit .box .photo li {
		width: calc(50% - 10px);
		margin: 5px;
	}
}


.pageback {
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
}
.pageback a {
	display: block;
	width: 14em;
	margin: 0 auto;
	padding: 0 2em;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	line-height: 3;
	background: #20b8dd;
	background-clip: content-box;
	position: relative;
	overflow: hidden;
}
.pageback a:before,
.pageback a:after {
	display: block;
	content: "";
	width: 25px;
	height: 200%;
	margin-top: -3em;
	padding: 0;
	background: #20b8dd;
	position: absolute;
	top: 50%;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}
.pageback a:before {
	margin-left: 15px;
	left: 0;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
.pageback a:after {
	margin-right: 15px;
	right: 0;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}


