@charset "utf-8";
/* =======================================================================
	BASE_STYLE
======================================================================= */
html {height:100%;box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, code, form, fieldset, legend, input, textarea, 
p, blockquote, th, td{margin:0;padding:0;}
a {outline: none; color:#0055AC;}
img { border:none }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}
body{
	width:100%;
	height:100%;
	/*font-family: Helvetica , YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", Hiragino Kaku Gothic ProN, Arial, "ƒƒCƒŠƒI", Meiryo, sans-serif;*/
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
	font-size:16px;
	line-height: 1.6;
	color:#000;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-wrap:
	break-word;
}
/* Clearfix */
.cf:after {
	content: "";
	clear: both;
	display: block;
}
#wrapper{width:100%;}

/* =======================================================================
	HEADER
======================================================================= */
header{
	width:100%;
	min-width:1200px;
	line-height:1.0;
	background:#FFF;
}
header .header_inner{
	width:100%;
	height:55px;
	padding:7px 2% 0 2%;
	margin:0 auto;
}
.header_inner .header_left{
	float:left;
}
.header_inner .header_left img{
	float:left;
	margin-right:10px;
}
.header_inner .header_left a{
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-decoration: none;
	display:inline-block;
	margin:11px 0 0 17px;
}
.header_inner .header_left a:hover{
	text-decoration: underline;
}
.header_inner .header_right{
	float:right;
}
.header_inner .header_right img{
	margin:3px 0 0 12px;
}

/* DRAWER */
button.drawer-hamburger {display: none;}
nav{display: none;}

/* =======================================================================
	MAIN
======================================================================= */

/*	MAIN VISUAL
----------------------------------------------------------------------- */
.mv_area{
	width:100%;
	height:650px;
	background:url(../images/new_mv.jpg?20230216) top right no-repeat;
	background-size:cover;
	border-top:#000 8px solid;
	border-bottom:#000 8px solid;
	position:relative;
	overflow: hidden;
}
.mv_area .mv_area_inner{
	width:850px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.mv_area_inner .logo_area{
	width:270px;
	height:650px;
	text-align:center;
	background : rgba(0, 0, 0, 0.85);
	padding-top:130px;
}
.mv_area .bgImg {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	/*animation:bgAnime 16s infinite;*/
	animation:bgAnime 24s infinite;
}
.mv_area .src1 {
	background-image:url(../images/mv1.jpg) ;
	background-size:cover;
	background-position: right top;
}
.mv_area .src2 {
	background-image:url(../images/mv2.jpg);
	background-size:cover;
	background-position: right top;
	animation-delay: 8s;
}
.mv_area .src3 {
	background-image:url(../images/mv3.jpg);
	background-size:cover;
	background-position: right top;
	animation-delay: 16s;
}
@keyframes bgAnime {
    0% { opacity: 0; }
    33% { opacity: 1; }
    66% { opacity: 0; }
}
/*
@keyframes bgAnime {
    0% { opacity: 0; }
    50% { opacity: 1; }
}
*/

/*	ABOUT US
----------------------------------------------------------------------- */
.about_us_area{
	color:#FFF;
	text-align:center;
	background:url(../images/about_us_bg.png) repeat;
	border-bottom:#000 8px solid;
	padding:6% 0;
}
.about_us_area h3{
	font-size:21px;
	line-height:2.0;
	margin:40px 0;
}

/*	‚¨’m‚ç‚¹
----------------------------------------------------------------------- */
.info_area{
	min-height:400px;
	/*background:url(../images/access_bg.jpg) center top repeat;*/
	/*background:url(../images/info_bg.jpg) #F8F5F7 top right no-repeat;*/
	padding:6% 0;
}
.info_area .info_area_inner{
	width:950px;
	text-align:center;
	margin:0 auto;
}
.info_area dl.news{
	font-size:18px;
	font-weight:bold;
	text-align:left;
}
dl.news dt{
	float:left;
	width:14%;
	margin:70px 0 0 0;
}
dl.news dd{
	float:left;
	width:86%;
	margin:70px 0 0 0;
}
dl.news dd b{
	font-size:22px;
}
dl.news dd .newsline{
	font-size:22px;
	border-top:#000 1px dashed;
	border-bottom:#000 1px dashed;
	padding:15px 0;
	margin:18px 0;
}
dl.news dd h3{
	font-size:22px;
	line-height:1.4;
	font-weight:bold;
	margin:-2px 0 40px 0;
}
dl.news .measurebx{
	clear:both;
	margin:30px 0;
}
dl.news .measurebx-end{
	margin:-10px 0 20px 0;
}
.measurebx img{
	float:left;
	width:170px;
	height:auto;
	margin:0 30px 20px 0;
}
.measurebx span{display:block;}

.info_area .news a.more_btn{
	width:200px;
	height:50px;
	line-height:50px;
	color:#FFF;
	background:#714C9E;
	text-align:center;
	display:block;
	margin:50px auto 0 auto;
}

/*	—¿‹àƒVƒXƒeƒ€
----------------------------------------------------------------------- */
.price_area{
	background:url(../images/price_bg.jpg)  #0B080A left center no-repeat;
	border-bottom:#000 8px solid;
	text-align:center;
	padding:6% 0;
}
.price_area .price_area_inner{
	width:950px;
	text-align:left;
	margin:5% auto 0 auto;
}
.price_area_inner p{
	font-size:22px;
	color:#FFF;
	border-bottom:#444 1px dashed;
	padding-bottom:10px;
	margin-top:15px;
}
.price_area_inner .pa_left{
	float:left;
	width:460px;
	height:400px;
	background : rgba(0, 0, 0, 0.9);
	padding:25px 40px 40px 40px;
	margin-right:30px;
}
.pa_left span.price_txt{
	float:right;
	font-size:25px;
	font-weight:bold;
}
.price_area_inner .pa_right{
	float:left;
	width:460px;
	height:400px;
	background : rgba(0, 0, 0, 0.9);
	padding:25px 40px 40px 40px;
}
span.notes{
	display:block;
	font-size:15px;
	line-height:1.5;
	text-align:right;
	color:#FFF;
	margin-top:30px;
}

/*	ƒAƒNƒZƒX
----------------------------------------------------------------------- */
section#access{background:url(../images/access_bg.jpg) center top repeat;}
.access_area{
	text-align:center;
	padding:6%;
}
.access_area h3{
	font-size:18px;
	line-height:2.0;
	margin:40px 0 30px 0;
}
.access_area .map_pic_area{
	width:950px;
	background:#FFF;
	border:#DDD 1px solid;
	padding:40px 0;
	margin:0 auto;
}
.map_pic_area img{margin-bottom:20px;}
.access_area iframe{
	margin-top:40px;
	border:#DDD 1px solid;
}
.access_area2{
	width:950px;
	font-size:18px;
	border-top:#000 1px dashed;
	padding:4% 0 5% 0;
	margin:0 auto;
}
.access_area2 .aa2_left{
	width:450px;
	float:left;
}
.access_area2 .aa2_right{
	width:450px;
	float:right;
}
.access_area2 h2{
	font-size:35px;
	font-weight:900;
	margin-bottom:20px;
}
.access_area2 a{
	color:#000;
	text-decoration: none;
}
.access_area2 a.access_btn{
	width:200px;
	font-size:18px;
	line-height:1;
	font-weight:900;
	text-decoration: none;
	color:#FFF;
	background:#180A04;
	text-align:center;
	border-radius: 10px;
	display:inline-block;
	padding:15px 0;
	margin:40px 0 0 0;
}
.access_area2 a.access_btn:hover{opacity:0.8;}

/* =======================================================================
	FOOTER
======================================================================= */

footer{}
footer .footer_pic{
	height:180px;
	background:url(../images/footer_pic.png) #121A38 center no-repeat;
}
footer .footer_area{
	background:#000;
}
.footer_area ul{
	text-align: center;
}
.footer_area ul li{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding:15px 0;
	margin:0 10px;
}
.footer_area ul li a{
	font-size:18px;
	text-decoration: none;
	color:#FFF;
}
.footer_area ul li a:hover{
	color:#999;
}
.footer_area .footer_info{
	color:#FFF;
	border-top:#333 1px solid;
	border-bottom:#333 1px solid;
	text-align:center;
	padding:20px 0;
}
.footer_info a{
	text-decoration: none;
	color:#FFF;
}
.footer_info b{
	font-size:18px;
	display:block;
	margin:10px 0 0 0;
}
.footer_area .copyright{
	font-size:12px;
	color:#FFF;
	text-align:center;
	padding:10px 0;
}
