@charset "utf-8";

/* **************************************************

VR体験予約　- 体験可能店舗 -

Copyright (c) Dospara Co., Ltd. All rights reserved. 

***************************************************** */


/* content===========================================

[1] Base Setting
[2] Page Top
[3] mainTitle
[3] stepBox

===================================================== */


/* 1: Base Setting
=========================================================================================== */

#Header,
#Globalnavi,
.leadSection {
	display: none !important;
}

body {
	background-color: #f6f6f6;
}

.column2R #main {
	float: none;
	width: auto;
}
#lp_page {
	position: relative;
	width: 970px;
	/*background-color:#FFF;*/
	color: #333333;
	font-size: 14px;
	margin: 0 auto;
}
.pageTitle {
	background-color: #005baa;
	color: #fff;
    margin: 0 -500% 20px;
    padding: 0 500%;
    width: 100%;
}

.dpLogo {
	position: absolute;
	width: 211px;
	height: 50px;
	top: 7px;
	right: 0px;
	background-color: #ffffff;
	text-align: center;
}

.dpLogo a {
	display: block;
	padding-top: 6px;	
}

.dpLogoSp {
	display: none;
	}

	/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
	@media screen and (max-width:479px){	
	/*-------------------------------------
	　全体設定
	---------------------------------------*/
	body {
	min-width: 320px!important;
    width: 100%!important;
	}
	#container {
		margin-top: 10px;
   		width: 98%;
	}
	#main {
   		width: 100%;
	}
	#lp_page {
		width: 100%;
	}
	.breadCrumb {
		display:none;
	}
	
	#mainCtn {
   		float: none;
    	width: 100%;
	}
	
	
	#sideCtn {
    	float: none;
    	width: 100%;
	}
	
	.column2R #main {
		width: 100%;
	}

	
	.pageTitle {
		margin: 0 0 20px;
    	padding: 0 0;
	}
	.pageTitle img {
		max-width: 40% !important;
		height: auto;
		padding:5px;
	}
	.pageTitle span {
		padding:5px;
	}
	.dpLogo {
		display:none;		
	}
	.dpLogoSp {
		margin-bottom:15px;
		display: block;
	}
	
}




/* 2: Page Top
=========================================================================================== */
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}


/* 3: mainTitle
=========================================================================================== */

#mainTitle {
	font-size:18px;
}

#mainTitle h2 {
	font-size:34px;
	color:#04a0e2;
	font-weight:normal;
	text-align:center;
	margin:50px 0;
}

#mainTitle h2 em {
	font-weight:normal;
	font-style:normal;
	font-size:46px;
	color:#005baa;
}


@media screen and (max-width:479px){	
	#mainTitle {
		font-size: 13px;
	}
	#mainTitle h2 {
		font-size: 18px;
		margin: 20px 0 40px;
	}
	#mainTitle h2 em {
		font-size: 30px;
	}
	
	#mainTitle img {
		width: 100%;
	}
}


/* 4: shopBox
=========================================================================================== */

.shopBox {
	margin:0 0 30px;
	width: 465px;
	float: left;
}

.shopBox p {
	font-size:16px;
}

.shopBox p span {
	font-size:24px;
	color:#005baa;
	font-weight: bold;
}

.shopBoxW {
	margin:0 0 30px;
	width: 100%;
	float: left;
}

.shopBoxW p {
	font-size:16px;
}

.shopBoxW p span {
	font-size:24px;
	color:#005baa;
	line-height: 1.4;
	font-weight: bold;
}

.shopBoxWrap {
	border-bottom: 1px solid #005baa;
}

.shopBoxWrap + .shopBoxWrap {
	margin-top: 30px;
}

.shopBoxWrap:after {
  content: '';
  display: table;
  clear: both;
}

.shopBoxWrap h3 {
	font-size:28px;
	margin-bottom: 10px;
}

.vr-navi-action-btn {
	background-color:#0283af;
	font-size:18px;
	color:#fff;
	border-radius:3px;
	margin:10px 0 0;
	padding:5px 35px;
	text-decoration:none;
	display: inline-block;
}

@media screen and (max-width:479px){
	
	.shopBoxWrap { 
		padding: 0 10px;
	}
	
	
	.shopBox , .shopBoxW {
	margin:20px auto;
		float: none;
		width: 100%;
}

	.vr-navi-action-btn {
			margin: 10px auto 0;
			font-size: 14px;
			padding: 10px 20px;
		text-align: center;
		display: block;
		}
	.shopBoxWrap h3 {
	margin-bottom: 10px;
}
}

.attention { font-size: 18px; margin: 40px 0 30px; }

.attentionR { font-size: 18px; color:#ff0000; padding:10px; border:solid #ff0000 2px; text-align: center; }


/* 4: VIVE体験
=========================================================================================== */

.vrBoxWrap {
	margin-top: 40px;
}

.vrBoxWrap:after {
  content: '';
  display: table;
  clear: both;
}

.vrBoxWrap h3 {
	font-size:28px;
}


.vrBoxWrap .num {
    font-size: 2em;
    line-height: 1;
    margin: 0 0 0.5em 0;
    padding: 0.2em 0;
	border: 1px solid #00B4E0;
	color: #000;
	border-radius: 2px;
	display: block;
	text-align: center;
}

.vrBoxWrapLink { 
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
}

.vr-vive-demo-flow-widget {
	padding:20px 0;
	width: 310px;
	float: left;
}

.vr-vive-demo-flow-widget + .vr-vive-demo-flow-widget {
	margin-left: 20px;
}

.vr-vive-demo-flow-widget p {
	margin-bottom: 10px;
}

.vr-vive-demo-flow-widget img {
	width: 310px;
	height: auto;
}

.vrBoxWrap ul {
list-style: square outside !important;		
}
.vrBoxWrap li {
font-size: 13px;
	margin-left: 20px;
}
.vrBoxWrap li + li {
margin-top: 5px;
}

		/* ウィンドウ幅が479pxの場合に適用するCSS */
		@media screen and (max-width:479px){
			
			.vrBoxWrap {
			padding: 10px;
		}
	
		h3 {
			font-size: 24px;
		}

			.vr-vive-demo-flow-widget {
			width: 100%;
			float: none;
			height: auto;
			font-size: 14px;
		}
		
		.vr-vive-demo-flow-widget img {
		width: 100%;
		}
		
		.vr-vive-demo-flow-widget + .vr-vive-demo-flow-widget {
		margin-left: 0;
		}

		.vrBoxWrap ul {
			list-style: square outside !important;		
		}
}


/*-------------------------------------
　スマホでは表示、パソコンでは非表示
---------------------------------------*/

@media screen and (min-width:480px)  {
    /*　画面サイズが480pxからはここを読み込む　*/
.br-pc { display: none;}
}

/*-------------------------------------
　191021 追加
---------------------------------------*/
.attentiontxt {color:#f00}