@charset "UTF-8";

/* ==========================================
  Site Common
========================================== */
.l-container {
  min-width: 100%;
}
.inner {
  width: 92%;
}
.item-sp {
  display: block !important;
}
.item-pc {
  display: none !important;
}

/* ==========================================
  Site Header
========================================== */
.l-header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  padding: 10px 0;
}
.l-header .inner {
  width: 96%;
  margin: 0 0 0 auto;
}
.l-header h1 {
  width: 50%;
}
.header-items {
  right: 2%;
}
.header-items ul {
  display: none;
}
/*
.header-items ul li:first-of-type {
  height: auto;
  font-weight: 600;
  text-align: left;
  color: #b8180a;
  background: none;
  margin: 0 0 0 1em;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.header-items ul li:last-of-type {
  display: none;
}
*/
.header-items > p {
  position: relative;
  display: inherit;
  width: 45px;
}
.header-items > p img {
  width: 100%;
}

/* ==========================================
  Global Navi
========================================== */
.g-navi {
  display: none;
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 10001;
  background-color: #ffffff;
}
.g-navi ul {
  display: block;
  background-color: #f4f4f4;
}
.g-navi ul li {
  margin: 0;
  letter-spacing: 0.1em;
  text-indent: 15px;
}
.g-navi ul li a:hover {
  border-bottom: none;
}
.g-navi ul li:not(:last-of-type) {
  border-bottom: solid 1px #d9d9d9;
}
.g-navi ul li:last-of-type {
  background-color: #cc0000;
}
.g-navi ul li:last-of-type a {
  color: #ffffff;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 35px;
  height: 29px;
  margin: 0 0 0 10px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #a1a1a1;
  border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.menu-trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

/* ==========================================
  Site Footer
========================================== */

/* 総合的なお問い合わせ
----------------------------------------- */
.inquiry-unit {
  height: auto;
}
.inquiry-unit h3 {
  font-size: 4.8vw;
  height: 22.666666vw;
  line-height: 22.666666vw;
}
.inquiry-unit .inner {
  width: 76%;
  display: block;
  padding: 0 0 14.666666vw;
}
.inquiry-unit .inner div {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
}
.inquiry-unit .inner div:first-of-type {
  border-right: none;
  padding: 8vw 0;
}
.inquiry-unit .inner div p {
  width: 76vw;
  margin: 0 auto;
}
.inquiry-unit .inner div button {
  width: 76vw;
}

/* 関連リンク
----------------------------------------- */
.link-unit {
  padding: 8vw 0;
}
.link-unit .inner {
  width: 100%;
  display: block;
}
.link-unit .inner div {
  width: 100%;
  display: block;
}
.link-unit .inner div:first-of-type {
  padding: 0 0 6.666666vw;
  border-bottom: solid 1px #eeeeee;
}
.link-unit .inner div:last-of-type {
  padding: 6.666666vw 0 0;
}
.link-unit .inner div dl {
  width: 86.666666%;
  margin: 0 auto;
}
.link-unit .inner div dl dt {
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
}
.link-unit .inner div dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

/* コピーライト＆SNS
----------------------------------------- */
.copy-unit {
  padding: 0 0 20%;
}
.copy-unit .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 6vw 0 0;
}
.copy-unit .inner div:last-of-type {
  margin: 0 0 6vw;
}
.copy-unit .inner div span {
  width: 45px;
  text-align: center;
}
.copy-unit .inner div span:last-of-type {
  margin: 0 0 0 15px;
}
.copy {
  font-size: 12px;
  font-size: 1.2rem;
}

/* Footer Button
----------------------------------------- */
.btn-unit {
  position: fixed;
  z-index: 1;
  left: 2.666666%;
  bottom: 2.666666%;
  width: 94.666666%;
  display: block;
  background-color: #b8180a;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-unit ul {
  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;
}
.btn-unit ul li {
  width: 48.5%;
}
.btn-unit ul li a {
  display: block;
}
.btn-unit span {
  position: absolute;
  top: -15px;
  right: -5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: block;
}