@charset "UTF-8";

.top-contents{
  padding: 0;
}

.contents{
	width: 1040px;
	margin: 0 auto;
}

section h2{
  font-size:24px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 25px;
}

#main_visual {
  text-align: center;
  margin-bottom: 50px;
}

.top-banner {
  text-align: center;
  margin-bottom: 50px;
}

.reserve_list {
  width: 1040px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.reserve_list div,
.reserve_list p {
  width: 46%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
}
.reserve_list a,
.reserve_list p {
  background: #4cbcd8;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
}
.reserve_list a {
  display: block;
  padding: 30.5px 10px;
}
.reserve_list a:hover {
  opacity: .7;
}
.reserve_list p small {
  font-size: 16px;
  font-weight: normal;
}

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

.link_list {
  display: flex;
  width: 1040px;
  justify-content: space-between;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}
.link_list li{
  text-align: center;
}

.link_list li a:hover {  
  color: #4cbcd8;
}

.link_list li:nth-child(3) a:hover{
  color: #eb71ab;
}

.link_list li .img_circle {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link_list li .img_circle img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
  transition: .2s ease all;
}

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

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

.top-about{
	margin-bottom: 50px;
}

.top-about .txt_box{
  position: relative;
}
.top-about .txt_box p.txt{
  position: absolute;
  background: url(../../img/bg_txt.png) left top repeat;
  width: 500px;
  box-sizing: border-box;
  padding: 40px 30px;
  right: 0;
  top: 25%;
  font-size: 15px;
  line-height: 1.6em;
}

.feature-area{
  background: #fcf9f4;
  padding: 45px 0;
}

.feature-area .feature{
  width: 1040px;
  margin: 0 auto;
}

.feature_list {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.feature_list li {
  padding: 0;
  width: 500px;
}

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

.feature_list li dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}
.feature_list li dt small{
  font-size: 14px;
}

.feature_list li:nth-child(2) dt { padding-top: 3px; }
.feature_list li:nth-child(2) dt img { height: 33px; }

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

.feature_list li p.btn{
  margin: 10px 0 0;
  width: 200px;
}

.feature_list li p.btn a{
  display: block;
  background: #4cbcd8;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 8px;
  border-radius: 3px;
}

.feature_list li p.btn a:hover{
  opacity: .7;
}

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

/*
.course_type .title01 { margin-top: 80px; }

.course_type .txt {
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
}

.course_type .rsv_blc {
  overflow: hidden;
  margin-bottom: 35px;
}

.course_type .rsv_blc li {
  width: 50%;
  float: left;
  text-align: center;
}

.course_type .rsv_btn {
  width: 90%;
  margin: 6px auto 0;
  padding: 20px;
  background: #f7d4d0;
  color: #e67062;
  font-weight: bold;
  display: block;
  font-size: 20px;
  border-radius: 6px;
}

.course_type .rsv_btn i { margin-right: 15px; }

.course_type .rsv_tel .rsv_btn {
  font-size: 22px;
  letter-spacing: 1px;
}
*/



.news {
  align-items: center;
  margin: 40px 0 55px;
  padding: 0;
  display: flex;
}

.news_title {
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-right: 30px;
  width: 170px;
  height: 170px;
  display: table;
  background: #4cbcd8;
  position: relative;
}

.news_title > div {
  vertical-align: middle;
  display: table-cell;
}

.news_title h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.news_title a {
  margin-top: 15px;
  padding: 15px 12px 0 12px;
  border-top: 1px dashed #fff;
  display: inline-block;
}

.news_title a:hover {
  opacity: .7;
}

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

.news_list { width: calc(100% - 200px); }

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

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

.news_list li dt, .news_list li dd {
  vertical-align: middle;
  display: inline-block;
}

.news_list li dt { margin-right: 50px; }

.news_list li a,
.news_list li .nolink {
  text-indent: -1em;
  padding: 15px 0 15px 1em;
  max-width: 710px;
  display: block;
}

.news_list li .nolink { display: inline-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 {
  overflow: hidden;
  font-size: 0;
}

#top .cando > img,
#top .cando .txt_box {
  display: inline-block;
  vertical-align: middle;
}

#top .cando .txt_box {
  width: 540px;
  margin-left: 40px;
}

#top .cando .txt_box h2 {
  font-size: 26px;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 25px;
}

#top .cando .txt_box p {
  font-size: 16px;
  line-height: 1.8em;
}

#top section.main_link .title01,
#top section.feature-area .title01{
  margin-top: 15px;
}
#top .annotation{
  width: 1000px;
    margin: -30px auto 50px;
}
