@charset "UTF-8";

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

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

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 */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font-family:Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック 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;
}

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 --*/

#wrap .inr {
	margin: 0 auto;
	width: 1000px;
}


/*-- HEADER --*/

#header {
	width: 100%;
		background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;

}

#header * {
	letter-spacing: normal;
}

#header div.inr {
	margin: 0 auto;
	padding-right: 30px;
	width: 1000px;
	float: right;
}

#header .logo {
    float: left;
    margin-right: 50px;
    margin-top: 20px;
    padding-left: 50px;
}


#header div.inr #my-button {
	display: none;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	background: #fff;
    display: none;
    min-width: 250px;
    padding: 10px;
    position: absolute;
    text-align: left;
}

.last .dropdown-content {
    display: none;
    min-width: 250px;
	left: -30px;
    padding: 10px;
    position: absolute;
    text-align: left;
}

.dropdown-content a {
    background:#fff !important;
    color: black !important;
    display: block;
    padding: 10px !important;
    text-decoration: none;
	font-size: 13px !important;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.home {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
	left: 50%;
	margin-left: -50%;
	position: fixed;
	top: 0px;
	transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	width: 100%;
	z-index: 9999;
}

.sticky {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
-webkit-box-shadow: -1px 7px 25px -10px rgba(0,0,0,0.44);
-moz-box-shadow: -1px 7px 25px -10px rgba(0,0,0,0.44);
box-shadow: -1px 7px 25px -10px rgba(0,0,0,0.44);
	top: 0;
}

.sticky a {
	color: #000 !important;
}

.sticky #gNav {
	background:none !important;
}
.sticky #gNav ul li a {
	background:none !important;
}
.sticky #gNav ul li a:hover {
	background: #000 !important;
	color: #fff !important;
}

.sticky .nav02 {
	background:none !important;

}
.sticky .nav02 ul li a {
	background:none !important;
}
.sticky .nav02 ul li a:hover {
	background: #000 !important;
	color: #fff !important;
}


.open {
			font-family: 'Open Sans', sans-serif;

}
.openC {
    font-family: "Open Sans Condensed",sans-serif;

}



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


/*-- GNAV --*/

#gNav {
	float: right;
}

#gNav ul {
	margin: 0 auto;
	width: 510px;
}

#gNav ul li {
	float: left;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
	transition: 0.2s;
	margin-right: 20px;
}


#gNav ul li.last {
	margin-right: 0px !important;
}

#gNav ul li a {
	color: #000;
	display: block;
	font-weight: bold;
	padding: 15px 5px;
	text-decoration: none;
	transition: 0.2s;
}

#gNav ul li a:hover,
#gNav ul li a.current {
	background-color: #fff;
	color:#000;
}



.nav02 {
	float: right;
	width: 100%;
}


.nav02 ul{
	float: right;
}

.nav02 ul li {
    border-right: 1px solid #000;
    float: left;
    font-size: 1.5rem;
    line-height: 100%;
    margin-right: 10px;
    margin-top: 10px;
    padding-right: 10px;
    text-align: center;
    transition: all 0.2s ease 0s;
}

.nav02 ul li.last {
    border-right: none;
   
}



.nav02 ul li a {
	color: #000;
	font-weight: bold;
	padding: 5px;
	
}
.nav02 ul li a:hover {
	background: #fff;
	color: #000;
	
}




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



/*-- CONTENTS --*/

#contents {
	margin: 0 auto;
}

#contents.wide {
	width: 100%;
}




/*-- MV --*/


#wrap  #mv02 {
	background: url(../../cmn/cmn_img/cmn_bg.png) no-repeat top center / cover ;
	padding-top: 100px;
}

#wrap #mv02 h1.hd01 {
    color: #abacb2;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 68px;
    letter-spacing: 0.1em;
    line-height: 120%;
    padding: 80px 0;
    text-align: center;
}

#wrap #mv02 h1.hd01 span {
    color: #000;
    display: block;
    font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    line-height: 100%;
}





#wrap #mv02 h1.hd02 {
    color: #000;
    font-size: 44px;
    letter-spacing: 0.1em;
    line-height: 120%;
    padding: 80px 0;
    text-align: center;
}

#wrap #mv02 h1.hd02 span {
	    color: #abacb2;
    display: block;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 100%;
}

/*----------------------------------------------------
	☆content
----------------------------------------------------*/

.breadcrumbs  {
	color: #666;
	font-size: 14px;
}
.breadcrumbs a {
	color: #666;
	font-size: 14px;
}




#wrap #sub_wrap {
	background: #e4eaeb;
	padding: 50px 0px;
}

#wrap #sub_wrap #inrContent {
	padding: 20px 0px;
}

#wrap #sub_wrap #inrContent  .outBox {
	padding-bottom: 30px;
}
#wrap #sub_wrap #inrContent  .outBox h3{
	font-size: 28px;
color: #000;
    letter-spacing: 0.1em;
    line-height: 120%;
    text-align: center;
}

#wrap #sub_wrap #inrContent .outBox h3 span.sml{
	font-size: 18px;
color: #000;
    letter-spacing: 0.1em;
    line-height: 120%;
}




#wrap #sub_wrap #inrContent .outBox h3 span.bdrbtM{
border-bottom: 2px solid #000;
}


#wrap #sub_wrap #inrContent .outBox h4{
	font-size: 20px;
	color: #000;
	padding: 20px 0px;
    letter-spacing: 0.1em;
    line-height: 120%;
    text-align: center;
}

/*ul main*/

#wrap #sub_wrap .outBox ul.main {
	margin: 20px 0px;
    text-align: center;
}



#wrap #sub_wrap .outBox ul.main li {
	float: left;
	width: 332px;
	font-size: 14px;
	line-height: 180%;
}


#wrap #sub_wrap .outBox ul.main li p {
	padding: 10px;
	text-align: left;
}




#wrap #sub_wrap .bg01 {
	background: #fff;
	padding: 50px 0px;
}


#wrap #sub_wrap .bg01 h3 {
	color: #eb6a00;
	font-size: 28px;
	padding: 20px 0px 50px;
	text-align: center;
	letter-spacing: 2px;
}


#wrap #sub_wrap .bg01 h3 .one {
	font-size: 56px;
	font-size: bold;
	text-align: center;
}
#wrap #sub_wrap .bg01 h3 .two {
	font-size: 36px;
	text-align: center;
}



#wrap #sub_wrap .bg01  h4 {
	background: #697070;
	color: #fff;
	font-size: 20px;
	padding: 20px 0px;
	text-align: center;
	letter-spacing: 2px;
	margin: 20px 0px;
}



#wrap #sub_wrap .bg01  h4 .openC {
	font-size: 28px;
	
}

#wrap #sub_wrap .bg01 .box  {
	min-height: 300px;
padding: 20px;
}

#wrap #sub_wrap .bg01 .box .boxL {
	float: left;
	width: 450px;
}

#wrap #sub_wrap .bg01 .box .boxR {
	float: right;
	width: 450px;
	
}


#wrap #sub_wrap .bg01 .box .txt  {
	text-align: left;
	letter-spacing: 1px;
}



#wrap #sub_wrap .bg01 .box ul.checkOrange  {
	text-align: left;
	margin-bottom: 20px;
}
#wrap #sub_wrap .bg01 .box ul.checkOrange li {
	line-height: 180%;
	margin: 0px auto 10px;
}

#wrap #sub_wrap .bg01 .box ul.checkOrange li i {
	color: #eb6a00;
}












/*-- FOOTER --*/

@keyframes fadeInUp30 {
0% {
    opacity: 1;
    transform: none;
}
100% {
    opacity: 1;
    transform: none;
}
}
@keyframes fadeInUp30 {
0% {
    opacity: 1;
    transform: none;
}
100% {
    opacity: 1;
    transform: none;
}
}
.fadeInUp30 {
    animation-name: fadeInUp30;
}



#wrap .contact {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	padding: 100px 0px;
}
#wrap .contact p.btn1 {
	margin: 0 auto;
	width: 780px;
}
#wrap .contact p.btn1 a {
	border: 1px #fff solid;
	color: #fff;
	font-size: 32px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 30px 0px;
	letter-spacing: .1em;
	transition: 0.2s ease-in;
}
#wrap .contact p.btn1 a span {
	font-size: 16px;
}
#wrap .contact p.btn1 a i {
	color: #808080;
	font-size: 32px;
	margin-right: 20px;
}
#wrap .contact p.btn1 a:hover {
	border: 1px #fff solid;
	background: #fff;
	color: #000;
}




#footer {
	background-color: #eaebee;
	padding: 80px 0px;
	text-align: center;
}


#footer ul{
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
	width:710px;
}

#footer ul li{
	display: inline-block;
	font-weight: bold;
	line-height: 180%;
	font-size: 12px;
}



#footer small {
	color: #878787;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	letter-spacing: .1em;
	margin-top: 20px;
}














/*----------------------------------------------------
	☆section one
----------------------------------------------------*/



.category  {
display: none !important;
}






#wrap .category h2 {
	color: #abacb2;
	font-size: 38px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 120%;
	text-align: center;
	letter-spacing: .1em;
}
#wrap .category h2 span {
	color: #000;
	display: block;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.category #one {
	padding: 50px 0px ;
}
.category #one ul {
	text-align: center;
	margin-top: 30px;
}
.category #one ul li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.category #one .icon {
	margin: 40px auto;
	position: relative;
	width: 1140px;
    transition:all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

}
.category #one .icon a {
	color: #fff;
	line-height: 180%;
	margin-right: 30px;
}



.category #one .icon .bdrBtm  {
		border-bottom: 1px solid #fff;
		padding-bottom: 20px;
}
.category #one .icon h3 {
	color: #fff;
			font-size: 16px;
	margin: 10px 0;
		
}



.category .flip {
	float: left;
	text-align: center;
	padding: 5px;
}




.category .icon:hover #panel ,.category .icon:hover #panel1 ,.category .icon:hover #panel2 ,.category .icon:hover #panel3 ,.category .icon:hover #panel4 ,.category .icon:hover #panel5  {
        display:block;
        transition:all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

}



.category #panel {
	background-color: #036eb8;
	display: none;
	margin-left: 5px;
	padding: 30px;
	position: absolute;
	text-align: left;
	top: 130px;
	width: 99.11%;
}

.category #panel1 {
	background-color: #a40b95;
	display: none;
	margin-left: 5px;
	padding: 30px;
	position: absolute;
	text-align: left;
	top: 130px;
	width: 99.11%;
}
.category #panel2 {
	background-color: #e62e8b;
	display: none;
	margin-left: 5px;
	padding: 30px;
	position: absolute;
	text-align: left;
	top: 130px;
	width: 99.11%;
}
