﻿body {
	background-color: #000000;/*border:10px solid #455558; 境界線指定*/
	line-height: 2;	/*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; /*フォントの種類指定(左から優先順位)*/
	font-size: 100%; /* フォントサイズ指定(%はブラウザに設定した標準文字サイズ(通常16px)に対する値)*/
	color: #000000; /*文字色指定*/
}

img{
	width : 100%;
}

container{
	max-width: 1920px;
	background-color: #010101;
}


/*TOP要素ここから*/
.top{
	background-image:url("../images/photo1.jpg");
	background-position: center;
	background-color: #010101;
	width: 100%;
	min-height: 100vh;
	margin: 0px auto;
	position: relative;
}

.contents1{
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.js-fadein {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.light{
	color: #68BCC5;
	text-shadow: 0 0 30px #fff;
	font-family: 'Montserrat', sans-serif;
}

.subtitle{
	color: #ffffff;
	font-size: 1.5em;
}

h1{
	font-family:Georgia, "Times New Roman", Times, "serif";
	font-size: 2.0em;
	color: #ffffff;
	text-shadow: 0 0 30px #fff;
}
/*TOP要素ここまで*/

/*menuここから*/
.menu{
	width:100%;
	max-width: 640px;
	text-align: center;
	margin: auto;
}

ul.nav{
	list-style: none;
	overflow: hidden;
}

.nav li{
	width:140px;
	text-align: center;
	background-color: #333;
	float: left;
	line-height: 50px;
	margin-right: 20px;
}

.nav li a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 20px;
}

/*menuここまで*/

/* mainここから*/
.box-t{
	width: 100%;
	max-width: 800px;
	height: 300px;
	background-image: url("../images/box-t.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 100px auto;
	display: table;
	}
	
	.text-t{
		width: 500px;
		height: 150px;
		vertical-align: middle;
		text-align: right;
		font-family: 'Kiwi Maru', serif;
		padding-right: 100px;
		margin: auto;
		display: table-cell;
	}

.box-s{
	width: 100%;
	max-width: 800px;
	height: 300px;
	background-image: url("../images/box-s.png");
	background-position: top right;
	background-repeat: no-repeat;
	margin: 100px auto;
	display: table;
	}
	
	.text-s{
		height: 150px;
		text-align: left;
		font-family: 'Kiwi Maru', serif;
		padding-left: 100px;
		margin: auto;
		display: table-cell;
		vertical-align: middle;
	}
	
.box-k{
	width: 100%;
	max-width: 800px;
	height: 300px;
	background-image: url("../images/box-k.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 100px auto;
	display: table;
}
	
	.text-k{
		height: 150px;
		text-align: right;
		font-family: 'Kiwi Maru', serif;
		padding-right: 100px;
		margin: auto;
		display: table-cell;
		vertical-align: middle;
	}	

h2{
	font-size: 2.0em;
	font-family: 'Kiwi Maru', serif;
	color: #ffffff;
	margin: 20px auto;
}

.who{
	height: 500px;
	text-align: center;
	background-image:url("../images/photo2.jpg");
	background-size: auto;
	background-position: center;
	margin: 200px auto;
	display: table;
}

.box2{
	font-family: 'Kiwi Maru', serif;
	padding: 50px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}

.box3{
	font-family: 'Kiwi Maru', serif;
	background-color: #000000;
	text-align: center;
	padding: 50px 0 100px 0;
	margin: auto;
}

.box4{
	width:100%;
	max-width: 300px;
	background-color: #000000;
	text-align: center;
	padding: 200px 0 100px 0;
	margin: auto;
}


p {
	color: #FFFFFF;
	font-size: 1.5em;
	text-shadow: 0 0 10px #68BCC5;
}
/*mainここまで*/

/*worksここから*/
.contents2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.item{
	padding:1em;
	margin: 2em;
	background-color: #D0D0D0;
	color: #111111;
	box-shadow: inset 2px 2px 5px #111111;
}

.item img{
	box-shadow: 0 0 10px #232323;
}

.lp{
	padding: 20px;
	margin: auto;
}

.pr{
	width: 100%;
	max-width: 300px;
	padding: 20px;
	margin: 0 auto 20px;
}

p2{
	color: #111111;
	font-size: 1.0em;
}
/*worksここまで*/

/*aboutここから*/
h1.about {
	font-family:Georgia, "Times New Roman", Times, "serif";
	font-size: 2.0em;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 0 30px #68BCC5;
	margin: 100px auto;
}

h2.can{
	font-size: 2.0em;
	font-family: 'Kiwi Maru', serif;
	text-align: center;
	color: #ffffff;
	margin: 20px auto;
}
.contents3{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.exsam1 {
	width: 250px;
	height: 250px;
	background-image:url("../images/can1.jpg");
	margin:30px auto;
	padding: auto;
	display: flex;
 	justify-content: center;
	align-items: center;
}

.exsam2 {
	width: 250px;
	height: 250px;
	background-image:url("../images/can2.jpg");
	margin:30px auto;
	padding: auto;
	display: flex;
 	justify-content: center;
	align-items: center;
}

.exsam3 {
	width: 250px;
	height: 250px;
	background-image:url("../images/can3.jpg");
	margin:30px auto;
	padding: auto;
	display: flex;
 	justify-content: center;
	align-items: center;
}

.exsam1 p{
	color:#fff;
	text-shadow: 2px 2px 0 #000000;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.5em;
	padding:auto;
}

.exsam2 p{
	color:#fff;
	text-shadow: 2px 2px 0 #000000;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.5em;
	padding:auto;
}

.exsam3 p{
	color:#fff;
	text-shadow: 2px 2px 0 #000000;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.5em;
	padding:auto;
}

.lp-link{
	width: 50%;
	margin: 100px auto;
}

.box5{
	background-color: #000000;
	text-align: center;
	padding: 50px 0 100px 0;
	margin: auto;
}
p3 {
	font-family: 'Kiwi Maru', serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.3em;
	margin: auto;
}
/* ----- テーブル2設定 ----- */

.ta2 {
	width: 100%;
	max-width: 800px; /*幅指定*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
	margin-bottom: 50px; /*ボックス外側下の余白*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
}

.ta2 th, td {
	font-family: 'Kiwi Maru', serif;
	border: solid 1px #363535;/*境界線の一括指定(noneはなし)*/
	padding: 0 10px; /*ボックス内側の余白(値2つは左から上下,左右の値)*/
	font-size: 1.3em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	text-align: left; /*行の水平方向の揃え方(leftは左揃え)*/
	color: #FFFFFF;
}

.map{
	text-align: center;
	width: auto;
	max-width: 800px;
	margin: auto;
}
/*aboutここまで*/

.contact{
	width:50%;
	text-align: center;
	margin: 50px auto;
	box-shadow: 0 0 10px #fff;
}

footer{
	background-color: #000;
	text-align: center;
	color: #fff;
}



@media (min-width: 768px) {
.sp{
      display:none;
    }
 }

/*PCの場合にはメニューを表示させない*/
@media (max-width: 767px) {
	
h1{
	font-family:Georgia, "Times New Roman", Times, "serif";
	font-size: 1.5em;
	color: #ffffff;
	text-shadow: 0 0 30px #fff;
}	

/*menuここから*/
.menu{
	width:100%;
	text-align: center;
	margin: auto;
}

ul.nav{
	list-style: none;
	overflow: hidden;
}

.nav li{
	width:23%;
	text-align: center;
	background-color: #333;
	float: left;
	line-height: 50px;
	margin: 3px;
}

.nav li a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	padding: 1em;
}

/*menuここまで*/
.text-t{
	padding-right:  20px;	
}

.text-s{
	padding-left:  20px;	
}

.text-k{
	padding-right:  20px;	
}
	
.who{
	background-size: cover;
}
	
.box2{
	padding: 30px;
	margin: auto;
}

.box3{
	background-color: #000000;
	text-align: center;
	padding: 50px 10px;
	margin: 50px 10px;
}

.pc{
		display: none;
	}	

p {
	color: #FFFFFF;
	font-size: 1.3em;
}

/*worksここから*/	
.item{
	text-align: center;
	padding:1em;
	margin: 1em;
	background-color: #D0D0D0;
	color: #111111;
	box-shadow: inset 2px 2px 5px #111111;
}
	
.item img{
	width:80%;
}
	
.pr{
	padding: 0;
	text-align: left;
}

p2{
	color: #111111;
	font-size: 1.0em;
}
/*worksここまで*/
	
/*aboutここから*/
.lp-link{
	width: 70%;
	margin: 20px auto;
}

.box5{
	background-color: #000000;
	text-align: center;
	padding: 50px 10px 50px 10px;
	margin: auto 10px;
}
	
p3 {
	font-family: 'Kiwi Maru', serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.3em;
}
	
/* ----- テーブル2設定 ----- */

.ta2 {
	width: 100%;
	max-width: 800px; /*幅指定*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
	margin-bottom: 50px; /*ボックス外側下の余白*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
}

.ta2 th, td {
	font-family: 'Kiwi Maru', serif;
	border: solid 1px #363535;/*境界線の一括指定(noneはなし)*/
	padding: 0 10px; /*ボックス内側の余白(値2つは左から上下,左右の値)*/
	font-size: 0.8em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	text-align: left; /*行の水平方向の揃え方(leftは左揃え)*/
	color: #FFFFFF;
}

	
/* ----- フッター(ページの一番下の部分) ----- */

#footer {
	height: 50px; /*領域の高さ指定*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}

#footer p {
	margin-top: 10px; /*ボックス外側上の余白*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
	font-size: 0.75em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	color: #455558; /*文字色指定*/
}


}

