@charset "UTF-8";

/*----------------------------------------------------
	☆Reset

color #444
link color #0076B2
accent color blue #053d9b;
accent color blown #7b6041;
accent color oudo #d39a33;
	
----------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans:400,600,700');

.monts {
font-family: 'Montserrat', sans-serif;
}

html, html.fontSmall {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
html.fontLarge {
	font-size: 72.5%; /* sets the base font to 10px for easier math */
}
html {
	height: 100%;
	width: 100%;
}
body {
	color: #000;
  font-family: 'Montserrat', sans-serif, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	font-weight: 500;
	line-height: 1;
	min-width: auto;
	transition: 0.3s ease-in-out;
	height: 100%;
	width: 100%;
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
.last  {
	margin-right: 0 !important;
}

.txt {
	color: #000;
	font-family: 'Montserrat', sans-serif, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	letter-spacing: .1em;
	line-height: 180%;
	padding: 20px 0px;
	text-align: center;
}

ul {
	list-style-type: none;
}

/*▼▼font color▼▼*/

/*▲▲font color▲▲*/


/*▼▼font size▼▼*/
 
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body.bgBlack {
	background-color: #000;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
a, a:link, a:hover, a:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	transition: all 0.2s ease 0s;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style-type: none;
}
::selection {
	background-color: #DDD;
	color: #444; /* Safari */
}
::-moz-selection {
background-color: #DDD;
color: #444; /* Firefox */
}
a {
	display: inline-block;
}




/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */


/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear {
	display: block!important;
	content: " ";
}
}
div.clear {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
	z-index: 100;
}
#topcontrol a {
	background: url(/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	background-size: 40px 40px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	opacity: 0.7;
	border-radius: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}
/*----------------------------------------------------
	☆Display None
----------------------------------------------------*/

#sample {
	display: none;
	visibility: hidden;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- WRAP --*/

 .inr {
/*	margin:  0 auto;
	width: 1000px;*/
}
/*-- HEADER --*/


/*==========================================*/


/*-- GNAV --*/



#header #gNav h1 {
/*	left: 30px;
	position: absolute;
	top: 10px;
	width: 300px;
	z-index: 1;*/
}




/*==========================================*/



/*-- CONTENTS --*/

#contents {
	margin: 0 auto;
}
#contents.wide {
	width: 100%;
}
/*-- MV --*/


/*----------------------------------------------------
	☆footer
----------------------------------------------------*/

#footer {

}






/*----------------------------------------------------
	☆COMMON
----------------------------------------------------*/

.title01{
	font-size: 45px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	text-align: center;
}
.title02 {
	font-size: 28px;
	/*font-weight: normal;*/
	letter-spacing: 0.05em;
	margin-bottom: 25px;
	text-align: left;
}




@media screen and (max-width: 780px) {
	
	/*----------------------------------------------------
	☆COMMON
----------------------------------------------------*/
.w93c {
	margin:0 auto;
	width:93%;
}
.w90c {
	margin:0 auto;
	width:90%;
}
.w85c {
	margin:0 auto;
	width:85%;
}
.w80c {
	margin:0 auto;
	width:80%;
}
.title02 {
	font-size: 22px;
	
}


}





















