@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Pacifico);
/*googleフォント*/

/*header*/
header{
	background: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: .3s;
    z-index: 1000;
}
.is-animation{
  height:70px;
}

#header {
	position: relative;
	
}


#nav-container {
	height: auto;
	max-width: 1400px;
	margin:0 auto;
}


#nav-container .logo {
	position: absolute;
	width: 250px;
padding: 0 0 0 20px;
	top: 2px;
	height: auto;
}

.is-animation #nav-container .logo{
width:190px;
height:auto;
transition: .3s;
	}
.g-nav {
	float: right;
	padding: 20px 20px 0 0;
}
.is-animation .g-nav{
	padding: 10px 10px 0 0;
	transition: .3s;
	}

.g-nav ul {
	display: inline-flex;

	padding:0;

}
.g-nav li{

	display: flex;
	width: auto;
	margin: 10px;
	padding: 10px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.mainbord {
	background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.5)),url(../img/2000-715.jpg);
	background-attachment: fixed;
	height: 550px;
	background-color: #000;
	/*background-size: auto,cover;*/
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}
.mainbord h1 {
	color: #FFF;

}
.mainbord small {
	color: #FFF;
	font-size: 1.8rem;
	padding-top:250px;
	display:block;

}

/*各Section*/
.message,.news,.works {

	margin-right: auto;
	margin-left: auto;
	background-color: ;
	
	margin-top: 50px;
	padding-top: 10px;

}
.sectionWrap {
	background-color: #F9F9F9;
}


.message h2,.works h2,.end p {
	font-family: 'Pacifico', cursive;
    max-width:1200px;
	width: 90%;
    margin: 0 auto 40px;
    font-weight: normal;
    text-align: center;
    background: url(../img/border_black.png) repeat-x 0 50%;
    background-size: 1px 1px;
}

.works h2 span,.end p span {
	background: #fff;
    padding: 0 80px;
	line-height: 2;
}
.innerA {
	max-width: 1200px;	
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/*newsTitle*/
.head_news {
    margin:  0;                     /* デフォルトCSS打ち消し */
 
    position:  relative;            /* 位置調整 */
    font-weight:  normal;           /* 文字の太さ調整 */
    margin-bottom: 15px;            /* 周りの余白指定 */
    padding-top: 50px;              /* 余白指定 */
    padding-left: 40px;             /* 余白指定 */
}

.head_news:before {
    content:  '';                   /* 空白の要素を作る */
    width: 0;                       /* 幅指定 */
    height: 0;                      /* 高さ指定 */
    border-style: solid;            /* 三角を作る */
    border-width: 0px 0 110px 80px; /* 三角を作る */
    border-color: transparent transparent #a3d0e4 transparent;  /* 三角を作る */
    position:  absolute;            /* 位置調整 */
    z-index:  -1;                   /* 重なり調整 */
    transform: rotate(30deg);       /* 回転 */
    top: -20px;                     /* 位置調整 */
    left: 30px;                     /* 位置調整 */
}

/*TOP_FLEX*/
.innerA_flexbox{
	max-width: 1200px;
	width:90%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.innerA_flexbox .picupworks {
	flex:0 0 30.5%;
	/*width: 30.5%;*/
    margin: 0 0 3em 0;
    transition: 0.6s;
    display: block;
    position: relative;

}


.card {
	position: relative;
	
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card div {
  overflow: hidden;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
  transition: transform .4s, opacity .1s .3s;
  opacity: 0;
  padding:3%;
}
figcaption h3,
figcaption p {
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  color:#FFF;
}

figure.card:hover figcaption {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: -webkit-transform .4s, opacity .1s;
  transition: transform .4s, opacity .1s;
  opacity: 1;
  padding-top: 2vh;
}


figure.card:hover figcaption h3,
figure.card:hover figcaption p {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 1;
}




/*斜め背景*/
.nanamebg {
  display: table;
  width: 100%;
  height: auto;
  background-color: #e8a337;
  transform: skewY(5deg);
  margin-top: 10vw;
  padding-bottom:3vw;

}
 
.innerB .LeftTitle {
	/*display: table-cell;*/
	vertical-align: middle;
	/*text-align: center;*/
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 30%;
	font-style: italic;
}
 
.nanamebg > * {
  transform: skewY(-5deg);
}

.innerB {
	max-width: 1200px;
	width:90%;
	margin:0 auto;
}

.innerB_flexbox {
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.floatR {
	float: right;
	width:70%;
}





/*斜め背景B*/
.nanamebg_B {
  display: table;
  width: 100%;
  height: auto;
  background-color: #1d567b;
  transform: skewY(-5deg);
  margin-top: 10vw;
  padding:0 0 5vw 0;

}
 
.innerB .RightTitle {
	/*display: table-cell;*/
	vertical-align: middle;
	/*text-align: center;*/
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	float: right;
	font-style: italic;  /*width:30%;*/
}
 
.nanamebg_B > * {
  transform: skewY(5deg);
}

.innerB {
	max-width: 1200px;
	width:90%;
	margin:0 auto;
}

.innerB_flexbox {
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.service{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	}
	
.innerB_flexbox .service li {
	
	flex:0 0 33%;
    margin: 0 0 15px 0;

    cursor: pointer;
}



.innerB_flexbox .aboutme {
	
	flex:0 0 45%;
    margin: 0 0 15px 0;
}
.floatL {
	float: left;
	width:70%;
}

/*LightG*/
.lightgallery {
    margin: 0;
    padding: 0;
}
.lightgallery li{
    display: inline;
    cursor: pointer;
}

.website {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 40px;
	text-align: center;
	font-style: italic;
}

/*youtubeレスポンシブ*/
.youtuberespon{
   width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.youtuberespon iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
	}

/***********コンタクト********************/
.contact{
max-width:1200px;
margin:0 auto;
}
.font_l_bold {
 
    font-weight: bold;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    margin: 0px;
}
.text_mini {
    font-size: 0.9em;
    text-align: center;
}
.main_inner {
    max-width: 1100px;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact .cat {
    text-align: center;
	}
	.contact .cat:before {
    margin-right: 6px;
    content: "";
    width: 27px;
    height: 24px;
    display: inline-block;
    background: url(../img/ico_mail_b.svg) no-repeat;
    vertical-align: bottom;
}
.form1 dt {
    text-align: center;
    padding: 5px;
}
form .form1 dd {
    text-align: center;
    padding-bottom: 10px;
}
form .form1 dd input {
    width: 70%;
    padding: 5px;
}
form .form1 dd textarea {
    width: 70%;
    padding: 5px;
}
.btnReadmore {
    text-align: center;
    margin-top: 50px;
}
.btnReadmore .sousinbtn {
    font-size: 1.2em;
    border-style: none;
}
.btnReadmore .sousinbtn{
	color: #ffffff;
	background-color: #399;
	width: 260px;
	display: block;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius:5px;
	 transition:all 1.0s;
	}
/*.innerA_flexbox .picupworks + .picupworks{
	margin-left: 1%;
}*/
