@charset "UTF-8";

@media print, screen and (min-width: 960px) {
	
/* Fonts ---------------------------------------------- */ 
body{
	color:#000;
	font-size:15px;
	font-family:san-serif;
	line-height:1.5;
}


/* for WinIE6 ----------------------------------------------*/
* html body {
	font-size:75%;
	font-family:san-serif;
	letter-spacing:0.5px;
	vertical-align:baseline;
}


/* Fonts for WinIE7 ----------------------------------------------*/

*:first-child+html body { 
	font-size:75%;
	font-family:san-serif;
}





/* text accent --------------------------------------*/
strong{
	font-weight:bold;
	color:#fff;
	font-size:xx-large;
}
p.clear{
	clear:both;
}




/* slide --------------------------------------*/

#slide {
	margin-bottom:50px;
}
#slide img {
	width:960px;
	height:auto;
}

#slide .slick-next, #slide .slick-prev {
	position: absolute;
	width: 13px;
	height: 29px;
	bottom: -40px;;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size:13px 29px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	outline: 0;
	z-index: 30;
	cursor:pointer;
}
#slide .slick-next {
	background-image:url(../img/slide/arrow_r.png);
	right: 55px;
}
#slide .slick-prev {
	background-image:url(../img/slide/arrow_l.png);
	left: 55px;
}




/* TOPPAGE  --------------------------------------*/

span.TOP-title {
	color: #FFFFFF;
	font-size: 50px;
	font-family: ＤＦ極太ゴシック体, Arial Black;
	font-weight: 200;
	line-height: 1.2;
}

span.TOP-big {
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	font-family: san-serif;
	line-height: 2.0;
	letter-spacing: 5px;

}

span.TOP-small {
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-family: san-serif;
	line-height: 2.5;
}

span.TOP-ss {
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	font-family: san-serif;
	line-height: 1;
}

span.TOP-xss {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-family: san-serif;
	line-height: 1;
}




/* total layout ------------------------------------*/
#wrapper{background-image:url("../img/CG-BACK.gif");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: cover;

}



#background{
    background-image:url("../img/MV.png");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: cover;

}

#wrapper02{background-image:url("../img/yorusuta_bg.gif");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: cover;

}

#wrapper03{background-image:url("../img/ridf_bg.gif");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: cover;

}




#content{
	background-color: rgba(0,0,0,0.0);
	width: 960px;
	z-index: 960;
	margin: 0 auto;
	text-align: center;
}



#content_02{
	background-color: rgba(80,80,80,0.4);
	z-index: 930;
	margin: 0 auto;
	text-align: center;
}


#content_03{
	background-color: rgba(255,255,255,0.7);
	z-index: 930;
	margin: 0 auto;
	text-align: center;
}




#content_04{
	background-color: rgba(255,255,255,0.9);
	z-index: 930;
	margin: 0 auto;
	text-align: center;
}


#content_05{
	background-color: rgba(80,80,80,0.9);
	z-index: 930;
	margin: 0 auto;
	text-align: center;
}




#gloval-navi{
	background-color:rgba(37,37,37,0.9);
	z-index: 960;
	margin: 0 auto;
	text-align: center;
}






p.resizeimage img { 
width: 100%; 


}



/*#060e18*/
/* header ------------------------------------------*/
#header{
	margin-top:-65px;
	padding-top:65px;

	
}


/* nav ---------------------------------------------*/
#nav{
	width:960px;
	position:fixed;
	z-index:1000;

}


#nav-back{
	width:1920px;
	position:fixed;
	z-index:900;
      background-color: rgba(0,0,0,0.2);
}


#nav ul li{
	float:left;
	height:65px;

	text-align:center;
}
#nav ul .non-border{
	border-right:none;
}









/* footer ---------------------------------------*/
#footer{
	clear:both;
	color:#ddd;
	width:816px;
	height:90px;
	padding:10px 72px 0 72px;
	margin-left:-72px;
	text-align:center;
	font-size:small;
}
#footer p a:link {color:#bbb;text-decoration:none;}
#footer p a:visited {color:#bbb;}
#footer p a:active {color:#bbb;}
#footer p a:hover {color:#666;text-decoration:none;}
.tel-link {
    color: #bbb;
    font-size: 16px;
    font-weight: bold;
}


/* topへ戻る ---------------------------------------*/
#footer .pagetop {
	display:none;
	position: fixed;
	bottom: 200px;
	right: 10px;
}
#footer .pagetop a {
	display: block;
	width: 55px;
	height: 55px;
	background-color: #dd3534;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	vertical-align:bottom;
	text-decoration: none;
	line-height: 50px;
}






}

/* map */
/* --------------------------------------------------------------------------- */
#map {
	position:relative;
}
#map .maskMap {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 310px;
	z-index: 30;
	cursor: pointer;
}





/* min-width: 960px----------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 959px) {
	
	
	/* Fonts ---------------------------------------------- */ 
body{
	color:#000;
	font-size:15px;
	font-family:san-serif;
	line-height:1.5;
}


/* for WinIE6 ----------------------------------------------*/
* html body {
	font-size:75%;
	font-family:san-serif;
	letter-spacing:0.5px;
	vertical-align:baseline;
}


/* Fonts for WinIE7 ----------------------------------------------*/

*:first-child+html body { 
	font-size:75%;
	font-family:san-serif;
}


/* Links ---------------------------------------------- */
a:link {color:#fff;text-decoration:none;}
a:visited {color:#fff;}
a:active {color:#fff;}
a:hover {color:#666;text-decoration:none;}
a:hover img{
	filter: alpha(opacity=7);
	-moz-opacity:0.7;
	opacity:0.7;
}
.tel-link {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}


/* text accent --------------------------------------*/
strong{
	font-weight:bold;
	color:#fff;
	font-size:xx-large;
}
p.clear{
	clear:both;
}



/* TOPPAGE --------------------------------------*/

span.TOP-title {
	color: #FFFFFF;
	font-size: 30px;
	font-family: ＤＦ極太ゴシック体, Arial Black;
	font-weight: 200;
	line-height: 1.2;
}

span.TOP-big {
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	font-family: san-serif;
	line-height: 1.5;
	letter-spacing: 5px;

}



span.TOP-small {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-family: san-serif;
	line-height: 1.5;
}

span.TOP-ss {
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-family: san-serif;
	line-height: 1.5;
}




span.TOP-xss {
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	font-family: san-serif;
	line-height: 1;
}


span.TOP li a {
	display:block;
}


span.TOP .image img {
	width:100% !important;
	height:auto !important;
}



/* slyde ------------------------------------*/

#slide {
	margin-bottom:25px;
}
#slide img {
	width:100%;
	height:auto;
}
#slide .slick-next, #slide .slick-prev {
	display:none !important;
}





/* total layout ------------------------------------*/
#wrapper{background-image:url("../img/CG-BACK.gif");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 0%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: 200% auto;

}



#background{
    background-image:url("../img/MV.png");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 0%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: 200% auto;

}


#wrapper02{background-image:url("../img/yorusuta_bg.gif");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: cover;

}


#wrapper03{background-image:url("../img/ridf_bg.gif");
		background-repeat: no-repeat;            /* 背景を繰り返さない */
		background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
		background-attachment:fixed; 
		background-size: cover;

}





#content{
	background-color: rgba(0,0,0,0.0);
	z-index: 960;
	margin: 0 auto;
	text-align: center;
}



#content_02{
	background-color: rgba(80,80,80,0.4);
	z-index: 930;
	margin: 0 auto;
	text-align: center;
}


#content_03{
	background-color: rgba(255,255,255,0.7);
	z-index: 930;
	margin: 0 auto;
	text-align: center;
}



#content_04{
	background-color: rgba(255,255,255,0.9);
	z-index: 930;
	margin: 0 auto;
	text-align: center;
}


#content_05{
	background-color: rgba(80,80,80,0.9);
	z-index: 930;
	margin: 0 auto;
	text-align: center;
}






#gloval-navi{
	background-color:rgba(37,37,37,0.9);
	z-index: 960;
	margin: 0 auto;
	text-align: center;
}








p.resizeimage img { 
width: 100%; 


}




/*#060e18*/
/* header ------------------------------------------*/
#header{
	margin-top:-65px;
	padding-top:65px;

	
}


/* nav ---------------------------------------------*/
#nav{
	width:960px;
	position:fixed;
	z-index:1000;

}


#nav-back{
	width:1920px;
	position:fixed;
	z-index:900;
      background-color: rgba(0,0,0,0.2);
}


#nav ul li{
	float:left;
	height:65px;

	text-align:center;
}
#nav ul .non-border{
	border-right:none;
}


/* nav sp ---------------------------------------------*/

#navsp {
	position:fixed;
	left:0;
	top:25px;
	width:100%;
	height: 45px;
	background-color:rgba(38,38,38,0.9);
	z-index:100;
}
#navsp h1 {
	position: absolute;
	left:10px;
	top:5px;
	width:90px;
}
#navsp h1 a {
	display:block;
}
#navsp h1 a img {
	width:auto;
	height:40px;
}
#navsp .btnFb {
	display:none;
}
#navsp .btnContact {
	display:none;
}
#navsp #navgToggle {
	position: absolute;
	right: 10px;
	top: 14px;
	display:block;
	width: 30px;
	height: 22px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 22px;
	-webkit-tap-highlight-color: rgba(38,38,38,0.9);
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 0;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
/* navG */
/* --------------------------------------------------------------------------- */
#navG {
	display:none;
	position:fixed;
	left:0;
	top:80px;
	width:100%;
	background-color:rgba(38,38,38,0.9);
	z-index:100;
}
#navG li {
	float:left;
	width:50%;
	
}
#navG li a, #navG li p {
	display:block;
	padding:15px 10px;
	background:url(../img/nav_g_arrow_sp.png) right center no-repeat;
	background-size:auto 14px;
	font-size:1.0rem;
	line-height:1;
	color:ffff;
	text-decoration:none;
	text-indent:0;
}
#navG li p {
	opacity:0;
}
#navG li:nth-last-child(-n+3) {
	width:33.3%;
	padding:15px 0;
	text-align:center;
	background:none;
}
#navG li:nth-last-child(-n+3) a {
	color: #FFF;
	background: none;
	background-color: #161616;
	margin: 0 5px;
}
#navGbg {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.5);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	z-index:50;
}



/* footer ---------------------------------------*/
#footer{
	clear:both;
	color:#ddd;
	width:816px;
	height:90px;
	padding:10px 72px 0 72px;
	margin-left:-72px;
	text-align:center;
	font-size:small;
}
#footer p a:link {color:#bbb;text-decoration:none;}
#footer p a:visited {color:#bbb;}
#footer p a:active {color:#bbb;}
#footer p a:hover {color:#666;text-decoration:none;}
.tel-link {
    color: #bbb;
    font-size: 16px;
    font-weight: bold;
}


/* topへ戻る ---------------------------------------*/
#footer .pagetop {
	display:none;
	position: fixed;
	bottom: 200px;
	right: 10px;
}
#footer .pagetop a {
	display: block;
	width: 55px;
	height: 55px;
	background-color: #dd3534;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	vertical-align:bottom;
	text-decoration: none;
	line-height: 50px;
}



/* map */
/* --------------------------------------------------------------------------- */
#map {
	position:relative;
}
#map .maskMap {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 310px;
	z-index: 30;
	cursor: pointer;
}


}





/* max-width: 767px */


@media print, screen and (min-width: 959px) {
/* pc/sp */
/* --------------------------------------------------------------------------- */
.forPc {
	display:block !important;
}
.forSp {
	display:none !important;
}

.forPci {
	display:inline !important;
}
.forSpi {
	display:none !important;
}

}



/* min-width: 768px */
@media screen and (max-width: 959px) {
/* pc/sp */
/* --------------------------------------------------------------------------- */
.forPc {
	display:none !important;
}
.forSp {
	display:block !important;
}
.forPci {
	display:none !important;
}
.forSpi {
	display:inline !important;
}


}



/* min-width: 768px */

/* cf */
/* --------------------------------------------------------------------------- */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: block;
}




