.new-label {
  display: none !important;
}
#header .logo {
  position: absolute;
  top: 30px;
  left: 32px;
  width: 150px;
  z-index: 999;
}
#belt {
  position: fixed;
  top: 15px;
  right: 32px;
  width: 640px;
  background: #fff;
  border-radius: 99px;
  z-index: 999;
  padding: 28px 20px;
  font-weight: 500;
}
#belt .nav {
  display: flex;
  justify-content: center;
}
#belt .nav li:not(:last-child) {
  margin-right: 40px;
}
#belt .nav li .link-item {
  letter-spacing: 0;
}
#belt .nav li .link-item:hover {
  color: #52a18c;
}
.page-id-43 #belt .nav li:first-child .link-item {
  color: #52a18c;
}
.page-id-1119 #belt .nav li:nth-child(2) .link-item {
  color: #52a18c;
}
.page-id-1117 #belt .nav li:nth-child(3) .link-item {
  color: #52a18c;
}
.category-news #belt .nav li:nth-child(5) .link-item {
  color: #52a18c;
}
#contact {
  position: relative;
  font-weight: 500;
}
#contact::before {
  content: "";
  background: #52a18c;
  position: absolute;
  top: 161px;
  right: 0;
  bottom: 0;
  left: 0;
}
#contact .box {
  background: url(../img/contact_bg.png) no-repeat center top/cover;
  padding: 56px 64px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-radius: 24px;
}
#contact .box .gr-txt {
  width: 380px;
}
#contact .box .gr-txt h2 {
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 17px;
}
#contact .box .gr-txt h2 .ttl-jp {
  font-size: 40px;
}
#contact .box .tel {
  width: 501px;
  margin-top: 10px;
}
#footer {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #52a18c;
  color: #fff;
  padding: 64px 0 130px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
#footer .content {
  display: flex;
  justify-content: space-between;
}
#footer .content .left .ft-logo {
  width: 190px;
  margin-bottom: 25px;
}
#footer .content .left .item1 {
  display: flex;
}
#footer .content .left .sitemap{
    margin-top: 20px;
}
#footer .content .left .sitemap a{
    color: #fff;
}
#footer .content .left .sitemap a:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
}
#footer .content .left .item1 .col-l {
  width: 270px;
}
#footer .content .left .item1 .col-l .tel {
  margin: 15px 0 25px;
  width: 175px;
}
#footer .content .left .item1 .col-r {
  flex: 1;
  margin-left: 43px;
}
#footer .content .left .item1 .col-r h3 {
  font-weight: 500;
  margin-bottom: 8px;
}
#footer .content .left .item1 .col-r .nav li:not(:last-child) {
  margin-bottom: 4px;
}
#footer .content .left .item1 .col-r .nav li a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding-left: 18px;
}
#footer .content .left .item1 .col-r .nav li a::before {
  content: "";
  background: url(../img/icon_arr2.png) no-repeat 0 0/100% auto;
  width: 8px;
  height: 19px;
  position: absolute;
  top: 5px;
  left: 4px;
}
#footer .content .left .item1 .col-r .nav li a:hover {
  opacity: 0.8;
}
#footer .content .right {
  width: 321px;
  margin-top: 39px;
}
#footer .content .right .gr-btn li:not(:last-child) {
  margin-bottom: 8px;
}
#footer .content .right address {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: right;
  margin-top: 36px;
}
.timetable-v1 th,
.timetable-v1 td {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08em;
  padding: 16px 0;
  text-align: center;
}
.timetable-v1 th {
  text-align: left;
}
.timetable-v1 td {
  width: 8.8%;
}
.timetable-v1 thead {
  border-bottom: 1px solid #52a18c;
}
.timetable-v1 thead th,
.timetable-v1 thead td {
  padding: 13px 0;
}
.timetable-v1 tr td:last-child {
  width: 16%;
}
.timetable-v1 tbody tr {
  border-bottom: 1px solid #52a18c;
}
.timetable-v1 .circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #52a18c;
  display: inline-block;
  position: relative;
  top: 2px;
}
.timetable-v1 .triangle {
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  display: inline-block;
  border-bottom: 15px solid #52a18c;
}
#fix-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 750px;
  z-index: 999;
  display: flex;
  gap: 8px;
}
#fix-btn #open-chatbot {
  cursor: pointer;
}
#fix-btn #open-chatbot:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #header {
    height: 0;
  }
  #header .hd-logo {
    height: 64px;
    background: #f8fdf5;
    position: relative;
    z-index: 99999;
  }
  #header .logo {
    width: 111px !important;
    top: 14px !important;
    left: 15px !important;
  }
  #belt {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    background: none;
    border-radius: 0;
    padding: 0;
  }
  #belt .nav {
    display: block;
  }
  #belt .nav li:not(:last-child) {
    margin: 0 0 32px;
  }
  #belt .nav li .link-item {
    font-size: 20px;
  }
  #belt .nav li .link-item:hover {
    color: #52a18c;
  }
  #belt .box {
    background: url(../img/contact_bg_sp.jpg) no-repeat center top/cover;
    padding: 30px 30px 48px;
    color: #fff;
    margin: 35px -30px 0;
  }
  #belt .box .gr-txt {
    margin-bottom: 23px;
  }
  #belt .box .gr-txt h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 28px;
  }
  #belt .box .gr-txt h2 .ttl-eng {
    font-size: 14px;
    font-weight: 700;
  }
  #belt .box .gr-txt h2 .ttl-jp {
    font-size: 36px;
  }
  #contact::before {
    content: none;
  }
  #contact .container {
    padding: 0;
  }
  #contact .box {
    background: url(../img/contact_bg_sp.jpg) no-repeat center top/cover;
    padding: 30px 30px 48px;
    display: block;
    border-radius: 0;
  }
  #contact .box .gr-txt {
    width: auto;
  }
  #contact .box .gr-txt h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 28px;
  }
  #contact .box .gr-txt h2 .ttl-eng {
    font-size: 14px;
    font-weight: 700;
  }
  #contact .box .gr-txt h2 .ttl-jp {
    font-size: 36px;
  }
  #contact .box .tel {
    width: auto;
    margin-top: 23px;
  }
  #footer {
    padding: 40px 0 110px;
  }
  #footer .content {
    display: block;
  }
  #footer .content .left .ft-logo {
    width: 177px;
    margin-bottom: 25px;
  }
  #footer .content .left .item1 {
    display: block;
  }
  #footer .content .left .item1 .col-l {
    width: 100%;
  }
  #footer .content .left .item1 .col-r {
    margin: 40px 0 0;
  }
  #footer .content .right {
    width: auto;
    margin: 39px 5px 0;
  }
  #footer .content .right address {
    margin: 21px -5px 0 0;
  }
  .timetable-v1 {
    width: auto;
  }
  .timetable-v1 .circle {
    width: 15px;
    height: 15px;
  }
  .timetable-v1 .triangle {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 13px solid #52a18c;
  }
  #fix-btn {
    right: 0;
    bottom: 0;
    width: auto;
    left: 0;
  }
  #fix-btn #open-chatbot {
    margin-left: 7px;
  }
  #fix-btn #open-chatbot:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #header {
    height: 101px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #belt {
    right: 20px;
    width: 550px;
  }
  #belt .nav li:not(:last-child) {
    margin-right: 19px;
  }
  #header .logo {
    left: 20px;
  }
  #contact .box .tel {
    width: 75;
    margin: 10px 0 0 20px;
  }
  #footer .content .right {
    width: 250px;
  }
  #footer .content .left .item1 .col-r {
    margin-left: 15px;
  }
}
@media screen and (max-width: 375px) {
  .timetable-v1 th,
  .timetable-v1 td {
    font-size: 15px;
  }
}
.page-id-1117 .timetable-v1 td {
  width: 12%;
}
.page-id-1117 .note {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page-id-1117 .timetable-v1 td {
    width: 8.8%;
  }
}
