@charset "utf-8";


/**************************************************50
 * access
 **************************************************/
#access{
}
#access .box{
	text-align: center;
}
#access .box h2{
	color: #FFFFFF;
	line-height: 1.25;
	padding-top: 0.375em;
	padding-bottom: 0.375em;
	text-align: center;
}
#access .box .access_outline{
	display: block;
}
#access .box .access_body{
}
#access .box .access_body .point{
	padding: 1.5em 3em;
	background-color: #60CCDA;
	color: #FFFFFF;
	position: relative;
}
#access .box .access_body .point:before{
	background-image: url("https://tobita.biz/images/user/icon/point.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content:"";
	display: block;
	height: 3em;
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 3em;
}
#access .box .access_body strong{
	color: #FD695F;
}
#access .box h3{
	background-color: #47809E;
	color: #FFFFFF;
}
#access .box .access_img{
}
#access .box .access_img picture{
}
#access .box .access_img picture img{
	width: 100%;
}
#access .box .access_img picture p{
}
#access .box .access_img figcaption{
	text-align: left;
}
#access .box .access{
}
#access .box .access .access_map{
	position: relative;
}
#access .box .access .access_map:before{
	content: "";
	display: block;
}
#access .box .access .access_map iframe{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#access .box .access dl{
	text-align: left;
}
#access .box .access dl dt{
	background-color: #FD695F;
	border-radius: 1000px;
	color: #FFFFFF;
	display: inline-block;
	padding: 0 2em;
	vertical-align: top;
}
#access .box .access dl dd{
	margin-top: 0.5em;
}
#access .box .street{
}
#access .box .street ul{
}
#access .box .street ul > li{
}
#access .box .street ul > li:nth-child(even){
	background-color: #DFF5F8;
}
#access .box .street ul > li h4{
	background-color: #FD695F;
	border-radius: 1000px;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2em;
	width: 12em;
}
#access .box .street ul > li .street_main > a{
	display: block;
	margin-top: 0.5em;
	overflow: hidden;
}
#access .box .street ul > li .street_main picture{
}
#access .box .street ul > li .street_main picture img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.2s ease-out 0s;
	width: 100%;
}
#access .box .street ul > li .street_main > a:hover picture img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#access .box .street ul > li .street_main figcaption{
	text-align: left;
}
#access .box .street ul > li .street_point{
	color: #60CCDA;
	display: inline-block;
	position: relative;
}
#access .box .street .street_body{
}
#access .box .street .street_body .street_numerical{
	text-align: center;
}
#access .box .street .street_body .street_numerical p{
	background-color: #FDF9DB;
	color: #47809E;
	display: inline-block;
	line-height: 1.5;
	padding: 0.5em 1em;
	position: relative;
	vertical-align: middle;
}
#access .box .street .street_body .street_numerical p:before{
	border-color: #FDF9DB transparent transparent transparent;
	border-style: solid;
	height: 0;
	content:"";
	display: block;
	pointer-events: none;
	position: absolute;
	top: 25%;
	right: 0;
	-ms-transform: translate(100%, -50%);
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	width: 0;
}
#access .box .street .street_body .street_numerical p:after{
	background-image: url("https://tobita.biz/images/user/access/yukaku-chan.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content:"";
	display: block;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: -0.75em;
	-ms-transform: translate(100%, -50%);
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}
#access .box .street .street_body strong{
	color: #FD695F;
}
#access .box .street ul > li .street_point:before{
	background-image: url("https://tobita.biz/images/user/icon/point.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content:"";
	display: block;
	height: 3em;
	pointer-events: none;
	position: absolute;
	top: 1em;
	left: -0.75em;
	-ms-transform: translate(-100%, -50%);
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	width: 3em;
}
#access .box .route{
	background-color: #DFF5F8;
}
#access .box .route_access{
}
#access .box .route lite-youtube{
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}
@media screen and (max-width:767px){
	#access{
	}
	#access .box{
		margin-top: 3.125%;
	}
	#access .box h2{
		font-size: 175%;
	}
	#access .box .access_outline{
		padding: 0.25em 3.333333333333333%;
		text-align: left;
	}
	#access .box .access_body .point{
		margin: 1.5em 1em 0.5em 1em;
		padding: 1em 1em 0.5em 1.5em;
	}
	#access .box .access_body{
		padding: 0 3.333333333333333%;
		text-align: left;
	}
	#access .box h3{
	}
	#access .box *:not(h2) + h3{
		margin-top: 3.333333333333333%;
	}
	#access .box .access_img{
	}
	#access .box .access_img picture{
		margin-bottom: 0.5em;
	}
	#access .box .access_img figcaption{
	}
	#access .box .street{
		margin-bottom: -1em;
	}
	#access .box .street ul > li{
		padding: 1em 3.333333333333333%;
	}
	#access .box .street ul > li .street_point{
		margin: 1em 1.5em 1em 4.5em;
		text-align: left;
	}
	#access .box .street ul > li .street_main{
		padding: 0 3.333333333333333%;
		text-align: left;
	}
	#access .box .street ul > li .street_main > a{
		width: 60%;
	}
	#access .box .street .street_body .street_numerical{
		margin: 0.75em 0 2em;
	}
	#access .box .street .street_body .street_numerical p{
		border-radius: 7px;
		margin-right: 110px;
	}
	#access .box .street .street_body .street_numerical p:before{
		border-width: 9px 18px 0 0;
	}
	#access .box .street .street_body .street_numerical p:after{
		height: 80px;
		right: -24px;
		width: 80px;
	}
	#access .box .access{
	}
	#access .box .access .access_map{
	}
	#access .box .access .access_map:before{
		padding-top: 56.25%;
	}
	#access .box .access dl{
		margin-top: 0.5em;
		padding: 0 3.333333333333333%;
	}
	#access .box .access dl dt{
		margin-top: 0.75em;
	}
	#access .box .route{
		padding-top: 1.666666666666667%;
	}
	#access .box .route p{
		padding: 0 3.333333333333333%;
		text-align: left;
	}
	#access .box .route lite-youtube{
		margin-top: 0.5em;
		width: 93.33333333333333%;
	}
	#access .box > *:last-child,
	#access .box > *:last-child{
		border-radius: 0 0 10px 10px;
		padding-bottom: 3.333333333333333%;
	}
}
@media screen and (min-width:768px){
	#access{
	}
	#access .box{
		margin-top: 50px;
	}
	#access .box h2{
		font-size: 250%;
	}
	#access .box .access_outline{
		padding: 1.5em 50px;
	}
	#access .box .access_body .point{
		margin: 1.5em 0 0.5em 1em;
		padding: 1.5em 3em;
	}
	#access .box h3{
		padding: 0 50px;
	}
	#access .box *:not(h2) + h3{
		margin-top: 50px;
	}
	#access .box .access_img{
		padding: 0 100px;
	}
	#access .box .access_img picture{
	}
	#access .box .access_img figcaption{
	}
	#access .box .street{
	}
	#access .box .street ul{
		margin-bottom: -2.5em;
	}
	#access .box .street ul > li{
		padding: 2.5em 100px;
	}
	#access .box .street ul > li{
	}
	#access .box .street ul > li h4{
	}
	#access .box .street ul > li .street_point{
		margin: 1em 0;
	}
	#access .box .street ul > li .street_main{
	}
	#access .box .street .street_body{
	}
	#access .box .street .street_body .street_numerical{
		margin-top: 3em;
	}
	#access .box .street .street_body .street_numerical p{
		border-radius: 15px;
		margin-right: 170px;
	}
	#access .box .street .street_body .street_numerical p:before{
		border-width: 12px 24px 0 0;
	}
	#access .box .street .street_body .street_numerical p:after{
		height: 140px;
		right: -30px;
		width: 140px;
	}
	#access .box .access{
		padding: 2.5em 100px 0;
	}
	#access .box .access .access_map{
	}
	#access .box .access .access_map:before{
		padding-top: 75%;
	}
	#access .box .access dl{
	}
	#access .box .access dl dd + dt{
		margin-top: 1.5em;
	}
	#access .box .route{
		padding: 2em 100px 0;
	}
	#access .box .route_access{
		margin-bottom: -0.5em;
	}
	#access .box .route lite-youtube{
		margin-top: 30px;
	}
	#access .box > *:last-child,
	#access .box > *:last-child{
		border-radius: 0 0 20px 20px;
		padding-bottom: 50px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	#access .box .access_img picture{
		margin-bottom: 1.5em;
	}
	#access .box .street ul > li .street_main > a{
		width: 500px;
	}
	#access .box .street .street_body .street_numerical{
		margin-bottom: 4em;
	}
	#access .box .access .access_map{
		margin-bottom: 1.5em;
		width: 500px;
	}
}
@media screen and (max-width:1023px){
	#access .box .access_img picture{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		max-width: 800px;
	}
	#access .box .street ul > li .street_main > a{
		margin-left: auto;
		margin-right: auto;
	}
	#access .box .access .access_map{
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width:1024px){
	#access .box .access_img:after{
		clear: both;
		content: "";
		display: block;
	}
	#access .box .access_img picture{
		float: left;
		width: -webkit-calc((100% - 100px) / 2);
		width: calc((100% - 100px) / 2);
	}
	#access .box .access_img figcaption{
		float: right;
		width: -webkit-calc((100% - 50px) / 2);
		width: calc((100% - 50px) / 2);
	}
	#access .box .street ul > li .street_main:after{
		clear: both;
		content: "";
		display: block;
	}
	#access .box .street ul > li .street_main > a{
		margin-right: auto;
		width: -webkit-calc((100% - 100px) / 2);
		width: calc((100% - 100px) / 2);
	}
	#access .box .street ul > li .street_main figcaption{
		float: right;
		width: -webkit-calc((100% - 100px) / 2);
		width: calc((100% - 100px) / 2);
	}
	#access .box .access:after{
		clear: both;
		content: "";
		display: block;
	}
	#access .box .access .access_map{
		float: left;
		width: -webkit-calc((100% - 100px) / 2);
		width: calc((100% - 100px) / 2);
	}
	#access .box .access dl{
		float: right;
		width: -webkit-calc((100% - 100px) / 2);
		width: calc((100% - 100px) / 2);
	}
}


