@charset "UTF-8";

/* ----- Base ----- */
html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 160%;
  background-image: linear-gradient(35deg, rgba(0, 0, 0, 1), rgba(102, 102, 102, 1) 70%, rgba(51, 51, 51, 1) 80%, rgba(0, 0, 0, 1));
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

.only_base { display: block; }
.only_sp { display: none; }

h1 {
  margin: 0 0 2.0rem;
  padding: 1.0rem 1.5rem;
  font-size: 1.5rem;
  background: #222222;
}

h1 span.tti-h1 {
  padding-left: 1.0rem;
  font-size: 75%;
  font-weight: bold;
}

h2 {
  margin-bottom: 1.0rem;
  padding: 0.5rem 1.0rem;
  font-size: 1.0rem;
  font-weight: bolder;
  background: rgba(34, 34, 34, 0.5);
}

h3 {
  font-weight: bolder;
}




/* ----- Layout ----- */
section#TOP {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

section#Conpany {
  width: 70%;
  margin: 0 auto;
  padding: 3.0rem 0 0;
}

section#Service {
  width: 70%;
  margin: 0 auto;
  padding: 3.0rem 0;
}


/* ----- txt contents ----- */
ul.Box_txtContents {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.Box_txtContents li {
  width: 100%;
  margin: 0;
  padding: 0 0 2.0rem;
}

ul.Box_txtContents li:last-type {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.Box_txtContents li p {
  padding: 0 1.0rem;
}



/* ----- menu contents ----- */
ul.Box_imageContents {
  width: 100%;
  margin: 0;
  padding: 0;
}



/* ----- FONT ----- */
.zen-dots-regular {
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
}



/* ----- header tti ----- */
ul.Box_hd-Logo {
  display: flex;
  width: 70%;
  margin: 0 auto;
}

ul.Box_hd-Logo li.Box_Logo {
  width: 30%;
}

ul.Box_hd-Logo li.Box_company {
  display: flex;
  width: 70%;
}

ul.Box_hd-Logo li.Box_Logo img {
  width: 100%;
}

ul.Box_hd-Logo li.Box_company p.ttl-hd {
  font-size: 5.0rem;
  line-height: 100%;
}




/* ----- TOP ----- */
.Box_Main-ttl {
  display: flex;
  width: 100%;
  height: 30vh;
  background-image: linear-gradient(90deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
  background-attachment: fixed;
  position: relative;
}

.Box_Main-ttl ul.Main_ttl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Box_Main-ttl ul.Main_ttl li:nth-child(1) {
  padding-bottom: 1.5rem;
}

.Box_Main-ttl ul.Main_ttl li:nth-child(2) {
  padding-bottom: 0;
}

.Box_Main-ttl p {
  width: 100%;
  font-size: 1.0rem;
  text-align: center;
  align-self: center;
}

.Box_Main-ttl p.Main_ttl {
  width: 100%;
  font-size: 2.0rem;
}



/* ----- Logo ----- */
.Box_Main-ttl img.Logo_PC {
  display: block;
  width: 25%;
  margin: 0 auto 1.0rem;
}


/* --- Main Menu ---  */
div.Box_MainManu {
  width: 100%;
  background: #222222;
}

ul.MainManu {
  display: flex;
  width: 70%;
  margin: 0 auto;
}

ul.MainManu li {
  flex: 1 1 auto;
  align-self: stretch;
}

ul.MainManu li a {
  display: block;
  padding: 1.0rem 0;
}

ul.MainManu li a p {
  color: #FFFFFF;
  text-align: center;
}

ul.MainManu li a p span.tti-h1,
ul.MainManu li p span.tti-h1 {
  padding-left: 0.5rem;
  font-size: 85%;
  font-weight: bold;
}

ul.MainManu li a:hover {
  background: #333333;
}

ul.MainManu li. a p:hover {
  font-weight: bold;
}

ul.MainManu li.ContactMail_base a:hover {
  background: #C60505;
}

ul.MainManu li.ContactMail_base a p:hover {
  font-weight: bold;
}



/* ----- soon contact ----- */
ul.MainManu li.ContactMail_base-soon {
  padding: 1.0rem 0;
  background: #333333;
}

ul.MainManu li p {
  color: #666666;
  text-align: center;
}





/* ----- Conpany ----- */
.Box_Conpany {
  width: 90%;
  margin: 0 auto;
}


/* --- slider --- */
ul.slider {
  width: 90%;
  margin: 0 auto;
}

ul.Box_slider {
  margin: 0 auto;
}

ul.Box_slider li.Box_slider_imagese {
  margin: 0;
  padding: 0;
}



/* --- 住所・Map --- */
.Box_Detail_base {
  padding: 0 1.0rem;
}

ul.Box_Detail_list {
  display: flex;
  margin: 0 0 2.0rem;
  justify-content: center;
}

ul.Box_Detail_list li.Detail_list {
  padding: 1.0rem 0 0;
  flex: 1 1 auto;
}

ul.Box_Detail_list li:nth-child(2) {
  padding: 1.0rem 1.0rem 0;
  border-left: dotted 1px #FFFFFF;
  border-right: dotted 1px #FFFFFF;
}

ul.Box_Detail_list li:nth-child(3) {
  padding: 1.0rem 1.0rem 0;
}

ul.Box_Detail_list li.Detail_list p.txt_TEL span {
  display: block;
  font-size: 0.8rem;
}



/* ----- Service ----- */
.Box_Service {
  width: 94%;
  margin: 0 auto;
}

.Box_Service ul.txt_List {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-content: flex-start;
}

.Box_Service ul.txt_List li {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3.5rem;
  box-sizing: border-box;
  flex: 0 0 1;
}

/* --- 奇数 --- */
.Box_Service ul.txt_List li:nth-child(odd) {
  padding-right: 0.25rem;
  box-sizing: border-box;
}

/* --- 偶数 --- */
.Box_Service ul.txt_List li:nth-child(even) {
  padding-left: 0.25rem;
  box-sizing: border-box;
}



/* ----- Service｜画像・コーティング ----- */
.Box_imases-coating {
  width: 100%;
  padding: 1.0rem 1.0rem 0;
}

.Box_imases-coating ul.imases-coating {
  display: flex;
}

.Box_imases-coating ul.imases-coating li.imases-coating_layout {
  width: 50%;
  padding-bottom: 0;
}

img.imases-coating {
  width: 100%;
}

ul.Box_txtContents li p.txt100 {
  width: 100%;
  padding: 0;
}




/* ----- Page TOP ----- */
section.page-top_layout {
  display: flex;
  justify-content: flex-end;
}

/* --- icon Base --- */
section.page-top_layout .box_page-top #page-top a {
  display: flex;
  width: 4.4em;
  height: 4.4em;
  border-radius: 2.2em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  background: #222222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.page-top_layout .box_page-top #page-top a:hover {
  color: #FFFFFF;
  background: #C60505;
}

section.page-top_layout .box_page-top #page-top a p {
  display: block;
  font-size: 1.0rem;
  /* letter-spacing: 0.1em; */
}

/* --- icon default --- */
#page-top {
  position: fixed;
  right: 2.0em;
  bottom: 4.0em;
  z-index: 5;
  opacity: 0;
  transform: translateY(100px);
}

/* --- icon UP --- */
#page-top.UpMove_top {
  animation: UpAnime_top 0.5s forwards;
}

@keyframes UpAnime_top {
  from {
      opacity: 0;
      transform: translateY(100px);
  }
  to {
      opacity: 1.0;
      transform: translateY(0);
  }
}

/* --- icon DOWN --- */
#page-top.DownMove_top {
  animation: DownMove_top 0.5s forwards;
}

@keyframes DownMove_top {
  from {
      opacity: 1.0;
      transform: translateY(0);
  }
  to {
      opacity: 0;
      transform: translateY(100px);
  }
}




/* ----- footer ----- */
footer {
  padding: 0.5rem 0;
  align-self: stretch;
  text-align: center;
  font-size: 0.8rem;
  background: #333333;
}






















































