html{
	padding:0;
	margin:0 auto;
	background:#FEFEFE;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
}

body{
	padding:0;
	margin:0 auto;
}

.wrapper {
	width: 100%;
	height: 100vh;
	text-align: center;
	font-size:18px;
	position:relative;
}

.contents {
	width: 100%;
	height: 100%;
	display: table;
}

.contents__inner {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: 640px;
	height: 100vh;
	margin: 0 auto;
	padding: 50px 24px;
}

.contents__inner h1 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}

.pr_name{
	font-size:16px;
	text-align:left;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	color: #A98221;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a97323+0,debf6d+50,a97323+100 */
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
}

.mt10{
	margin-top:10px;
}

.mt30{
	margin-top:30px;
}

.mt50{
	margin-top:50px;
}

.lh160{
	line-height:160%;
}

/* --------------------------------------------------- btn */
.btn__box {
	position: relative;
	width: 200px;
	height: 40px;
	margin: 100px auto 0;
	font-size: 13px;
	cursor: pointer;
	-webkit-perspective: 200px;
	perspective: 200px;
}

.btn__box a,
.btn__box:after {
	position: absolute;
	display: block;
	width: 198px;
	height: 38px;
	line-height: 38px;
	color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -20px;
	-ms-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
}

.btn__box:after {
	top: 0;
	left: 0;
	width: 198px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	content: "このデモのエントリーへ";
}

.btn__box:hover a {
	color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 2;
}

.btn__box:hover:after {
	color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,0);
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	z-index: 1;
}

/* --------------------------------------------------- side menu */
.menu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
}

.side-open .menu {
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}

.menu ul {
	display: table-cell;
	vertical-align: middle;
}

.menu li {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
}

.side-open .menu li {
	opacity: 1;
}

.side-open .menu li:nth-child(1) {
	-webkit-transition: opacity 1s ease .4s;
	transition: opacity 1s ease .4s;
}

.side-open .menu li:nth-child(2) {
	-webkit-transition: opacity 1s ease .5s;
	transition: opacity 1s ease .5s;
}

.side-open .menu li:nth-child(3) {
	-webkit-transition: opacity 1s ease .6s;
	transition: opacity 1s ease .6s;
}

.side-open .menu li:nth-child(4) {
	-webkit-transition: opacity 1s ease .7s;
	transition: opacity 1s ease .7s;
}

.side-open .menu li:nth-child(5) {
	-webkit-transition: opacity 1s ease .8s;
	transition: opacity 1s ease .8s;
}

.side-open .menu li:nth-child(6) {
	-webkit-transition: opacity 1s ease .9s;
	transition: opacity 1s ease .9s;
}

.menu li a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	font-family: Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-style: italic;
	color: #f5f5f5;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu li a:hover {
	color: #999;
}

/* --------------------------------------------------- menu-btn */
.menu-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 72px;
	height: 72px;
	line-height: 72px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	background:#000000;
}

/* スマートホンになった時のメニューボタン */
@media screen and (max-width:480px) {
	.menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 52px;
		height: 52px;
		line-height: 52px;
		font-size: 9px;
		text-align: center;
		cursor: pointer;
		z-index: 1;
		background:#000000;
	}
}

.menu-btn span {
	color: #fff;
}

.menu-btn span:after {
	content: attr(data-txt-open);
}

.side-open .menu-btn span:after {
	content: attr(data-txt-close);
}

.news_data{
	border-bottom: 1px dotted #666;
	padding:12px 0 10px 0;
}

/* 基本設定 */
/* ------------------------------------------------ */

.m_t5{
	margin-top:5px;
}

.m_t10{
	margin-top:10px;
}

.m_t20{
	margin-top:20px;
}

.m_t30{
	margin-top:30px;
}

.m_t95{
	margin-top:95px;
}

.m_t100{
	margin-top:100px;
}

.m_b20{
	margin-bottom:20px;
}

.m_b30{
	margin-bottom:30px;
}

.m_b50{
	margin-bottom:50px;
}

.m_b60{
	margin-bottom:60px;
}

.m_b100{
	margin-bottom:100px;
}

.h_200{
	height:200px;
}

.h_50{
	height:50px;
}

.clear_both{
	clear:both;
}

.attention_area{
	border:1px solid #333333;
	padding:15px;
	line-height:140%;
	margin-top:20px;
	text-align:left;
	font-size:14px;
}

.description{
	font-size:14px;
}

/* ------------------------------------------------ */


/* ヘッダー */
/* ------------------------------------------------ */

#viewer {
    margin: 0 auto;
	width:100%;
    text-align: left;
    overflow: hidden;
    position: relative;
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 38%;
	z-index: -999;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
	width:100%;
}

/* ------------------------------------------------ */


/* フッター */
/* ------------------------------------------------ */

footer{
	padding:20px 0;
	margin:0 auto;
	text-align:center;
	background:#333333;
	color:#FFFFFF;
	font-size:10px;
}

/* ------------------------------------------------ */


/*CSS 1280px以上（大型PC）　スタート */
/*------------------------------------------------------------------------*/

@media screen and (min-width:1280px) {
	.title_area{
		position:absolute;
		top:30px;
		left:30px;
		/*width:20%;*/
	}
	
	#main_area{
		width:1200px;
		padding:0;
		margin:0 auto;
	}
	
	.main_span{
		
	}
	
	h3{
		font-size:24px;
		text-align:left;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-weight:bold;
		color: #A98221;
		margin:0 0 10px 0;
		padding:5px;
		font-weight:bold;
		border-bottom:2px solid #A98221;
	}
	
	#news{
		width:1200px;
		height:208px;
		overflow:auto;
		padding:15px;
		border:1px solid #333333;
		box-sizing:border-box;
		text-align:left;
	}
	
	.inquiry_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:32px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
	}
	
	.inquiry_area{
		width:1200px;
		margin:0 auto;
		padding:30px 110px;
		border:1px solid #333333;
		box-sizing:border-box;
	}
	
	#tel_area{
		float:left;
		width:480px;
	}
	
	#tel_area img{
		width:480px;
		height:135px;
	}
	
	#toiawase_area{
		float:right;
		width:480px;
	}
	
	#toiawase_area img{
		width:480px;
		height:135px;
	}
	
	/*追加項目・PR情報*/
	.pr_float{
		float:left;
		width:390px;
		text-align:left;
		margin:0 5px 10px 5px;
	}
	
	.pr_float img{
		width:390px;
		height:258px;
	}
	
	.bouon_img{
		width:1190px;
	}
}

/*------------------------------------------------------------------------*/
/*CSS 1280px以上（大型PC）　エンド */


/*CSS 960px～1279px（小型PC）　スタート */
/*------------------------------------------------------------------------*/

@media screen and (min-width:960px) and (max-width:1279px) {
	.title_area{
		position:absolute;
		top:30px;
		left:25px;
		/*width:25%;*/
	}
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.main_span{
		height:40px;
	}
	
	h3{
		font-size:24px;
		text-align:left;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-weight:bold;
		color: #A98221;
		margin:0 0 10px 0;
		padding:5px;
		font-weight:bold;
		border-bottom:2px solid #A98221;
	}
	
	#news{
		width:100%;
		height:158px;
		overflow:auto;
		padding:0 2%;
		border:1px solid #333333;
		box-sizing:border-box;
		text-align:left;
	}
	
	.inquiry_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:24px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
	}
	
	.inquiry_area{
		width:100%;
		margin:0 auto;
		padding:30px 110px;
		border:1px solid #333333;
		box-sizing:border-box;
	}
	
	#tel_area{
		float:left;
		width:48%;
	}
	
	#tel_area img{
		width:100%;
		height:100%;
	}
	
	#toiawase_area{
		float:right;
		width:48%;
	}
	
	#toiawase_area img{
		width:100%;
		height:100%;
	}
	
	/*追加項目・PR情報*/
	.pr_float{
		float:left;
		width:32.33%;
		text-align:left;
		margin:0 0.5% 1% 0.5%;
	}
	
	.pr_float img{
		width:100%;
		height:100%;
	}
	
	.bouon_img{
		width:98%;
	}
}

/*------------------------------------------------------------------------*/
/*CSS 960px～1279px（小型PC）　エンド */


/*CSS 600px～959px（タブレット）　スタート */
/*------------------------------------------------------------------------*/

@media screen and (min-width:600px) and (max-width:959px) {
	.title_area{
		position:absolute;
		top:25px;
		left:25px;
		width:25%;
	}
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.main_span{
		height:40px;
	}
	
	h3{
		font-size:24px;
		text-align:left;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-weight:bold;
		color: #A98221;
		margin:0 0 10px 0;
		padding:5px;
		font-weight:bold;
		border-bottom:2px solid #A98221;
	}
	
	#news{
		width:100%;
		height:158px;
		overflow:auto;
		padding:0 2%;
		border:1px solid #333333;
		box-sizing:border-box;
		text-align:left;
	}
	
	.inquiry_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:20px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
	}
	
	.inquiry_area{
		width:100%;
		margin:0 auto;
		padding:30px 60px;
		border:1px solid #333333;
		box-sizing:border-box;
	}
	
	#tel_area{
		float:left;
		width:48%;
	}
	
	#tel_area img{
		width:100%;
		height:100%;
	}
	
	#toiawase_area{
		float:right;
		width:48%;
	}
	
	#toiawase_area img{
		width:100%;
		height:100%;
	}
	
	/*追加項目・PR情報*/
	.pr_float{
		float:left;
		width:32.33%;
		text-align:left;
		margin:0 0.5% 1% 0.5%;
	}
	
	.pr_float img{
		width:100%;
		height:100%;
	}
	
	.bouon_img{
		width:98%;
	}
}

/*------------------------------------------------------------------------*/
/*CSS 600px～959px（タブレット）　エンド */


/*CSS 480px～599px（スマートフォン横）　スタート */
/*------------------------------------------------------------------------*/

@media screen and (min-width:480px) and (max-width:599px) {
	.title_area{
		position:absolute;
		top:20px;
		left:25px;
		width:30%;
	}
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.main_span{
		height:40px;
	}
	
	h3{
		font-size:24px;
		text-align:left;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-weight:bold;
		color: #A98221;
		margin:0 0 10px 0;
		padding:5px;
		font-weight:bold;
		border-bottom:2px solid #A98221;
	}
	
	#news{
		width:100%;
		height:158px;
		overflow:auto;
		padding:0 2%;
		border:1px solid #333333;
		box-sizing:border-box;
		text-align:left;
	}
	
	.inquiry_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:18px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
	}
	
	.inquiry_area{
		width:100%;
		margin:0 auto;
		padding:30px 60px;
		border:1px solid #333333;
		box-sizing:border-box;
	}
	
	#tel_area{
		float:none;
		width:100%;
	}
	
	#tel_area img{
		width:100%;
		height:100%;
	}
	
	#toiawase_area{
		float:none;
		width:100%;
		margin-top:10px;
	}
	
	#toiawase_area img{
		width:100%;
		height:100%;
	}
	
	/*追加項目・PR情報*/
	.pr_float{
		float:none;
		width:100%;
		text-align:left;
		margin-bottom:20px;
	}
	
	.pr_float img{
		width:100%;
		height:100%;
	}
	
	.bouon_img{
		width:98%;
	}
}

/*------------------------------------------------------------------------*/
/*CSS 480px～599px（スマートフォン横）　エンド */


/*CSS ～479pxx（スマートフォン縦）　スタート */
/*------------------------------------------------------------------------*/

@media screen and (max-width:479px) {
	.title_area{
		position:absolute;
		top:15px;
		left:15px;
		width:35%;
	}
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.main_span{
		height:40px;
	}
	
	h3{
		font-size:24px;
		text-align:left;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-weight:bold;
		color: #A98221;
		margin:0 0 10px 0;
		padding:5px;
		font-weight:bold;
		border-bottom:2px solid #A98221;
	}
	
	#news{
		width:100%;
		height:158px;
		overflow:auto;
		padding:0 2%;
		border:1px solid #333333;
		box-sizing:border-box;
		text-align:left;
	}
	
	.inquiry_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:16px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:30px;
	}
	
	.inquiry_area{
		width:100%;
		margin:0 auto;
		padding:30px 60px;
		border:1px solid #333333;
		box-sizing:border-box;
	}
	
	#tel_area{
		float:none;
		width:100%;
	}
	
	#tel_area img{
		width:100%;
		height:100%;
	}
	
	#toiawase_area{
		float:none;
		width:100%;
		margin-top:10px;
	}
	
	#toiawase_area img{
		width:100%;
		height:100%;
	}
	
	/*追加項目・PR情報*/
	.pr_float{
		float:none;
		width:100%;
		text-align:left;
		margin-bottom:20px;
	}
	
	.pr_float img{
		width:100%;
		height:100%;
	}
	
	.bouon_img{
		width:98%;
	}
}

/*------------------------------------------------------------------------*/
/*CSS ～479pxx（スマートフォン縦）　エンド */


