@charset "UTF-8";
/* Scss Document */
.area01 {
  width: 100%;
  padding-bottom: 70px;
}
.area01__inner {
  width: 550px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .area01__inner {
    width: 93.75%;
  }
}
.area01__inner .map {
  width: 100%;
  margin: 40px auto 0;
}
.area01__inner .map_info {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .area01__inner .map_info {
    font-size: 17px;
  }
}
.area01__inner .google_map {
  margin-top: 36px;
}
.area01__inner .google_map .access_point {
  width: 40px;
  margin: auto;
}
.area01__inner .google_map p {
  font-size: 18px;
  margin-top: 0.5em;
  font-weight: 700;
  text-align: center;
}
.area01__inner .google_map:hover {
  opacity: 0.8;
}

.area02 {
  width: 100%;
  padding-bottom: 70px;
}
.area02__inner {
  width: 600px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .area02__inner {
    width: 93.75%;
  }
}
.area02__inner .read {
  margin-top: 36px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  color: #005fa3;
}
@media screen and (max-width: 480px) {
  .area02__inner .read {
    font-size: 21px;
  }
}
.area02__inner .recruit_area {
  margin-top: 36px;
}
.area02__inner .recruit_area > p {
  position: relative;
  padding-left: 1.25em;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 480px) {
  .area02__inner .recruit_area > p {
    font-size: 18px;
  }
}
.area02__inner .recruit_area > p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "★";
  display: block;
  color: #71c7d1;
}
.area02__inner .recruit_area table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #999;
}
.area02__inner .recruit_area table th, .area02__inner .recruit_area table td {
  font-size: 18px;
  line-height: 1.5;
  padding: 0.5em 1em;
  border: 1px solid #999;
  vertical-align: middle;
}
.area02__inner .recruit_area table th {
  width: 4em;
  background: #fffde5;
}
.area02__inner .recruit_area table + p {
  margin-top: 2em;
}
.area02__inner .recruit_area .other_info {
  margin-top: 2em;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .area02__inner .recruit_area .other_info {
    font-size: 18px;
  }
}
.area02__inner .recruit_area .other_info p.info01 {
  position: relative;
  padding-left: 3em;
}
.area02__inner .recruit_area .other_info p.info01::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "待遇：";
  display: block;
}
.area02__inner .recruit_area .other_info p.info02 {
  position: relative;
  padding-left: 3em;
}
.area02__inner .recruit_area .other_info p.info02::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "応募：";
  display: block;
}

.area03 {
  width: 100%;
  padding-bottom: 40px;
}
.area03__inner {
  margin: auto;
}
@media screen and (max-width: 480px) {
  .area03__inner {
    width: 93.75%;
  }
}
.area03__inner .telephone_number {
  margin-top: 40px;
  text-align: center;
}
.area03__inner .telephone_number ul li {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 62px;
  line-height: 1.5;
  text-shadow: 3px 3px 1px #ccc;
}
@media screen and (max-width: 480px) {
  .area03__inner .telephone_number ul li {
    font-size: 46px;
  }
}
.area03__inner .telephone_number ul li a {
  color: #005fa3;
}
.area03__inner .telephone_number ul li .ss {
  position: relative;
}
.area03__inner .telephone_number ul li .ss::before {
  position: absolute;
  left: 0;
  top: -.5em;
  content: "スイミングスクール";
  display: block;
  font-size: .338em;
  font-family: 'M PLUS 1p', sans-serif;
  color: #e9528e;
  text-shadow: none;
}
.area03__inner .telephone_number ul li .fc {
  position: relative;
}
.area03__inner .telephone_number ul li .fc::before {
  position: absolute;
  left: 0;
  top: -.5em;
  content: "フィットネスクラブ";
  display: block;
  font-size: .338em;
  font-family: 'M PLUS 1p', sans-serif;
  color: #ed6d34;
  text-shadow: none;
}
.area03__inner .telephone_number ul li .small {
  font-size: 0.75em;
}
.area03__inner .times {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .area03__inner .times {
    font-size: 18px;
  }
}
