@charset "UTF-8";


div.page_title {
	position: relative;
}
div.page_title:after {
	content: "";
	width:111px;
	height:58px;
	position: absolute;
	left: 70px;
	bottom: -5px;
	display: block;
	background: url(../information/images/image_title.png) no-repeat;
	background-size: contain;
}

/* 受付時間 */
div.reception {
	background: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 33px 25px;
	text-align: center;
}
div.reception table {
	width: 100%;
}
div.reception table thead {
	background: #002444;
}
div.reception table thead th {
	color: #FFF;
	padding: 0.2em 0;
	border: 1px dotted #ccd3da;
	white-space: nowrap;
}
div.reception table tbody th {
	border-right: 1px dotted #2f4e68;
	border-bottom: 1px dotted #2f4e68;
	border-left: 1px dotted #2f4e68;
	line-height: 1em;
	background: #edf4fa;
	padding: 0.5em 0;
}
div.reception table tbody td {
	border-right: 1px dotted #2f4e68;
	border-bottom: 1px dotted #2f4e68;
	border-left: 1px dotted #2f4e68;
}
div.reception table .tategaki {
	line-height:1;
}
div.reception table .tategaki_nami {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: small;
}
div.reception dl dt {
	font-weight: bold;
	padding: 0.8em;
}
div.reception dl dd {
	font-size: smaller;
	color: #FFF;
	background: #e64560;
	padding: 0.5em 0;
}

/* カード */
.cards {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cards img {
}








@media screen and (max-width: 1199px) {
#content div.page_title {
	padding: 0 20px;	
}
div.page_title:after {
	left: 10px;
	bottom: -17px;
	width:88px;
}

.attention img {
	margin: -1.6% 0px 0px 20px;
	width: 50%;
}

.cards {
	-webkit-justify-content: center;
	justify-content: center;
}
.cards img {
	margin: 5px;
}

}

@media screen and (max-width: 767px) {
div.page_title:after {
	display: none;
}

.attention img {
	margin: -1.6% 0px 1em 1em;
}

/* 受付時間 */
div.reception {
	width: 100%;
	margin-bottom: 15px;
	padding: 15px;
}

.cards img {
	width: 60px;
	height: 60px;
	margin: 2px;
}
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 460px) {
}

