@charset "utf-8";
#primary {
	float:none !important;
	width:auto !important;
}

.entry-title {
	display:none;
}

#toku-cruise .d-flex {
	display:flex;
	flex-wrap;
	gap:20px;
	margin-bottom:20px;
}


h1 {
	text-align:center;
	margin:0px;
	padding:0px;
}

#toku-cruise {
	max-width:900px;
	margin:auto;
}

#toku-cruise h2 {
	text-align:left;
	font-size:20px;
	background-image:url(../../images_page_park/img_topic.jpg);
	background-repeat:no-repeat;
	background-color:#2996e2;
	height:35px;
	padding-top:5px;
	padding-left:80px;
	color:#fff;
	margin:0 auto 30px auto;
}

table, th, td {
	border:none;
}

/*　テーブル共通 */
.entry-content .detail {
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
}

.entry-content .detail th {
	background-color:#0071bc;
	color:#fff;
	border:1px solid #0071bc;
	border-collapse:collapse;
	text-align:center;
	font-weight:bold;
	padding:5px;
	background-image:none;
}

.entry-content .detail th.sub {
	color:#0071bc;
	background-color:#D3FEF5;
	border:1px solid #0071bc;
	border-collapse:collapse;
}
.entry-content .detail td {
	border-collapse:collapse;
	border:1px solid #0071bc;
	text-align:center;
	padding:10px 5px;
}

.entry-content .detail td li {
	text-align:left;
}

/* -------------- 概要 ---------------- */
.summary {
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom: 1px dashed #0071bc;
}


.summary .date-title {
	margin:0 !important;
	color:#006699;
	border:1px solid #0071bc;
	font-size:20px;
	padding:0 20px;
	white-space:nowrap;

	display:flex;
	align-items:center;
}


.summary .date {
    font-size: 20px;
    font-weight: bold;
    color: #0071bc;
}

.toku-img {
	text-align:center;
	margin:20px auto;
	display:block;
}

.toku-img img {
	width:100%;
}

a:hover.toku-img {
 opacity: 0.5;
}

/* -------------- 駐車場情報 ---------------- */

.parking h3 {
    font-weight: bold;
    color: #0071bc;
    font-size: 18px;
}

.parking .price-title {
	border: 1px solid #0071bc;
	color: #0071bc;
	padding: 0px 5px;
	white-space:nowrap;
	display:flex;
	align-items:center;
}

.red-box {
    border: 2px solid #f00;
    margin-bottom: 20px;
    padding: 10px;
}

.red-box strong {
	color:#f00;
}



/* -------------- 渋滞情報 ---------------- */

.traffic-info h3 {
 color:#006699;
 text-align:left;
 border-left:10px solid #006699;
 border-bottom:1px solid #006699;
 font-size:18px;
 padding:5px 5px 5px 10px;
 margin-bottom:20px;
}


.f-container {
display:flex;
justify-content:space-between;
	flex-direction:column;
}

.youbi {
 font-size:14px;
}

.unkou {
 background-color:#D2E8F3;
 color:#0071BC;
 border:none;
 text-align:left;
 font-weight:bold;
 font-size:16px;
 margin-bottom:10px;
 padding-left:15px;
}

.tit_date {
	display:block;
	border:1px solid #0071bc;
	padding:20px;
	font-size:20px;
	font-weight:bold;
	color:#0071bc;
	text-align:left;
	margin-right:30px;
}

.traffic {
	background-color:#ffedd9;
	 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	 text-align:center;
	 padding:15px;
	 font-size:14px;
}


.route {
	margin-top:30px;
}

/* 実施日時 */
.jisshi {
border-collapse:collapse;
}

.jisshi caption {
font-size:16px;
font-weight:bold;
color:#0071bc
}

.jisshi th {
color:#0071bc;
font-size:16px;
background-color:#D2E8F3;
border:1px solid #0071bc;
border-collapse:collapse;
font-weight:bold;
text-align:center;
padding:15px 30px;
}

.jisshi td {
color:#0071bc;
border-collapse:collapse;
border:1px solid #0071bc;
white-space:nowrap;
font-size:16px;
font-weight:bold;
padding:15px;
}

.link_timetable {
	margin-top:10px;
}



.parking th {
	white-space:nowrap;
}

/* 料金 */
.price {
	width:850px;
	margin:auto;
}

/* 交通状況テーブル */
.traffic {
	border-collapse:collapse;
}

.traffic th {
	background-color:#99ddff;
	color:#fff;
	border:1px solid #0071bc;
	border-collapse:collapse;
	text-align:center;
	font-weight:bold;
	padding:5px;
}


/* リンク・お問い合わせなど */

.link {
    max-width: 700px;
    margin: auto;
    font-weight: bold;
    background-color: #d2f0ff;
    padding: 20px 10px;
    text-align: center;
}

.inquiry {
    border: 1px solid #0071bc;
    padding: 20px;
    color: #0071bc;
    font-size: 18px;
    font-weight: bold;
    width: 500px;
    margin: 40px auto 40px auto;
    text-align: center;
}

.b {
	font-weight:bold;
}

/* ================================
ブレイクポイント
================================== */
@media (min-width: 480px) {

}

@media (min-width: 768px) {
	.f-container {
		flex-direction:row;
	}

	#toku-cruise h2 {
		font-size:24px;
	}
	#toku-cruise .pc-wrapper {
		display:grid;
		grid-template-columns:1fr 1fr;
		gap:30px;
	}

	.first-block {
	}

}

@media (min-width: 1024px) {
	br.mb {
		display:none;
	}
}

@media (min-width: 1320px) {

}

@media (min-width: 1920px) {

}}