/* pro_mob */
*{
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo',sans-serif;
	margin:0;
}
html{
	background-color:#efefef;

}
body{
	width:100%;
	height:100%;
	color:rgba(0,0,0,0.7);

}
.logo{
	display: none;
}

/*メニュー非表示にするエリア*/
.click_hidden{
	width: 100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	background: black;
	opacity: .7;
	z-index: 8;
	display: none;
	cursor: pointer;
}

/*ヘッダーデザイン*/
header{
	width:100%;
	height:50px;
	position: fixed;
	top:0;
	left:0;
	background-color:white;
	box-shadow: 0 2px 5px rgba(15,15,15,.4);
	z-index: 10;
}

.head_area{
	width:100%;
	height:100%;
	position: relative;
	background-color:#4285f4;
}

.head_area .log_title{
	width:100%;
	height:100%;
}

.log_title p{
	width:100%;
	height:100%;
	margin:0;
	text-align:center;
	font-size:18px;
	font-weight: bold;
	text-align:center;
	line-height:50px;
	letter-spacing:2px;
	color: white;
}

/*メニュー表示するためのボタン*/
.touch_menu{
	width:50px;
	height:50px;
	position: absolute;
	left:5px;
	top:0;
	cursor: pointer;
}
.touch_area{
	position: relative;
	width: 100%;
	height:100%;
}
.touch_area .line1,.line2,.line3{
	width:25px;
	height:2px;
	display:block;
	background: white;
	position: absolute;
	box-shadow:.3px .5px 1px #efefef;
}
.line1{
	top:13px;
	left:8px;
}
.line2{
	top:21px;
	left:8px;
}
.line3{
	top:29px;
	left:8px;
}

/*ナビゲーションのデザイン*/
.navgation{
	position:fixed;
	top:0;
	left:0;
	width:200px;
	height:100%;
	background:white;
	text-align: center;
	box-sizing: border-box;
	word-wrap: break-word;
	z-index:10;
	transition: all ease-in .3s;
	box-shadow: 1px 0 2px rgba(50,50,50,0.8);
	transform:translateX(-210px);
}

.nav_area{
	width:100%;
	height:100%;
	box-sizing: border-box;
	word-wrap: break-word;
	position: relative;
	overflow-x:hidden;
	padding-bottom:80px;
	overflow-y: hidden;
}

/*スクロールバーのデザイン*/
.nav_area::-webkit-scrollbar {
	width: 2px;
	height:100px;
}

.nav_area::-webkit-scrollbar-track {
	background: whitesmoke;
	border-radius: 3px;
}

.nav_area::-webkit-scrollbar-thumb {
	background-color: rgba(50,50,50,0.5);
	height:100px;
	border-radius: 2px;
}

.nav_list{

	width:100%;
	height:auto;
	padding:0;

}
.nav_list li{
	width:100%;
	height:50px;
	line-height: 50px;
	list-style-type: none;
	border-bottom:.2px solid #e3e3e3;
	font-size:13px;
	letter-spacing: 2px;
	text-align: left;

}
.nav_list a{
	width:100%;
	height:100%;
	display:inline-block;
	text-decoration: none;
	color:black;
	transition: all .1s ease-out;
	font-size:13px;
	padding-left: 1em;
}
.nav_list a:hover{
	transition:all .1s ease-in;
	background-color: rgba(220, 220, 220, 0.4);

}

.mob_home{
	width:100%;
	height:100%;
}
.mob_home img{
	width:18px;
	height:18px;
	display: inline-block;
	vertical-align: middle;
	padding-left:10px;
}

/*問い合わせボタンのデザイン*/
.form_area{
	width:180px;
	height:40px;
	margin:10px auto;
	box-shadow:1px 3px 3px gray;
	border-radius: 5px;
	background-color:#4285f4;
}
.form_area a{
	display: inline-block;
	width:100%;
	height:100%;
	line-height: 40px;
	text-decoration: none;
	color:white;
	transition:all ease .2s;

}

.form_area a:hover{
	background-color:skyblue;
	transition:all ease .2s;
	border-radius: 5px;
}

.form_mg{
	display: inline-block;
}

.form_img{
	display: inline-block;
	width:18px;
	height: 18px;
}

.form_img img{
	width: 100%;
	height: 100%;
	vertical-align: -3px;
}

/*コンテンツエリア*/
article{
	width:95%;
	height:1000px;
	margin:65px auto;
	background: white;
	box-shadow: 0 0 3px #ccc;
	margin-bottom:100px;

}
article .contents{
	width:100%;
	height:100%;
	margin: 0;
	line-height:1000px;
	font-size:20px;
	text-align: center;
	font-weight: bold;
}

article{
	width:95%;
	height:auto;
	margin:65px auto;
	background: white;
	box-shadow: 0 0 3px #ccc;
	margin-bottom:100px;
	padding-bottom:80px;

}


h2{
   width:95%;
   height:60px;
   border-bottom:1px solid #eee;
	text-align: center;
	padding-top:30px;

	/* rei */

	font-size:20px;
	margin:40px auto 10px auto;


}
h2 .h_title{
   width:auto;
   margin:0;

	/* rei */
	font-weight: normal;
	opacity: .9;
	color:#777;

}
/* rei */
.h_version{
	width:95%;
	height:20px;
	margin: 5px auto;
	font-size:12px;
	padding-right: 15px;
	text-align: right;
	color:#777;
	font-weight: normal;
}
/* rei */
h3{
	width: 95%;
	height:35px;
	margin: 5px auto;
}

.alpha{
	color:#777;
	opacity: .8;
	font-size:18px;
	text-indent: .5em;
	font-weight: normal;
	line-height: 35px;

}

.pro_all_area{
   width:95%;
   height:auto;
   margin:10px auto;
   border-bottom:1px solid #eee;
}

.name_area{
   width:100%;
   height:40px;
   cursor:pointer;

	/* rei */
	background: white;
	border:solid 1px #4285f4;

}

.name_area:hover{
	opacity: .8;
	transition: all .2s ease-in-out;
	border:solid 1px rgb(72, 119, 210);

}

.name{
   width:100%;
   height:100%;
   position: relative;
}
.pro_name{
   width:auto;
   height:100%;
   line-height: 40px;
   padding-left:1em;
   color:white;
   letter-spacing: 2px;

	/* rei */
	color:rgb(72, 119, 210);
	font-weight: 500;
	font-size:16px;


}
@media (max-width: 500px) {
.pro_name{
	font-size: 14px;

}

}
.plus_b{
   width:40px;
   height:40px;
   position: absolute;
   right:0;
   top:0;
   text-align: center;
   line-height: 40px;

   transition:all .3s ease-in-out;

	/* rei */
	color:#4285f4;
	font-size: 20px;

}
.pro_details{
   width:100%;
   height:0;
   overflow-y: hidden;
   transition:all .3s ease-in-out;

}

.line_u{
   display: inline-block;
   clear: both;
   width: 100%;
   height: 1px;
   border-bottom:1px solid #eee;

}
.face_area{
   width:100%;
   height:150px;
   margin-top:20px;
}
.my_face{
   width:130px;
   height:130px;
   margin:0 auto;
}
.my_face img{
   width:100%;
   height:100%;
	border-radius: 50%;
}
.place{
	width: 100%;
	height:30px;
	margin: 10px auto;
	text-align: center;
	border-radius: 3px;
}

.place a{
	display: inline-block;
	width: 200px;
	height:100%;
	color:white ;
	margin:0 auto;
	font-weight: bold;
	line-height: 30px;
	font-size:15px;
	text-decoration: none;
	background: #226ecb;
	text-align: center;

}
.place a:hover{
	opacity: .7;
}

.deta{
   width:100%;
   height:auto;
	padding:20px 0;


}
.deta_name{
   width:100%;
   height:auto;
   font-size:12px;
	margin-bottom:20px;
	text-align: center;

}
.subdeta{
	width: 100px;
	margin: 0 auto;
	background: #efefef;
	text-align: center;
	padding:8px 0;
	color:#333;
	border-radius: 2px;



}
.my_deta{
   width:100%;
   height:auto;
   font-size:12px;
	text-align: center;

}
.my_deta a{
   color:blue;
}

.profile{
   width:95%;
   height:40px;
   text-align: right;

	/* rei */
	margin:5px auto;
	margin-bottom: 10px;

}
.profile a{

   letter-spacing: 1px;
   font-size: 12px;

	/* rei */
	color: #226ecb;
	text-decoration: none;
	display: inline-block;
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: center;

	border-radius: 5px;
	border:solid 1px #efefef;

}
/* rei */
.profile a:hover{
	opacity: .7;
	text-decoration: underline;
}
