@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: none; }
.only_sp { display: block; }

/*
h1 {
  margin: 1.0rem 0;
  font-size: 2.5rem;
  background: #333333;
}
*/

h3 {
  font-weight: bolder;
}


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

section#Conpany {
  width: 100%;
  margin: 0;
  padding: 2.0rem 0;
}

section#Service {
  width: 100%;
  margin: 0;
  padding: 2.0rem 0 0;
}

section#Contact {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  opacity: 0;
  transform: translateY(100px);
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}


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


/* ----- ttl ----- */
h1 {
  width: 100%;
  margin: 0 0 2.0rem;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.6rem;
  background: #333333;
}

h1 span.tti-h1 {
  padding-left: 0.5rem;
  font-size: 75%;
  text-shadow: 0.1rem 0.1rem rgba(51, 51, 51, 1);
}

h2 {
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  background: rgba(34, 34, 34, 0.5);
}


/* ----- 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.txtContents {
  width: 100%;
  margin: 0;
  padding: 0;
}

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


/* ----- menu contents ----- */
ul.Box_menuContents {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  background: #C60505;
  justify-content: center;
  align-items: center;
}

ul.Box_menuContents li {
  align-self: stretch;
}


/* ----- menu contents ----- */
ul.Box_imageContents {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-content: flex-start;
}

ul.Box_imageContents li {
  width: 50%;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
}

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

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

ul.Box_imageContents li img {
  display: block;
  width: 100%;
  height: auto;
}


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


/* ----- thum images ----- */
ul.Box_imagethum-sp {
  display: block;
  width: 100%;
}

ul.Box_imagethum-sp li.Box_thum {
  padding-bottom: 1.0rem;
}

ul.Box_imagethum-sp li.Box_thum:last-type {
  padding-bottom: 0;
}


ul.Box_imagethum-sp li.Box_thum img.thum_sp {
  display: block;
  width: 100%;
}


/* ----- TOP ----- */
.Box_Main-ttl_sp {
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 1.0rem;
  position: relative;
}

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

/*
.Box_Main-ttl_sp ul.Main_ttl li:nth-child(1) {
  padding-bottom: 0.5rem;
}

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

.Box_Main-ttl_sp p {
  width: 100%;
  font-size: 2.0rem;
  text-align: center;
  align-self: center;
  text-shadow: 0.1rem 0.1rem rgba(51, 51, 51, 1);
}

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

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



/* ----- Logo ----- */
.Box_Main-ttl_sp ul.Main_ttl li.ttl_txt-conpany {
  padding: 1.0rem 0 2.0rem;
}

.Box_Main-ttl_sp img.Logo_SP {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.Box_Main-ttl_sp p.ttl-hd {
  font-size: 2.0rem;
  line-height: 100%;
}



/* ----- Conpany ----- */
.Box_Conpany {
  width: 100%;
  padding: 0 2.0em 0;
}

.Box_googleMap {
  width: 100%;
  margin-top: 0.5rem;
  padding-top: 75%; /* = height ÷ width × 100 */
  position: relative;
}

.Box_googleMap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

p.txt_TEL {
  padding-bottom: 1.0rem;
}

p.txt_TEL span {
  display: block;
  font-size: 0.8rem;
}



/* ----- Service ----- */
.Box_Service {
  width: 100%;
  margin: 0 0 5.0rem;
  padding: 0 2.0em 0;
}

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



/* ----- Car Rental ----- */
.Box_CarRental {
  width: 100%;
  height: 50vh;
  padding: 2.0em 1.0em;
}



/* ----- Contact ----- */
.Box_Contact {
  width: 100%;
  height: 100vh;
  padding: 2.0em 1.0em 0;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  transform: translateY(100px);
}

li.Contact_Mail,
li.Contact_TEL {
  width: 50%;
  text-align: center;
}

/* --- メール --- */
li.Contact_Mail {
  margin-right: 0.25rem;
  box-sizing: border-box;
}

/* --- TEL --- */
li.Contact_TEL {
  margin-left: 0.25rem;
  box-sizing: border-box;
}

a.Contact {
  display: flex;
  width: 100%;
  padding: 0.4rem 0;
  justify-content: center;
  /* border: 1px solid #FFFFFF; */
}

a.Contact img.Contact {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}

a.Contact p {
  height: 1.2rem;
  margin-left: 0.2rem;
  line-height: 120%;
}


/* ----- animation ----- */

/* --- Contact UP --- */
#Contact.UpMove {
    animation: UpAnime 0.5s forwards;
}

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

/* --- Contact DOWN --- */
#Contact.DownMove {
    animation: DownMove 0.5s forwards;
}

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


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







































