/* CSS Document */
#contents h2 {
  padding: 30px 10px;
}
#contents h2 img {
  width: auto;
}

.page_head {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page_head dt {
  margin-bottom: 20px;
}
.page_head dt img {
  display: inline-block;
  margin-bottom: 20px;
}

.main__contents {
  line-height: 1.6;
}
.main__contents * {
  box-sizing: border-box;
}
.main__contents .sp {
  display: none;
}
.main__contents .qr_pc {
  position: relative;
}
.main__contents .qr_pc a {
  display: inline-block;
  position: absolute;
  top: 4.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main__contents img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main__contents .ac {
  text-align: center;
}
.main__contents .ft_pink {
  color: #EB6DA5;
}
.main__contents .bg_wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 44px 20px 50px;
}
.main__contents .ohover {
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
.main__contents .ohover:hover {
  opacity: 0.7;
}
.main__contents .text02 {
  font-size: 18px;
  color: white;
  background: url(images/bg01.png) center no-repeat;
  background-size: 100% 100%;
  max-width: 825px;
  margin: 0 auto;
  padding: 15px 0;
}
.main__contents .text03 {
  text-align: center;
}
.main__contents .text03 span {
  display: inline-block;
  text-align: left;
}

.smartfunction_contact {
  width: 390px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #3d3939;
  text-align: center;
}
.smartfunction_contact_name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.smartfunction_contact_tel {
  margin-bottom: 20px;
}
.smartfunction_contact_tel_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #90d0c0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.smartfunction_contact_tel_link:hover {
  opacity: .8;
}
.smartfunction_contact_tel_icon {
  flex: 0 0 auto;
  width: 40px;
  height: auto;
  margin-right: 6px;
}
.smartfunction_contact_tel_number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}
.smartfunction_contact_hours_title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.smartfunction_contact_hours {
  width: 100%;
  margin: 0 auto 10px;
}
.smartfunction_contact_hours_row {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 5px;
}
.smartfunction_contact_hours_row dt {
  padding: 2px 8px;
  border: 1px solid #777;
  line-height: 1.2;
}
.smartfunction_contact_hours_row dd {
  font-size: 17px;
  text-align: left;
  white-space: nowrap;
}
.smartfunction_contact_closed {
  color: #eb6da5;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .main__contents .pc {
    display: none !important;
  }
  .main__contents .sp {
    display: block;
  }
  .main__contents .qr_sp {
    position: relative;
  }
  .main__contents .qr_sp a {
    display: inline-block;
    position: absolute;
    top: 3.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .smartfunction_contact_name {
    font-size: 18px;
  }
  .smartfunction_contact_tel_icon {
    width: 36px;
    margin-right: 5px;
  }
  .smartfunction_contact_tel_number {
    font-size: 29px;
  }
  .smartfunction_contact_hours_row {
    grid-template-columns: 105px 1fr;
    gap: 10px;
  }
  .smartfunction_contact_hours_row dd {
    font-size: 14px;
  }
  .smartfunction_contact_closed {
    font-size: 14px;
  }
}
