@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;500&display=swap");
/* reset */
/* ============================================ */
/* breakpoint */
/* ============================================ */
@media (max-width: 1023.9px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media (max-width: 1023.9px) {
  .sp-only {
    display: inherit !important;
  }
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 1023.9px) and (max-width: 1366px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1023.9px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

.col-15 {
  width: 20%;
  flex: 0 0 20%;
}

* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body, td, div {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #000;
}

.container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

section {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1023.9px) {
  section {
    width: 100%;
  }
}

input, button, textarea, select {
  color: #222222;
}

a:link, a:active {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

.seoWrap h1 {
  font-size: 12px;
  padding: 5px 0;
}

#pagetop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

#pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1023.9px) {
  #pagetop {
    opacity: unset;
    visibility: unset;
    transition: none;
  }
  #pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
  #pagetop .inner {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  #pagetop a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 14px;
    width: 100%;
    font-family: "Noto Serif JP", serif;
  }
  #pagetop a span {
    display: block;
  }
  #pagetop a span.tel {
    font-size: 20px;
  }
  #pagetop a span.time {
    font-size: 12px;
    background: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    color: #be2115;
  }
  #pagetop a span.sText {
    font-size: 12px;
  }
  #pagetop .btn-tel {
    background-color: #be2115;
  }
  #pagetop .btn-line {
    background-color: #32c467;
  }
}

/* nav */
/* ============================================ */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 300;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1023.9px) {
  .navbar {
    padding: 5px 5px 0;
  }
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item:hover .nav-second-level {
  display: block;
}

.navbar-nav .nav-item .nav-second-level {
  display: none;
  position: absolute;
  left: 0;
  background-color: #f9f9f9;
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.navbar-nav .nav-item .nav-second-level a {
  padding: 12px 16px;
  text-decoration: none;
  word-break: keep-all;
  display: block;
  color: black;
}

.navbar-nav .nav-item .nav-second-level a:hover {
  background-color: #ddd;
}

.navbar-nav .nav-item:focus-within .nav-second-level {
  display: block;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

@media (max-width: 1023.9px) {
  .navbar-collapse {
    background: #F5F5F5;
    padding: 15px;
    border: 1px solid #DBDBDB;
  }
  .navbar-collapse li {
    border-bottom: 1px dotted #DBDBDB;
  }
}

.navbar-toggler {
  padding: 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-family: "Noto Serif JP", serif;
  background: #db8e22;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.nav-tel-wrap {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-bottom: 5px;
}

.nav-tel-wrap p {
  font-size: 14px;
  line-height: 1;
}

.nav-tel-wrap a {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1;
}

.nav-tel-wrap a::before {
  position: relative;
  content: '\f095';
  bottom: 3px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 14px;
}

.breadcrumb {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  font-size: 12px;
  background-color: transparent;
}

@media (max-width: 1023.9px) {
  .breadcrumb {
    width: 100%;
    padding: 0.75rem 10px;
  }
}

header {
  width: 100%;
}

header .logo {
  width: 100%;
  padding: 25px 0 15px;
  text-align: center;
}

@media (max-width: 1023.9px) {
  header .logo {
    padding: 15px 0 5px;
  }
  header .logo img {
    width: 300px;
  }
}

/*=== footer					============================================================================================================*/
.footer-seo {
  margin: 0 auto;
  width: 1000px;
  font-size: 12px;
}

@media (max-width: 1023.9px) {
  .footer-seo {
    width: 100%;
    padding: 0 10px;
  }
}

.footer-menu {
  display: flex;
  justify-content: space-around;
}

.footer-menu .contents {
  margin: 30px auto;
  width: 1000px;
}

.footer-menu .contents div {
  margin-left: 15px;
  display: inline-block;
  font-size: 14px;
}

footer {
  width: 100%;
  padding: 50px 0;
}

footer .footerWarp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .footerWarp .copyLogo {
  text-align: center;
  padding: 10px 0;
}

footer .footerWarp .copyright {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

footer .footerWarp .seo {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

footer .footerWarp .seo a {
  color: #fff;
}

footer .footerWarp .info {
  text-align: center;
}

footer .footerWarp .map {
  width: 100%;
  text-align: center;
}

@media (max-width: 1023.9px) {
  footer {
    padding: 15px 20px;
    padding-bottom: 100px;
  }
  footer .footerWarp .copyLogo img {
    width: 100%;
  }
  footer .footerWarp .copyright {
    font-size: 12px;
  }
}

.subject-bg {
  padding: 15px;
  border-top: 2px solid #eeeeee;
  background-color: #f6f6f6;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 200;
  line-height: 1.6em;
  width: 1000px;
}

@media (max-width: 1023.9px) {
  .subject-bg {
    width: 100%;
    font-size: 18px;
    text-align: left;
  }
}

.subject {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
  text-align: center;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  color: #434343;
}

.subject span {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  color: #666;
}

.subject .point {
  display: contents;
  font-size: 30px;
  color: #db8e22;
}

.subject .small-tlt {
  font-size: 16px;
  padding: 15px;
}

@media (max-width: 1023.9px) {
  .subject {
    width: 100%;
    font-size: 18px;
    padding: 15px 0;
    margin: 15px 0;
  }
  .subject span {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #666;
  }
}

.faqWarp {
  width: 100%;
  background: #eeeeee;
  margin: 40px 0 0;
  padding: 40px 0;
  text-align: center;
}

@media (max-width: 1023.9px) {
  .faqWarp {
    margin: 0;
    padding: 15px 0;
  }
}

.faqWarp .footer-faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faqWarp .footer-faq .contents {
  width: 1000px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.faqWarp .footer-faq .contents .line {
  width: 75%;
  background: #4aaf07;
  color: #fff;
  padding: 10px 0;
  border-radius: 100px;
  letter-spacing: 3px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}

@media (max-width: 1023.9px) {
  .faqWarp .footer-faq .contents .line {
    width: 100%;
  }
}

.faqWarp .footer-faq .contents .btn {
  text-align: center;
  display: inline;
  padding: 10px 100px;
  background: #fff;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  font-weight: normal;
  vertical-align: middle;
  color: #333;
  letter-spacing: 3px;
  margin: 0 20px;
}

.faqWarp .footer-faq .contents .tel {
  margin-top: 40px;
  text-align: center;
}

.faqWarp .footer-faq .contents .tel p {
  text-align: center;
  font-size: 16px;
}

.faqWarp .footer-faq .contents .tel p.number {
  text-align: center;
  font-size: 50px;
  letter-spacing: 3px;
}

@media (max-width: 1023.9px) {
  .faqWarp .footer-faq .contents {
    width: 100%;
    flex-direction: column;
  }
  .faqWarp .footer-faq .contents .btn {
    display: inline;
    padding: 5px 50px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .faqWarp .footer-faq .contents .tel {
    margin-top: 15px;
  }
  .faqWarp .footer-faq .contents .tel p.number {
    font-size: 28px;
    letter-spacing: 2px;
  }
}
