@charset "UTF-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  background-color: #000000;
  }

/*ヘッダー*/
header {
  width: 100%;
  height: 200px;
  background-color: #000000;
   }

.headerbox {
  background-color: #000000;
  width: 1200px;
  height: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
 }

.headerbox-top{
  width: 1200px;
  height: 2.3rem;
  margin-top: 0.5rem;
}

.headerbox-top2 {
  display: flex;
  width: 1200px;
  height: 40px;
  margin-bottom: 1rem;
}

.headerbox1{
  width: 40px;
  height: 40px;
  margin-right: 0;
}

.headerspace{
  width: 85px;
  height: 40px;
}

.headerbox2 {
  width: 1035px;
  height: 40px;
  align-items: center;
  }

.contactbox {
  width: 1200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/contact-back.jpg");
  border-bottom: #eb6000 solid 1px;
}

.contactbox2 {
  width: 1200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
 }

.contactbox2 img {
  display: block;
  margin: auto;
 }

a[href^="tel:"]{
    pointer-events: none;
  }

/*パンクズ*/
.pankuzu{
  width: 1160px;
  height: 30px;
  list-style: none;
  font-size: 1.4rem;
  margin: 0 auto;
}

.pankuzu ul {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0;
}

.pankuzu li {
  float: left;
  list-style-type: none;
}

.pankuzu li:after {
  content: '>';
  padding-left: 10px;
  padding-right: 10px;
  color: #c0c0c0;
}

.pankuzu li:last-child:after {
  content: '';
}

.pankuzu li a {
  color: #f8f8f8;
  text-decoration: none;
  float: left;
}

.pankuzu li a:hover {
  color: #eb6000;
}
/*ハンバーガーメニューボタン*/
.menu-btn {
    position: fixed;
	float: right;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 50;
    background-color: #303030;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check {
    display: none;
}
/*ハンバーガーメニューボタンここまで*/
/*ハンバーガーメニュー装飾*/
.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #101010;
    transition: all 0.3s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content ul li a:hover{
	color: #eb6000;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}


#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
/*ハンバーガーメニュー装飾ここまで*/

/*トップへ戻る*/
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #404040;
    border: 1px solid #606060;
    padding-top: 25px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 1.7rem;
    text-decoration: none;
    color: #f8f8f8;
	opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #f8f8f8;
    border-right: 2px solid #f8f8f8;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}

/*フォント*/

html {
font-size: 62.5%;
color: #f8f8f8;
height: -webkit-fill-available;
font-family:  "Helvetica Neue", Arial, sans-serif,Noto Sans CJK JP;
line-height: 1.7;
scroll-behavior: smooth;
}

h1 {
  font-size: 2.2rem;
  width: 100%;
  height: auto;
  font-weight: bold;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #161616;
}

h2 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: normal;
}

h3 { /*見出し*/
  font-size: 1.6rem;
  font-weight: 550;
  color: #f8f8f8;
  padding-top: 22px;
}

h4 {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left;
  width: 100%;
  line-height: 3rem;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  background-color: #161616;
  border-bottom: #eb6000 solid 1px;
}

h5 {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left;
  width: 1200px;
  line-height: 25px;
  margin-top: 5px;
  padding-left: 20px;
  margin-bottom: 15px;
  border-bottom: #eb6000 solid 1px;
}

h6 { /*サイトマップ見出し*/
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding-left: 2rem;
}

p {
  font-size: 1.3rem;
  }

p2 {
  font-size: 1.6rem;
}

p3 {
  font-size: 1.3rem;
  margin-left: 15px;
}

p4 { 
  font-size: 1.6rem;
  font-weight: bolder;
  color: #eb6000;
  }
p5 {
  font-size: 1.3rem;
  font-weight: 500;
}

p6 {
  font-size: 1.6rem;
  padding-left: 40px;
  padding-bottom: 100px;
}

p7 {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

p8 {
  font-size: 1.1rem;
  text-align: center;
}

p9 { /*サイトマップ中身*/
  font-size: 1.5rem;
  text-align: left;
  padding-left: 5rem;
}

dt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #eb6000;
  }
dd {
  font-size: 1.3rem;
  font-weight: 500;
}

.bottom-space {
  margin-bottom: 2rem;
}

.fc {
  color: #eb6000;
}


/*セクション*/
.main {
  width: 1200px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
  background-color: #000000;
  }

.main::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}

.section1 { /*トップ*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1160px;
  height: auto;
  margin: 0 auto;
}

.sec1 {
  width: 273px;
  height: 273px;
  background-color: #202020;
  text-align: center;
  border: #606060 solid 1px;
  box-sizing: border-box;
  margin-bottom: 20px;
  }

.sec1 a {
  text-decoration: none;
}

.sec1 img {
  display: block;
  width: 271px;
  height: 201px;
  margin-top: 0px;
}

.section2 { /*注意事項*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 1160px;
  height: auto;
  margin: 0 auto;
}

.sec2 {
  width: 570px;
  height: 203px;
  display: flex;
  background-color: #202020;
  border: #eb6000 solid 1px;
  box-sizing: border-box;
  
}

.sec2 img {
  display: block;
  float: left;
  width: 275px;
  height: 201px;
  margin-top: 0px;
  margin-left: 0px;
}

.sec2-text {
  margin: 15px;
}

.section3 { /*修理例ページ*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 1160px;
  height: auto;
  margin: 0 auto;
}

.sec3 {
  width: 570px;
  height: 428px;
  display: flex;
  border: #606060 solid 1px;
  box-sizing: border-box;
  margin-bottom: 15px;
  
}

.sec3 img {
  display: block;
  width: 568px;
  height: 426px;
}

.section4 { /*お問い合わせ*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  height: auto;
  margin: 0 auto;
}


.section-text { /*文字のみのページ*/
  width: 1140px;
  height: auto;
  margin: 0 auto;
  }

.section-text a {
  text-decoration: none;
  color: #f8f8f8;
}

.section-text a:hover {
  color: #eb6000;
}

.sections { /*サイトマップ*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  width: 1160px;
  height: auto;
  margin: 0 auto;
}

.secs { /*サイトマップ親*/
  width: 1140px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.secs1 { /*サイトマップ小*/
  width: 275px;
  height: auto;
  padding-bottom: 2rem;
}

.secs1 a {
  text-decoration: none;
  color: #f8f8f8;
}

.secs1 a:hover {
  color: #eb6000;
}

/*概要・表記・ポリシー等*/
.table1 {
  width: 1140px;
  height: auto;
  margin: 0 auto;
  border-collapse: collapse;
}

tr {
  border-top: #303030 solid 1px;
  border-bottom: #303030 solid 1px;
}

.td {
  width: 260px;
  height: 70px;
  background-color: #101010;
  font-size: 1.4rem;
  color: f8f8f8;
  text-align: left;
  padding-left: 10px;
  padding-top: 4px;
}

.td1 {
  width: 880px;
  height: 70px;
  font-size: 1.4rem;
  color: f8f8f8;
  text-align: left;
  padding-left: 10px;
  padding-top: 4px;
  background-color: #202020;
}

.td2 {
  width: 850px;
  height: auto;
  font-size: 1.4rem;
  color: f8f8f8;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 15px;
  background-color: #202020;
}

.table1 a {
  text-decoration: none;
  color: #f8f8f8;
}

.table1 a:hover {
  color: #eb6000;
}

/*お問い合わせ*/
.tablec {
  width: 380px;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  display: inline-block;
  border-collapse: collapse;
  border: none;
}

.thc {
  width: 380px;
  height: 50px;
  font-size: 1.5rem;
  color: #f8f8f8;
  text-align: center;
  vertical-align: center;
  background-color: #202020;
  border-top: #808080 solid 1px;
  border-bottom: #808080 solid 1px;
}

.tdc {
  width: 380px;
  height: 170px;
  text-align: center;
  background-color: #000000;
}

.tdc a {
 
}

.tdc1 {
  width: 380px;
  height: 290px;
  text-align: left;
  vertical-align: top;
  font-size: 1.3rem;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #202020;
  border-top: #808080 solid 1px;
  border-bottom: #808080 solid 1px;
}

/*料金・工賃*/
.tablep {
  width: 1140px;
  height: auto;
  margin: 0 auto;
  border-collapse: collapse;
  border: #303030 solid 1px;
}

.tdp {
  width: 260px;
  height: 70px;
  background-color: #101010;
  font-size: 1.4rem;
  color: f8f8f8;
  text-align: left;
  padding-left: 10px;
  padding-top: 4px;
}

.tdp1 {
  width: 880px;
  height: 70px;
  font-size: 1.6rem;
  color: f8f8f8;
  text-align: left;
  padding-left: 20px;
  padding-top: 4px;
  background-color: #202020;
}

.tdp2 {
  width: 228px;
  height: 70px;
  text-align: center;
  font-size: 1.4rem;
  color: f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #101010;
}

.tdp3 {
  width: 228px;
  height: 70px;
  text-align: right;
  font-size: 1.6rem;
  color: f8f8f8;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #202020;
}


/*フッター*/
footer {
  clear: both;
  width: 1200px;
  height: 80vh;
  background-color: #000000;
  border-top: #eb6000 solid 1px;
}

footer a {
  text-decoration: none;
}

.sectionf { /*フッターボックス*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1160px;
  height: auto;
  margin: 0 auto;
}

.tf1{
  width: 280px;
  height: auto;
  text-align: left;
  font-size: 1.3rem;
  margin-top: 1.5rem;
}

.tf1 img {
  width: 55px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-right: 1rem;
}

.tf2 {
  width: 300px;
  height: auto;
  text-align: left;
}

.tf3 {
  width: 560px;
  height: auto;
  margin-top: 1.5rem;
}

.copy { /*footer copyright*/
  font-size: 1.1rem;
  text-align: center;
}

footer2{
  clear: both;
  width: 1200px;
  height: 80px;
  background-color: #000000;
 }

footer2 img{
  text-align: center;
}



