@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  margin: 50px 0;
}

body header {
  width: 100%;
  height: 84px;
}
body header #wrapper #headerinner {
  width: 1400px;
  margin: 20px auto 0;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header #wrapper #headerinner #logo {
  width: 150px;
  height: auto;
}
body header #wrapper #headerinner #logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
body header #wrapper #headerinner #logo a img {
  width: 150px;
  height: auto;
}
body header #wrapper #headerinner nav ul {
  display: flex;
  justify-content: left;
  align-items: center;
}
body header #wrapper #headerinner nav ul li {
  list-style-type: none;
}
body header #wrapper #headerinner nav ul li a {
  color: #808080;
  text-decoration: none;
  font-size: 0.75rem;
  margin-left: 15px;
}
body header #wrapper #headerinner #telBox {
  width: 180px;
  height: 45px;
  font-weight: 700;
  color: tomato;
  padding-left: 15px;
}
body header #wrapper #headerinner #telBox p#tel {
  padding-left: 50px;
  position: relative;
}
body header #wrapper #headerinner #telBox p#tel:before {
  content: "";
  position: absolute;
  background: url(https://naisou.jyukukan-honpo.jp/wp-content/themes/ryusen/image/telMark.svg);
  width: 20px;
  height: 26px;
  top: 0;
  left: 26px;
  background-size: 100%;
  background-repeat: no-repeat;
}
body header #wrapper #headerinner #telBox p#tel:after {
  content: "【受付時間】9：00～18：00";
  position: absolute;
  left: 20px;
  font-size: 0.66rem;
  color: #1f1e85;
  letter-spacing: 0;
  display: block;
  margin-top: 6px;
  text-align: left;
}
body header #wrapper #headerinner #contaxtBox {
  width: 240px;
  height: 55px;
  background-color: #2a94a5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-left: 32px;
  font-weight: 700;
  position: relative;
}
body header #wrapper #headerinner #contaxtBox:before {
  position: absolute;
  content: "";
  background: url(https://naisou.jyukukan-honpo.jp/wp-content/themes/ryusen/image/mailMark.svg);
  background-repeat: no-repeat;
  top: 18px;
  left: 27px;
  width: 30px;
  height: 30px;
  background-size: 98%;
}
body header #wrapper section#mainVisual {
  width: 1300px;
  height: 492px;
  margin: 50px auto;
  background: url(https://naisou.jyukukan-honpo.jp/wp-content/themes/ryusen/image/naisouBackground.webp);
}

header #visual01 {
  width: 100%;
}

footer {
  display: flex;
  align-items: center;
}
footer p.fotter_kiyaku a {
  color: #1176d4;
  font-size: 1.5rem;
}
footer p.copyright a {
  color: #1176d4;
  font-size: 1.5rem;
}/*# sourceMappingURL=front-page.css.map */