@charset "utf-8";
.basepage {
  font-size: 15px;
}
.basepage.singlepage {
  padding: 60px 0 140px;
  margin: 0 auto;
}
.ttl_area {
  padding: 33px 0 60px 0;
}
.ttl_area h1 {
  position: relative;
  color: #00A6E9;
  font-size: 37px;
  font-weight: bold;
}
.ttl_area h1::after {
  content: "";
  position: absolute;
  background: #00A6E9;
  width: 80px;
  height: 2px;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main_content .ttl_area {
  padding: 30px 0;
  margin-bottom: 30px;
}
#main_content .ttl_area h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
#main_content .ttl_area h1::after {
  width: 70px;
  height: 2px;
  bottom: -20px;
}
#main_content .ttl_area p {
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 0;
}
#main_content .ttl_area .ttl_cate {
  display: block;
  color: #00A7EA;
  font-size: 14px;
  margin-bottom: 10px;
}
.singlepage .info h2 {
  font-size: 30px;
  font-weight: bold;
  color: #00A6E9;
  text-align: center;
  margin-bottom: 36px;
  border-bottom: none;
}
.singlepage .info + .info {
  margin-top: 130px;
}
.singlepage .info h2 + ul {
  border-top: 1px solid #898989;
}
#main_content .section.time-service {
  width: 89%;
  margin: 70px auto;
}
#main_content .section.time-service .lead {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}
#main_content .section.time-service .lead::before,
#main_content .section.time-service .lead::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #000;
}
#main_content .section.time-service .lead::before {
  margin-right: 20px;
  -webkit-transform: rotate(-23deg);
  transform: rotate(-23deg);
}
#main_content .section.time-service .lead::after {
  margin-left: 20px;
  -webkit-transform: rotate(23deg);
  transform: rotate(23deg);
}
#main_content .section.time-service .time-service_block {
  width: 100%;
  max-width: 722px;
  margin: auto;
}
#main_content .section.time-service .time-service_block a {
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  display: block;
}
#main_content .section.time-service .time-service_block a img {
  -webkit-box-shadow: 0px 3px 6px #EBEBEB;
  box-shadow: 0px 3px 6px #EBEBEB;
  border-radius: 10px;
  width: 100%;
  height: auto;
}
div.basepage .main_contents.contents-page .content_main_title {
  font-size: 21px;
  padding: 10px 15px;
  background-color: #00A6E9;
  color: #fff;
  border-bottom: none;
  margin-bottom: 30px;
}
.shoene_att {
  color: #EB2626;
  background: #fff;
  border: 2px solid #EB2626;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  margin: 30px auto;
}
.shoene_banner {
	margin-bottom: 30px;
}
.shoene_banner a {
	display: block;
	transition: .5s;
}
.shoene_banner img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
}



@media only screen and (max-width: 768px) {
  .basepage.singlepage {
    padding: 36px 0 60px;
  }
  .ttl_area {
    padding: 20px 10% 40px;
  }
  .ttl_area h1 {
    font-size: 27px;
  }
  .ttl_area h1::after {
    bottom: -20px;
  }
  #main_content .ttl_area {
    padding: 20px 10%;
    margin-bottom: 13px;
  }
  #main_content .ttl_area h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #main_content .ttl_area h1::after {
    bottom: -15px;
  }
  #main_content .ttl_area p {
    margin-top: 30px;
  }
  #main_content .ttl_area .ttl_cate {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .singlepage .info h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .singlepage .info + .info {
    margin-top: 46px;
  }
  #main_content .section.time-service {
    margin: 50px auto;
  }
  #main_content .section.time-service .lead {
    font-size: 16px;
  }
  #main_content .section.time-service .lead::before,
  #main_content .section.time-service .lead::after {
    height: 50px;
  }
  div.basepage .main_contents.contents-page .content_main_title {
    font-size: 18px;
    padding: 5px 5%;
    margin-bottom: 15px;
  }
  .shoene_att {
    text-align: left;
    padding: 15px;
    margin: 15px auto;
  }
	.shoene_att.sp_container {
		margin-left: 20px;
		margin-right: 20px;
	}
	.shoene_banner {
		margin-bottom: 15px;
	}
  
  
}


@media only screen and (min-width: 769px) {
  #main_content .section.time-service .time-service_block a:hover {
    opacity: .6;
  }
	.shoene_banner a:hover {
		opacity: .7;
	}
	
	
}