@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src:  url('/center/access/icomoon/');
  src:  url('/center/access/icomoon/#iefix') format('embedded-opentype'),
        url('/center/access/icomoon/fonts/icomoon.ttf?xcepg4') format('truetype'),
        url('/center/access/icomoon/fonts/icomoon.woff?xcepg4') format('woff'),
        url('/center/access/icomoon/fonts/icomoon.svg?xcepg4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}

body {
    margin: 0;
}

.-access .bg_color .inner {
    padding: 80px;
    background-color: #fff;
    margin-bottom: 60px !important;
}
.-access .ttl {
    margin-bottom: 70px;
}

.access {
	background: #FFF;
}

.access:first-child {
	margin-top: 0px;
}

.access_hd {
	line-height: 1;
	margin-bottom: 50px;
	width: 100%;
}

.access_ttl {
	font-size: 32px;
	color: #E5919E;
}

.access_lead {
	font-size: 18px;
	margin-bottom: 15px;
}

.access_ttl + .access_lead {
	margin-bottom: 0px;
	margin-top: 15px;
}

.access_info {
	display: table;
	width: 100%;
	max-width: 500px;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}

.access-cnr .access_info {
	margin-top: 0;
	margin-bottom: 30px;
}

.access_info dl {
	display: table-row;
}

.access_info dl > dt,
.access_info dl > dd {
	padding: 5px 0;
	display: table-cell;
	border-bottom: 1px solid #ddd;
}

.access_info dl > dt {
	width: 5em;
}

.access_info dl > dd {
}

.access_map {
	width: 100%;
	margin-top: 60px;
}

.access_map iframe {
	width: 100%;
	height: 500px;
}

.access_trans {
	margin-top: 30px;
}

.access_tbl {
	width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

.access_tbl tbody tr {
	border-top: solid 1px #CCCCCC;
}

.access_tbl tbody th, td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.access_tbl tbody th {
	width: 23%;
	text-align: start;
}

.access_tbl tbody td {
}


.access_trans_from {
	overflow: hidden;
}

.access_trans_from dt {
	float: left;
}

.access_trans_from dd {
	overflow: auto;
	margin-left: 6em;
}

.access_link {
	margin-top: 20px;
}

.access_link > a {
	color: #29A4FF;
	display: inline-block;
	border-bottom: 1px solid;
	transition: border .3s;
}

.access_link > a:hover {
	border-bottom-color: transparent;
}

.access_link > a:after {
	content: '';
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 8px;
    background-image: url('/center/img/cmn/external-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.access_row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.access_col {
}

.access_col.-cnt {
	flex: 1;
}

.access_col.-img {
	margin-left: 10%;
}

.access-cnr {
    display: flex;
	flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.cmnttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.cmnttl:before {
    font-family: icomoon;
    position: absolute;
    content: "\ea56";
    left: 0;
    color: #E5919E;
    line-height: 1;
    font-size: 18px;
    top: 3px;
}

.tbl {
	border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
	width: 100%;
}

.tbl tr {
    border-top: solid 1px #CCCCCC;
}

.tbl-ttl {
    width: 18% !important;
	padding: 15px;
	background-color: #F5F4F0;
}

.tbl th,
.tbl td {
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	text-align: start;
}
.tbl {}

.access-cnt {
    width: 100%;
}

.access-map {
    width: 100%;
	margin-bottom: 30px;
}

.access-map iframe {
	width: 100%;
    height: 400px;
}

.char {}
.char img {
    position: absolute;
    right: -1000px;
    z-index: 20;
    top: 390px;
}

.tanino-center .char {}
.tanino-center .char img {
    position: absolute;
    right: 110px;
    z-index: 20;
    top: 390px;
}

@media screen and (max-width:640px) {
	.main_hd {
	}

	.access {
		padding: 0px;
	}

	.-access .bg_color .inner {
		padding: 30px;
	}

	.access:first-child {
	}

	.access_hd {
		margin-bottom: 20px;
	}

	.access_ttl {
		font-size: 20px;
	}

	.access_lead {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.access_ttl + .access_lead {
	}

	.access_info {
	}

	.access_info {
		margin-top: 20px;
		font-size: 13px;
	}

	.access_info dl {
	}

	.access_info dl > dt,
	.access_info dl > dd {
	}

	.access_info dl > dt {
	}

	.access_info dl > dd {
	}

	.access-cnr {
		display: flex;
		flex-wrap: wrap;
	}

	.tbl-ttl {
		width: 20% !important;
	}

	.access-cnt {
		width: 100%;
	}

	.access-map {
		width: 100%;
		margin-top: 0px;
	}

	.access-map iframe {
		height: 250px;
	}

	.access_trans {
	}

	.access_tbl tbody th {
		width: 4em;
	}

	.access_trans_from {
	}

	.access_trans_from dt {
		float: none;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.access_trans_from dd {
		margin-left: 0;
		text-indent: -1em;
		padding-left: 1em;
	}

	.access_trans_from dd:before {
		content: "・";
	}

	.access_link {
	}

	.access_link > a {
	}

	.access_link > a:hover {
	}

	.access_link > a:after {
	}

	.access_row {
		display: block;
	}

	.access_col {
	}

	.access_col.-cnt {
	}

	.tbl .tbl-cnt {
		border-top: none;
		border-bottom: none;
	}

	.access_col.-img {
		margin-left: 0;
		margin-top: 30px;
		text-align: center;
	}

	.access_trans_from dt {
        float: none;
        font-weight: bold;
        margin-bottom: 5px;
    }
	.access_trans_from dd {
        margin-left: 0;
        text-indent: -1em;
        padding-left: 1em;
    }
	.access_trans_from dd:before {
        content: "・";
    }

}