@charset "UTF-8";
@media (max-width: 700px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 700px) {
  .sp-only {
    display: block !important;
  }
}

.sawayaka-toilet {
  color: black;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 701px) {
  .sawayaka-toilet {
    margin-top: 15px;
  }
}
@media (max-width: 700px) {
  .sawayaka-toilet {
    font-size: 14px;
    line-height: 26px;
    margin-top: 22px;
  }
}
.sawayaka-toilet img {
  vertical-align: bottom;
  max-width: 100%;
}
.sawayaka-toilet a {
  text-decoration: none;
}
.sawayaka-toilet a:hover {
  text-decoration: underline;
}
.sawayaka-toilet a img {
  transition: all ease 250ms;
}
.sawayaka-toilet a img:hover {
  opacity: 0.6;
}
.sawayaka-toilet a strong {
  font-weight: 600;
}
.sawayaka-toilet ul {
  padding-left: 0;
}
.sawayaka-toilet ul li {
  list-style: none;
}
.sawayaka-toilet .inner {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .sawayaka-toilet .inner {
    width: 100%;
    max-width: 386px;
  }
}
.sawayaka-toilet .sub-title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 700px) {
  .sawayaka-toilet .sub-title {
    margin-bottom: 22px;
  }
}
.sawayaka-toilet .sub-title span {
  font-size: 34px;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(transparent 0%, #fff100 30%, #fff100 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 8px;
}
@media (max-width: 700px) {
  .sawayaka-toilet .sub-title span {
    font-size: 24px;
    padding-bottom: 4px;
  }
}
.sawayaka-toilet .sub-title span small {
  font-size: 16px;
}
@media (max-width: 700px) {
  .sawayaka-toilet .sub-title span small {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .sawayaka-toilet .sub-title span.line02 {
    margin-top: 5px;
  }
}

.page_link {
  position: relative;
  top: -50px;
  display: block;
}
@media (max-width: 700px) {
  .page_link {
    top: -10px;
  }
}

#content01 {
  top: -100px;
}

/*KV*/
@media (max-width: 700px) {
  .kv {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/*リード*/
.lead {
  text-align: center;
  margin-top: 45px;
  background-image: url("title-bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-bottom: 80px;
}
@media (max-width: 700px) {
  .lead {
    margin-top: 12px;
    background-image: url("title-bg_sp.png");
    padding-bottom: 50px;
  }
}

.title {
  color: #244499;
  font-size: 32px;
  font-weight: 800;
  background-image: url("title-line_pc.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-top: 16px;
  padding-bottom: 45px;
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 1;
  font-family: sans-serif;
}
@media (max-width: 700px) {
  .title {
    background-image: url("title-line_sp.png");
    font-size: 24px;
    line-height: 36px;
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 23px;
  }
}
.title span {
  color: #ff7caf;
}

.lead-contents {
  margin-top: 50px;
  margin-bottom: 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .lead-contents {
    margin-top: 30px;
    margin-bottom: 75px;
  }
}
.lead-contents li {
  flex-basis: 190px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 700px) {
  .lead-contents li {
    flex-basis: calc((100% - 12px) / 3);
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .lead-contents li:nth-child(1), .lead-contents li:nth-child(4) {
    margin-left: 0;
  }
  .lead-contents li:nth-child(3), .lead-contents li:nth-child(5) {
    margin-right: 0;
  }
}
.lead-contents li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #3471CE;
  background: linear-gradient(90deg, #3471ce 0%, #39a8ec 100%);
  border: 2px solid #fff;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 700px) {
  .lead-contents li a {
    height: 30px;
    border: 1px solid #fff;
    font-size: 11px;
    padding-right: 22px;
  }
}
.lead-contents li a:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("icon-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .lead-contents li a:after {
    width: 11px;
    height: 11px;
    right: 8px;
  }
}
