@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700,500,300,100);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Josefin+Sans:400,600,700,300,100);
.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.page_sec {
  padding: 70px 0;
}

@media only screen and (max-width: 735px) {
  .page_sec {
    padding: 30px 0;
  }
}

.s1 .txt01 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 50px;
}

@media only screen and (max-width: 735px) {
  .s1 .txt01 {
    width: 90%;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 auto 25px;
  }
}

.s1 .txt02 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 735px) {
  .s1 .txt02 {
    margin-bottom: 30px;
  }
}

.s1 .txt02 i {
  font-style: normal;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
}

@media only screen and (max-width: 735px) {
  .s1 .txt02 i {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
  }
}

.s1 .txt02 span {
  width: 170px;
  height: 170px;
  line-height: 170px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #f18301;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  margin-right: 20px;
}

@media only screen and (max-width: 735px) {
  .s1 .txt02 span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    font-size: .875rem;
  }
  .s1 .txt02 span:last-child {
    margin-right: 0;
  }
}

.s1 .txt03 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 735px) {
  .s1 .txt03 {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.s2 .txt01 {
  font-size: 28px;
  font-size: 1.75rem;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 600;
}

@media only screen and (max-width: 735px) {
  .s2 .txt01 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.s2 .txt01::before {
  width: 860px;
  height: 1px;
  background: #f18301;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 735px) {
  .s2 .txt01::before {
    width: 100%;
  }
}

.s2 .txt02 {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 735px) {
  .s2 .txt02 {
    margin-bottom: 20px;
  }
}

.s2 .txt03 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 735px) {
  .s2 .txt03 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.s2 .img_lists {
  margin-bottom: 40px;
}

@media only screen and (max-width: 735px) {
  .s2 .img_lists {
    margin-bottom: 30px;
  }
  .s2 .img_lists li {
    width: 50%;
    display: inline-block;
  }
}

.s3 {
  padding-bottom: 0;
}

.s3 .txt01 {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.s3 .txt01::before {
  width: 860px;
  height: 2px;
  background: #f18301;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 735px) {
  .s3 .txt01::before {
    width: 100%;
  }
}

.s3 .txt02 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 40px;
}

@media only screen and (max-width: 735px) {
  .s3 .txt02 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.s3 .txt03 {
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 735px) {
  .s3 .txt03 {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: .875rem;
  }
}

.s3 .img01 {
  /*margin-bottom: 100px;*/
  border: 2px solid #ccc;
}
.s3 .notes {
  margin-top: 5px;
  margin-bottom: 100px;
  text-align: right;
  font-size: 13px;
}

@media only screen and (max-width: 735px) {
  .s3 .img01 {
    margin-bottom: 20px;
  }
}

.s3 .txt04 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 735px) {
  .s3 .txt04 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.s3 .txt05 {
  line-height: 2.2;
  margin-bottom: 60px;
}

@media only screen and (max-width: 735px) {
  .s3 .txt05 {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
    font-size: .875rem;
  }
}

.s3_map {
  background: #eeefef;
  margin-bottom: 40px;
}

@media only screen and (max-width: 735px) {
  .s3_map {
    margin-bottom: 20px;
  }
}

.s3_map h3 {
  display: inline-block;
  vertical-align: top;
  padding: 11px 20px;
  background: #b5b6b6;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 735px) {
  .s3_map h3 {
    display: block;
  }
}

.s3_map .txt06 {
  display: inline-block;
  vertical-align: top;
  padding-top: 15px;
  margin-left: 15px;
}

@media only screen and (max-width: 735px) {
  .s3_map .txt06 {
    width: 95%;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-size: .875rem;
  }
}

.s3_map .img02 {
  text-align: center;
  margin: 40px auto 0;
  padding-bottom: 50px;
}

@media only screen and (max-width: 735px) {
  .s3_map .img02 {
    margin-top: 20px;
    padding: 0 5% 30px;
  }
  .s3_map .img02 img {
    background: #fff;
    padding: 10px;
  }
}

/*# sourceMappingURL=style.css.map */