@charset "utf-8";
/**
 * TOKYOパラスポーツ月間 > TOKYO Parasports Gekkan English Theme CSS
 */

/* 共通 */
p.en-text {
	line-height: 1.6em;
}
/* // 共通 */

#top-page .top-news-contents {
	margin: 0;
}
#top-page .top-news-contents p.en-text {
	margin: 25px 0 0;
}

#top-page .top-forward-contents p.en-text {
	width: 95%;
}
#top-page .top-forward-fukidasi .date {
	margin: 0 0 10px -15px;
	font-size: 2rem;
	line-height: 1.5em;
}
#top-page .top-forward-fukidasi .week {
	margin: 0 0 0 7px;
	font-size: 1.3rem;
	line-height: 1.5em;
}
#top-page .top-news-detail,
#top-page .top-forward-detail {
	margin: 30px 0 0;
}
#top-page .top-city-detail {
	margin: 100px 0 0;
	display: flex;
}
#top-page .top-office-detail {
	margin: 100px 0 0;
}
#top-page .top-news-detail h3 , 
#top-page .top-forward-detail h3 , 
#top-page .top-forward-detail h4 , 
#top-page .top-city-detail h3 , 
#top-page .top-city-detail h4 , 
#top-page .top-office-detail h3 , 
#top-page .top-office-detail h4 {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5em;
}
#top-page .top-news-detail h3 {
	text-indent: calc(-1em - 10px);
	padding-left: 1.4em;
}
#top-page .top-news-detail h3::before {
	content: ">>";
	padding-right: 5px;
}
#top-page .top-news-detail h3 a {
	text-decoration: underline;
	color: #506fc5;
}

#top-page .top-forward-detail p , 
#top-page .top-office-detail p {
	margin: 10px 40px 30px;
	line-height: 1.6em;
}
#top-page .top-news-detail p {
	margin: 10px 40px 30px 35px;
	line-height: 1.6em;
}
#top-page .top-news-detail p:last-of-type {
	margin: 10px 40px 0 1.4em;
}

#top-page .top-forward-detail .top-forward-detail-img {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-evenly;
}
#top-page .top-forward-detail .top-forward-detail-img div {
	width: 40%;
}
#top-page .top-forward-detail .top-forward-detail-img div img {
	width: 100%;
}
#top-page .top-forward-detail .top-forward-detail-img div p {
	margin: 0 auto;
	text-align: center;
}


#top-page .top-city-detail p {
	margin: 10px 10px 30px 40px;
	line-height: 1.6em;
}
#top-page .top-city-detail .top-city-detail-img {
	width: 50%;
	margin: 10px 0 0;
}
#top-page .top-city-detail .top-city-detail-img img {
	width: 100%;
}
.city-table table {
	margin: 0 auto;
	font-size: 90%;
	line-height: 1.6;
}
.city-table table td.bg_gray,
.city-table table th.bg_gray {
	padding: 5px;
	text-align: center;
	color: #222222;
	background-color: #e4e4e4;
	border: 2px solid gray;
}
.city-table table td {
	padding: 5px;
	border: 2px solid gray;
}

#top-page .top-matinaka-contents p ,
#top-page .top-office-contents p {
	width: 75%;
}
#top-page .top-matinaka-fukidasi,
#top-page .top-office-fukidasi {
	padding: 45px 0 0;
	font-size: 1.5rem;
	line-height: 1.5em;
}

/* Map */
.en-map-btn {
	display: inline-block;
	width: 280px;
	margin: -10px 40px 30px;
	padding: 20px 20px 20px 0;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #000;
	border-radius: 100vh;
}
.en-map-btn::before,.en-map-btn::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: relative;
	top: -5px;
	transform: translateY(-50%);
	transition: opacity 1s;
}
.en-map-btn::before{
	left: 96px;
}
.en-map-btn::after {
	left: 35px;
	transform: translateY(-50%) rotate(90deg);
	transition: transform 1s;
}
.en-map-btn.show::before {
	opacity: 0;
}
.en-map-btn.show::after {
	transform: translateY(-50%) rotate(180deg);
}

.en-map{
	display: none;
}
.en-map-on{
	display: block;
	margin: 0 autuo
	height: 600px;
}
.en-map iframe {
	width: 100%;
	margin: -20px 0 0;
}
/* //Map */



/* タブレット対応
   ========================================================================== */
@media screen and (max-width: 768px) {
	#top-page .top-forward-detail {
		margin: 100px 0 0;
	}

	#top-page .top-forward-fukidasi .date {
		margin: 5px 0 5px -10px;
		font-size: 1.1rem;
		line-height: 1em;
	}

	#top-page .top-forward-fukidasi .week {
		margin: 0 0 0 -4px;
		font-size: 1rem;
		line-height: 1em;
	}

	#top-page .top-matinaka-contents p,
	#top-page .top-office-contents p {
		width: 95%;
	}

	#top-page .top-matinaka-fukidasi,
	#top-page .top-office-fukidasi {
		padding: 25px 0 0 0px;
		font-size: 1.1rem;
		line-height: 1.4em;
		letter-spacing: -0.03rem;
	}
	#top-page .top-office-detail {
		margin: 120px 0 0;
	}
	#top-page .top-city-detail {
		display: block;
	}
	#top-page .top-city-detail p {
		margin: 10px 40px 30px;
	}
	#top-page .top-city-detail .top-city-detail-img {
		width: 100%;
		margin: 0;
		padding: 0 40px 10px;
		text-align: center;
	}
	#top-page .top-city-detail .top-city-detail-img img {
		width: 70%;
	}

	#footer-navi .footer-navi-list li {
		height: unset;
	}
	.city-table table {
		margin: 10px auto 0;
	}
}
/* //タブレット対応 */


/* スマートフォン対応
   ========================================================================== */
@media screen and (max-width: 500px) {
	#top-page .top-forward-detail .top-forward-detail-img {
		display: block;
	}
	#top-page .top-forward-detail .top-forward-detail-img div {
		width: 100%;
		padding: 0 40px 10px;
	}
	#top-page .top-city-detail .top-city-detail-img img {
		width: 100%;
	}
}
@media screen and (max-width:393px) {
	#sp-header .s-navi, #sp-header .english-btn {
		display: block;
	}
}
