@charset "UTF-8";

#main_visual {
  text-align: center;
  margin-bottom: 30px 0 15px;
}

#main_visual img { width: 100%; }

.top-banner .sp {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.reserve_list {
  margin: 20px 10px;
  text-align: center;
}
.reserve_list div,
.reserve_list p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
}
.reserve_list div a,
.reserve_list p {
  background: #4cbcd8;
  color: #fff;
  border-radius: 8px;
}
.reserve_list div {
  margin-bottom: 14px;
}
.reserve_list div a {
  display: block;
  padding: 23px 3px;
}
.reserve_list p small {
  font-size: 10px;
  font-weight: normal;
}

.main_link{
  background: #fcf9f4;
  padding: 10px 0;
  width: 100%;
}

.link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.link_list li {
  width: 49%;
  padding: 0 5px;
  margin:0 0 20px;
}

.link_list li .img_circle {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  position: relative;
}

.link_list li .img_circle img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
  transition: .2s ease all;
  padding: 15px;
  margin-top: 10px;
}

.link_list li .img_circle span {
  width: 100%;
  line-height: 130px;
  background: rgba(255,255,255,0.65);
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
}

.link_list li a:hover img { opacity: .7; }

.top-about .txt{
  margin: 10px 0 0;
}
.top-about img{
  width: 100%;
}

.feature .title01 { margin-top: 35px; }

.feature_list{
  padding: 0 10px;
}

.feature_list li {
  padding: 0;
  width: 100%;
  margin-bottom: 40px;
}

.feature_list li > img { width: 100%; }

.feature_list li dt {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.feature_list li dt img {
  height: 28px;
  vertical-align: middle;
  margin-right: 10px;
}

.feature_list li dd {
  margin: 10px 0 0;
  line-height: 1.6em;
}

.feature_list li p.btn{
  margin: 15px 0 30px;
}
.feature_list li p.btn a{
  display: block;
  background: #4cbcd8;
  color: #fff;
  min-width: 180px;
  text-align: center;
  font-size: 13px;
  padding: 8px;
  border-radius: 3px;
  width: 80%;
  margin: 0 auto;
}

.feature_list li p.btn a:before{
  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    margin-right: 9px;
    content: '\f0da';
  }

.news_title {
  border-radius: 23px;
  color: #fff;
  background: #4cbcd8;
  position: relative;
}

.news_title > div {
  margin: 33px 0 5px;
  padding: 13px 13px 13px 19px;
  overflow: hidden;
}

.news_title h2 {
  font-size: 18px;
  font-weight: bold;
  float: left;
}

.news_title a { float: right; }

.news_title a i {
  vertical-align: 1px;
  margin-left: 6px;
}

.news_list { margin: 0 18px 30px; }

.news_list li {
  padding: 12px 0 0;
  border-bottom: 1px dashed #d6d1cf;
  width: 100%;
}

.news_list li:last-child { border: none; }

.news_list li a,
.news_list li .nolink {
  text-indent: -1em;
  padding: 4px 0 12px 1em;
  display: block;
}

.news_list li a:hover {
  opacity: 1;
  color: #4cbcd8;
}

.news_list li a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #4cbcd8;
  margin-right: 9px;
  content: '\f0da';
}

#top .cando > img { width: 100%; }

#top .cando .txt_box h2 {
  line-height: 1.5em;
  text-align: left;
  margin: 15px 0 12px;
  font-size: 19px;
}

#top .cando .txt_box p {
  line-height: 1.8em;
  font-size: 15px;
}
#top .cando .txt_box img{
  width: auto;
  max-width: 100%;
}
#top .annotation{
  margin: 20px 10px;
}
#top .reserve_list p span{
  padding: 10px 0;
  display: block;
}