@charset "UTF-8";
/* CSS Document */

/*=========================================== 
スマホ向けのレイアウトの指定：～768px 
===========================================*/
@media only screen and (min-width: 0px) {

html,body{
	overflow-x: hidden;
}
	
#container{
	width:100%;
	margin:0 auto;
}


/*パンくずリスト*/
.breadcrumb{
	margin: 15px 0 15px 10px;
	font-size: 10px;
	overflow: hidden;
}

.breadcrumb li{
	line-height: 1.5;
	float: left;
}

.breadcrumb li:last-child{
	font-weight: bold;
}

.breadcrumb li a{
	color: rgb(100,100,100);
}

.breadcrumb .next::after{
	content: ">";
	margin: 0 10px;
}


#wrapper{
	width:90%;
	margin:0 auto;
}


/*タイトル周り*/
.title_box{
	position: relative;
	width: 100%;
	height: 200px;
	background: url(../images/about_mv.png) no-repeat top right;
	background-size: cover;
}

.title_box .float_box{
	position: absolute;
	top: 54px;
	left: 0;
	right: 0;
	width: 247px;
	margin: auto;
}

h1.title{
	padding: 18px 24px;
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.28rem;
	background: rgba(255,255,255,0.8);
	border-radius: 4px;	
	float: left;
}

h1.title .small{
	margin: 12px 0 0 0;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.2rem;
	color: rgb(234,109,164);
	font-family: Makinas-Scrap;
	display: block;
}


/*Mission Statement*/
#motto{
	width: 90%;
	margin: 60px auto 0;
	background: url(../images/about_logo.png) no-repeat center center;
	background-size: contain;
}

#motto h2 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

#motto h3.lead{
	width: 100%;
	margin: 60px auto 0;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.28rem;
	text-align: center;
}


/*コンテンツ*/
#about{
	width: 100%;
	margin: 60px auto 0;
}

#about h2.heading{
	margin: 0 auto 60px;
	font-size: 22px;
	line-height: 1.8;
	text-align: center;
	color: rgb(0,184,238);
}

#about .text{
	font-size: 14px;
	line-height: 2;
}

#about img{
	width: 100%;
	height: auto;
	margin: 40px auto 0;
}
}

/*=========================================== 
PC向けのレイアウトの指定：768px〜
===========================================*/
@media only screen and (min-width: 769px) {

html,body{
	overflow: visible;
}
	
#container{
	margin:0 auto;
	width:100vw;
}


/*パンくずリスト*/
.breadcrumb{
	max-width: 1080px;
	margin: 15px auto;
}

.breadcrumb li a:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* IE 6,7*/
	-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	zoom:1; /*IE*/
}


#wrapper{
	width:1080px;
}


/*タイトル周り*/
.title_box{
	width: 1080px;
	height: 310px;
}

.title_box .float_box{
	top: 105px;
	width: 391px;
}

h1.title{
	padding: 18px 40px;
	font-size: 36px;
}

h1.title .small{
	font-size: 20px;
}


/*Mission Statement*/
#motto{
	height: 322px;
	background: url(../images/about_logo.png) no-repeat top center;
	background-size: 490px;
}

#motto h2 img{
	width: 590px;
}

#motto h3.lead{
	width: 100%;
	font-size: 20px;
}


/*コンテンツ*/
#about h2.heading{
	font-size: 26px;
	line-height: 1.8;
}

#about{
	width: 1080px;
	background: url(../images/about_img02.png) no-repeat left bottom;
	background-size: 480px;
}

#about .text{
	float: right;
}
}


/*=========================================== 
PC向けのレイアウトの指定：1080px〜
===========================================*/
@media only screen and (min-width: 1080px) {

.title_box{
	width: 100vw;
}
}