@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  background-color: #ffffff;
  background-image: url(image/haikei-02.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* header */

.header-inner { 
  max-width: 1200px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-text-01 {
  padding-bottom: 10px;
  color: #817c7c;
}

.header-logo {
  display: block;
  width: 250px;
}

.header-text-02 {
  display: flex;
  font-size: 35px;
  line-height: 1.5;
  padding-right: 20px;
  width: 100%;
}

.header-text-02 li + li {
  padding-left: 10px;
}

.header-text-03 {
  text-align: right;
  font-size: 18px;
  padding-right: 20px;
}

.header-right-line {
  display: flex;
  align-items: center;
}

.qr p {
  padding: 5px;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background-color: rgb(37, 209, 60)
}

.nav {
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.nav-list {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  border-left: 1px dotted #000000;
}

.nav-list:last-child {
  border-right: 1px dotted #000000;
}

.nav-list .link {
  padding-bottom: 5px;
  font-size: 18px;
}

.nav-list a:hover {
  color: #ff0000;
  transition-duration: 0.2s;
}

/* main*/

.service-image {
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 1.5rem;
  text-align: center;
  line-height: 1.3;
}

h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ff0000;
}

.stepbar {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #dedede;
  }
  
  .stepbar .stepbarwrap .triangle {
    content: "";
    display: block;
    width: 0;
    border: solid 1em transparent;
    border-top-color: #dedede;
    margin: 0 auto;
  }
  
  .stepbar .stepbarwrap .steptitle span {
    display: block;
    font-weight: bold;
    margin: 1em auto;
    color:rgb(255, 0, 34)
  }
  
  .stepbar .stepbarwrap .title {
    font-size: 1.2em;
    font-weight: bold;
  }
  
  .stepbar .stepbarwrap .txt {
    width: 90%;
    display: block;
    margin: 1em auto;
    font-size: 18px;
  }

  .stepbarwrap {
    padding-bottom: 40px;
  }
  
  .stepbar:first-of-type .triangle:first-of-type {
    display: none;
  }
  
  .stepbar:last-of-type .stepbarwrap:last-of-type {
    border-bottom: 1px solid #dedede;
  }

  .tel {
    font-size: 35px;
  }


.button2 {
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}

.btn,
a.btn,
button.btn {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn-border-shadow--color2 {
  border-radius: 100vh;
}

a.btn-border-shadow--color2:before {
  border-radius: 100vh;
  -webkit-box-shadow: 3px 3px 0 #78e5e5;
  box-shadow: 3px 3px 0 #78e5e5;
}

.map {
  max-width: 1200px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.map iframe {
  display: block;
  width: 100%;
  height: 380px;
  margin-top: 10px;
}

.sns {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 50px;
}


/* fotter */

.footer {
  max-width: 1200px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer p {
  padding-top: 10px;
}

/* 便利屋ささきとは */

article {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 1.5;
}

article p {
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.pan-list-content {
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pan-list-content li {
  display: flex;
  color:rgb(157, 161, 157)
}

.pan-list-content li::after{
  content: '/';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}

.pan-list-content li:last-child::after{
  display: none;
}

@media (max-width: 950px) {

  .header-inner {
    display: block;
  }

  .header-text-01 {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
  }

  .header-logo {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .header-right-line {
    display: block;
  }

  .header-text-02 {
    text-align: center;
    display: block;
  }

  .header-text-02 li {
    font-size: 35px;
  }

  .header-inner{
    display: block;
    height: auto;
  }

  .header-text-03 {
    text-align: center;
    font-size: 18px;
  }

  .qr {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .qr p {
    text-align: center;
    width: 100px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav {
    margin-top: 30px;
  }

  .nav-list {
    font-size: 25px;
  }

  .nav-list .link {
    font-size: 14px;
  }

}

@media (max-width: 678px) {
  .header-text-01 {
    font-size: 10px;
  }

  .header-logo {
    width: 200px;
  }

  .nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-list {
    border-left: none;
  }
  
  .nav-list:last-child {
    border-right: none;
  }

  .service {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 20px;
}



  
}