/*
Theme Name: 小町ネット様用テーマ
Theme URI: none
Description:小町ネット　各エリアのアクセスページ
Version: 3.0
Author: 株式会社ルシアス
Author URI:
*/

@charset "utf-8";


/* ==================================================================== */
/* 各エリアのアクセス
/* ==================================================================== */
#access h2{
	background-color: #FFEF80;
	border-radius: 10px;
	font-size: 87.5%;
	margin: 10px auto;
	padding: 10px 60px;
	position: relative;
	text-align: center;
	width: -webkit-calc(100% - (10px * 2));
	width: calc(100% - (10px * 2));
	max-width: 530px;
}
#access h2:before{
	width: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 40px;
	position: absolute;
	top: 50%;
	left: 10px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	z-index: 1;
}
body:not(.is_webp) #access h2:before{
	background-image: url("../images/spot/icon_train.png");
}
body.is_webp #access h2:before{
	background-image: url("../images/spot/icon_train.webp");
}
#access h2 b{
	color: #D80614;
	font-size: 125%;
}
#access div{
	margin: 0 auto 50px;
	position: relative;
	text-align: center;
	width: -webkit-calc(100% - (10px * 2));
	width: calc(100% - (10px * 2));
	max-width: 800px;
}
#access div:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
#access div iframe,
#access div lite-youtube{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (min-width:768px){
	#access h2{
		font-size: 100%;
		margin: 20px auto;
		padding: 20px 100px;
	}
	#access h2:before{
		height: 60px;
		left: 20px;
		width: 60px;
	}
}
