@charset "UTF-8";
/*==============================
 || 上書き
==============================*/
.footer_topbk {
  position: relative;
  top: -2px; }

/*==============================
 || pc,sp
==============================*/
.pc {
  display: block; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none; } }

.pc-tab {
  display: block; }
  @media screen and (max-width: 1000px) {
    .pc-tab {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block; } }

/*==============================
|| header
==============================*/
#headNav {
  position: fixed;
  top: 20px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 99999; }

.headNavlist {
  width: 100%;
  background-color: rgba(224, 224, 224, 0.85);
  display: flex; }
  .headNavlist > a:first-of-type {
    display: none; }
  .headNavlist > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 10px 30px; }
    .headNavlist > ul > li {
      position: relative; }
      .headNavlist > ul > li:first-of-type > a {
        border-left: 1px solid #000; }
      .headNavlist > ul > li > a {
        display: block;
        position: relative;
        font-size: 12px;
        line-height: 12px;
        color: #000;
        padding: 0 10px;
        border-right: 1px solid #000; }
    .headNavlist > ul > li:hover > a ~ ul {
      top: 30px;
      opacity: 1;
      transition: .3s; }
  .headNavlist > a:last-of-type {
    padding: 0px 20px;
    background-color: #a63739;
    color: #fff;
    font-size: 20px; }

/*==============================
|| SPメニュー
==============================*/
#spheadMenu {
  display: none; }
  @media screen and (max-width: 1000px) {
    #spheadMenu {
      display: block;
      z-index: 999999; }
      #spheadMenu > a {
        display: block;
        width: 260px; }
        #spheadMenu > a > img {
          width: 100%; } }

#spNav {
  display: none;
  width: 100%;
  text-align: center; }
  #spNav h1 {
    display: inline-block;
    margin: 0 auto; }
    #spNav h1 > a {
      display: block; }
      #spNav h1 > a img {
        width: 100px; }
  @media screen and (max-width: 1000px) {
    #spNav {
      display: block;
      z-index: 999999; } }

#nav-drawer {
  position: relative; }

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none; }

/*アイコンのスペース*/
#nav-open {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  padding: 12px 17px;
  vertical-align: middle;
  background-color: #a63739; }
  #nav-open > p {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    letter-spacing: 0;
    bottom: 8px;
    left: 14px;
    color: #fff; }
  #nav-open span, #nav-open span::before, #nav-open span::after {
    transition: .3s;
    position: absolute;
    height: 2px;
    /*線の太さ*/
    width: 24px;
    /*長さ*/
    background: #fff;
    display: block;
    content: '';
    cursor: pointer; }
  @media screen and (max-width: 1000px) {
    #nav-open {
      display: block;
      z-index: 11; } }

#nav-open span:before {
  bottom: -10px; }

#nav-open span:after {
  bottom: -20px; }

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 9;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

/*中身*/
@media screen and (max-width: 1000px) {
  .headNavlist {
    overflow: auto;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 10;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    padding: 50px 30px 20px;
    text-align: center;
    background: rgba(164, 55, 55, 0.6);
    /*背景色*/
    background-blend-mode: Overlay;
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/ }
    .headNavlist > a {
      display: block;
      margin: 0 auto 20px; }
      .headNavlist > a:first-of-type {
        display: block; }
        .headNavlist > a:first-of-type > img {
          display: block;
          max-width: 120px;
          margin: 0 auto; }
      .headNavlist > a:last-of-type {
        max-width: 150px;
        margin: 0 auto; }
    .headNavlist > ul {
      display: block;
      width: 100%;
      margin: 0 auto; }
      .headNavlist > ul > li {
        margin-right: 0;
        margin-bottom: 5px; }
        .headNavlist > ul > li > a {
          padding: 10px 0 15px;
          border-left: none;
          border-right: none;
          border-bottom: 1px solid #fff;
          display: block;
          text-align: left;
          letter-spacing: 0;
          color: #fff; }
          .headNavlist > ul > li > a > span {
            position: relative;
            top: 0;
            margin-right: 8px; }
          .headNavlist > ul > li > a > img {
            width: 100%; }
          .headNavlist > ul > li > a:first-of-type {
            border-left: none; } }

@media screen and (max-width: 1000px) {
  .spheadnavBtn {
    width: 100%;
    max-width: 300px;
    display: flex;
    margin-top: 20px; }
    .spheadnavBtn > a {
      width: 50%;
      padding: 20px; }
      .spheadnavBtn > a > img {
        width: 100%; }
      .spheadnavBtn > a:last-of-type {
        border-left: 1px solid #ffa159;
        display: flex;
        justify-content: center;
        align-items: flex-end; }
        .spheadnavBtn > a:last-of-type > img {
          width: 80%;
          margin-bottom: 0; } }

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5; }

#nav-input:checked ~ .headNavlist {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

#nav-input:checked ~ #nav-open > span {
  transform: rotate(45deg) translate(7px, 5px);
  transition: .3s; }
  #nav-input:checked ~ #nav-open > span::before {
    opacity: 0; }
  #nav-input:checked ~ #nav-open > span::after {
    transform: rotate(-90deg) translate(20px, 0px); }

.iconLink {
  display: flex;
  justify-content: center; }
  .iconLink > li {
    margin-bottom: 10px; }

#nav-content .iconLink li a {
  display: block;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  padding: 10px;
  margin: 10px 5px;
  transition: .3s ease-in-out; }
  #nav-content .iconLink li a i {
    font-size: 18px;
    color: #fff;
    transition: .3s ease-in-out; }

#nav-content .iconLink li:nth-of-type(1) a {
  background-color: #983b3b;
  border: 2px solid #983b3b;
  padding-left: 9px; }

#nav-content .iconLink li:nth-of-type(1) a {
  background-color: #ccca00;
  border: 2px solid #ccca00;
  padding-left: 7px; }

#nav-content .iconLink li:nth-of-type(2) a {
  background-color: #3b5998;
  border: 2px solid #3b5998;
  padding-left: 13px; }

#nav-content .iconLink li:nth-of-type(3) a {
  background-color: #00aced;
  border: 2px solid #00aced;
  padding-left: 10px; }

#nav-content .iconLink li:nth-of-type(4) a {
  background-color: #d93177;
  border: 2px solid #d93177;
  padding-left: 10px; }

#nav-content .languageList {
  display: block;
  position: relative;
  left: 0;
  right: auto;
  top: 0; }

@media screen and (max-width: 1000px) {
  #nav-content ul.languageList {
    display: block;
    width: 100%;
    max-width: 160px; }

  #nav-content .languageList li a {
    border-bottom: none;
    text-align: center; } }
/*==============================
 || ヘッダー追加部
==============================*/
/*==============================
 || フッター追加部
==============================*/
.footer_main {
  padding-top: 5em; }
  .footer_main > h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px; }
    @media screen and (max-width: 600px) {
      .footer_main > h2 {
        font-size: 20px; } }

.footerNav {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0; }
  .footerNav > li > a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 0 10px;
    border-right: 1px solid #fff; }
  .footerNav > li:first-of-type > a {
    border-left: 1px solid #fff; }
  @media screen and (max-width: 600px) {
    .footerNav {
      display: none; } }

.footCopy {
  padding: 5px 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #a43739; }
  @media screen and (max-width: 600px) {
    .footCopy {
      padding-bottom: 60px; } }

#spfootMenu {
  display: none;
  position: fixed;
  z-index: 99990;
  bottom: -2px;
  left: 0;
  width: 100%; }
  #spfootMenu > ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    #spfootMenu > ul > li {
      border-top: 2px solid #bd8a54;
      width: 24%;
      margin-right: 0; }
#spfootMenu > ul > li > a{
  display: flex;
    align-items: center;
    justify-content: center;
  padding: 10px 0 15px;
  
}
#spfootMenu > ul > li:nth-of-type(2n - 1){
  background-color: #ffffff;
}

#spfootMenu > ul > li:nth-of-type(2n){
  background-color: #bd8a54;
}
      #spfootMenu > ul > li > img {
        width: 100%;
        vertical-align: baseline; }
      #spfootMenu > ul > li:last-of-type {
        margin-right: 0; }
  @media screen and (max-width: 600px) {
    #spfootMenu {
      display: block;
      bottom: -20vw; } }

@media screen and (max-width: 600px) {
  #page-top {
    display: none !important; } }

#spfootMenu.hide {
  bottom: -2px; }
