@charset "utf-8";
/* CSS Document */
#weddingaccess #firstview{
	background: url("../images/access_main.jpg") no-repeat;
	background-size: cover;
	background-position: left 50% bottom 20%;
}
#weddingaccess #firstview h2{
	position: absolute;
	width: 100%;
	top: 58%;
	left: 0;
	text-align: center;
	font-size: 1.66rem;
	color: #fff;
}
#weddingaccess #firstview h2::before{
	position: absolute;
	content: "";
	top: -98px;
	left: calc(50% - 200px);
	width: 400px;
	height: 80px;
	background: url("../images/ol_access_wht.png") no-repeat;
	background-size: contain;
}

#maparea{
	padding: 120px 0 80px;
	text-align: center;
}
.googlemap{
	width: 100%;
	max-width: 926px;
	margin: 0 auto 40px;
	background: rgba(174,152,105,1);
}
.googlemap iframe{
	width: 100%;
	height: 450px;
	vertical-align: bottom; 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
	mix-blend-mode: luminosity;
}
#maparea .name{
	font-size: 1.66em;
	color: #a57a43;
	margin-bottom: 1em;
}
#maparea .add{
	font-size: 1.16em;
}

#busarea{
	padding: 50px 0 80px;
}
#busarea .busframe{
	width: calc(100% - 40px);
	max-width: 926px;
	margin: 0 auto;
	padding: 110px 10px 60px;
	border: solid 1px #a57a43;
	box-sizing: border-box;
	position: relative;
}
#busarea .busframe::before{
	content: "";
	position: absolute;
	display: block;
	width: 260px;
	height: 169px;
	top: -50px;
	left: calc(50% - 130px);
	background: url("../images/access_busicon.png") no-repeat;
	background-size: cover;
}
#busarea .busframe h3{
	font-size: 1.66rem;
	text-align: center;
	color: #a57a43;
	margin-bottom: 30px;
}
#busarea .busframe .busmap{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 30px;
}
#busarea .busframe .timetable{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	font-size: 1.16rem;
	line-height: 2em;
}

#cararea{
	padding: 40px 0;
}
#cararea h3,
#cararea .h3sub{
	font-size: 1.66rem;
	text-align: center;
	color: #a57a43;
}
#cararea .carmap{
	width: calc(100% - 40px);
	max-width: 1025px;
	 margin: 0 auto;
	position: relative;
}
#cararea .carmap div{
	position: absolute;
	top: 30px;
	left: 55px;
	width: 350px;
}
#cararea .carmap div p{
	font-size: 1rem;
	margin-top: 0.5em;
	text-align: center;
}

#trainarea,
#airarea{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
}
#trainarea{
	padding: 40px 20px 80px;
}
#airarea{
	padding: 40px 20px 120px;
}
#trainarea h3,
#airarea h3{
	font-size: 1.66rem;
	text-align: center;
	color: #a57a43;
	margin-bottom: 20px;
}
#trainarea picture,
#airarea picture{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#trainarea .trainbus{
	display: table;
	width: 100%;
}
#trainarea .trainbus .text{
	display: table-cell;
	vertical-align: top;
}
#trainarea .trainbus ol{
	counter-reset: my-counter;
	list-style: none;
	font-size: 1.16rem;
	line-height: 2em;
}
#trainarea .trainbus ol > li {
	font-size: 1.16rem;
	padding-left: 1.7em;
	margin-bottom: 1em;
	position: relative;
}
#trainarea .trainbus ol > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border-color: #595757;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.7em;
	width: 1.7em;
	font-size: 85%;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
}
#trainarea .trainbus ul > li{
	margin-left: 1em;
	list-style: disc;
}
#trainarea .trainbus .link{
	display: table-cell;
	vertical-align: top;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
}
#trainarea .trainbus .link a{
	display: block;
	font-size: 0.9rem;
	line-height: 1.8em;
	background: #6e6e6e;
	color: #fff;
	text-align: center;
	padding: 1em 1.5em;
	box-sizing: border-box;
	word-break: keep-all;
}
#trainarea .trainbus .link a:hover{
	opacity: .7;
}


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

#weddingaccess #firstview{
	width: 100%;
	height: 67vw;
	background-size: cover;
	background-position: left 50% bottom 50% ;
}
#weddingaccess #firstview h2{
	top: 48%;
	font-size: 1.16rem;
}
#weddingaccess #firstview h2::before{
	top: -56px;
	left: calc(50% - 160px);
	width: 320px;
	height: 64px;
}
	
#maparea{
	padding: 60px 0 60px;
	text-align: center;
}
#maparea .name{
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
#maparea .add{
	font-size: 0.9em;
}
	
#busarea .busframe h3{
	font-size: 1rem;
}
#busarea .busframe .timetable{
	font-size: 0.9rem;
}
	
#cararea h3,
#cararea .h3sub{
	font-size: 1.5rem;
}
#cararea .carmap div{
	position: inherit;
	top: 0;
	left: 0;
	width: 100%;
}
	
#trainarea{
	padding: 40px 20px 40px;
}
#airarea{
	padding: 40px 20px 120px;
}
#trainarea h3,
#airarea h3{
	font-size: 1rem;
}
#trainarea .trainbus{
	display: block;
}
#trainarea .trainbus .text{
	display: block;
}
#trainarea .trainbus .link{
	display: block;
	padding: 0;
}
#trainarea .trainbus ol > li {
	font-size: 0.9rem;
	line-height: 1.7em;
}
#trainarea .trainbus .link a{
	display: block;
	font-size: 0.83rem;
	padding: 0.5em 1em;
}
	
}

@media screen and (min-width: 568px) and (max-width: 1024px){

}

@media screen and (min-width: 1025px){
	
}
