﻿/***********************************

Author :  
URL : http://

Release : Apr. 2023
Copyright 10size all right Reserved.

-------------------------------------------------------------

**************************************************************/
/** Bacic Layout***********************************************

サイト全体の指定
**************************************************************/
@charset "utf-8";
/* bacic layout
----------------------------------------------------------------------------------------------- */
*, *:before, *:after {
  box-sizing: inherit;
 
}
html {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: 'Noto Sans JP',メイリオ,sans-serif;
  color: #656565;
  text-align: left;
  line-height: 1.6;
  background-color: #ffffff;
}
html, body {
  margin: 0;
  padding: 0;
}
#headNavi {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0 0;
}
#headMenu {
  display: flex;
}
#headMenu li {
  margin-right: 30px;
}
#footerMenu {
  display: flex;
  justify-content: center;
  color: #ffffff;
}
#footerMenu li:first-child  {
  margin-right: 30px;
}
#contentWrap {
  margin: 0 auto;
}
#footerWrap {
  border: solid 1px #21120b;
  background-color: #000;
}
#features {
  max-width: 960px;
  margin: 0 auto;

}
#costmers {
  max-width: 960px;
  margin: 0 auto;

}
#footer {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.bgWhite{
	background-color: #fff;
}
.bgBeige{
	background-color:  #E7DDD1;
}
section{
	padding:60px 0;
}

/* header
----------------------------------------------------------------------------------------------- */
/* content
----------------------------------------------------------------------------------------------- */
/*----common-----*/
a {
  color: #312e2e;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
}
img {
  /*width: 100%;*/
}
figure {
  margin: 0;
  padding: 0;
}
.flexBoxCtenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

/* mainvl
----------------------------------------------------------------------------------------------- */
/* content
----------------------------------------------------------------------------------------------- */
#mainVL {
  /*width: 100%;*/
  height: 100vh;
  background-image: url(../img/kv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.featuresContent {
  width: calc(33.3% - 1em);
  padding: 0 20px;
}
.featuresContent > div {
	padding: 50px 50px 0 50px;
	font-size: 50pt;
}
#contentWrap h1.title {
  
  font-family: "Anton" ;
  color: #181818;
  font-size: 27px;
  text-align: center;
  line-height: 0.4;
  background-position: 98px;
  height: 42px;
  margin: 0 auto;
  padding: 10px;
  letter-spacing: 0.03em;
}
#contentWrap h1.title span.txtSub {
  font-family: 'Noto Sans JP',メイリオ,sans-serif;
  font-size: 9px;
  display: block;
  -webkit-text-stroke: 0px #ffffff;
  text-stroke: 0px #ffffff;
  padding-top: 15px;
}

figcaption {
  font-weight: bold;
}
#footer a, #footer p {
  color: #ffffff;
}
.topContact {
  position: absolute;
  bottom: 13vh;
  right: 5vw;
 transform: rotate(-6deg);
}
.featuresContent p {
  text-align: left;
}

.alignCt{
	text-align: center;
}
.pcCap{
}
#contentWrap h1.logo {
  margin-top: 0;
}
/*2nd*************************************************************/
.navBg{
background: url(../img/header.png) no-repeat;
background-position: 0 -35px;

}
.titleBrown {
  color: #181818;
  font-family: Anton;
  font-size: 27px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.03em;
}
.ContactLinkWrap {
  justify-content: center;
  display: flex;
  margin: 2em 0;
}
.companyInfo {
  width: 70%;
  margin: 0 auto;
}
.compitem {
  border-bottom: solid 2px #181818;
  width: 9em;
  vertical-align: bottom;
  height: 5em;
}
.compinfo {
  border-bottom: dotted 1px #181818;
  vertical-align: bottom;
  padding-left: 2em;
}
#main {
  max-width: 960px;
  margin: 0 auto;
  margn-top:36px;
}
#footer .logo {
margin: 30px
}

/* footer
----------------------------------------------------------------------------------------------- */
.footer {
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
}
/** width 430px***********************************************

横幅430px以下の時適用するスタイル
**************************************************************/
@media screen and (max-width:430px) {
  /** Another Parts*********************************************
各要素のスタイル指定
**************************************************************/
  /*#headNavi{
		display: none;
	}
	*/
  .content960 {
    width: 100%;
    padding: 1em;
  }
  .content960 img {
    width: 100%;
    margin-top: 2vh;
  }
  .topContact {
    position: absolute;
    bottom: 12vh;
    left: 50%;
    transform: translateX(-50%);
  }
  #features {
    width: 100%;
    margin: 0 auto;
    padding-top: 4vh;
  }
  .featuresContent {
    padding: 2em 1em;
    margin-top: 2em;
    width: 50%;
  }
  .featuresContent img {}
  #costmers {
    width: 100%;
    margin: 0 auto;
    padding-top: 4vh;
  }
  #footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #contentWrap h1.title {
    
    font-family: Anton;
    color: #181818;
    font-size: 7vw;
    text-align: center;
    line-height: 0.4;
    background-position: 8vh;
    width: 100%;
    height: 5.5vh;
    margin: 0 auto;
    padding: 2vw;
    letter-spacing: 0.03em;
  }
  .featuresContent img {
    width: 76%;
  }
  .featuresContent div {
    height: 19vh;
  }
  /*GrovalNavi*/
  #headNavi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  #headMenu {
    display: flex;
    background-color: #25140d;
    margin: 0;
    justify-content: center;
  }
  #headMenu li {
    width: 50%;
    text-align: center;
    padding: 0.6em;
    margin: 0;
  }
  #headMenu li:first-child {
    border-right: solid 1px #ffffff;
  }
  #headMenu a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
  }
  #logo {
    text-align: center;
    padding: 0.3em;
  }
.pcCap{
	width:80%;
}
.flexBoxCtenter {
  padding: 0 1em;
}
/*2nd*************************************************************/	
#main {
  width: 100%;
  margin: 0 auto;
  padding-top:2em;
}	
.companyInfo {
  width: 90%;
  margin: 0 auto;
}
.compitem {
  width: 27vw;
}
}
/** width 768px***********************************************

横幅768px以下の時適用するスタイル
**************************************************************/
@media screen and (min-width:429px)and (max-width:768px) {
  /** Another Parts*********************************************
各要素のスタイル指定
**************************************************************/
  /*#headNavi{
		display: none;
	}
*/
  #mainVL {
    width: 100%;
    height: 80vh;
    background-image: url(../img/kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .content960 {
    width: 65%;
    padding: 1em;
  }
  .content960 img {
    width: 100%;
    margin-top: 6vh;
  }
  .topContact {
    position: absolute;
    bottom: 25vh;
    right: 13vw;
  }
  #features {
    width: 100%;
    margin: 0 auto;
    padding-top: 4vh;
  }
  .featuresContent {
    padding: 2em 1em;
    margin-top: 2em;
    width: 50%;
  }
  .featuresContent img {
    widows: 50%;
  }
  #costmers {
    width: 100%;
    margin: 0 auto;
    padding-top: 4vh;
  }
  #footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #contentWrap h1.title {
    
    font-family: "Anton", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color:#181818;
    font-size: 5vw;
    text-align: center;
    line-height: 0.4;
    width: 100%;
    margin: 0 auto;
    padding: 2vw;
    letter-spacing: 0.03em;

  }
  .featuresContent img {
    width: 16vw;
  }
  .content960 img.txt {
    margin-top: 3vh;
  }
  /*GrovalNavi*/
  #headNavi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  #headMenu {
    display: flex;
    background-color: #25140d;
    margin: 0;
    justify-content: center;
  }
  #headMenu li {
    width: 50%;
    text-align: center;
    padding: 0.6em;
    margin: 0;
  }
  #headMenu li:first-child {
    border-right: solid 1px #ffffff;
  }
  #headMenu a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
  }
  #logo {
    text-align: center;
    padding: 0.3em;
  }
	
.pcCap{
	width:80%;
}
.flexBoxCtenter {
  padding: 0 1em;
}
/*2nd*************************************************************/	
#main {
  width: 100%;
  margin: 0 auto;
   padding-top:2em;
}	
.companyInfo {
  width: 90%;
  margin: 0 auto;
}
.compitem {
  width: 27vw;
}
}
/** width 768px***********************************************


横幅769px以上の時適用するスタイル PC/タブレット縦
**************************************************************/
@media screen and (min-width:769px) {
  /** Another Parts*********************************************
各要素のスタイル指定
**************************************************************/
#headNavi {
  max-width: 960px;
  margin: 0 auto;
text-shadow: 0px 0px 10px #e9d4b3;
 font-weight: 700;
}
  #mainVL {
	position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../img/kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  .content960 {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    height: calc(100vh - 14vh);

  }
  .content960 img.txt {
    margin-top: 5vh;
	max-height: 90%;
  }
  .topContact {
    position: absolute;
    bottom: 14vh;
    right: 5vw;
  }

 .navBg{
min-height: 187px;
}
}
/** width 980px***********************************************

モバイル・タブレット横向きの時適用するスタイル　
**************************************************************/
@media screen and (orientation:landscape) {
  /** Another Parts*********************************************
各要素のスタイル指定
**************************************************************/

}