/*サービスメニュー*/
.service-menu {
  padding: 40px 0;
}


.service-menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-menu ul li {
  max-width: 275px;
  width: 20%;
  height: 110px;
}

.service-menu ul li a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 0 10px;
}

.service-menu ul li a::before {
  content:'\f107';
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}


/*サービスメッセージ*/
.service-message {
  background-color: rgba(255, 255, 230, 0.5);
  padding: 60px 0;
  text-align: center;
}

.service-message h2 {
  margin-bottom: 25px;
  font-weight: bold;
}

/*サービス特徴*/
.service-chara {
  padding: 80px 0;
}

.service-chara > p {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 60px;
}
.service-chara h2 {
  border-bottom: 2px solid #707070;
  margin-bottom: 30px;
}

.service-chara ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.service-chara-img {
  width: 30%;
  margin-right: 50px;
}

.service-chara-ex {
  flex: 1;
  padding-top: 10px;
}

.service-chara-ex h3 {
  padding-bottom: 5px;
  border-bottom: 2px dashed #707070;
  margin-bottom: 20px;
}
/*サービス中間画像*/
.service-middle {
  max-height: 300px;
  overflow: hidden;
}

/*サービス料金*/
.service-price {
  padding-top: 100px;
  margin-bottom: 80px;
}

.service-price h2 {
  margin-bottom: 60px;
  text-align: center;
}

.service-price table {
  width: 100%;
}

.service-price table tr td:first-of-type {
  background-color: #FFCC99;
  width: 30%;
  text-align: center;
  padding: 40px 10px;
  font-size: 2rem;
}

.service-price table tr td:nth-of-type(2) {
  border-bottom:2px solid #FFCC99;
  border-right:2px solid #FFCC99;
  width: 70%;
  text-align: center;
  padding: 40px 10px;
  font-size: 2rem;
}

.service-price table tr:first-of-type td:nth-of-type(2) {
  border-top:2px solid #FFCC99;
}

.service-price table tr td:nth-of-type(1) {
  border-bottom:2px solid #ffffff;
}

.service-price table tr:last-of-type td:nth-of-type(1) {
  border-bottom:2px solid #FFCC99;
}

.service-price table tr:first-of-type td:nth-of-type(1) {
  border-top:2px solid #FFCC99;
}


/*ご利用いただくには*/
.service-howto {
  margin-bottom: 100px;
}

.service-howto h2 {
  text-align: center;
  margin-bottom: 30px;
}

.service-howto ul {
  max-width: 800px;
  margin: 0 auto 50px;
}

.service-howto ul li:not(:last-of-type) {
  margin-bottom: 40px;
}
.service-howto ul li h3 {
  font-size: 2rem;
  position: relative;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 20px;
}

.service-howto ul li h3::before {
  position: absolute;
  top: 0;
  left: -20px;
}

.service-howto ul li:nth-of-type(1) h3::before {
  content:'【1】';
}
.service-howto ul li:nth-of-type(2) h3::before {
  content:'【2】';
}
.service-howto ul li:nth-of-type(3) h3::before {
  content:'【3】';
}
.service-howto ul li:nth-of-type(4) h3::before {
  content:'【4】';
}
.service-howto ul li:nth-of-type(5) h3::before {
  content:'【5】';
}
.service-howto ul li:nth-of-type(6) h3::before {
  content:'【6】';
}

.service-howto ul li p {
  padding-left: 20px;
}

/*利用注意*/
.service-attention {
  max-width: 700px;
  margin: 0 auto;
  background-color: #FFFFE6;
  border: 1px solid #707070;
  padding: 20px;
}

/*見学会の実施*/
.service-view {
  padding-bottom: 30px;
  position: relative;
  background-color: rgba(255, 255, 250, 0.7);
}

.service-view::before {
  background-image: url(../img/servicestartback.png);
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: 200%;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.service-view h2 {
  text-align: center;
  margin-bottom: 30px;
}

.service-view .wrapper > div {
  display: flex;
  flex-wrap: wrap;
}

.service-view .wrapper > div p {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.service-view .wrapper > div > div {
  width: 50%;
} 

/*連絡先*/
.service-call {
  background-color: rgba(255, 255, 230, 0.2);
  padding-bottom: 50px;
  padding-top: 50px;
}

.service-call > div {
  max-width: 300px;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
  text-align: center;
  background-color: white;
  border: 1px solid #707070;
  padding: 10px;
}

.service-call > div h2 {
  margin-bottom: 6px;
  font-size: 2.4rem;
}

.service-call .btn1 {
  max-width: 380px;
  margin: 0 auto;
  width: calc(100% - 20px);
}

/*タブレット*/
@media (max-width: 1024px) {
 
}


/*スマホ*/
@media (max-width: 768px) {
  .service-menu ul {
    justify-content: space-around;
  }
  .service-menu ul li {
    max-width: 275px;
    width: 40%;
    height: 110px;
    margin-bottom: 40px;
  }

  .service-message h2 {
    margin-bottom: 25px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
  }
  .service-message p {
    text-align: left;
    display: inline-block;
  }

  .service-chara {
    padding-bottom: 0;
  }

  .service-chara ul li {
    margin-bottom: 80px;
  }

  .service-chara-img {
    width: 100%;
    max-width: 300px;
    margin-right: 0px;
    margin: 0 auto;
  }
  
  .service-chara-ex {
    flex: inherit;
    width: 100%;
    padding-top: 10px;
  }
  
  .service-chara-ex h3 {
    padding-bottom: 5px;
    border-bottom: 2px dashed #707070;
    margin-bottom: 20px;
  }

  .service-view .wrapper > div p {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  
  .service-view .wrapper > div > div {
    width: 100%;
    text-align: center;
  }

  .service-view .wrapper > div > div img {
    max-width: 300px;
    width: 100%;
  }
}