@charset "UTF-8";
/*header
-----------*/
.header {
  width: 100%;
  background-color: #fff;
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 47px;
  padding-bottom: 13px;
}

@media (max-width: 768px) {
  .header__inner {
    padding-top: 0;
    padding-bottom: 6px;
  }
}

.header__info {
  text-align: left;
  font-size: 16px;
}

@media (max-width: 350px) {
  .header__info {
    font-size: 12px;
  }
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__links a {
  width: 48%;
}

.header__logo {
  max-width: 408px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .header__logo {
    width: 70%;
    margin-right: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .header__left {
    padding-left: 10px;
    width: 70%;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .header__right {
    padding-right: 10px;
  }
}

.header__right .humberger span:not(.ttl) {
  height: 2px;
  background: #a90017;
}

.header__right .humberger span.ttl {
  color: #a90017;
}

.header__right .humberger.active span:not(.ttl) {
  background: #fff;
}

.header__right .humberger.active span.ttl {
  color: #fff;
}

.header__tel {
  margin-right: 15px;
  border-radius: 4px;
  
}
.header__busi-time {
  padding-left: 10px;
  font-size: 14px;
}

.header__mail {
  padding-top: 25px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  background-color: #910000;
  color: #fff;
  font-size: 13px;
}

.header__mail:after {
  content: "";
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 24px;
  width: 30px;
  background-image: url(../img/common/header-mail-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.header-hover {
  position: relative;
}

.header-hover:hover ul {
  pointer-events: initial;
}

.header-hover:hover ul li {
  cursor: pointer;
  overflow: visible;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-hover:hover ul li:hover {
  background-color: #fff;
}

.header-hover:hover ul li:hover a {
  color: #910000;
  font-weight: bold;
}

.header-pc-accordion {
  padding-top: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 8;
  pointer-events: none;
  width:200%;
  background-color: #fff;
  border-radius: 2px;
}

.header-pc-accordion li {
  text-align: center;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-menu-sp {
  display: none;
  padding-top: 10px;
}

.header-menu-sp__item {
  padding: 10px 0;
}

.nav {
  padding-top: 18px;
  padding-bottom: 25px;
  width: 100%;
  overflow: hidden;
}

.nav.nav-fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

.nav.active {
  overflow: visible;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav__item {
  width: calc(100% / 6);
  border-right: solid 1px currentColor;
}

.nav__item:first-of-type {
  border-left: 1px solid currentColor;
}

.nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
}

.nav__item a span {
  font-size: 14px;
  font-size: 12px;
  font-weight: lighter;
}

.nav-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.nav-sp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 999;
  height: 66px;
  width: 100%;
  background: #bc001d;
}

.nav-sp__item {
  width: 25%;
  border-right: 1px solid #ccc;
  background-size: 20px;
  background-position: top 15px center;
  background-repeat: no-repeat;
}

.nav-sp__item a {
  display: block;
  padding-top: 42px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.nav-sp__item--01 {
  background-image: url(../img/ico_phone.svg);
}

.nav-sp__item--02 {
  background-image: url(../img/ico_mail.svg);
}

.nav-sp__item--03 {
  background-image: url(../img/ico_access.svg);
}

.humberger-content {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9;
  height: 100%;
  width: 80%;
  background-color: #fff;
  background-color: #bc001d;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: scroll;
}

.humberger-content.active {
  right: 0;
  pointer-events: initial;
}

.humberger-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: scroll;
  margin-top: 50%;
}

.humberger-content__item {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  text-align: right;
  padding-right: 22px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}

.humberger-content__item a,
.humberger-content__item p {
  color: #fff;
  font-weight: bold;
}

/*ハンバーガー
-----------------*/
.humberger {
  position: relative;
  z-index: 10;
}

.humberger .ttl {
  display: block;
  padding-top: 42px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.humberger span:not(.ttl) {
  background: #fff;
  position: absolute;
  left: 50%;
  width: 22px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.humberger span:not(.ttl):nth-of-type(1) {
  top: 20px;
}

.humberger span:not(.ttl):nth-of-type(2) {
  top: 26px;
}

.humberger span:not(.ttl):nth-of-type(3) {
  top: 32px;
}

.humberger.active span:not(.ttl) {
  left: 36%;
}

.humberger.active span:not(.ttl):nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.humberger.active span:not(.ttl):nth-of-type(2) {
  opacity: 0;
}

.humberger.active span:not(.ttl):nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

/*footer
-----------*/
.footer {
  padding-top: 20px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #bc001d;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
  .footer {
    margin-bottom: 66px;
    font-size: 10px;
	padding-bottom: 100px;
  }
}

.footer span {
  font-size: 12px;
}

@media (max-width: 350px) {
  .footer span {
    font-size: 10px;
  }
}
.sp-footer {
  position: fixed;
	background: rgba(0, 0,0, 0.15);
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
	text-align: center;
	padding: 5px;
	
}
.sp-footer img{
	width: auto;
	
}
	.pc-footer {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
		max-width: 1000px;
		margin: 0 auto;
}
.pc-footer-l{
	width: 65%;
}
.pc-footer-r{
	width: 35%;
}
@media (max-width: 768px) {
	.sp-footer {
padding: 0px;
		background: rgba(0, 0, 0, 0.3);
	
}

}
@media (max-width: 768px) {
	.sp-footer {
padding: 0px;
}
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}

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

body {
  margin: 0;
  height: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #363636;
  font-family: sans-serif;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

body.active {
  overflow: hidden;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

table {
  width: 100%;
  text-align: left;
}

table,
table th,
table td {
  border-collapse: collapse;
  line-height: 1.5;
}

table th {
  font-weight: bold;
  vertical-align: middle;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
  margin: 0;
}

selector {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
  line-height: 0;
}

ol li {
  line-height: 22px;
}

ol {
  margin-bottom: 10px;
}

iframe {
  width: 100%;
  border: none;
}

button {
  border: none;
  cursor: pointer;
}

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

a[href^="tel:"] {
  pointer-events: none;
}

@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

img {
  max-width: 100%;
}

/*共通module
----------------*/
.mincho, .section-ttl, .category-ttl, .vip-cam__ttl {
  font-family: YuMincho, "Yu Mincho", serif;
}

.contents-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}

.contents-wrapper-small {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.section-ttl {
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 40px;
  font-size: 60px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section-ttl {
    font-size: 24px;
  }
}

.section-ttl span {
  font-weight: 600;
}

.section-sub-ttl {
  text-align: center;
  font-size: 30px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .section-sub-ttl {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .section-sub-ttl {
    font-size: 16px;
  }
}

.category-ttl {
  margin-bottom: 60px;
  padding-bottom: 10px;
  border-bottom: solid 2px currentColor;
  font-weight: bold;
  font-size: 40px;
}

@media (max-width: 768px) {
  .category-ttl {
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 30px;
  }
}

/*vip-cam
--------------*/
.vip-cam {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .vip-cam {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.vip-cam__ttl {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #e84388;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .vip-cam__ttl {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2;
  }
}

/*本人確認書類
----------------*/
.certification {
  padding-top: 36px;
  padding-bottom: 94px;
}

@media (max-width: 768px) {
  .certification {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.certification__ttl {
  margin: 0 auto;
  max-width: 730px;
  line-height: 0;
}

@media (max-width: 768px) {
  .certification__ttl {
    padding: 0 10px;
  }
}

.certification-box {
  margin-bottom: 30px;
  padding-top: 52px;
  padding-bottom: 49px;
  background-color: #e0f0fd;
}

@media (max-width: 768px) {
  .certification-box {
    padding-top: 30px;
  }
}

.certification-box__ttl {
  margin-bottom: 8px;
  text-align: center;
  color: #1d8cb6;
  font-size: 40px;
}

@media (max-width: 768px) {
  .certification-box__ttl {
    font-size: 30px;
  }
}

.certification-box__sub-ttl {
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
}

.certification-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .certification-box__list {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.certification-box__item {
  text-align: center;
  margin-bottom: 10px;
  width: 20%;
  font-size: 22px;
}

@media (max-width: 768px) {
  .certification-box__item {
    text-align: left;
    font-size: 18px;
    width: 48%;
  }
}

.certification__txt {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .certification__txt {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
}

/*ページネーション
-------------------*/
.pagenation {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-numbers {
  padding: 6px 12px;
  background-color: #920000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.page-numbers.current {
  background-color: #fff;
  border: solid 1px currentColor;
  color: #920000;
}

.news {
  padding-top: 55px;
  padding-bottom: 43px;
}

@media (max-width: 768px) {
  .news {
    padding-top: 30px;
  }
}

.news-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #363636;
}

@media (max-width: 768px) {
  .news-box {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    width: 96%;
  }
}

.news-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.news-box a p {
  font-size: 20px;
}

@media (max-width: 768px) {
  .news-box a p {
    font-size: 16px;
  }
}

.news-box__date {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .news-box__date {
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 12px !important;
  }
}

@media (max-width: 768px) {
  .news-box__ttl {
    line-height: 1.3;
  }
}
/*# sourceMappingURL=news-index.css.map */