@charset "UTF-8";
/*$sp: 919px;
$pc: 920px;*/
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

input,
textarea,
select {
  margin: 0;
  vertical-align: middle;
}

input {
  overflow: visible;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button {
  overflow: visible;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  color: #222;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.63;
  background-color: #fff;
}

li {
  list-style-type: none;
}

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

button {
  border: none;
}

#wrapper {
  overflow: hidden;
}

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

/*--------------------------------------------------------
Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  body {
    font-size: 16px;
    line-height: 1.75;
  }
}
.Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 320px;
  min-height: 56px;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.Header__head {
  width: 100%;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  position: relative;
  padding: 0 16px;
}
.Header__head__title {
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 0.2em;
}
.Header__head__title a {
  transition: opacity .15s;
}
.Header__head__title a:hover {
  opacity: .7;
}
.Header__head__logo {
  width: 78px;
  margin-left: -5px;
}
.Header__head__logo img {
  display: block;
  max-width: 100%;
}

.HeaderNav__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.HeaderNav__item {
  width: 55px;
  height: 56px;
  text-align: center;
}
.HeaderNav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.HeaderNav__item a .icon-menu {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/icon_menubar.png") no-repeat center;
  background-size: contain;
}

.overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.49);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navDrawr {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 57px;
  bottom: 0;
  right: -100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.HeaderMenu {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.HeaderMenu__item {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.HeaderMenu__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #4c5768;
  border-right: 2px solid #4c5768;
  transform: rotate(45deg) translateY(-50%);
}
.HeaderMenu__item a {
  display: block;
  width: 100%;
  padding: 10px 16px;
  position: relative;
}
.HeaderMenu__Title {
  display: none;
}
.HeaderMenu .icon-home {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("../images/icon_home_black.png") no-repeat center left;
  background-size: contain;
}

.HeaderMenu2nd {
  padding: 30px 16px;
}
.HeaderMenu2nd__inner {
  display: flex;
  justify-content: space-between;
}
.HeaderMenu2nd__item {
  width: 48.1%;
}
.HeaderMenu2nd__item img {
  display: block;
}
.HeaderMenu2nd .btn-form {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  margin-top: 15px;
  border-radius: 6px;
  background: #cf000e;
}
.HeaderMenu2nd .btn-form::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_mail_white.png) no-repeat center left;
  background-size: contain;
  margin: 0 10px 2px 0;
  vertical-align: middle;
}

/*--------------------------------------------------------
Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .Header__head {
    padding: 0 40px;
  }
  .Header__head__title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .Header__head__logo {
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .navDrawr {
    display: flex;
    align-items: center;
    top: 56px;
    left: 0;
    height: 40px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
  }

  .HeaderMenu {
    flex-direction: row;
  }
  .HeaderMenu__item {
    font-size: 15px;
    line-height: 24px;
    border-bottom: none;
    border-right: 1px solid #eee;
  }
  .HeaderMenu__item::before {
    display: none;
  }
  .HeaderMenu__item a {
    width: auto;
    padding: 0 16px;
  }
  .HeaderMenu__item a:hover {
    text-decoration: underline;
  }
  .HeaderMenu__Title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    padding: 0 5px 0 10px;
    margin: 0 4px 0 40px;
    background: #222;
    position: relative;
  }
  .HeaderMenu__Title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 14px 0 14px 8px;
    border-color: transparent transparent transparent #161925;
  }
}
.Breadcrumb {
  border-bottom: 1px solid #f5f5f5;
  margin-top: 56px;
  background: #fff;
}
.Breadcrumb__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 32px;
  padding: 5px 16px;
}
.Breadcrumb__item {
  color: #888;
  font-size: 11px;
  line-height: 1.2;
  padding: 2px 0 2px 12px;
  position: relative;
}
.Breadcrumb__item:first-child {
  padding: 0 3px 0 0;
}
.Breadcrumb__item .icon-home {
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/icon_home.png") no-repeat 0 0;
  background-size: contain;
}
.Breadcrumb__item + .Breadcrumb__item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.Breadcrumb__item a {
  display: block;
}

/*--------------------------------------------------------
Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .Breadcrumb {
    margin-top: 96px;
  }
  .Breadcrumb__inner {
    padding: 0 40px;
  }
}
.Content {
  min-width: 320px;
}
.Content__inner {
  padding: 0 16px;
  border-bottom: 1px solid #eee;
}
.Content__head {
  text-align: center;
  padding: 25px 16px 20px;
}
.Content__head__phrase {
  margin-bottom: 4px;
}
.Content__head__icon {
  width: 32px;
  margin: 0 auto 5px;
}
.Content__head__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.Content__head__text {
  font-size: 12px;
  margin-top: 10px;
}
.Content__blueArea {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 30px 16px;
  background: #4c5768;
}
.Content__glayArea {
  background: #f5f5f5;
}
.Content__goldArea {
  text-align: center;
  padding: 30px 16px;
  background: #f2efe6;
}
.Content__goldArea__title {
  color: #cf000e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 15px 0 10px;
}
.Content__goldArea .ContactNav {
  padding: 0;
}

.Content__More {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px 16px;
  border: 5px solid #f2f4f5;
  background: #fff;
}
.Content__More .btn-more {
  display: block;
  width: 200px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 10px;
  margin: auto;
  outline: none;
  border: none;
  border-radius: 3px;
  background-color: #C2C8CF;
  transition: all .2s;
  cursor: pointer;
}

.Content__More + .Content__More {
  margin-bottom: 40px;
}

/*--------------------------------------------------------
Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .Content__inner {
    padding: 0 40px;
  }
  .Content__head {
    padding: 50px 40px;
  }
  .Content__head__title {
    font-size: 28px;
  }
  .Content__head__text {
    font-size: 16px;
  }
  .Content__blueArea {
    letter-spacing: 0.1em;
    padding: 50px 40px;
  }
  .Content__blueArea br {
    display: none;
  }
  .Content__goldArea {
    padding: 50px 40px;
  }
  .Content__goldArea p br {
    display: none;
  }
  .Content__goldArea__title {
    font-size: 20px;
  }

  .Content__More {
    padding: 30px;
    margin-bottom: 20px;
    border: none;
  }

  .Content__More + .Content__More {
    margin-bottom: 80px;
  }
}
.Search {
  padding: 40px 16px;
  background: #f5f5f5;
}
.Search__head {
  text-align: center;
}

.SearchNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.SearchNav a {
  transition: opacity .15s;
}
.SearchNav a:hover {
  opacity: .7;
}
.SearchNav__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(100% / 3.5);
  font-size: 3.6vw;
  text-align: center;
  line-height: 1.4;
  margin: 12px 0;
}
.SearchNav__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.SearchNav__icon img {
  width: 48px;
  height: 48px;
}

/*--------------------------------------------------------
Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .Search {
    padding: 60px 40px;
  }

  .SearchNav {
    justify-content: center;
  }
  .SearchNav__item {
    width: 7em;
    font-size: 16px;
    margin: 20px;
  }
}
.ContactNav {
  padding: 24px 0;
}
.ContactNav a {
  transition: opacity .15s;
}
.ContactNav a:hover {
  opacity: .7;
}
.ContactNav__inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.ContactNav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-weight: 700;
  margin-bottom: 15px;
  cursor: pointer;
}
.ContactNav__item__inner {
  display: flex;
  align-items: center;
}
.ContactNav__icon {
  margin-right: 8px;
}
.ContactNav__icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.ContactNav .tel-number {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 1px;
}
.ContactNav .tel-time {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  padding: 5px 0 0;
}
.ContactNav .tel-time .notes {
  font-size: 11px;
}

/*--------------------------------------------------------
Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .ContactNav {
    padding: 56px 0;
  }
  .ContactNav__inner {
    flex-direction: row;
  }
  .ContactNav__inner.reverse {
    flex-direction: row-reverse;
  }
  .ContactNav__inner.reverse .btn-solid {
    font-size: 20px;
    margin-left: 40px;
  }
  .ContactNav__item {
    font-size: 18px;
    margin: 0 16px;
  }
  .ContactNav__icon {
    margin-top: 5px;
  }
  .ContactNav__icon img {
    width: 24px;
    height: 24px;
  }
  .ContactNav .tel-number {
    font-size: 32px;
    padding-top: 5px;
  }
  .ContactNav .tel-time {
    display: block !important;
  }
}
.Footer {
  min-width: 320px;
}
.Footer__inner {
  padding: 25px 16px 15px;
}
.Footer__Contact {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.Footer__Contact__head {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.Footer__Company__logo {
  height: 30px;
  margin-bottom: 5px;
}
.Footer__Company__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.Footer__Company__name {
  font-size: 18px;
  margin: 0;
}
.Footer__Company__address {
  font-size: 14px;
  margin-top: 4px;
}
.Footer .ContactNav {
  /*@include flex(center, center);*/
  padding: 16px 0 0;
    /*&__item { 
      width: calc(100%/2);
      max-width: 200px;
      height: 42px;
      font-size: 12px;
      line-height: 1.3;
      margin: 0 1.066vw;

      &.btn-white{
        border-width: 1px;
      }
    }

    .tel_text {
      font-size: 12px; 
      margin-right: 8px;
    }*/
}
.Footer .FooterNav__Guide__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  border-top: 1px solid #eee;
}
.Footer .FooterNav__Guide__item {
  width: calc(100%/2);
  color: #222;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.Footer .FooterNav__Guide__item:last-child {
  border-bottom: none;
}
.Footer .FooterNav__Guide__item:nth-child(odd) {
  border-right: 1px solid #eee;
}
.Footer .FooterNav__Guide__item a {
  display: block;
  position: relative;
}
.Footer .FooterNav .Copyright {
  display: inherit;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 8px 0;
  background: #333;
}

/*--------------------------------------------------------
Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .Footer__inner {
    padding: 40px 40px 60px;
  }
  .Footer__Contact__head {
    font-size: 18px;
  }
  .Footer__Company__logo {
    height: 55px;
  }
  .Footer__Company__name {
    font-size: 24px;
  }
  .Footer__Company__address {
    font-size: 16px;
  }
  .Footer .ContactNav {
    padding-top: 32px;
    /*&__item{ 
      max-width: 368px;
      height: 96px;
      font-size: 20px;
      margin: 0 16px;
      
      &.btn-white{
        border-width: 2px;
      }
    }*/
  }
  .Footer .FooterNav__Guide__menu {
    justify-content: center;
  }
  .Footer .FooterNav__Guide__item {
    width: auto;
    font-size: 14px;
    padding: 10px 0;
    margin: 0 24px;
    border: none;
  }
  .Footer .FooterNav__Guide__item:nth-child(odd) {
    border: none;
  }
}
@media screen and (min-width: 835px) {
  .display-pc {
    display: inherit !important;
  }
}
@media screen and (max-width: 834px) {
  .display-pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .display-sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .display-sp {
    display: inherit;
  }
}

.c-white {
  color: #fff;
}

.c-red {
  color: #cf000e;
}

.c-gold {
  color: #866802;
}

.bg-gold {
  background: #f2efe6;
}

.title01 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.title02 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-left: 15px;
  border-left: 4px solid;
}

.heading {
  display: inline-block;
  color: #cf000e;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

/*--------------------------------------------------------
Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .title01 {
    font-size: 24px;
  }

  .title02 {
    font-size: 28px;
  }

  .heading {
    font-size: 18px;
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.Video {
  margin: 15px 0;
}
.Video__item {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 10px 0;
  background: #fff;
}
.Video .vid {
  width: 100%;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------
Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .Video__item {
    padding: 20px 0;
  }
}
.btn-white {
  color: #cf000e;
  font-size: 16px;
  max-width: 368px;
  border: 1px solid #cf000e;
  border-radius: 6px;
  background-color: #fff;
}

.btn-solid {
  max-width: 368px;
  color: #fff;
  border: 2px solid #cf000e;
  border-radius: 6px;
  background-color: #cf000e;
}

.btn-size__s {
  height: 40px;
}
.btn-size__m {
  height: 60px;
}
.btn-size__l {
  height: 88px;
}

.btn-box {
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 12px;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.btn-box::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_outside.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.btn-product-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  height: 65px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  background: #cf000e;
}
.btn-product-contact .ContactNav__icon {
  margin-top: 0;
}

/*--------------------------------------------------------
Responsive
--------------------------------------------------------*/
@media screen and (min-width: 835px) {
  .btn-white,
  .btn-solid {
    font-size: 20px;
    border-width: 2px;
  }

  .btn-size__s {
    height: 72px;
  }
  .btn-size__m {
    height: 88px;
  }
  .btn-size__l {
    height: 96px;
  }
}
