@media only screen and (max-width: 767px) {
  header h1 {
    top: 2vw;
  }
}
#sec1 {
  position: relative;
  padding: 53vw 0 15vw;
}
#sec1 .group .info {
  margin-bottom: 5vw;
  border-bottom: 1px solid #959493;
  padding-bottom: 4vw;
}
#sec1 .group .info .car-num span {
  display: inline-block;
  padding: 1% 5%;
  background: #5ca2a5;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4vw;
}
#sec1 .group .info .ttl {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1vw;
  line-height: 1.2;
}
#sec1 .group .info .name {
  margin-bottom: 3vw;
  line-height: 1.5;
  word-break: break-word;
}
#sec1 .group .info .ttl2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1;
  align-items: center;
  word-break: break-word;
}
#sec1 .group .info .ttl2 dt {
  background: #333333;
  color: #fff;
  text-align: center;
  padding: 5px 6%;
  margin-right: 10px;
}
#sec1 .group .js-slide {
  position: relative;
}
#sec1 .group .js-slide .stamp1,
#sec1 .group .js-slide .stamp2 {
     position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
    background: rgba(191, 42, 45, 0.8);
    color: #fff;
    width: 60%;
    text-align: center;
    padding: 2% 0;
    font-weight: 600;
    box-sizing: border-box;
    font-size: 4.5vw;
}

#sec1 .group .js-slide .stamp2 {
  background: rgba(199, 170, 52, 0.8);
}

#sec1 .group .js-slide .slider-thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5vw;
}
#sec1 .group .js-slide .slider-thumb .thumb {
  margin-right: 1%;
  position: relative;
  width: calc((100% / 5) - 1%);
  margin-bottom: 1vw;
}
#sec1 .group .js-slide .slider-thumb .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #c74b6f;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
#sec1 .group .js-slide .slider-thumb .thumb:nth-child(5n + 5) {
  margin-right: 0;
}
#sec1 .group .js-slide .slider-thumb .thumb.active::before {
  opacity: 1;
  visibility: visible;
}
#sec1 .group .spec dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 3vw;
  letter-spacing: 1px;
  line-height: 24px;
}
#sec1 .group .spec dl dt {
  background: #e2ddcf;
  width: 100px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
#sec1 .group .spec dl dd {
  background: rgba(226, 221, 207, 0.3);
  width: calc(100% - 100px);
  padding: 5px 9px;
  box-sizing: border-box;
  word-break: break-word;
}
#sec1 .group .spec .row2 .ttl-fax {
  text-align: center;
  font-size: 18px;
  margin-bottom: 3vw;
  margin-top: 6vw;
}
#sec1 .group .spec .row2 .ttl-fax span::before {
  content: "";
  background: url("../img/shared/icon_fax_2.png") no-repeat;
  width: 23px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-size: 100%;
}
#sec1 .group .spec .row2 .gr-btn {
  justify-content: center;
}
#sec1 .group .spec .row2 .gr-btn .btn {
  border: 1px solid #000;
  margin: 0 5px;
}
#sec1 .group .spec .row2 .gr-btn .btn a {
  padding: 5px 7px;
}
#sec1 .contact {
  padding: 10vw 0 10vw;
  border-top: 3px solid #389ea3;
  margin-top: 9vw;
}
#sec1 .contact h2 {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 2vw;
  letter-spacing: 0.1em;
}
#sec1 .contact .time {
  text-align: center;
  margin-bottom: 6vw;
}
#sec1 .contact .gr-tel .tel {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 4%;
  text-align: center;
  margin-bottom: 5vw;
}
#sec1 .contact .gr-tel .tel .tel-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 6vw;
  align-items: baseline;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#sec1 .contact .gr-tel .tel .tel-icon span {
  font-size: 3.5vw;
  margin-right: -1%;
}
#sec1 .contact .gr-tel .tel .tel-icon span img {
  width: 21%;
  margin-right: 3%;
}
#sec1 .contact .gr-tel .fax {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 4%;
  text-align: center;
}
#sec1 .contact .gr-tel .fax .fax-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 6vw;
  align-items: baseline;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#sec1 .contact .gr-tel .fax .fax-icon span {
  font-size: 3.5vw;
  margin-right: -1%;
}
#sec1 .contact .gr-tel .fax .fax-icon span img {
  width: 26%;
  margin-right: 5%;
  margin-top: -1vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 310px 0 20px;
  }
  #sec1 .group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #sec1 .group .info {
    margin-bottom: 28px;
    padding-bottom: 28px;
    width: 440px;
    align-self: flex-start;
    margin-left: auto;
  }
  #sec1 .group .info .car-num span {
    margin-bottom: 20px;
	font-size: 20px;

  }
  #sec1 .group .info .ttl {
    font-size: 24px;
    margin-bottom: -5px;
  }
  #sec1 .group .info .name {
    margin-bottom: 13px;
    font-size: 30px;
  }
  #sec1 .group .info .ttl2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  #sec1 .group .info .ttl2 dt {
    font-size: 20px;
    padding: 8px 23px;
  }
  #sec1 .group .js-slide {
    width: 558px;
    order: 2;
    position: absolute;
    left: 0;
    top: 0;
  }
  #sec1 .group .js-slide .stamp1,
  #sec1 .group .js-slide .stamp2 {
       width: 305px;
    padding: 9px;
    font-size: 26px;
    font-weight: 600;
    box-sizing: border-box;
  }
  #sec1 .group .js-slide .slider-thumb {
    margin-bottom: 20px;
    width: 507px;
  }
  #sec1 .group .js-slide .slider-thumb .thumb {
    margin-bottom: 6px;
    width: calc((100% / 6) - 1%);
    margin-right: 5px;
	cursor: pointer;
	height: 60px;
  }
  #sec1 .group .js-slide .slider-thumb .thumb img{
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
  #sec1 .group .js-slide .slider-thumb .thumb::before {
	      border-width: 4px;
  }
  #sec1 .group .js-slide .slider-thumb .thumb:hover{
	  opacity: 0.8;
	  transition: all 0.5s;
  }
  #sec1 .group .js-slide .slider-thumb .thumb:nth-child(5n + 5) {
    margin-right: 3px;
  }
  #sec1 .group .js-slide .slider-thumb .thumb:nth-child(6n + 6) {
    margin-right: 0;
  }
  #sec1 .group .spec {
    width: 439px;
    margin-left: auto;
  }
  #sec1 .group .spec dl {
    margin-bottom: 7px;
    line-height: 26px;
  }
  #sec1 .group .spec dl dt {
    width: 220px;
  }
  #sec1 .group .spec dl dd {
    padding: 5px 12px;
  }
  #sec1 .group .spec .row2 .ttl-fax {
    margin-bottom: 20px;
    margin-top: 31px;
    font-size: 24px;
    text-align: left;
    padding-left: 10px;
  }
  #sec1 .group .spec .row2 .ttl-fax span::before {
    width: 27px;
    height: 31px;
    margin-left: 0px;
  }

  #sec1 .group .spec .row2 .gr-btn {
    justify-content: flex-start;
  }
  #sec1 .group .spec .row2 .gr-btn .btn {
    width: 108px;
        text-align: center;
        font-size: 20px;
  }
  #sec1 .group .spec .row2 .gr-btn .btn:hover {
    opacity: 0.8;
  }
  #sec1 .contact {
    padding: 60px 0 20px;
    margin-top: 50px;
    border-width: 6px;
  }
  #sec1 .contact h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  #sec1 .contact .time {
    margin-bottom: 19px;
  }
  #sec1 .contact .gr-tel {
    display: flex;
    justify-content: space-between;
    width: 680px;
    margin: 0 auto;
  }
  #sec1 .contact .gr-tel .tel {
    margin-bottom: 19px;
    width: 330px;
    box-sizing: border-box;
    padding: 17px;
    border-radius: 10px;
  }
  #sec1 .contact .gr-tel .tel .tel-icon {
    font-size: 26px;
  }
  #sec1 .contact .gr-tel .tel .tel-icon span img {
    margin-top: -5px;
    width: 14px;
    margin-right: 3px;
  }
  #sec1 .contact .gr-tel .tel .tel-icon span {
    font-size: 18px;
  }
  #sec1 .contact .gr-tel .fax {
    width: 330px;
    box-sizing: border-box;
    padding: 17px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  #sec1 .contact .gr-tel .fax .fax-icon {
    font-size: 26px;
  }
  #sec1 .contact .gr-tel .fax .fax-icon span {
    font-size: 18px;
  }
  #sec1 .contact .gr-tel .fax .fax-icon span img {
    margin-top: -9px;
  }
}
