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

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

@media (max-width: 1023px) {
  .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: 1023px) and (max-width: 1366px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

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

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

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

html, body {
  font-family: noto-sans-cjk-jp,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  color: #222;
  background: url("../../images/bg-black.jpg") top center fixed;
}

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;
}

.navbar {
  padding: 0;
}

.seo-wrap {
  background: #38040d;
  text-align: center;
  color: #fff;
}

.seo-wrap h1 {
  font-size: 12px;
  padding: 10px 0;
  margin-bottom: 0;
}

section {
  width: 100%;
}

section.main-section {
  width: 100%;
}

@media (max-width: 1023px) {
  section.main-section {
    width: 100%;
    padding: 0;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: flex;
}

.container-fluid {
  max-width: 1200px;
  padding: 0;
}

.container-fluid .inner {
  display: flex;
}

@media (max-width: 1023px) {
  .container-fluid .inner {
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .container {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
  }
}

header {
  width: 100%;
  margin-bottom: 15px;
}

header .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  background: url("../../images/header/bg_color.jpg");
}

@media (max-width: 1023px) {
  header .logo-wrap {
    height: auto;
    padding: 20px 0;
  }
  header .logo-wrap img {
    width: 250px;
  }
}

header .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  header .inner {
    background: #38040d;
    border: 1px solid #190d0e;
    box-shadow: 0px 0px 5px 3px  #715679 inset;
  }
}

.navbar-expand-lg > .container {
  flex-direction: column;
}

@media (max-width: 1023px) {
  .navbar-expand-lg > .container {
    flex-direction: row;
  }
}

.ftco-navbar-light {
  z-index: 3;
  width: inherit;
}

@media (max-width: 1023px) {
  .ftco-navbar-light {
    position: relative;
    top: 0;
    padding: 10px;
  }
}

.ftco-navbar-light .navbar-nav {
  background: #38040d;
  border-radius: 30px;
  border: 1px solid #190d0e;
  box-shadow: 0px 0px 5px 3px  #642e3f inset;
}

@media (max-width: 1023px) {
  .ftco-navbar-light .navbar-nav {
    border-radius: 5px;
    padding: 0;
    border: 1px solid #c6c6c6;
    background: #F3F3F3;
  }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  text-align: center;
  font-size: 16px;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  position: relative;
  color: #fff;
  opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link span {
  display: block;
  font-size: 10px;
}

@media (max-width: 1023px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px dotted #c6c6c6;
    text-align: center;
    font-weight: 600;
    color: #38040d;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1210px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ftco-navbar-light .navbar-nav .tel-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}

.ftco-navbar-light .navbar-nav .tel-wrap p {
  margin: 0;
  margin-right: 30px;
}

.ftco-navbar-light .navbar-nav .tel-wrap .worktime {
  margin-top: 15px;
  font-size: 16px;
  color: #fff790;
}

.ftco-navbar-light .navbar-nav .tel-wrap .tel {
  font-size: 30px;
}

.ftco-navbar-light .navbar-nav .tel-wrap .tel a {
  color: #fff790;
}

.ftco-navbar-light .navbar-nav .tel-wrap .tel a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1023px) and (max-width: 1210px) {
  .ftco-navbar-light .navbar-nav .tel-wrap p {
    margin: 0;
    margin-right: 15px;
  }
  .ftco-navbar-light .navbar-nav .tel-wrap .worktime {
    margin-top: 15px;
    font-size: 14px;
    color: #fff790;
  }
  .ftco-navbar-light .navbar-nav .tel-wrap .tel {
    font-size: 24px;
  }
  .ftco-navbar-light .navbar-nav .tel-wrap .tel a {
    color: #fff790;
  }
  .ftco-navbar-light .navbar-nav .tel-wrap .tel a:hover {
    text-decoration: none;
  }
}

.ftco-navbar-light .tel-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
}

.ftco-navbar-light .tel-wrap p {
  margin: 0;
  margin-right: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}

.ftco-navbar-light .tel-wrap .worktime {
  font-size: 14px;
  color: #fff790;
  margin-right: 10px;
  text-align: right;
}

.ftco-navbar-light .tel-wrap .worktime span {
  display: block;
  font-size: 12px;
}

.ftco-navbar-light .tel-wrap .tel {
  font-size: 20px;
}

.ftco-navbar-light .tel-wrap .tel a {
  color: #fff790;
}

.ftco-navbar-light .tel-wrap .tel a:hover {
  text-decoration: none;
}

.ftco-navbar-light .navbar-toggler {
  border: none;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: .1em;
  color: #fff;
}

.ftco-navbar-light .navbar-toggler:focus {
  outline: none !important;
}

footer {
  position: relative;
  padding: 50px 0 10px;
  background: #a00000;
  color: #fff;
}

footer .logo {
  text-align: center;
  margin-bottom: 10px;
}

footer .logo img {
  width: 200px;
}

footer .info {
  font-size: 14px;
  text-align: center;
}

footer .info a {
  color: #fff;
}

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

/*=====================================================================
共通タイトル,ボタン
=====================================================================*/
.title {
  text-align: center;
  margin: 20px 0;
}

.title h2 {
  display: inline-block;
  border-bottom: 1px solid #666;
  font-size: 30px;
  color: #fff790;
  letter-spacing: 2;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 400;
}

.title h2 span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .title {
    margin-bottom: 10px;
  }
  .title h2 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .title h2 span {
    font-size: 14px;
  }
}

.title-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 40px;
}

.title-left h2 {
  font-size: 40px;
  color: #fff790;
  letter-spacing: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.title-left h2 span {
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
}

.title-left a.more {
  align-items: flex-end;
  background: #a00000;
  color: #fff;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 14px;
}

.title-left a.more::after {
  margin-left: 10px;
  content: '\f0a9';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

@media (max-width: 1023px) {
  .title-left {
    justify-content: center;
    flex-direction: column;
    margin: 15px 0;
  }
  .title-left h2 {
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
  }
  .title-left h2 span {
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
  }
  .title-left a.more {
    display: block;
    background: #a00000;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 4px;
    margin: 10px 0;
  }
  .title-left a.more::after {
    margin-left: 10px;
    content: '\f0a9';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
}

/* pager */
.pager-wrapper .result-count {
  display: flex;
  justify-content: center;
}

.pager-wrapper .pager {
  padding: 30px 15px;
  display: flex;
  justify-content: center;
}

.pager-wrapper .pager .pagination {
  margin: 0 -5px;
}

.pager-wrapper .pager .pagination .page-item {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  color: #38040d;
}

.pager-wrapper .pager .pagination .page-item .current, .pager-wrapper .pager .pagination .page-item.current, .pager-wrapper .pager .pagination .page-item.disabled {
  background: #848484;
  color: #fff;
}

.pager-wrapper .pager .pagination .page-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  color: #38040d;
  font-weight: 600;
  box-shadow: 0px 0px 10px #00000029;
}

.pager-wrapper .pager .pagination .page-item a:hover {
  background: #848484;
  color: #fff;
}

/*=====================================================================
フォントサイズ
=====================================================================*/
.f12 {
  font-size: 12px !important;
}
