@charset "UTF-8";
/* CSS Document */

/** サイズ修正 **/

main h2 img.accessTitle{
	width: 93px;
	height: 41px;
}

iframe{
	width: 780px;
	height: 580px;
}

main h2 img.directionTitle{
	width: 214px;
	height: 42px;
}

main h2 img.openTitle{
	width: 67px;
	height: 44px;
}

main .lineShort{
	width: 250px;
	height: 7px;
}

main .arrow{
	width: 16px;
	height: 16px;
}

main h2 img.telTitle{
	width: 94px;
	height: 42px;
}

main h2 img.bonusTitle{
	width: 47px;
	height: 41px;
}

@media screen and (min-width:319px) and (max-width:768px){
	main h2 img.accessTitle{
		width: 17.8vw;
		height: auto;
	}

	iframe{
		width: 100%;
		height: 70.57vw;
	}

	main h2 img.directionTitle{
		width: 40.7vw;
		height: auto;
	}

	main h2 img.openTitle{
		width: 12.7vw;
		height: auto;
	}
	
	main .lineShort{
		width: 45.4vw;
		height: auto;
	}
	
	main .lineShortLong{
		width: 97.3vw;
		height: auto;
	}
	
	main .arrow{
		width: 3.25vw;
		height: auto;
	}

	main h2 img.telTitle{
		width: 17.83vw;
		height: auto;
	}

	main h2 img.bonusTitle{
		width: 8.85vw;
		height: auto;
	}
}


/** contents **/

@media screen and (min-width:319px) and (max-width:768px){
	main{
		padding: 0 1.3vw;
	}
	
	main section{
		margin-top: 5vw;
	}
}

main h2 img.circleIcon{
	margin-left: 6px;
}

@media screen and (min-width:319px) and (max-width:768px){
	main h2 img.circleIcon{
		margin-left: 1.8vw;
	}
}

main h2 img.accessTitle,
main h2 img.directionTitle,
main h2 img.openTitle,
main h2 img.telTitle,
main h2 img.bonusTitle{
	margin: 0 0 3px 21px;
}

@media screen and (min-width:319px) and (max-width:768px){
	main h2 img.accessTitle,
	main h2 img.openTitle,
	main h2 img.telTitle,
	main h2 img.bonusTitle{
		margin: 0 0 1vw 4.94vw;
	}
}

main p img.lineLong,
main p img.lineShort{
	margin: 10px 0 20px 0;
}

@media screen and (min-width:319px) and (max-width:768px){
	main p img.lineLong,
	main p img.lineShort{
		margin: 1vw 0 2vw 0;
	}
}

main .map{
	width: 800px;
	height: 600px;
	padding: 10px 0 0 10px;
/*
	background-color: #5e3300;
	border-radius: 15px;
*/
}

@media screen and (min-width:319px) and (max-width:768px){
	main .map{
		width: 96.7vw;
		height: 70.57vw;
		padding: 0 1.95vw 0 1.95vw;
	}
}

main section.contentsBtm{
	margin: 55px 25px 0 0;
	float: left;
}

@media screen and (min-width:319px) and (max-width:768px){
	main section.contentsBtm{
		margin: 5vw 0 0 0;
		overflow: hidden;
	}
}

main section.contentsBtm .lineLongSp{
	display: none;
}

@media screen and (min-width:319px) and (max-width:768px){
	main section.contentsBtm .lineLongSp{
		display: inline;
	}
	
	main section.contentsBtm .lineShortLong{
		display: none;
	}
	
	main section.contentsBtm p.openSentence{
		float: left;
	}
	
	main section.contentsBtm p.borderLine{
		border-right: 1px solid #6d6d6d;
		padding-right: 7vw;
	}
	
/*
	main section.contentsBtm p.openSentence:last-child{
		clear: both;
	}
*/
}

main section.contentsBtm:last-child{
	margin-right: 0;
}

@media screen and (min-width:319px) and (max-width:768px){
	main section.contentsBtm:last-child{
		margin-left: 2%;
	}
}

main section.contentsBtm p.telNum{
	font-size: 24px;
	font-weight: bold;
}

@media screen and (min-width:319px) and (max-width:768px){
	main section.contentsBtm p.telNum{
		font-size: 5vw;
		text-decoration: underline;
	}
}

main section.contentsBtm p.telNum a{
	pointer-events: none;
}

@media screen and (min-width:319px) and (max-width:768px){
	main section.contentsBtm p.telNum a{
		pointer-events: visible;
	}
}

main section.contentsBtm img.arrow{
	vertical-align: middle;
}

main section.contentsBtm p span.linkLine{
	padding-left: 15px;
	text-decoration: underline;
}

@media screen and (min-width:319px) and (max-width:768px){
	main section.contentsBtm p span.linkLine{
		padding-left: 1.95vw;
		text-decoration: underline;
	}
}

main p.sentence{
	margin: 0 30px 0px 30px;
	line-height: 2.0rem;
}

@media screen and (min-width:319px) and (max-width:768px){
	main p.sentence{
		margin: 0 1.95vw 0 1.95vw;
		line-height: 5.5vw;
	}
}

main p span.strong{
	font-weight: bold;
	font-size: 18px;
}

@media screen and (min-width:319px) and (max-width:768px){
	main p span.strong{
		font-size: 3.5vw;
	}
}






