body {
  background: #f0f0f0;
  font-family: 'renner', sans-serif;
  font-size: 16px;
  color: #231815;
  position: relative;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

h1,h2,h3 { font-weight: 300; }
p { line-height: 28px; }
hr {
 height: 5px;
 background-color: #231815;
 width: 60px;
 border: none;
 margin-top: 0px;
 margin-bottom: 60px;
}

.wrapper{
    min-height: 100vh;
	position: relative;/*←相対位置*/
	padding-bottom: 180px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
	overflow: hidden;
	margin: 0 auto;
}
.wrapper-port{
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	overflow: hidden;
}
.wrapper1200{
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	overflow: hidden;
}

.container{
	overflow: hidden;
}

.title {
  color: #231815;
  font-size: 60px;
/*  padding-bottom: 40px;*/
  text-transform: uppercase;
	text-align: center;
}
.container-fluid {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.pc{
	display: inline-block;
}
.sp{
	display: none;
}

/* Flex */
.flex-container{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-container div{
	width: 49%;
    border: 2px solid #231815;
	border-radius: 5px;
	margin-bottom: 20px;
    padding: 60px 40px 30px;
}

/* START NAVIGATION */
.sticky-navigation { opacity: 0; }
.navbar-default {
  background: #231815;
  border: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-brand {
  color: #f0f0f0;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  padding: 10px 0 0 12px;
}
.navbar-default .navbar-brand img{
	height: 50px;
}
.navbar-default .navbar-nav li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav li a:hover { color: #eb5424; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #eb5424;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #eb5424;
  background-color: transparent;
}

/* SP toggle */ 
.navbar-default .navbar-toggle {
  border: none; 
	height: 55px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #eb5424;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }


/* dropdown */
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
/* END NAVIGATION */

/* START HOME */
.templatemo-home {
  background: url("../images/top.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #231815;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;  
  height: 100vh;
	align-items: flex-end;
	padding-bottom: 2%;
}

.zabuton {
	font-size: 18px;
	letter-spacing: 0.15em;
	color: #ffffff;
	background: #231815;
	padding: 2px 15px;
}

.tm-home-title,
 .tm-home-subtitle {
  text-transform: uppercase;
 }
.tm-home-title { font-size: 60px; }
.tm-home-subtitle {
  color: #eb5424;
  font-weight: bold;
  padding-bottom: 40px;
  letter-spacing: 2px;
}
.tm-view-more-btn {
  background: rgba(255,255,255,0);
  color: #eb5424;
  border: solid #eb5424 2px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 ;
  padding: 15px 50px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.tm-view-more-btn:hover {
  background: #eb5424;
	border: solid #eb5424 2px;
  color: #ffffff;
}
/* END HOME */

/* START PORTFOLIO */
.tm-portfolio {
  background: #f0f0f0;
  padding-top: 80px;
}
.tm-portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tm-portfolio .col-md-3,
 .tm-portfolio .col-sm-3 {
  padding: 0;
  margin: 0;
}
.tm-portfolio-title {
  text-align: center;
  text-transform: uppercase;
}
.portfolio-item-title {
  font-weight: bold;
  margin-top: 10px;
}
.portfolio-thumb {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.portfolio-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eb5424;
  color: #ffffff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;  
  padding: 0 40px;
  text-align: center;
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.8;  
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
.portfolio-overlay .fa {
  border: 1px solid #231815;
  border-radius: 0;
  color: #231815;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin-right: 6px;
  margin-bottom: 10px;
}

/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 0 0 20px 0;
	padding: 0;
  overflow: hidden;
  text-align: center;
}

.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}
.filter-wrapper li a {
  color: #999999;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:focus,
 .filter-wrapper li a:hover,
 .filter-wrapper li a.selected {
  background: #eb5424;
  border-color: transparent;
  color: #ffffff;
}

/* LIST CSS */
.list-wrapper {
  width: 100%;
  text-align: center;
}
.list-wrapper ul{
	padding: 0;
	margin: 0;
}
.list-wrapper li {
  display: inline-block;
  margin: 5px;
}
.list-wrapper li a {
  color: #eb5424;
	width: 180px;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.list-wrapper li a:focus,
 .list-wrapper li a:hover,
 .list-wrapper li a.selected {
  background: #eb5424;
  border-color: transparent;
  color: #ffffff;
}

/* START WORK */
.tm-padding-top-bottom-100 {
  background: #eae4d1;
  padding-top: 80px;
  padding-bottom: 10px;
	overflow: hidden;
}
.tm-work-h3 {
  color:  #231815;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.work-wrapper {
  border: 2px solid #231815;
  border-radius: 5px;
  text-align: center;
  padding: 60px 40px 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
	text-decoration: none;
}
.work-wrapper:hover { 
	border-color: #eb5424;
	background:rgba(240,240,240,1); 	
	text-decoration: none;
}
.work-wrapper p{
	color: #231815;
	font-size:14px;
}
.work-wrapper p :hover{
	text-decoration: none;
}
.work-wrapper hr{
	margin-bottom: 35px;
}
.work-wrapper br{
	display: none;
}
.work-wrapper .fa {
  color:  #231815;
  font-size: 60px;
  padding-bottom: 30px;
	text-decoration: none;
}

a:-webkit-any-link {text-decoration: none;}
/* END WORK */

/* ISOTOPE BOX CSS */
.iso-box-section { 
	width: 100%; 
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
.iso-box {
  position: relative;
  min-height: 80px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fluid-img {
  width: 100%;
/*  display: block;*/
  height: auto;
}
/* END ISOTOPE BOX CSS */

/* START PROFILE */
.tm-profile {
  background: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 100px;
}
/* END PROFILE */

/* START CONTACT */
.tm-contact {
  background: #f0f0f0;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}
.form-control {
  background: rgba(255,255,255,0.5);
  border: 1px solid #231815;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.form-control:focus,
.form-control:hover {
  background: rgba(255,255,255,1);
  color: #231815;
}

.form-control2 {
  width: 100%;
  background: #231815;
  color: #ffffff;
  border: 1px solid #231815;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.form-control2:focus,
.form-control2:hover {
  background: #eb5424;
  border: 1px solid #eb5424;
  color: #ffffff;
}
input { height: 50px; }
.tm-contact p { padding-top: 40px; }

.form_select{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-bottom: 10px;
	
}
.form_select select{
	width: 100%;
	border: 1px solid #231815;
	border-radius: 2px;
	padding: 5px 0 5px 6px;
}

.contact_form{
	color: #231815;
	font-size:15px;
	font-weight: bold;
}

/* END CONTACT */


/* START SOCIAL */
.tm-social {
  text-transform: none;
}
.tm-social .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tm-social .col-md-4 {
  padding: 0;
  margin: 0;
}
.skima:hover,
.X_Twitter:hover,
.pinterest:hover {
  background: #231815;
}
.skima { background: #ff6832; }
.X_Twitter { background: #000000; }
.pinterest { background: #cc2127; }
.skima img { 
	width:60px;
	height:auto;
	margin-right: 30px;
}
.X_Twitter img { 
	width:42px;
	height:auto;
	margin-right: 30px;
}
.media {
  height: 150px;
  padding: 50px 50px 0;
	margin-bottom: 0;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.media i{
	margin-right: 30px;
}

.tm-social a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.tm-social .media .fa {
  color: #ffffff;
  font-size: 50px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
}


.tm-social-title {
  font-family: 'renner', sans-serif;
}
.media-body h3{
	margin-top:5px;
	letter-spacing: 2px;
	font-weight: 600;
}
.media-body h4{
	letter-spacing: 1px;
}
/* END SOCIAL */

/* footer */
footer{
    width: 100%;
    position: absolute;
    bottom: 0; /*下に固定*/
}

.copyright {
	text-align: center;
	font-size: 12px;
	background-color: #231815;
	height: 40px;
	padding-top: 5px;
	color: #f0f0f0;
}
/* END footer */

@media screen and (max-device-width: 1024px){
  .templatemo-home {
    background-attachment: scroll;
  }
}

/* START MEDIA 980 */
@media screen and (max-width:980px){
  .wrapper1200{
	width: 95%;
}
  .portfolio-overlay  { padding-top: 10px; }
  .work-wrapper br{
	display: inline-block;
}
	.tm-contact p { padding-top: 0; }
}
/* END MEDIA 980 */

/* START MEDIA 768 */
@media screen and (max-width: 768px) {
  .wrapper{
	padding-bottom: 480px;/*←footerの高さ*/
}
  .tm-home-title { font-size: 40px; }
  .tm-padding-top-bottom-100 {
  padding-top: 50px;
  padding-bottom: 10px;
}
  .flex-container div{
	width: 49%;
	margin: 0 0 20px;
}
	.list-wrapper ul{
	margin: 20px 0 50px;
}
}
/* END MEDIA 767 */

/* START MEDIA 520 */
@media screen and (max-width:520px){
  hr {
 	  margin-bottom: 40px;
	}
  .navbar-default .navbar-brand {  padding: 10px 0 0 15px; }
  .pc{ display: none;}
  .sp{ display: inline-block;}
  .templatemo-home {
	  background: url("../images/top_sp.jpg");
	  background-position: center top;
	  background-size:cover;
	  background-attachment:scroll;
	}
  .zabuton {
	font-size: 16px;
	padding: 2px 15px;
	  line-height: 0.5em;
	}
  .tm-view-more-btn {
  	margin: 20px 0 ;
	}
  .flex-container div{
	width: 100%;
	margin: 0 0 20px;
}
	.form_select{
	width: 100%;
	}
	.form_select select{
	width: 100%;
	}
}
/* END MEDIA 520 */