@charset "UTF-8";

html {
  font-size: 62.5%;
  color: #333;
  letter-spacing: .6px;
  min-width: 320px;
}
body {
  font-family: 'Noto Serif JP', serif;
  overflow-x: hidden;
}
html,body {
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
a,
a img {
  color: #333;
  outline: none;
   -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
           transition: 0.3s ease-in-out;
}
a:hover,
a:hover img {
  opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .70;
  -moz-opacity: .70;
}
a:hover {
  color: #364E8E;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.ytube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
body > p {
  display: none;
}







#header {
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#headerContent {
  width: 100%;
  max-width: 1200px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  overflow: hidden;
  z-index: 100;
}
#headerTitle {
  width: 157px;
  display: flex;
  justify-content: space-between;
}
#headerTitle span {
  display: none;
}
#headerTitle a:hover,
#headerTitle a:hover img {
  opacity: 1;
}
#headerMenu {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 768px) {
  #headerMenu  {
    gap: 0;
  }
}

#headerAnnouncement {
  width: 102px;
}
#headerTel {
  width: 150px;
}
#headerContact {
  width: 230px;
  padding: 7px 0;
  font-size: 1rem;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background: #060C34;
  display: block;
}
#headerNavigation {
  height: 30px;
  background: #060C34;
}
#headerNavigation ul {
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content:center;
  gap: 30px;
}
#headerNavigation ul li {
  font-size: 1.2rem;
  line-height: 30px;
  display: block;
}
#headerNavigation a {
  color: #fff;
  text-decoration: none;
}
#headerTel_sp {
  display: none;
}
#headerContact_sp {
  display: none;
}
#footer small {
  padding: 15px 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
}


#link-1 {
  padding-top: 40px;
  margin-top: -40px;
}
#link-5 {
  padding-top: 20px;
  margin-top: -20px;
}


@media all and (max-width: 1200px) {
  #header {
    height: 70px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
  }
  #headerTitle {
    width: 157px;
    margin-left: 7px;
  }
  #headerTitle > a > img {
    display: none;
  }
  #headerTitle span {
    display: block;
  }
  #headerTitleLogo {
    width: 50px;
    margin-left: 10px;
  }
  #headerMenu {
    width: 300px;
    justify-content: flex-end;
  }
  #headerAnnouncement {
    margin-right: 7px;
  }
  #headerContact {
    display: none;
  }
  #headerTel {
    display: none;
  }
  #headerTel_sp {
    display: block;
  }
  #headerContact_sp {
    display: block;
  }
  #headerNavigation {
    display: none;
  }
  #headerTel_sp {
    display: block;
  }
  #headerContact_sp {
    display: block;
  }
}


@media all and (max-width: 374px) {
  #headerAnnouncement {
    width: 70px;
    margin-right: 4px;
  }
}


/**/
