@charset "utf-8";

/*==========================================
ｓｐメニューの設定
===========================================*/
@media screen and (max-width: 768px){
#sp-navi {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
  background: #fff;
  font-size: 14px;
  background-color: rgba(0,0,0,1.0);
}
.sp-btn {
  float: right;
  width: 44px;
  margin: 6px 6px;
  font-weight: bold;
  text-align: center;
}
.sp-btn i {
  color: #fff;
  margin-bottom: 4px;
}
.sp-btn a {
  color: #ffffff;
  text-decoration: none;
}
.menu-toggle {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sp-menu {
  width: 100%;
  opacity: 0;
  overflow-y: auto;
  z-index: 100000;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: block;
  overflow: auto;
  background: rgba(0,0,0,0.9);
  -webkit-overflow-scrolling: touch;
}
.sp-menu ul {
  box-sizing: border-box;
  display: table-row;
  display: block;
  width: 90%;
  vertical-align: middle;
  height: 100%;
  margin: 10% auto 0 auto;
  line-height: 30px;
  list-style: none;
}
.sp-menu li {
  color: #fff;
  text-indent: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.sp-menu li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sp-menu li a {
  color: #fff;
  padding: 8px 0;
  display: block;
  line-height: 30px;
  text-decoration: none;
}
.sp-menu .color a {
  color: #FFF881;
}
.sp-menu li .sp-sub-btn {
  margin: -37px 8px 0 12px;
  display: table;
  display: block;
  float: right;
  padding: 0 0 0 5px;
  width: 100%;
  height: 35px;
  text-align: center;
  position: relative;
  z-index: 100;
}
i.fa.fa-plus {
  z-index: 99999999999;
}
.sp-menu li .sp-sub-btn i {
  font-size: 1.5rem;
  padding: 0px 0 0 0;
  display: table-cell;
  vertical-align: middle;
  height: 20px;
  width: 40px;
  padding-top: 15%;
  float: right;
  text-align: right;
}
.sp-menu li ul.sp-menu-sub {
  display: none;
  width: 100%;
  margin: 0;
}
.sp-menu li ul.sp-menu-sub li {
  text-indent: 20px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 100%;
  margin: 0 auto 0 auto;
}
.show {
  -webkit-animation: navi-show 0.7s ease both;
  -moz-animation: navi-show 0.7s ease both;
  animation: navi-show 0.7s ease both;
}
}
 @-webkit-keyframes navi-show {
 from {
 -webkit-transform: scale(1.2, 1.2);
 -webkit-opacity: 0;
}
 to {
 -webkit-transform: scale(1, 1);
 -webkit-opacity: 1;
}
}
 @-moz-keyframes navi-show {
 from {
 -moz-transform: scale(1.2, 1.2);
 -moz-opacity: 0;
}
 to {
 -moz-transform: scale(1, 1);
 -moz-opacity: 1;
}
}
 @keyframes navi-show {
 from {
 transform: scale(1.2, 1.2);
 opacity: 0;
}
 to {
 transform: scale(1, 1);
 opacity: 1;
}
}
@media screen and (max-width: 768px){
.sp-close {
  padding: 10px;
  background: rgba(0,0,0,1.0);
  color: #fff;
  border: none;
  margin: 10px auto 0 auto;
  width: 50%;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}
.sp-close:hover {
  opacity: 0.5;
}
.fix_txt {
  padding-top: -30px;
}
.sp_navlog {
  font-size: 32px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin: 10% 0px 5%;
  padding: 0 4%;
}
.sp-close.top {
  margin: 10px 0;
  width: 15%;
  text-indent: 0px;
  margin: 10px 0 10px auto;
}
.sp-header a, .sp_navlog {
  color: #fff;
}
.sp-header span, .sp_navlog span {
  font-size: 18px;
  font-weight: 500;
  padding-left: 5%;
  padding-right: 3%;
}
.sp-button {
  width: 10px;
  height: 10px;
  /*border: 1.5px solid #282828;*/
  background: #fff;
  /*border-radius: 5px;*/
}
.sp-selected-button {
  background-color: #C39972;
}
.sp-buttons {
  padding-top: 8px;
  padding-bottom: 16px;
}
}
/*==========================================
フッター固定メニュー(SP)
===========================================*/
@media screen and (max-width: 768px){
  .pc_menu_wrap {
    display: none;
  }
}
.sp-bottom-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  #fixedTop {
    display: none !important;
  }
}
.sp-bottom-menu {
  display: none;
}

@media screen and (max-width: 768px) {
.sp-bottom-menu {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 900;
  background: rgba(0,0,0,1.0);
}
.icon_table {
  width: 29px;
  display: block;
  margin: 4px auto 3.5px;
  margin-bottom: 9px;
}
.sp-bottom-menu ul {
  margin: 10px 0;
  overflow: hidden;
}
.sp-bottom-menu li {
  float: left;
  width: 20%;
  text-align: center;
  list-style: none;
}
.sp-bottom-menu li i {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}
i.fa.fa-envelope {
}
i.fa.fa-arrow-up {
}
i.fa.fa-phone {
}
.sp-bottom-menu li a {
  color: #fff;
  font-size: 9px;
  text-decoration: none;
}
.sp-bottom-menu li span {
  display: block;
  line-height: 10px;
}
#pc-pagetop {
  position: fixed;
  bottom: 25px;
  right: 20px;
}
}
.sp_menu_tel_contact {
  white-space: nowrap;
  letter-spacing: -1px;
}
.sp-menu li {
  color: #fff;
  text-indent: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.sp-menu li a {
  color: #fff;
  padding: 8px 0;
  display: block;
  line-height: 30px;
}
.sp-menu li .sp-sub-btn {
  margin: -34px 8px 0 12px;
  display: table;
  display: block;
  padding: 0 0 0 5px;
  width: 100%;
  height: 35px;
  position: relative;
  z-index: 100;
  float: right;
  text-align: center;
}
.sp-menu li .sp-sub-btn i {
  font-size: 1.5rem;
  padding: 0px 0 0 0;
  display: table-cell;
  vertical-align: middle;
  height: 20px;
  width: 40px;
  /* padding-top: 15%; */
  float: right;
  text-align: right;
}
small {
  padding: 10px;
  font-size: 12px;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  font-size: 20px;
}

/*==========================================
トップへ戻るボタン
===========================================*/
#fixedTop {
  right: 15px;
  bottom: 10px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 8px 20px 16px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  transition: .3s all;
}
#fixedTop:hover {
  opacity: 0.7;
}
#fixedTop i {
  font-size: 30px;
}