@charset "UTF-8";


/************* font *****************/
@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,700|Asap+Condensed:400');
.cairo300 {
	font-family: 'Cairo', sans-serif;
	font-weight: 300;
}
.cairo400 {
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
}
.cairo700 {
	font-family: 'Cairo', sans-serif;
	font-weight: 700;
}
.t-j800 {
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 800;
}
/************* common BOX *****************/
#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}
#sitelogo {
	height: 40px;
	padding: 10px;
}
#header {
	width: 100%;
}
#contents {
	width: 100%;
	margin: 0 auto;
}
footer {
	text-align: center;
	padding: 20px 0;
}
.onlysh {
	display: none;
}

@media only screen and (max-width: 600px) {
.onlysh {
	display: block;
}
.shTotop {
	background: #900;
	border-radius: 7px;
	padding: 5px 10px;
}
a.shTotop {
	color: white;
}
.shTotop.hover {
	background: #000;
}
}
/**** breadcrumb *****/
#pan {
	padding: 5px 10px;
	color: #333;
	line-height: 1;
	text-align: right;
	font-size: 1.2em;
}
#pan a {
	color: #333;
	border-bottom: 1px solid #900;
	padding-bottom: 3px;
}
#pan a:visited {
	color: #333;
}
#pan a:hover {
	color: #FF0000;
}
/********* navi  http://themetaq.com/articles/responsive-toggle-menu *********/	
.navigation {
	background: #fff;
	text-align: right;
}
/* self clearing floats　clearfixでもOK */
/*.group:after,.lastUnit:after {
	clear:both;
	display:block;
	visibility:hidden;
	overflow:hidden;
	height:0 !important;
	line-height:0;font-size:xx-large;
	content:"x";}
.group{*zoom:1;}*/

.navigation li {/*self clearing floatsない場合　float:leftで表示崩れるのでdisplay:inline-block;*/
	display: inline-block;/*ie7*/
	/*	*display: inline;
  　*zoom: 1; */
}
.navigation li a {
	display: block;
	color: #828282;
	padding: 10px 10px 8px;
	font-size: 1.4em;
	border-bottom: #FFF 2px solid;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navigation li a.hover {/*android用　touch.jsと併用*/
	border-bottom: 2px solid #CCC;
	background-color: #CCC;
	color: #000;
}
.navigation li a:hover, .navigation li .current {
	/*border-bottom: 2px solid #900;*/
	color: #000;
}

@media only screen and (max-width: 480px) {
.navigation li .current {
	border-bottom: 2px solid #900;
	background-color: #F0F0F0;
	color: #000;
}
}

/*************ふんわりアンダーライン2017.8 tablet PCのみ******************/
@media only screen and (min-width: 481px) {
.navigation li a {
	position: relative;
	display: inline-block;
	padding: .4em;
	text-decoration: none;
}
.navigation li a::after {
	background-color: #900;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}
.navigation li a:hover::after {
	width: 100%;
}
.navigation li .current::after { /*現在地下線あり*/
	background-color: #900;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	width: 100%;
}
}
/*******************************/


.navigation li a.last {
	padding-right: 20px;
}
.slide-trigger {
	display: none; /* need this */
	border: 1px solid #CCCCCC;
	cursor: pointer;
	background: #fff;
	padding: 5px 0 3px 5px;/*margin-left: 15px;
  margin-right: 15px;*/
}
.slide-trigger span {
	background-image: url("/js/dropdown-arrows.png");
	background-position: 0 -14px;
	display: block;
	float: right;
	margin-top: 5px;
	height: 14px;
	width: 30px;
}

@media only screen and (max-width: 480px) {
.slide-trigger {
	display: block;
}
.navigation {
	display: none;
	text-align: left;
}/*最初非表示*/
.navigation {
	margin: 0;
}
.navigation li {
	display: block;
}/*display:inline-block;の場合display:block;*/
.navigation li a:hover {
	border-bottom: 2px solid #CCC;
	background-color: #CCC;
	color: #000;
}
}
/*************** /end navi ****************/

/********* profile*********/

#profileName {
	float: left;
	width: 260px;
	margin-top: 60px;
	padding-top: 160px;
	text-align: right;
}
#proContent {
	margin: 60px 0 0 280px;
	padding: 0 10px 40px 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#pro dl {
	margin-bottom: 10px;
}
#pro dt {
	float: left;
}
#pro dd {
	margin-left: 4.5em;
}
.career {/*英文*/
	text-align: left;
	line-height: 1.4;
	font-size: 1.6rem;
}

@media screen and (max-width:600px) {
#profileName {
	float: none;
	width: auto;
	margin-top: 0;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 0;
	text-align: left;
}
#proContent {
	margin: 0;
	border: none;
}
}
/********* end profile*********/


/**************gallery**********************/

/***gallery-caption***/
#topbar {/*popwin*/
	position: absolute;
	padding: 5px;
	background-color: #CCCC66;
	width: auto;
	visibility: hidden;
	z-index: 100;
}
#topbar p {/*popwin*/
	padding: 10px;
}
/********* end gallery*********/

/*******GoPro*********/

#aerialMainarea {
	position: relative
}
#aerialInqBox {
	width: 104px;
	position: absolute;
	top: 50%;
	right: 6%;
}
#aerialSample {
	width: 95%;
	margin: 0 auto;
}
.phtList {
	width: 100%;
	text-align: center;
}
.phtList li {
	margin-right: 5%;
	float: left;
	width: 30%;
}
.phtList li:last-child {
	margin-right: 0;
}
.phtList img {
	vertical-align: bottom;
	margin-bottom: 5px;
}
.aerialCopy {
	font-size: 1.6em;
	padding: 0 5px;
}
.gopro:link {
	color: #6C6;
}
.gopro:visited {
	color: #6C6;
}
.gopro:hover {
	color: #C00;
}
.gopro.hover {
	color: #C00;
}
.aerialCopy {
	font-size: 1.6em;
}

@media screen and (max-width:600px) {
#aerialInqBox {
	width: 20%;
	right: 5%;
}
.aerialCopy {
	font-size: 1.4em;
}
}

@media screen and (max-width:400px) {
#aerialSample {
	width: 90%;
}
.phtList li {
	float: none;
	margin-right: 0;
	width: 100%;
}
}
/*******end GoPro*********/


/*******inquiry*********/
.inqBox dl {
	clear: both;
}
.inqBox dt {
	float: left;
	font-size: 1.4em;
}
.inqBox dd {
	margin-left: 12em;
	font-size: 1.4em;
	padding-bottom: 10px;
}
.error_coution {
	color: #900;
}

@media screen and (max-width:600px) {
.inqBox dt {
	float: none;
}
.inqBox dd {
	margin-left: 0;
	font-size: 1.4em;
}
}

/*******end inquiry*********/


/*Retina*/
@media only screen and (webkitmindevicepixelratio: 2), only screen and (mindevicepixelratio: 2) {
.xxxxx {/*画像の大きさ200px×200px*/
	height: 100px;
	width: 100px;
	background-size: contain;
}
}

/* tablet　*/

@media screen and (min-width:481px) {
}

/* pc　*/

@media screen and (min-width:769px) {
}
