@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body {
  min-width: 100%;
  font-family: "源ノ角ゴシック JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
}

h1 {
  line-height: 2.5;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  color: #fff;
  opacity: 0.7;
}


.hidden {
  overflow: hidden;
}

.center {
  display: flex;
  justify-content: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #B40019;
}

.grey {
  background-color: #F6F6F6;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.sub-header {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #BF0008;
}

.top-button {
  width:60px;
  height: 60px;
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 100;
  background: #BF0008;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 15px;
  width: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

.top-button:hover {
  background-color: #000;
  opacity: 1;
}

.logo {
width: 150px;
  padding-bottom: 10px;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  justify-content: flex-end;
}

.gNav {
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #000;
}

.gNav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
}

.gNav ul li {
  width: calc(100% / 1);
  list-style: none;
  border-left: solid 2px #B40019;
  font-size: 15px;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  padding-top: 3px;
}

.gNav ul li a {
  color: #333;
  padding-top: 20px;
  line-height: 0.7;
}


.gNav ul li span {
  font-size: 9px;
  font-weight: 100;
}

.gNav ul li:last-child {
  display: flex;
  justify-content: center;
  border: none;
  height: 60px;
}

.gNav ul li a:last-child {
  width: 100%;
  height: 60px;
}

.gNav ul li:last-child a {
  color: #fff;
}

ul li:nth-child(5) {
  font-size: 14px;
}

.nav-contact {
  background-color: #000000;
}

.sp-navbar {
  background-color: #E2E2E2;
}

.navbar-dark .navbar-toggler {
  border: none;
  background-color:#000;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.sp-nav-sub {
  background-color: #E2E2E2;
}

.sp-nav {
  background: #AB4444;
}

.sp-nav ul {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}

.sp-nav ul li a {
  width: 100%;
  height: 38px;
  display: block;
  color: #fff;
  padding-top: 10px;
  padding-left: 20px;
}

.sp-nav ul li {
  width: 100%;
  list-style: none;
  border-bottom: solid 1px #fff;
  height: 38px;
  font-size: 18px;
  line-height: 0;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-right: 20px;
}

.sp-nav ul li span {
  font-size: 12px;
  font-weight: 100;
}

.site-body {
  padding-top: 40px;
  margin-top: -40px;
}


.mainview-sp {
  margin-top: 120px;
}

.member-link {
  width: 5%;
   height: 59px;
  list-style: none;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
background: #9e9e9e;
padding-top: 10px;
color: #fff;
font-weight: bold;
}



@media (min-width: 768px) {
  .mainview {
    margin-top: 145px;
  }
  
  .pc-none {
    display: none;
  }


}

.ttl {
  display: block;
  margin: 0 auto;
  color: #333;
  text-align: center;
  position: relative;
  font-weight: bold;
}


.ttl h1 {
  font-size: 32px;
  line-height: 0.8;
  font-weight: bold;
}

.ttl-eg {
  font-size: 25px;
  color: #B40019;
  margin-top: -0.3em;
}

.ttl-bg {
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
}


.row {
  width: 100%;
}

.red-border {
  width: 100%;
  height: 18px;
  background-color: #B40019;
}


@media (max-width: 767px) {
  .sp-none {
    display: none;
  }

  .member-link { 
    text-align: left; 
   }
 

}


.contact {
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  background: #3B4043;
}

.contact-btn-wrap {
  width: 95%;
  max-width: 850px;
  margin: 0 auto;
  justify-content: space-around;
  margin-top: 60px;
}

.contact-btn {
  width: 100%;
  max-width: 390px;
  height: 90px;
  max-width: 390px;
 border: solid 1px #B40019;
 background-color: #fff;
  color: #B40019;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-weight: bold;
}

.contact-btn:hover {
  background-color: #000;
  border: none;
}

.contact-btn-01 {
  font-size: 25px;
}

.contact-btn-02 {
  font-size: 35px;
}

.contact-btn p {
  width: 100%;
  max-width: 380px;
  height: 76px;
  display: inline-block;
  line-height: 0;
  margin: 0 auto;
  line-height: 3.2;
}

.contact-btn-02 p {
  line-height: 2.1;
}

.contact-btn i {
  padding-right: 0.5em;
}

footer {
  background-color: #B40019;
  padding-top: 30px;
}

.footer-logo {
  width: 178px;
  height: auto;
}

.footer-add {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 1em;
}

.copyright {
  color: #fff;
  background-color: #1a1311;
  padding: 5px 0;
  font-size: 13px;
  margin: 0;
}


.footer-content {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.footer-nav {
  width: 60%;
  max-width: 600px;
  display: flex;
  justify-content: space-around;
  margin-left: 50px;
}

.footer-nav li a {
  color: #fff;
  font-size: 15px;
}

@media (max-width:768px) {

  
.footer-content {
  flex-direction: column;
  text-align: center;
}

.footer-logo {
  margin: 0 auto;
}


  .footer-nav {
    flex-direction: column;
    margin: 0 auto;
  }


  .footer-nav ul {
  padding-left: 0;
  }
}
