@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
.main_title {
  color: #897d55!important;
}
.cts_title {
  text-align: center;
  font-size: 28px;
  line-height: 1.4em;
  color: var(--mainColor);
  font-weight: 500;
  margin: 0 0 50px;
  padding: 0;
}
.link_text {
  display: inline;
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  background: url(../p_common/images/icon/link.png) no-repeat center right / 14px;
}

#intro .wrap {
  padding: 60px 0;
}
#intro .main_img {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#intro .sub_img {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
#intro .youtube {
  display: block;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 6/4;
  margin: 60px auto 0;
}
#intro .youtube iframe {
  width: 100%;
  height: 100%;
}
#map_list ul {
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#map_list ul li {
  width: calc((100% - 30px*3)/4);
}
#map_list ul li a {
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  color: var(--mainColor);
  text-decoration: none;
  text-align: center;
  position: relative;
}
#map_list ul li a:after {
  content: '';
  width: 20px;
  height: 25px;
  background: url(../p_common/images/icon/pdf.svg) no-repeat center / contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
#map_list ul li a:hover {
  color: #fff;
  background: var(--mainColor);
  opacity: 1;
}
#map_list ul li a:hover:after {
  background: url(../p_common/images/icon/pdf_wht.svg) no-repeat center / contain;
  opacity: 1;
}
#map_list ul li a span {
  width: 100%;
  text-align: left;
  padding: 0 1.5em;
}
#service .contents {
  background: #F0F0DC;
}
#service .contents .wrap {
  padding: 100px 0;
}
#service .contents .service_box {
  background: #fff;
}
#service .contents .service_box:not(:first-of-type) {
  margin-top: 60px;
}
#service .contents .service_box h3 {
  background: var(--mainColor);
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.6em;
  padding: 20px;
}
#service .contents .service_box .inner {
  width: 100%;
  max-width: 1100px;
  padding: 50px;
  margin: 0 auto;
}
#service .contents .service_box .inner p + p,
#service .contents .service_box .inner p + ul.caution,
#service .contents .service_box .inner ul.caution + p,
#service .contents .service_box .inner p + h4 {
  margin-top: 30px;
}

#service .time_table {
  width: 100%;
  max-width: 550px;
  display: inline-block;
  margin: 10px 0 0 0;
}
#service .time_table table {
  width: 100%;
}
#service .time_table table th,
#service .time_table table td {
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--mainColor);
  padding: 20px 10px;
  background: #fff;
  border: 1px solid var(--mainColor);
  width: 50%;
}
#service .time_table table th {
  background: #F0F0DC;
}
#service .time_table table td {
  font-weight: 400;
}
#service .time_table table th:first-child,
#service .time_table table td:first-child {
  border-left: none;
}
#service .time_table table th:last-child,
#service .time_table table td:last-child {
  border-right: none;
}


#facilities .wrap {
  padding: 100px 0;
}
#facilities .facilities_list .thumb {
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
}
#facilities .facilities_list h3 {
  font-size: 18px;
  line-height: 1.8em;
  margin: 0 0 5px;
}




/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .main_title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .cts_title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .link_text {
    padding: 0 15px 0 0;
    background: url(../p_common/images/icon/link.png) no-repeat center right / 12px;
  }
  #service .time_table {
    margin: 10px 0 0 0;
  }
  #service .time_table table th,
  #service .time_table table td {
    font-size: 14px;
    padding: 10px 5px;
  }
  #intro .wrap {
    padding: 50px 0;
  }
  #intro .sub_img {
    margin-top: 50px;
  }
  #map_list .main_title {
    margin-bottom: 50px!important;
  }
  #map_list ul {
    gap: 20px;
  }
  #map_list ul li {
    width: 100%;
  }
  #map_list ul li a {
    height: 60px;
    font-size: 14px;
  }
  #map_list ul li a span {
    text-align: center;
  }
  #map_list ul li a:after {
    width: 14px;
    height: 18px;
    right: 20px;
  }
  #service .contents .wrap {
    padding: 50px 0;
  }
  #service .contents .service_box h3 {
    font-size: 20px;
    padding: 15px;
  }
  #service .contents .service_box .inner {
    padding: 50px 20px;
  }
  #service .contents .service_box .inner p {
    font-size: 14px;
  }
  #facilities .facilities_list .thumb {
    aspect-ratio: 3 / 2;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  #facilities .facilities_list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #facilities .facilities_list h3 {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 600;
  }
  #facilities .facilities_list p {
    font-size: 12px;
    line-height: 1.6em;
  }
  #service .contents .service_box:not(:first-of-type) {
    margin-top: 50px;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}