@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* ios リセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}
/* ios リセット end */

body {
  height: 100vh;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  opacity: 0;

  animation-name: fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.layer {
  position: fixed;
  width: 100%;
  border-top: 1px solid #000;
  top: 0;
  z-index: 7;
}

.topbar {
  position: absolute;
  width: 100%;
  top: 0;
}

.topbar .topper-box {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.7em;
  font-weight: 400;
  padding-top: 5px;
}

@media (max-width: 700px) {
  .topbar .topper-box {
    display: none;
  }
}


.north {
  display: block;
  position: fixed;
  bottom: -300px;
  right: 30px;
  padding: 10px;
  background-color: #201F1F;
  border-radius: 3px;
  opacity: 0.8;
  text-decoration: none;
  z-index: 7;

  transition-property: bottom;
  transition-duration: 0.3s;
}

.north .material-icons {
  display: block;
  font-size: 30px;
  color: #FFF;
  text-decoration: none;
}

.vie {
  bottom: 30px;
}

.penki {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 280px;
  width: 30%;
  pointer-events: none;
  z-index: 6;
}

.penki img {
  display: block;
  width: 100%;
}

.bodyall {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

header {
  margin-top: 3px;
}

header .top-con1 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

header .top-con1 .box1 {
  width: 100%;
  padding: 60px 0 0;
  text-align: center;
  box-sizing: border-box;
  opacity: 0;

  animation-name: view1;
  animation-delay: 0.3s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes view1 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

header .top-con1 .box1 img {
  width: 80%;
}

@media (max-width: 1000px) {
  header .top-con1 .box1 img {
    width: 70%;
  }
}

@media (max-width: 450px) {
  header .top-con1 .box1 img {
    width: 70%;
  }
}

header .top-con2 {
  width: 100%;
  height: 120px;
  padding: 12px 0 8px;
  box-sizing: border-box;
  background-image: url(../img/haikei2.png);
  border-bottom: 1px solid rgba(0, 0, 0, 0.069);

  animation-name: backslide1;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes backslide1 {
  0% {
    background-position: top;
  }
  100% {
    background-position: bottom;
  }
}

header .top-con2 a {
  display: block;
  max-width: 300px;
  width: 50%;
  margin: 0 auto;
}

header .top-con2 img {
  display: block;
  width: 100%;
}

main {
  flex: 1;
}

main .container00 {
  position: relative;
  padding: 30px 0 60px;
}

main .container00 .backpenki {
  max-width: 200px;
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

main .container00 img {
  width: 200px;
}

main .container00 .container01 .titlepenki {
  max-width: 1000px;
  width: 95%;
  margin: 0px auto;
  position: relative;
}

main .container00 .container01 .titlepenki img {
  display: block;
  width: 100%;
  pointer-events: none;
  margin: 0 auto;
  opacity: 0;
  position: relative;

  animation-name: v;
  animation-delay: 0.6s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes v {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

main .container00 .container01 .titlepenki .kizuna {
  display: block;
  width: 70%;
  border: 5px solid #FFF;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px #201F1F;
  pointer-events: none;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 15%;

  animation-name: z;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes z {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

main .container00 .container01 .titlepenki .titlemoji {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  top: 0;
  right: 0;
}

@media (max-width: 560px) {
  header .top-con2 {
    padding: 15px 0 5px;
  }
}

@media (max-width: 520px) {
  main .container00 {
    padding: 20px 0 40px;
  }
}

@media (max-width: 500px) {
  header .top-con2 {
    padding: 20px 0px 5px;
  }
}

@media (max-width: 460px) {
  header .top-con2 {
    padding: 25px 0px 5px;
  }
}

@media (max-width: 420px) {
  header .top-con2 {
    padding: 30px 0px 5px;
  }
}

@media (max-width: 380px) {
  header .top-con2 {
    padding: 35px 0px 5px;
  }
}

main .container02 {
  padding: 60px 0;
  background-image: url(../img/haikei2.png);
  border-top: 1px solid rgba(0, 0, 0, 0.069);
  border-bottom: 1px solid rgba(0, 0, 0, 0.069);

  animation-name: backslide;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes backslide {
  0% {
    background-position: top;
  }
  100% {
    background-position: bottom;
  }
}

main .aboutus {
  padding: 60px 0;
}

main .aboutus .box1 {
  max-width: 1000px;
  width: 95%;
  margin:  0 auto;
  opacity: 0;

  animation-name: view5;
  animation-delay: 1.5s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes view5 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.top-lxc1 {
  display: flex;
  padding: 30px 20px 0;
  box-sizing: border-box;
}

.top-lxc1 .box1 {
  flex: 1;
}

.top-lxc1 .box1 .com1 {
  font-size: 16px;
  line-height: 1.7em;
  padding: 0 25px 0 0;
  box-sizing: border-box;
}

.top-lxc1 .box1 .com2 {
  font-size: 16px;
  line-height: 1.7em;
  padding: 0 25px 0 0;
  box-sizing: border-box;
  text-align: right;
  margin-top: 15px;
}

.top-lxc1 .box2 {
  width: 300px;
  box-sizing: border-box;
  text-align: center;
}

.top-lxc1 .box2 img {
  width: 100%;
  border: 3px solid #FFF;
  box-shadow: 1px 1px 6px #201F1F;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.top-lxc1 .box2 a {
  font-size: 14px;
  line-height: 1.7em;
  color: #201F1F;
  transition-property: all;
  transition-duration: 0.3s;
}

.top-lxc1 .box2 a:hover {
  color: tomato;
  text-decoration: none;
}

@media (max-width: 750px) {
  .top-lxc1 {
    display: block;
    padding: 0 0;
  }

  .top-lxc1 .box1 {
    padding: 0;
  }
  
  .top-lxc1 .box1 .com1 {
    margin-top: 30px;
  }

  .top-lxc1 .box1 .com2 {
    padding: 0;
  }
  
  .top-lxc1 .box2 {
    margin: 30px auto 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
}

main .aboutus .box1 h1 {
  font-size: 30px;
  font-weight: 700;
  padding-left: 10px;
}

main .aboutus .box1 h1 span {
  font-size: 30px;
  transform: translateY(3.5px);
}

main .aboutus .box1 p {
  font-size: 17px;
  font-weight: 400;
  padding: 20px 15px;
  line-height: 1.7em;
}

main .aboutus .box1 .about-name {
  font-size: 17px;
  font-weight: 400;
  padding: 0 15px;
  line-height: 1.7em;
  text-align: right;
}

main .aboutus .box1 h1::after {
  font-size: 17px;
  font-weight: 700;
  opacity: 0.8;
  content: "‐私たちについて";
}

main .container02 .box1 {
  max-width: 1000px;
  width: 95%;
  margin:  0 auto;
  opacity: 0;

  animation-name: view5;
  animation-delay: 1.5s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes view5 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

main .container02 .box1 h1 {
  font-size: 30px;
  font-weight: 700;
  padding-left: 10px;
}

main .container02 .box1 h1::after {
  font-size: 17px;
  font-weight: 700;
  opacity: 0.8;
  content: "‐私たちのサービス";
}

main .container02 .box1 h1 span {
  font-size: 30px;
  transform: translateY(3.5px);
}

main .container02 .box1 a {
  display: block;
  max-width: 950px;
  width: 95%;
  margin: 30px auto;
  border: 6px solid #E7BC36;
  text-decoration: none;
  color: #000;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #FFF;

  transition: all;
  transition-duration: 0.3s;
}

main .container02 .box1 a:hover {
  box-shadow: 1px 1px 6px #201F1F;
}

main .container02 .box1 a .lxc1 {
  display: flex;
}

main .container02 .box1 a .lxc1 .pac1 {
  width: 70%;
}

main .container02 .box1 a .lxc1 .pac1 h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.7em;
}

main .container02 .box1 a .lxc1 .pac1 p {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px 0 0;
  line-height: 1.7em;
}

main .container02 .box1 a .lxc1 .pac2 {
  flex: 1;
}

main .container02 .box1 a .lxc1 .pac2 img {
  width: 100%;
  display: block;
  border: 2px solid #FFF;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px #201F1F;
}

main .container03 {
  padding: 60px 0;
}

main .container03 .box1 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  opacity: 0;

  animation-name: view5;
  animation-delay: 1.5s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes view5 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

main .container03 .box1 h1 {
  font-size: 30px;
  font-weight: 700;
  padding-left: 10px;
}

main .container03 .box1 h1::after {
  font-size: 17px;
  font-weight: 700;
  opacity: 0.8;
  content: "‐お問い合わせ";
}

main .container03 .box1 h1 span {
  font-size: 30px;
  transform: translateY(3.5px);
}

main .container03 .box1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  padding: 20px;
}

main .container03 .box1 a {
  display: block;
  width: 80%;
  padding: 10px;
  margin: 20px auto;
  border: 6px solid #E7BC36;
  text-decoration: none;
  color: #000;
  text-align: center;
  line-height: 1.7em;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 500;
  box-sizing: border-box;

  transition-property: all;
  transition-duration: 0.3s;
}

main .container03 .box1 a:hover {
  box-shadow: 1px 1px 6px #201F1F;
}

main .container03 .box2 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  line-height: 1.7em;
  opacity: 0;

  animation-name: view5;
  animation-delay: 1.5s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes view5 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

main .container03 .box2 h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  padding: 30px 20px 20px 0;
}

main .container03 .box2 h1 .material-icons {
  font-size: 50px;
  transform: translateY(5px);
}

main .container03 .box2 p {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  padding: 0 0 10px;
}

main .container04 {
  padding: 60px 0;
  background-image: url(../img/haikei2.png);
  border-top: 1px solid rgba(0, 0, 0, 0.069);
  border-bottom: 1px solid rgba(0, 0, 0, 0.069);

  animation-name: backslide2;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

main .container04_nor {
  background-image: none;
  animation-name: none;
  border-top: none;
  border-bottom: none;

}

@keyframes backslide2 {
  0% {
    background-position: top;
  }
  100% {
    background-position: bottom;
  }
}

main .no_back {
  background-image: none;
}

main .container04 .box1 {
  max-width: 1000px;
  width: 95%;
  margin:  0 auto;
  line-height: 1.7em;
  font-size: 17px;
  font-weight: 500;
  opacity: 0;

  animation-name: view5;
  animation-delay: 1.5s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes view5 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

main .container04 .box1 h1 {
  font-size: 30px;
  font-weight: 700;
  padding-left: 10px;
}

main .container04 .box1 h1::after {
  font-size: 17px;
  font-weight: 700;
  opacity: 0.8;
  content: "‐事業所の所在地";
}

main .container04 .box1 .movie::after {
  font-size: 17px;
  font-weight: 700;
  opacity: 0.8;
  content: "‐ColorsTV";
}

main .container04 .box1 h1 span {
  font-size: 30px;
  transform: translateY(3.5px);
}

main .container04 .box1 .pac1 {
  padding: 20px;
}

main .container04 .box1 p {
  padding: 5px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7em;
}

main .container04 .box1 p strong {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}

main .container04 .box1 .banner {
  display: block;
  margin: 0 auto;
  width: 90%;
}

main .container04 .box1 .banner img {
  width: 100%;
  transition: all;
  transition-duration: 0.3s;
}

main .container04 .box1 .banner img:hover {
  box-shadow: 1px 1px 6px #201F1F;
}

main .container05 {
  padding: 60px 0;
}

main .container05 .box1 {
  max-width: 1000px;
  width: 95%;
  margin:  0 auto 30px;
  line-height: 1.7em;
  font-size: 17px;
  font-weight: 500;
  opacity: 0;

  animation-name: view5;
  animation-delay: 1.5s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes view5 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

main .container05 .box1 h1 {
  font-size: 30px;
  font-weight: 700;
  padding-left: 10px;
}

main .container05 .box1 h1::after {
  font-size: 17px;
  font-weight: 700;
  opacity: 0.8;
  content: "‐事業所からのお知らせ";
}

main .container05 .box1 h1 span {
  font-size: 30px;
  transform: translateY(3.5px);
}

main .container05 .box2 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto 10px;
  display: flex;
  line-height: 1.7em;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  opacity: 0;

  animation-name: view5;
  animation-delay: 1.5s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes view5 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

main .container05 .box2 .pac1 {
  width: 110px;
  padding-left: 20px;
}

main .container05 .box2 .pac2 {
  flex: 1;
}

main .container05 .box2 .pac2 a {
  color: #000;
  transition-property: all;
  transition-duration: 0.3s;
}

main .container05 .box2 .pac2 a:hover {
  color: tomato;
}

main .container05 .ichiran {
  max-width: 1000px;
  width: 95%;
  margin: 20px auto 0;
  text-align: right;
  padding: 3px;
  box-sizing: border-box;
  opacity: 0;

  animation-name: view5;
  animation-delay: 1.5s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

main .container05 .ichiran a {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  padding: 3px;
  box-sizing: border-box;
}

main .container05 .ichiran .s1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}

main .container05 .ichiran a .s2 {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  transition-property: all;
  transition-duration: 0.3s;
}

main .container05 .ichiran a .s2:hover {
  color: tomato;
}

main .container05 .box2 .none_info {
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  line-height: 1.7;
}

.gree1 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  margin-top: 20px;
}

.gree1 .box1 {
  flex: 1;
  padding-left: 50px;
  box-sizing: border-box;
}

.gree1 .box1 h2 {
  font-size: 14px;
  font-weight: 500;
}

.gree1 .box1 p {
  font-size: 12px;
  color: #E7BC36;
  margin-top: 7px;
}

.gree1 .box1 h3 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 30px;
}

.gree1 .box1 h4 {
  font-size: 16px;
  margin-top: 20px;
}

.gree1 .box1 h5 {
  font-size: 16px;
  margin-top: 10px;
}

.gree1 .box1 h6 {
  font-size: 14px;
  margin-top: 10px;
}

.gree1 .box1 .twitter {
  margin-top: 20px;
}

.gree1 .box1 .twitter img {
  width: 20px;
  transform: translateY(2px);
}

.gree1 .box1 .twitter a {
  font-size: 15px;
  line-height: 1.7em;
  color: #201F1F;
  transition-property: all;
  transition-duration: 0.3s;
}

.gree1 .box1 .twitter a:hover {
  color: tomato;
  text-decoration: none;
}

.gree1 .box1 .tube {
  margin-top: 10px;
}

.gree1 .box1 .tube img {
  width: 20px;
  transform: translateY(2px);
}

.gree1 .box1 .tube a {
  font-size: 15px;
  line-height: 1.7em;
  color: #201F1F;
  transition-property: all;
  transition-duration: 0.3s;
}

.gree1 .box1 .tube a:hover {
  color: tomato;
  text-decoration: none;
}

.gree1 .box2 {
  width: 500px;
}

.gree1 .box2 img {
  width: 100%;
  border: 3px solid #FFF;
  box-shadow: 1px 1px 6px #201F1F;
  box-sizing: border-box;
}

.gree2 {
  max-width: 900px;
  width: 90%;
  margin: 25px auto 0;
}

.gree2 h2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
  border-bottom: 0.5px solid #201F1F;
  box-sizing: border-box;
}

.gree2 p {
  font-size: 14px;
  line-height: 1.7em;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media (max-width: 830px) {
  .gree1 .box1 {
    padding-left: 30px;
  }

  .gree1 .box2 {
    width: 400px;
  }
}

@media (max-width: 730px) {
  .gree1 {
    display: block;
  }

  .gree1 .box2 {
    width: 100%;
  }

  .gree1 .box1 {
    margin-top: 20px;
    padding-left: 0;
  }

  .gree2 p {
    padding: 15px 0;
  }
}

@media (max-width: 600px) {
  .gree1 .box1 h2 {
    font-size: 12px;
  }
  
  .gree1 .box1 p {
    font-size: 10px;
  }
  
  .gree1 .box1 h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  
  .gree1 .box1 h4 {
    font-size: 13px;
    margin-top: 15px;
  }
  
  .gree1 .box1 h5 {
    font-size: 13px;
    margin-top: 10px;
  }
  
  .gree1 .box1 h6 {
    font-size: 12px;
    margin-top: 10px;
  }

  .gree1 .box1 .twitter a {
    font-size: 13px;
  }

  .gree1 .box1 .tube a {
    font-size: 13px;
  }

  .gree1 .box1 .twitter img {
    width: 15px;
    transform: translateY(2px);
  }

  .gree1 .box1 .tube img {
    width: 15px;
    transform: translateY(2px);
  }

  .gree1 .box1 .tube {
    margin-top: 5px;
  }
}

@keyframes view5 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

main .container05 .ichi .ichiran:hover {
  box-shadow: 1px 1px 6px #201F1F;
}

@media (max-width: 800px) {
  main .container02 .box1 a .lxc1 .pac1 h2 {
    font-size: 30px;
  }

  main .container02 .box1 a .lxc1 .pac1 p {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  main .aboutus .box1 h1 {
    font-size: 25px;
  }

  main .aboutus .box1 h1::after {
    font-size: 15px;
  }

  main .aboutus .box1 h1 span {
    font-size: 25px;
    transform: translateY(3.5px);
  }
  
  main .container02 .box1 h1 {
    font-size: 25px;
  }
  
  main .container02 .box1 h1::after {
    font-size: 15px;
  }
  
  main .container02 .box1 h1 span {
    font-size: 25px;
    transform: translateY(3.5px);
  }

  main .container03 .box1 h1 {
    font-size: 25px;
  }
  
  main .container03 .box1 h1::after {
    font-size: 15px;
  }
  
  main .container03 .box1 h1 span {
    font-size: 25px;
    transform: translateY(3.5px);
  }

  main .container04 .box1 h1 {
    font-size: 25px;
  }

  main .container05 .box1 h1 {
    font-size: 25px;
  }
  
  main .container05 .box1 h1::after {
    font-size: 15px;
  }
  
  main .container05 .box1 h1 span {
    font-size: 25px;
    transform: translateY(3.5px);
  }
}

@media (max-width: 670px) {
  main .container02 .box1 a .lxc1 {
    display: block;
  }

  main .container02 .box1 a .lxc1 .pac1 {
    width: 100%;
  }

  main .container02 .box1 a .lxc1 .pac1 p {
    padding-top: 10px;
  }

  main .container02 .box1 a .lxc1 .pac2 {
    width: 100%;
  }

  main .container02 .box1 a .lxc1 .pac2 img {
    margin-top: 15px;
  }

  main .container03 .box1 p {
    font-size: 15px;
  }

  main .container03 .box2 h1 {
    font-size: 35px;
    padding: 20px 20px 10px 0;
  }
  
  main .container03 .box2 h1 .material-icons {
    font-size: 35px;
  }
  
  main .container03 .box2 p {
    font-size: 15px;
  }

  main .container04 .box1 {
    font-size: 15px;
  }

  main .container04 .box1 p strong {
    font-size: 20px;
  }

  main .container05 .box2 {
    font-size: 15px;
  }

  main .container05 .box2 .pac1 {
    width: 90px;
  }

  main .container05 .ichiran {
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  main .aboutus {
    padding: 30px 0;
  }

  main .aboutus .box1 h1 {
    font-size: 22px;
  }

  main .aboutus .box1 p {
    font-size: 15px;
  }

  main .aboutus .box1 .about-name {
    font-size: 15px;
  }
  
  main .aboutus .box1 h1::after {
    font-size: 14px;
  }
  
  main .aboutus .box1 h1 span {
    font-size: 24px;
    transform: translateY(3.5px);
  }

  main .container02 {
    padding: 30px 0;
  }

  main .container02 .box1 a {
    line-height: 1.7em;
  }

  main .container02 .box1 h1 {
    font-size: 22px;
  }
  
  main .container02 .box1 h1::after {
    font-size: 14px;
  }
  
  main .container02 .box1 h1 span {
    font-size: 24px;
    transform: translateY(3.5px);
  }

  main .container02 .box1 a .lxc1 .pac1 h2 {
    font-size: 25px;
  }

  main .container02 .box1 a .lxc1 .pac1 p {
    font-size: 14px;
  }

  main .container03 .box1 h1::after {
    font-size: 14px;
  }

  main .container03 .box1 h1 span {
    font-size: 24px;
    transform: translateY(3.5px);
  }

  main .container03 .box1 a {
    font-size: 15px;
  }

  main .container03 {
    padding: 30px 0;
  }

  main .container03 .box1 h1 {
    font-size: 22px;
  }

  main .container03 .box1 h1::after {
    font-size: 14px;
  }

  main .container04 {
    padding: 30px 0;
  }

  main .container04 .box1 h1 {
    font-size: 22px;
  }

  main .container04 .box1 h1::after {
    font-size: 14px;
  }

  main .container04 .box1 h1 span {
    font-size: 24px;
    transform: translateY(3.5px);
  }

  main .container05 {
    padding: 30px 0;
  }

  main .container05 .box1 {
    margin:  0 auto 20px;
  }

  main .container05 .box1 h1 {
    font-size: 22px;
  }

  main .container05 .box1 h1::after {
    font-size: 14px;
  }

  main .container05 .box1 h1 span {
    font-size: 24px;
    transform: translateY(3.5px);
  }

  main .container05 .box2 {
    font-size: 14px;
  }

  main .container05 .box2 .pac1 {
    width: 85px;
  }

  main .container05 .ichi .ichiran {
    font-size: 15px;
  }

  .top-lxc1 .box1 .com1 {
    font-size: 14px;
  }
  
  .top-lxc1 .box1 .com2 {
    font-size: 14px;
  }

  main .container04 .box1 p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  main .container03 .box2 h1 {
    font-size: 30px;
    padding: 20px 20px 10px 0;
  }
  
  main .container03 .box2 h1 .material-icons {
    font-size: 30px;
  }
  
  main .container03 .box2 p {
    font-size: 13px;
  }
}

main .top-nav {
  max-width: 1000px;
  width: 95%;
  line-height: 1.7em;
  font-size: 13px;
  margin: 5px auto 0;
}

main .top-nav a {
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
}

main .top-nav a:hover {
  color: tomato;
}

main .top-nav span {
  margin-left: 5px;
}

main .content1 {
  padding: 30px 0;
}

main .content1 .box1 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

main .content1 .box1 h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.7em;
  border-bottom: 2px solid #000;
}

main .content1 .box2 {
  max-width: 1000px;
  width: 95%;
  margin: 20px auto 0;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em
}

main .content1 .box2 p {
  margin-bottom: 8px;
}

main .content1 .box2 .foo {
  margin-bottom: 8px;
  margin-top: 20px;
}

main .content1 .box2 .foo_bottom {
  margin-top: 20px;
  text-align: right;
}

main .content1 .box2 ul {
  list-style-type: decimal;
  margin-bottom: 8px;
}

main .content1 .box2 .att {
  list-style-type: disc;
}

main .content1 .box2 ul li {
  margin-left: 25px;
}

main .content1 .box2 a {
  display: block;
  width: 80%;
  margin: 30px auto;
  padding: 10px;
  font-weight: 500;
  border: 6px solid #E7BC36;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
}

main .content1 .box2 a:hover {
  box-shadow: 1px 1px 6px #201F1F;
}

main .content2 .box1 h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.7em;
  border-bottom: 2px solid #000;
}

main .content2 {
  padding: 30px 0;
}

main .tyosei {
  padding-top: 0px;
}

main .content2 .list_none {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 60px;
  padding: 0 15px;
  box-sizing: border-box;

}

main .content2 .box1 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

main .content2 .saiyo_none {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto 60px;
  padding: 0 15px;
  box-sizing: border-box;
}

main .content2 .ado_lxc {
  max-width: 1000px;
  width: 95%;
  margin: 15px auto;
}

main .content2 .ado_lxc .abo_h1 {
  font-size: 15px;
  line-height: 1.7;
}

main .content2 .ado_lxc .abo_p1 {
  font-size: 15px;
  line-height: 1.7;
}

main .content2 .ado_lxc .abo_p1 .abo_a1 {
  color: blue;
  transition-property: all;
  transition-duration: 0.3s;
}

main .content2 .ado_lxc .abo_p1 .abo_a1:hover {
  color: red;
}

main .content2 .ado_lxc .abo_p1 .abo_img {
  display: block;
  width: 250px;
  margin-top: 20px;
}

main .content2 .abo_deta {
  max-width: 1000px;
  width: 95%;
  margin: 15px auto;
}

main .content2 .abo_deta .abo_sum {
  padding: 6px 15px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.7;
  box-sizing: border-box;
  border-radius: 3px;
  background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.6s;
}

main .content2 .abo_deta .abo_sum2 {
  padding: 6px 15px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.7;
  box-sizing: border-box;
  border: 0.5px solid #000;
  background-color: rgba(231, 187, 54, 0.5);
  background-image: none;
  border-radius: 3px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.6s;
}

main .content2 .abo_deta .abo_sum:hover {
  box-shadow: 1px 1px 3px #201F1F;
  opacity: 0.7;
}

main .content2 .abo_deta .abo_p {
  font-size: 15px;
  line-height: 1.7;
  padding: 10px;
  box-sizing: border-box;
}

main .content2 .abo_deta .abo_p .abo_a {
  color: blue;
  transition-property: all;
  transition-duration: 0.3s;
}

main .content2 .abo_deta .abo_p .abo_a:hover {
  color: red;
  opacity: 0.8;
}

main .content2 .abo_deta .abo_p .toji_b {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
  border: 0.5px solid #000;
  border-radius: 3px;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}

main .content2 .abo_deta .abo_p .toji_b:hover {
  background-color: #f5f5f5;
  opacity: 0.7;
}

main .content2 .box2 {
  max-width: 1000px;
  width: 95%;
  margin: 20px auto 0;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em
}

main .content2 .box2 h1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

main .content2 .box2 h2 {
  padding: 2px 10px;
  box-sizing: border-box;
  background-color: #E7BC36;
  margin-bottom: 10px;
  border-radius: 3px;
}

main .content2 .box2 p {
  margin-bottom: 10px;
}

main .content2 .box2 ul {
  list-style-type: square;
  margin-bottom: 10px;
}

main .content2 .box2 ul li {
  margin-left: 25px;
}

main .content2 .box2 .abo {
  text-align: left;
  background-color: white;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: inline;
  font-weight: 400;
  text-decoration: underline;

  transition-property: all;
  transition-duration: 0.3s;
}

main .content2 .box2 .abo:hover {
  color: tomato;
  text-decoration: none;
}

main .content2 .box2 img {
  width: 280px;
  margin-top: 20px;
}

.file_box {
  max-width: 1000px;
  width: 95%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.file_box a {
  font-size: 13px;
  line-height: 1.7em;
  color: #201F1F;
  transition-property: all;
  transition-duration: 0.3s;
}

.file_box a:hover {
  color: tomato;
}

.file_s {
  width: 50px;
}

.file_s a {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.file_s a:hover {
  opacity: 0.8;
}

.file_s a img {
  width: 100%;
}

main .content2 .box2 a {
  display: block;
  width: 80%;
  margin: 30px auto;
  padding: 10px;
  font-weight: 500;
  background-color: #E7BC36;
  border: 2px solid #E7BC36;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  box-shadow: 1px 1px 4px #201F1F;
  transition-property: all;
  transition-duration: 0.3s;
}

main .content2 .box2 a:hover {
  background-color: #FFF;
  width: 85%;
}

main .content2 .box2 p .cont {
  display: inherit;
  width: inherit;
  margin: inherit;
  padding: inherit;
  font-weight: inherit;
  background-color: inherit;
  border: inherit;
  box-sizing: inherit;
  text-align: inherit;
  border-radius: inherit;
  color: inherit;
  text-decoration: inherit;
  box-shadow: inherit;
  transition-property: inherit;
  transition-duration: inherit;
  text-decoration: underline;
  font-weight: 400;
  transition-property: all;
  transition-duration: 0.3s;
}

main .content2 .box2 p .cont:hover {
  color: tomato;
  text-decoration: none;
}

main .content2 .box3:nth-child(2) {
  margin-top: 20px;
}

main .content2 .box3 {
  max-width: 1000px;
  width: 95%;
  margin: 15px auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  display: flex;
}

main .content2 .box3 .pac1 {
  width: 120px;
  padding-left: 15px;
}

main .content2 .box3 .pac2 {
  flex: 1;
  padding: 0 15px 0 0;
}

main .content2 .box3 .pac2 a {
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
}

main .content2 .box3 .pac2 a:hover {
  color: tomato;
}

main .content2 .topb {
  max-width: 1000px;
  width: 95%;
  margin: 40px auto 30px;
}

main .content2 .topb .topback {
  display: block;
  width: 80%;
  padding: 10px;
  border: 6px solid #E7BC36;
  color: #000;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7em;
  box-sizing: border-box;

  transition-property: all;
  transition-duration: 0.3s;
}

main .content2 .topb .topback:hover {
  box-shadow: 1px 1px 6px #201F1F;
}

main .content2 .officebox {
  margin: 20px 0;
}

main .content2 .officebox .box3 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto 5px;
  font-size: 17px;
  line-height: 1.5em;
  border-bottom: 0.5px dotted #201F1F;
}

main .content2 .officebox .box3 .pac1 {
  width: 130px;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: 500;
}

main .content2 .officebox .box3 .pac2 {
  padding: 5px 15px;
  box-sizing: border-box;
}

main .content2 .box4 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
}

main .content2 .box4 p {
  padding: 20px;
}

main .content2 .box5 {
  max-width: 1000px;
  width: 95%;
  margin: 30px auto;
}

main .content2 .box5 a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  text-align: center;
  width: 70%;
  line-height: 1.7em;
  border: 6px solid #E7BC36;
  border-radius: 3px;
  margin: 0 auto;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.3s;
  font-weight: 400;
  font-size: 16px;
}

main .content2 .box5 a:hover {
  box-shadow: 1px 1px 6px #201F1F;
}

main .annai {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

main .annai ul {
  width: 100%;
  list-style-type: square;
  border: 2px solid #E7BC36;
  box-sizing: border-box;
  padding: 15px;
  line-height: 1.7em;
  font-size: 17px;
}

main .annai ul li {
  margin-left: 20px;
}

main .annai ul li a {
  color: #000;
  transition-property: all;
  transition-duration: 0.3s;
}

main .annai ul li a:hover {
  color: tomato;
}

main .content2 .mailbox {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 5px 20px 20px;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 500;
  box-sizing: border-box;
}

main .content2 .mailbox form p {
  padding: 3px 6px;
  border-left: 5px solid #E7BC36;
  margin: 10px 0;
}

main .content2 .mailbox form p span {
  color: tomato;
  font-size: 13px;
}

main .content2 .mailbox form .count {
  padding: 3px 6px;
  text-align: right;
  font-size: 13px;
}

main .content2 .mailbox form input[type=text] {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #201F1F;
  box-sizing: border-box;
  line-height: 1.7em;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 3px;
}

main .content2 .mailbox form input[type=email] {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #201F1F;
  box-sizing: border-box;
  line-height: 1.7em;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 3px;
}

main .content2 .mailbox form input[type=tel] {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #201F1F;
  box-sizing: border-box;
  line-height: 1.7em;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 3px;
}

main .content2 .mailbox form textarea {
  width: 100%;
  height: 250px;
  padding: 5px 10px;
  border: 1px solid #201F1F;
  box-sizing: border-box;
  line-height: 1.7em;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 3px;
}

main .content2 .mailbox form input[type=submit] {
  width: 200px;
  font-weight: 500;
  text-align: center;
  padding:  5px 10px;
  font-size: 16px;
  border: 6px solid #E7BC36;
  color: #000;
  border-radius: 3px;
  display: block;
  margin: 30px auto 0;
  line-height: 1.7em;

  transition-property: all;
  transition-duration: 0.3s;
}

main .content2 .mailbox form input[type=submit]:hover {
  box-shadow: 1px 1px 6px #201F1F;
}

main .content2 .mailbox form .soshin {
  display: flex;
  justify-content: space-between;
}

main .content2 .mailbox form .soshin a {
  width: 150px;
  font-weight: 400;
  text-align: center;
  padding: 5px 10px;
  font-size: 16px;
  border: 6px solid #E7BC36;
  color: #000;
  border-radius: 3px;
  display: block;
  margin: 30px auto 0;
  transition-property: all;
  transition-duration: 0.3s;
  text-decoration: none;
  box-sizing: border-box;
}

main .content2 .mailbox form .soshin a:hover {
  box-shadow: 1px 1px 6px #201F1F;
}

main .content2 .mailbox form .soshin input[type=submit] {
  width: 150px;
  font-weight: 400;
  text-align: center;
  padding: 5px 10px;
  font-size: 16px;
  border: 6px solid #E7BC36;
  color: #000;
  border-radius: 3px;
  display: block;
  margin: 30px auto 0;
  transition-property: all;
  transition-duration: 0.3s;
}

main .content2 .mailbox form .soshin input[type=submit]:hover {
  box-shadow: 1px 1px 6px #201F1F;
}

main .content2 .mailbox form .kakuninform {
  width: 100%;
  padding: 5px 10px;
  background-color: #f2c12f21;
  font-weight: 400;
  box-sizing: border-box;
}

main .content2 .list_lxc {
  max-width: 1000px;
  width: 95%;
  margin: 50px auto 0;
}

main .content2 .list_lxc .paging {
  padding: 6px;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
}

main .content2 .list_lxc .paging a {
  padding: 3px 6px;
  box-sizing: border-box;
  font-size: 12px;
  border: 0.5px solid #000;
  text-decoration: none;
  color: #000;
  margin-right: 5px;
  transition-property: all;
  transition-duration: 0.3s;
}

main .content2 .list_lxc .paging a:hover {
  background-color: #E7BC36;
}

main .content2 .list_lxc .paging .here {
  background-color: #E7BC36;
}

main .content2 .list_lxc .paging_index {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  background-color: rgba(231, 187, 54, 0.5);
}

main .content2 .list_lxc .paging span {
  margin-right: 5px;
}

main .content3 .box1 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

main .content3 {
  padding: 0 0 30px;
}

main .content3 .box1 h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.7em;
  border-bottom: 2px solid #000;
}

main .content3 .box2 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.7em;
  font-size: 17px;
  font-weight: 400;
}

main .content3 .box2 ul {
  list-style-type: square;
}

main .content3 .box2 ul li {
  margin-left: 30px;
  margin-bottom: 5px;
}

.notice {
  padding: 30px 0;
}

.notice .box1 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  border-top: 2px solid #000;
  font-size: 16px;
  line-height: 1.7em;
}

.notice .box1 h1 {
  padding: 5px 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7em;
}

.notice .box1 .date {
  text-align: right;
  padding: 0 15px;
  margin-bottom: 10px;
  font-size: 14px;
}

.notice .box1 p {
  padding: 0 14px;
}

.notice .box1 p a {
  color: #201F1F;
  transition-property: all;
  transition-duration: 0.3s;
}

.notice .box1 p a:hover {
  color: tomato;
  text-decoration: none;
}

.notice .box1 p strong {
  font-weight: 500;
}

.notice .box1 ul {
  list-style: decimal;
}

.notice .box1 ul li {
  margin-left: 35px;
}

.notice .box1 .screen {
  margin-top: 20px;
  padding: 0 15px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

main .return {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto 50px;
  text-align: right;
  padding: 3px;
  box-sizing: border-box;
}

main .return .sp1 {
  vertical-align: middle;
  font-size: 20px;
}

main .return a {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  transition-property: all;
  transition-duration: 0.3s;
  padding: 3px;
  box-sizing: border-box;
  vertical-align: middle;
}

main .return a:hover {
  color: red;
}

main .modoru {
  max-width: 1000px;
  width: 95%;
  padding: 0 0 60px;
  box-sizing: border-box;
  margin: 0 auto;
}

main .modoru a {
  display: block;
  width: 80%;
  margin: 0 auto;
  border: 6px solid #E7BC36;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  padding: 10px;
  line-height: 1.7em;
  border-radius: 3px;
  transition-property: all;
  transition-duration: 0.3s;
  box-sizing: border-box;
}

main .modoru a:hover {
  box-shadow: 1px 1px 6px #201F1F;
}

main .content2 .box2 p .saiyo-m a {
  color: #201F1F;
  background-color: #FFF;
}

@media (max-width: 700px) {
  main .content1 .box1 h1 {
    font-size: 20px;
  }

  main .content1 .box2 {
    font-size: 15px;
    padding: 0 5px;
  }

  main .content2 .box1 h1 {
    font-size: 20px;
  }

  main .content2 .box2 {
    font-size: 15px;
  }

  main .content2 .box2 h1 {
    font-size: 15px;
  }

  main .content2 .officebox .box3 {
    font-size: 15px;
  }

  main .content3 .box1 h1 {
    font-size: 20px;
  }

  main .content3 .box2 {
    font-size: 15px;
  }

  main .content2 .box3 {
    font-size: 15px;
  }
  
  main .content2 .box3 .pac1 {
    width: 100px;
    padding-left: 10px;
  }

  main .content2 .topb .topback {
    font-size: 15px;
  }

  main .content2 .list_none {
    font-size: 13px;
  }

  main .content2 .abo_deta .abo_sum {
    font-size: 13px;
  }

  main .content2 .abo_deta .abo_p {
    font-size: 13px;
  }

  main .content2 .ado_lxc .abo_h1 {
    font-size: 13px;
  }

  main .content2 .ado_lxc .abo_p1 {
    font-size: 13px;
  }
}

@media (max-width: 550px) {
  main .content2 .officebox .box3 {
    display: block;
  }

  main .content2 .officebox .box3 .pac1 {
    width: 100%;
    text-align: left;
    padding-left: 15px;
  }
  
  main .content2 .officebox .box3 .pac2 {
    width: 100%;
  }

  main .content3 .box2 {
    padding: 15px 0;
  }

  main .content2 .topback {
    font-size: 15px;
  }

  .notice .box1 {
    font-size: 15px;
  }
  
  .notice .box1 h1 {
    font-size: 17px;
  }
  
  .notice .box1 .date {
    font-size: 13px;
  }

  main .modoru a {
    font-size: 15px;
  }

  main .annai {
    padding: 20px 5px;
  }

  main .content2 .mailbox {
    padding: 5px 5px 20px;
  }
}

@media (max-width: 480px) {
  main .top-nav {
    font-size: 12px;
  }

  main .content1 {
    padding: 15px 0;
  }

  main .content1 .box1 h1 {
    font-size: 18px;
  }

  main .content1 .box2 {
    font-size: 14px;
  }

  main .content2 {
    padding: 15px 0;
  }

  main .content2 .box1 h1 {
    font-size: 18px;
  }

  main .content2 .box2 {
    font-size: 14px;
  }

  main .content2 .officebox .box3 {
    font-size: 14px;
  }

  main .content3 .box1 h1 {
    font-size: 18px;
  }

  main .content3 .box2 {
    font-size: 14px;
  }

  main .content2 .box3 {
    margin: 10px auto;
    font-size: 14px;
  }
  
  main .content2 .box3 .pac1 {
    width: 90px;
  }

  .notice .box1 {
    font-size: 14px;
  }
  
  .notice .box1 h1 {
    font-size: 16px;
  }
  
  .notice .box1 .date {
    font-size: 12px;
  }

  main .modoru {
    padding: 0 0 30px;
  }

  main .content2 .mailbox {
    font-size: 14px;
  }

  main .content2 .mailbox form input[type=text] {
    font-size: 14px;
  }

  main .content2 .mailbox form input[type=email] {
    font-size: 14px;
  }

  main .content2 .mailbox form input[type=tel] {
    font-size: 14px;
  }

  main .content2 .mailbox form textarea {
    font-size: 14px;
  }

  main .content2 .mailbox form input[type=submit] {
    font-size: 15px;
    padding: 5px;
  }

  main .content2 .mailbox form p span {
    font-size: 12px;
  }

  main .content2 .mailbox form .kakuninform {
    font-size: 14px;
  }

  main .content2 .mailbox form input[type=text] {
    font-size: 14px;
  }

  main .content2 .mailbox form input[type=email] {
    font-size: 14px;
  }

  main .content2 .mailbox form input[type=tel] {
    font-size: 14px;
  }

  main .content2 .mailbox form textarea {
    font-size: 14px;
  }

  main .content2 .mailbox form .soshin a {
    font-size: 15px;
    padding: 5px;
    width: 120px;
  }

  main .content2 .mailbox form .soshin input[type=submit] {
    font-size: 15px;
    padding: 5px;
    width: 120px;
  }

  main .content2 .box4 {
    font-size: 14px;
  }

  main .content2 .box5 a {
    font-size: 14px;
  }

  main .annai ul {
    padding: 10px;
    font-size: 14px;
  }
}

nav .menu-button {
  position: fixed;
  top: 20px;
  left: 30px;
  cursor: pointer;
  z-index: 5;
}

nav .menu-button .material-icons {
  display: block;
  font-size: 60px;
  color: #201F1F;
}

nav .menu-button span {
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  color: #201F1F;
}

nav input[type=checkbox] {
  display: none;
}

nav label .white-back {
  position: fixed;
  background-color: #FFFFFF;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

nav input[type=checkbox]:checked ~ label .white-back {
  opacity: 0.8;
  pointer-events: all;
}

nav input[type=checkbox]:checked ~ .navmenu {
  transform: translateX(0px);
}

nav input[type=checkbox]:checked ~ label .menu-button {
  display: none;
}

nav .navmenu {
  position: fixed;
  width: 450px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  background-color: #E7BC36;
  transform: translateX(-200vh);
  transition-property: transform;
  transition-duration: 0.3s;
  overflow: auto;
  opacity: 0.9;

  animation-name: back;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

nav .navmenu label .close {
  position: fixed;
  top: 20px;
  left: 30px;
  cursor: pointer;
  z-index: 10;
}

nav .navmenu label .close .material-icons {
  font-size: 60px;
}

nav .navmenu .menu-list {
  margin: 120px 30px;
  font-size: 18px;
  line-height: 1.7em;
}

nav .navmenu .menu-list h1 {
  border-bottom: 1px solid #201F1F;
  font-weight: 700;
}

nav .navmenu .menu-list h1 .material-icons {
  transform: translateY(5px);
}

nav .navmenu .menu-list ul {
  list-style-type: disc;
  margin: 25px 30px;
}

nav .navmenu .menu-list ul li {
  margin-bottom: 10px;
}

nav .navmenu .menu-list ul li a {
  color: #201F1F;
  text-decoration: none;

  transition-property: text-decoration, color;
  transition-duration: 0.3s;
}

nav .navmenu .menu-list ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  nav .menu-button {
    top: 15px;
    left: 20px;
  }
  
  nav .menu-button .material-icons {
    font-size: 40px;
  }
  
  nav .menu-button span {
    font-size: 13px;
  }

  nav .navmenu label .close {
    top: 15px;
    left: 20px;
  }
  
  nav .navmenu label .close .material-icons {
    font-size: 40px;
  }

  nav .navmenu .menu-list {
    margin: 70px 30px;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  nav .navmenu {
    width: 100%;
  }
}

footer {
  background-image: url(../img/haikei.png);
  background-repeat: repeat;

  animation-name: back;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes back {
  0% {
    background-position: top;
  }
  100% {
    background-position: bottom;
  }
}

footer .footer-con1 {
  max-width: 1000px;
  width: 95%;
  padding: 35px 0;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}

footer .footer-con1 .box1 {
  width: 40%;
  line-height: 1.7em;
  font-size: 14px;
}

footer .footer-con1 .box1 img {
  width: 250px;
}

footer .footer-con1 .box1 address p {
  margin-top: 10px;
}

footer .footer-con1 .box2 {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

footer .footer-con1 .box2 .pac1 {
  width: 48%;
}

footer .footer-con1 .box2 .pac1 h1 {
  padding-bottom: 3px;
  border-bottom: 1px solid #201F1F;
}

footer .footer-con1 .box2 .pac1 h1 span {
  transform: translateY(6px);
}

footer .footer-con1 .box2 .pac1 ul {
  list-style-type: circle;
  margin: 20px 15px 20px 30px;
}

footer .footer-con1 .box2 .pac1 ul li a {
  text-decoration: none;
  color: #201F1F;
}

footer .footer-con1 .box2 .pac1 ul li a:hover {
  text-decoration: underline;
}

footer .footer-con1 .box2 .pac2 {
  width: 48%;
}

footer .footer-con1 .box2 .pac2 h1 {
  padding-bottom: 3px;
  border-bottom: 1px solid #201F1F;
}

footer .footer-con1 .box2 .pac2 h1 span {
  transform: translateY(6px);
}

footer .footer-con1 .box2 .pac2 ul {
  list-style-type: circle;
  margin: 20px 15px 20px 30px;
}

footer .footer-con1 .box2 .pac2 ul li a {
  text-decoration: none;
  color: #201F1F;
}

footer .footer-con1 .box2 .pac2 ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 770px) {
  footer .footer-con1 {
    flex-direction: column-reverse;
  }

  footer .footer-con1 .box1 {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  
  footer .footer-con1 .box1 img {
    margin-left: 0px;
    padding-left: 15px;
  }
  
  footer .footer-con1 .box1 address p {
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 15px;
    box-sizing: border-box;
  }

  footer .footer-con1 .box2 {
    padding: 0;
  }
}

@media (max-width: 450px) {
  footer .footer-con1 {
    padding-top: 15px;
  }

  footer .footer-con1 .box2 {
    display: block;
  }
  
  footer .footer-con1 .box2 .pac1 {
    width: 100%;
  }

  footer .footer-con1 .box2 .pac1 ul {
    margin: 10px 15px 20px 30px;
  }
  
  footer .footer-con1 .box2 .pac2 {
    width: 100%;
  }

  footer .footer-con1 .box2 .pac2 ul {
    margin: 10px 15px 20px 30px;
  }
}

.red {
  color: red;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 3px;
}

main .syokuba_lxc {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

main .syokuba_lxc img {
  width: 100%;
}

main .staff_lxc {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 20px;
  display: flex;
}

main .staff_lxc .box1 {
  width: 300px;
}

main .staff_lxc .box1 img {
  width: 100%;
  border: 3px solid #FFF;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px #201F1F;
}

main .staff_lxc .box2 {
  flex: 1;
  padding-left: 20px;
  box-sizing: border-box;
}

main .staff_lxc .box2 h1 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

main .staff_lxc .box2 .sub {
  color: #E7BC36;
  font-size: 13px;
  line-height: 1.5;
}

main .staff_lxc .box2 h2 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 5px;
}

main .staff_lxc .box2 table {
  width: 100%;
  margin: 10px auto;
  border-collapse: separate;
  border-spacing: 0 5px;
}

main .staff_lxc .box2 table tr {
  border-bottom: 3px solid #000;
}

main .staff_lxc .box2 table tr th {
  width: 80px;
  background-color: antiquewhite;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 13px;
}

main .staff_lxc .box2 table tr td {
  padding: 5px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
}

main .staff_lxc .box2 h3 {
  background-color: antiquewhite;
  padding: 2px 10px;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 13px;
  border-radius: 6px;
}

main .staff_lxc .box2 p {
  line-height: 1.5;
  font-size: 13px;
  padding: 10px;
  box-sizing: border-box;
}

main .sec_line {
  max-width: 900px;
  width: 95%;
  border-bottom: 0.5px solid #201F1F;
  margin: 20px auto 30px;
}

@media (max-width: 650px) {
  main .staff_lxc {
    display: block;
  }

  main .staff_lxc .box1 {
    width: 100%;
    margin: 0 auto 15px;
  }

  main .staff_lxc .box2 {
    width: 100%;
    padding-left: 0px;
  }

  main .staff_lxc .box2 h2 {
    font-size: 20px;
  }
}