@charset "UTF-8";

/* ==========================================
  Site Common
========================================== */
.l-container {
  position: relative;
  width: 100%;
  min-width: 1260px;
  overflow: hidden;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.item-sp {
  display: none !important;
}

/* ==========================================
  Site Header
========================================== */
.l-header {
  position: relative;
  width: 100%;
  height: 76px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header h1 {
  width: 280px;
}
.header-items {
  position: absolute;
  top: 0;
  right: 0;
  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;
  height: 100%;
}
.header-items > p {
  display: none;
}
.header-items ul {
  width: 100%;
  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;
}
.header-items ul li {
  margin: 0 0 0 15px;
}
.header-items ul li:first-of-type {
  width: 100%;
  height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  background-color: #949494;
  border-radius: 11px;
  padding: 0 11px;
}
.header-items ul li:nth-of-type(2) {}
.header-items ul li:nth-of-type(2) p {
  position: relative;
  width: 237px;
  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;
}
.header-items ul li:nth-of-type(2) p span {
  font-family: serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.25em;
  white-space: nowrap;
}
.header-items ul li:nth-of-type(2) p i img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.header-items ul li:last-of-type button {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: #cc0000;
  width: 200px;
  height: 76px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.125em;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-items ul li:last-of-type button:hover {
  background-color: #e71d1d;
}
.header-items ul li:last-of-type button::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 6px;
  width: 8px;
  height: 10px;
  background: url(../images/triangle_white.svg) no-repeat 0 0;
}
.header-items ul li:last-of-type button a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

/* ==========================================
  Global Navi
========================================== */
.menu-trigger {
  display: none;
}
.g-navi {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #f4f4f4;
}
.g-navi ul {
  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;
}
.g-navi ul li {
  font-size: 15px;
  font-size: 1.5rem;
  height: 100%;
  line-height: 50px;
  letter-spacing: 0.2em;
  margin: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.g-navi ul li a {
  height: 100%;
  display: block;
  color: #585858;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.g-navi ul li a:hover {
  height: 50px;
  line-height: 50px;
  border-bottom: solid 3px #cc0000;
}

/* ==========================================
  Site Header - Scroll Top
========================================== */
.l-header02 {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background-color: #ffffff;
  display: none;
}
.l-header02 .inner {
  min-width: 1200px;
  height: 100%;
  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;
}
@media screen and (max-width:1800px) {
  .l-header02 .inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-header02 h1 {
  width: 222px;
}
@media screen and (max-width:1300px) {
  .l-header02 h1 {
    width: 190px;
  }
}

.l-header02 .header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header02 .header-items p {
  position: relative;
  width: 200px;
  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;
}
.l-header02 .header-items p span {
  font-family: serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.25em;
}
.l-header02 .header-items p i img {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.l-header02 .header-items button {
  background-color: #cc0000;
  width: 76px;
  height: 76px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  margin: 0 0 0 10px;
}
.l-header02 .header-items button:hover {
  background-color: #e71d1d;
}
.l-header02 .header-items button img {
  width: 32px;
}
.l-header02 nav {
  height: 62px;
  padding: 14px 0 0;
}
@media screen and (max-width:1800px) {
  .l-header02 nav {
    margin: 0 0 0 60px;
  }
}
@media screen and (max-width:1700px) {
  .l-header02 nav {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width:1500px) {
  .l-header02 nav {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width:1440px) {
  .l-header02 nav {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width:1300px) {
  .l-header02 nav {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width:1200px) {
  .l-header02 nav {
    margin: 0 0 0 15px;
  }
}

.l-header02 nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-header02 nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  height: 62px;
  line-height: 62px;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header02 nav ul li:not(:last-of-type) {
  margin: 0 25px 0 0;
}
@media screen and (max-width:1600px) {
  .l-header02 nav ul li:not(:last-of-type) {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width:1440px) {
  .l-header02 nav ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .l-header02 nav ul li:not(:last-of-type) {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width:1300px) {
  .l-header02 nav ul li:not(:last-of-type) {
    margin: 0 10px 0 0;
  }
}
.l-header02 nav ul li a {
  height: 100%;
  display: block;
  color: #585858;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header02 nav ul li a:hover {
  height: 62px;
  line-height: 62px;
  border-bottom: solid 3px #cc0000;
}

/* ==========================================
  Site Footer
========================================== */
.l-footer {
  padding: 0 0 10%;
  background-color: #ffffff;
}

/* 総合的なお問い合わせ
----------------------------------------- */
.inquiry-unit {
  width: 100%;
  height: 360px;
  text-align: center;
  color: #ffffff;
  background: url(../images/ilg_inquiry_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.inquiry-unit h3 {
  font-family: serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  height: 110px;
  line-height: 110px;
  background: rgba(0,0,0,0.7);
}
.inquiry-unit .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: 70px 0;
}
.inquiry-unit .inner div {
  width: 50%;
  height: 110px;
  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;
}
.inquiry-unit .inner div:first-of-type {
  border-right: solid 1px #ffffff;
}
.inquiry-unit .inner div p {
  width: 338px;
}
.inquiry-unit .inner div button {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 340px;
  height: 56px;
  font-size: 16px;
  font-size: 1.6rem;
  background: none;
  border: solid 1px #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.inquiry-unit .inner div button:hover {
  background-color: #999999;
}
.inquiry-unit .inner div button::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 10px;
  width: 8px;
  height: 10px;
  background: url(../images/triangle_white.svg) no-repeat 0 0;
}
.inquiry-unit .inner div button a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  
}

/* 関連リンク
----------------------------------------- */
.link-unit {
  width: 100%;
  padding: 50px 0;
  border-bottom: solid 1px #eeeeee;
}
.link-unit .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.link-unit .inner div {
  width: 50%;
  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;
}
.link-unit .inner div dl dt {
  font-family: serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin: 0 0 10px;
}
.link-unit .inner div dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

/* コピーライト＆SNS
----------------------------------------- */
.copy-unit {
  width: 100%;
}
.copy-unit .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0 0;
}
.copy {
  font-family: serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.copy-unit .inner div:last-of-type span {
  width: 45px;
  display: inline-block;
}
.copy-unit .inner div:last-of-type span:last-of-type {
  margin: 0 0 0 15px;
}

/* Footer Button
----------------------------------------- */
.btn-unit {
  display: none;
}
