@charset "utf-8";

/**************************************************
		PC
**************************************************/
#mainArea .gmap iframe {
	width:100%;
	height:500px;
}

#mainArea .gmap2 iframe {
	width:100%;
	height:400px;
}

.fixedpagetop {
	position:fixed;
	bottom:50px;
	right:40px;
	z-index:40;
}

.fixedpagetop a {
	display:block;
	border-radius:50%;
	background:#333;
	background:rgba(0,0,0,0.6);
}

.fixedpagetop a:hover {
	background-color:#932536;
}

/* ===== Index ===== */
#mainArea .accessBox01 {
	padding:6px;
	border-radius:20px;
	background:transparent url("../img/bg_accessbox01.png") 50% 0 repeat;
	overflow:hidden;
}

#mainArea .accessBox01 > .bg {
	padding:44px 34px;
	border-radius:20px;
	background:#fffdf2;
	overflow:hidden;
}

#mainArea .accessBox02 {
	position:relative;
	z-index:0;
}

#mainArea .accessBox02:before {
	position:absolute;
	top:10px;
	left:10px;
	width:100%;
	height:100%;
	background:transparent url("../img/bg_accessbox02.png") 50% 0 repeat;
	z-index:-1;
	content:"";
}

#mainArea .accessBox02 > .bg {
	position:relative;
	padding:29px 29px 19px 29px;
	border:1px solid #fff;
	background:#faf8c3;
}

#mainArea .tiAccess01 {
	margin-bottom:15px;
	font-size:25px;
	font-size:1.57rem;
	color:#942536;
}

#mainArea .tiAccess01 .bg {
	display:inline-block;
	position:relative;
	padding:0 35px;
}

#mainArea .tiAccess01 .bg:before,
#mainArea .tiAccess01 .bg:after {
	position:absolute;
	width:30px;
	height:50px;
	background:transparent url("../img/ti_access_bg.png") 50% 50% no-repeat;
	background-size:contain;
	content:"";
}

#mainArea .tiAccess01 .bg:before {
	top:50%;
	left:0;
	transform:translateY(-50%);
}

#mainArea .tiAccess01 .bg:after {
	top:50%;
	right:0;
	transform:translateY(-50%) scale(-1,1) rotate(-10deg);
}

#mainArea .listAccess01 {
	margin-right:320px;
}

#mainArea .listAccess01 > li {
	line-height:1.5;
}

#mainArea .listAccess01 dt:after {
	content:"：";
}

#mainArea .listAccess01 dt,
#mainArea .listAccess01 dd {
	display:inline;
}

#mainArea .accessBox03 {
	position:absolute;
	right:30px;
	bottom:20px;
	width:300px;
	text-align:center;
}

#mainArea .accessBox03 .text {
	display:inline-block;
	position:relative;
	margin-bottom:10px;
	font-size:18px;
	font-size:1.13rem;
	color:#942536;
	text-align:left;
	line-height:1.5;
}

#mainArea .accessBox03 .text:before {
	position:absolute;
	top:-25px;
	right:-10px;
	width:80px;
	height:40px;
	background:transparent url("../img/img_check.png") 50% 50% no-repeat;
	background-size:contain;
	content:"";
}

#mainArea .accessBox03 .button a {
	display:block;
	padding:15px;
	border-radius:50px;
	background:#fff;
	font-size:18px;
	font-size:1.13rem;
	color:#c26076;
	line-height:1.5;
	text-align:center;
	text-decoration:none;
	box-shadow:0 4px 0 rgba(194,96,118,0.46);
}

#mainArea .accessBox03 .button .iconWindow {
	position:relative;
	padding-right:25px;
}

#mainArea .accessBox03 .button .iconWindow:before {
	position:absolute;
	top:50%;
	right:0;
	margin-top:-7px;
	width:15px;
	height:14px;
	background:transparent url("../img/icon_window.png") 50% 50% no-repeat;
	background-size:contain;
	content:'';
}

#mainArea .accessBox03 .button a:hover {
	background-color:#932536;
	color:#fff;
}

#mainArea .listAccess02 {
	display:flex;
	margin:-10px;
	flex-wrap:wrap;
}

#mainArea .listAccess02.center {
	justify-content:center;
}

#mainArea .listAccess02 li {
	display:flex;
	padding:10px;
	width:50%;
}

#mainArea .listAccess02.col3 {
	margin:-10px -20px;
}

#mainArea .listAccess02.col3 li {
	padding:10px 20px;
	width:33.333%;
}

#mainArea .listAccess02 li a {
	display:flex;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	min-height:70px;
	align-items:center;
}

#mainArea .listAccess02 li .icon02,
#mainArea .listAccess02 li .iconPDF {
	padding-left:30px;
	width:100%;
}

#mainArea .listAccess02 li .iconPDF {
	display:inline-block;
	padding-right:40px;
	background:transparent url("../../common/img/icon_pdf.png") 100% 50% no-repeat;
	background-size:25px auto;
}

#mainArea .listAccess02 li .bg {
	position:relative;
	display:inline-block;
	padding-right:25px;
}

#mainArea .listAccess02 li .icon {
	position:absolute;
	top:0;
	right:0;
}

#mainArea .listAccess02 li .sub {
	display:block;
	font-size:14px;
	font-size:0.88rem;
}

#mainArea .accessBox04 {
	display:flex;
	border:1px solid #932536;
}

#mainArea .accessBox04_inner {
	padding:20px 50px;
	width:50%;
}

#mainArea .accessBox04_inner:nth-child(2n) {
	border-left:1px solid #932536;
}

#mainArea .listAccess03 {
	font-size:15px;
	font-size:0.94rem;
	line-height:1.5;
}

#mainArea .listAccess03 dt {
	font-size:18px;
	font-size:1.13rem;
	font-weight:bold;
}

#mainArea .listAccess03 dt a {
	display:block;
	padding:10px 0 10px 40px;
	background:transparent url("../../common/img/icon_02.png") 0 50% no-repeat;
	background-size:26px auto;
	color:#333;
	text-decoration:none;
}

#mainArea .listAccess03 dt a:hover {
	color:#932536;
	text-decoration:underline;
}

#mainArea .listAccess03 dd {
	padding-left:40px;
}

#mainArea .listAccess03 li a {
	display:block;
	padding:7px 0 7px 30px;
	background:transparent url("../../common/img/icon_01.png") 0 50% no-repeat;
	background-size:18px auto;
	color:#333;
	text-decoration:none;
}

#mainArea .listAccess03 li a:hover {
	color:#932536;
	text-decoration:underline;
}


/* ===== Bus ===== */
#mainArea .listBus {
	font-size:14px;
	font-size:0.88rem;
}

#mainArea .listBus > dt {
	width:6em;
	font-weight:bold;
	line-height:1.8;
}

#mainArea .listBus > dt:before { content:"【"; }
#mainArea .listBus > dt:after { content:"】"; }

#mainArea .listBus > dd {
	margin:-1.8em 0 0 7em;
	line-height:1.8;
}

#mainArea .tableBus {
	border-bottom:2px solid #333;
	width:100%;
	font-size:13px;
	font-size:0.82rem;
}

#mainArea .tableBus th,
#mainArea .tableBus td {
	padding:3px 7px;
	background:#fff;
	text-align:center;
	vertical-align:middle;
	line-height:1.8;
}

#mainArea .tableBus th { width:10%; }
#mainArea .tableBus td { width:7.5%; }

#mainArea .tableBus thead th,
#mainArea .tableBus thead td {
	background-color:#932536;
	font-weight:bold;
	color:#fff;
}

#mainArea .tableBus thead th:first-child,
#mainArea .tableBus thead td:first-child { border-right:2px solid #fff; }

#mainArea .tableBus tbody tr:nth-child(even) th,
#mainArea .tableBus tbody tr:nth-child(even) td { background-color:#f9f4f5; }

#mainArea .tableBus tbody th:first-child,
#mainArea .tableBus tbody td:first-child { border-right:2px solid #333; }

#mainArea .tableBus.is-green thead th,
#mainArea .tableBus.is-green thead td { background-color:#53AFAD; }
#mainArea .tableBus.is-green tbody tr:nth-child(even) th,
#mainArea .tableBus.is-green tbody tr:nth-child(even) td { background-color:#C7E6EA; }

#mainArea .tableBus.is-purple thead th,
#mainArea .tableBus.is-purple thead td { background-color:#7F8FC1; }
#mainArea .tableBus.is-purple tbody tr:nth-child(even) th,
#mainArea .tableBus.is-purple tbody tr:nth-child(even) td { background-color:#CDDCF1; }

#mainArea .tableBus.is-pink thead th,
#mainArea .tableBus.is-pink thead td { background-color:#FF9999; }
#mainArea .tableBus.is-pink tbody tr:nth-child(even) th,
#mainArea .tableBus.is-pink tbody tr:nth-child(even) td { background-color:#FFDFDF; }

#mainArea .tableBus .square {
	displlay:inline-block;
	padding:0 3px;
	background-color:#932536;
	font-weight:bold;
	color:#fff;
}


/**************************************************
		SP
**************************************************/
@media screen and (max-width:767px){

#mainArea .gmap iframe {
	height:350px;
}

#mainArea .gmap2 iframe {
	height:300px;
}

.fixedpagetop {
	bottom:25px;
	right:20px;
}

.fixedpagetop a {
	width:50px;
}

.fixedpagetop a:hover {
	background-color:#932536;
	background:rgba(0,0,0,0.6);
}


/* ===== Index ===== */
#mainArea .accessBox01 {
	padding:3px;
	border-radius:10px;
	background-size:4px auto;
}

#mainArea .accessBox01 > .bg {
	padding:22px 12px;
	border-radius:10px;
}

#mainArea .accessBox02:before {
	top:5px;
	left:5px;
	background-size:4px auto;
}

#mainArea .accessBox02 > .bg {
	padding:19px 9px 19px 9px;
}

#mainArea .tiAccess01 {
	margin-bottom:10px;
	font-size:16px;
	font-size:1rem;
	text-align:center;
}

#mainArea .tiAccess01 .bg:before,
#mainArea .tiAccess01 .bg:after {
	width:20px;
	height:50px;
}

#mainArea .listAccess01 {
	margin-right:0;
}

#mainArea .accessBox03 {
	position:static;
	right:auto;
	bottom:auto;
	width:auto;
}

#mainArea .accessBox03 .text {
	margin-bottom:10px;
	font-size:16px;
	font-size:1rem;
	text-align:left;
}

#mainArea .accessBox03 .text:before {
	top:-10px;
	right:0;
	width:60px;
	height:30px;
}

#mainArea .accessBox03 .button a {
	padding:10px;
	box-shadow:0 2px 0 rgba(194,96,118,0.46);
}

#mainArea .accessBox03 .button a:hover {
	background-color:#fff;
	color:#c26076;
}


#mainArea .listAccess02 {
	display:block;
	margin:0;
}

#mainArea .listAccess02 li {
	display:block;
	margin-bottom:10px;
	padding:0;
	width:auto;
}

#mainArea .listAccess02.col3 {
	margin:0;
}

#mainArea .listAccess02.col3 li {
	padding:0;
	width:auto;
}

#mainArea .listAccess02 li a {
	padding-top:5px;
	padding-bottom:5px;
	min-height:60px;
}

#mainArea .listAccess02 li .sub {
	font-size:13px;
	font-size:0.82rem;
}

#mainArea .accessBox04 {
	display:block;
}

#mainArea .accessBox04_inner {
	padding:14px;
	border-bottom:1px solid #932536;
	width:auto;
}

#mainArea .accessBox04_inner:nth-child(2n) {
	border-left:0;
}

#mainArea .accessBox04_inner:last-child {
	border-bottom:0;
}

#mainArea .listAccess03 {
	font-size:14px;
	font-size:0.88rem;
}

#mainArea .listAccess03 dt {
	font-size:16px;
	font-size:1rem;
}

#mainArea .listAccess03 dt a {
	display:block;
	padding:7px 0 7px 30px;
	background-size:20px auto;
}

#mainArea .listAccess03 dt a:hover {
	color:#333;
	text-decoration:none;
}

#mainArea .listAccess03 dd {
	padding-left:30px;
}

#mainArea .listAccess03 li a {
	display:block;
	padding:5px 0 5px 20px;
	background-size:10px auto;
}

#mainArea .listAccess03 li a:hover {
	color:#333;
	text-decoration:none;
}


/* ===== Bus ===== */
#mainArea .listBus > dt {
	width:auto;
}

#mainArea .listBus > dd {
	margin:0 0 0 0;
}

#mainArea .tableBus {
	border-bottom:2px solid #333;
	font-size:11px;
	font-size:0.69rem;
}

#mainArea .tableBus th,
#mainArea .tableBus td {
	padding:3px;
}

}
