@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, 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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* font */
/* 全ページ共通 スタイル
*****************************************************************/
html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  color: #231815;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-out;
  color: currentColor;
}
a:hover {
  opacity: 0.7;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.w1180 {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.w1330 {
  max-width: 1330px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.w1600 {
  max-width: 1600px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.span_br {
  display: inline-block;
}

.fitimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* common
*****************************************************************/
.area_ttl_common {
  text-align: center;
  height: 280px;
  background: #EAE8DA;
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_ttl_common {
    height: 180px;
  }
}

.sec_ttl_common {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #987417;
  border-image: linear-gradient(to right, #F2C330 0%, #FBF8CA 22%, #CA9935 55%, #ECD489 85%, #FBF8CB 100%);
  border-image-slice: 1;
}
.sec_ttl_common::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #F2C330 0%, #FBF8CA 22%, #CA9935 55%, #ECD489 85%, #FBF8CB 100%);
  margin-top: 15px;
}

.ttl_common {
  width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media all and (max-width: 896px) {
  .ttl_common {
    font-size: 3rem;
  }
}

.copy_common {
  font-size: 1.8rem;
  width: calc(100% - 30px);
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media all and (max-width: 896px) {
  .copy_common {
    font-size: 1.6rem;
    top: 135px;
  }
}

.note_common {
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .note_common {
    font-size: 1.2rem;
  }
}

.list_note > li {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (max-width: 896px) {
  .list_note > li {
    font-size: 1.2rem;
  }
}

.yokoku_wrapper > *:first-child {
  margin-top: 0 !important;
}

.area_yokoku {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .area_yokoku {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
}
.area_yokoku .ttl_yokoku {
  box-sizing: border-box;
  padding: 5px;
  line-height: 1;
  display: inline-block;
  border: 1px solid #231815;
  flex-shrink: 0;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  margin-right: 10px;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .area_yokoku .ttl_yokoku {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
.area_yokoku .txt_yokoku {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media all and (max-width: 896px) {
  .area_yokoku .txt_yokoku {
    font-size: 1.3rem;
  }
}

/* header
*****************************************************************/
.header {
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 999;
}
.header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.header .area_header {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}
@media all and (max-width: 896px) {
  .header .area_header {
    align-items: center;
  }
}
.header .area_header .block_header {
  display: flex;
  align-items: center;
}
.header .area_header .block_header .ttl {
  width: 180px;
  margin-right: 1.8vw;
}
@media all and (max-width: 896px) {
  .header .area_header .block_header .ttl {
    width: 110px;
  }
}
.header .area_header .block_header .ttl img {
  width: 100%;
}
.header .area_header .block_header .box_tel {
  width: 340px;
  margin-right: 1vw;
}
.header .area_header .block_header .box_tel .ttl_tel {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.header .area_header .block_header .box_tel .link_tel {
  display: block;
  pointer-events: none;
  margin-bottom: 7px;
}
@media all and (max-width: 896px) {
  .header .area_header .block_header .box_tel .link_tel {
    pointer-events: auto;
  }
}
.header .area_header .block_header .box_tel .link_tel img {
  width: 100%;
}
.header .area_header .block_header .box_tel .txt_tel {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.header .area_header .block_link {
  width: 500px;
}
.header .area_header .sec_btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.header .area_header .sec_btn li {
  box-sizing: border-box;
  padding: 0 5px;
  width: calc(100% / 3);
  max-width: 170px;
}
.header .area_header .sec_btn li:last-of-type {
  padding-right: 0;
}
.header .area_header .sec_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.header .area_header .sec_btn li a.btn_access {
  background: #987417;
}
.header .area_header .sec_btn li a.btn_reserve {
  color: #231103;
  background: linear-gradient(to bottom, #CDA639, #F0DD88 50%, #CDA639);
}
.header .area_header .sec_btn li a.btn_request {
  background: linear-gradient(to bottom, #231205, #726051 50%, #231205);
}
.header .area_header .sec_btn li.soon a {
  color: #fff !important;
  background: #ccc;
  pointer-events: none;
}
.header .area_header .sec_link {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.header .area_header .sec_link li {
  margin-left: 20px;
}
.header .area_header .sec_link li a {
  font-size: 1.2rem;
}
.header .area_header .sec_link li a::before {
  content: "";
  display: inline-block;
  background: url("../images/header_arrow.svg") center center/contain no-repeat;
  width: 8px;
  height: 10px;
  margin-right: 3px;
}
@media all and (max-width: 896px) {
  .header .area_header .block_btn {
    text-align: center;
    display: flex;
    gap: 10px;
  }
}
.header .area_header .block_btn .btn_map {
  width: 50px;
  height: 50px;
}
.header .area_header .block_btn .btn_map > a {
  box-sizing: border-box;
  padding: 5px 3px 3px;
  border: 1px solid #231103;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.header .area_header .block_btn .icon_map {
  width: 16px;
}
.header .area_header .block_btn .txt_btn {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #231103;
}
.header .area_header .block_btn .btn_menu {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.header .area_header .block_btn .btn_wrapper {
  box-sizing: border-box;
  padding: 5px 3px 3px;
  border: 1px solid #231103;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.header .area_header .block_btn .box_menu {
  width: 35px;
  height: 23px;
  position: relative;
}
.header .area_header .block_btn .box_menu > span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #231103;
  position: absolute;
  left: 0;
}
.header .area_header .block_btn .box_menu > span:nth-of-type(1) {
  top: 0;
}
.header .area_header .block_btn .box_menu > span:nth-of-type(2) {
  top: 10px;
}
.header .area_header .block_btn .box_menu > span:nth-of-type(3) {
  bottom: 0;
}
.header .pc_nav {
  background: #F0F1EF;
}
.header .pc_nav .list_nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.header .pc_nav .list_nav li {
  text-align: center;
  position: relative;
}
.header .pc_nav .list_nav li.current a::after {
  width: 100%;
}
.header .pc_nav .list_nav li::before {
  content: "";
  width: 1px;
  height: 90%;
  background: #231815;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .pc_nav .list_nav li:last-of-type::after {
  content: "";
  width: 1px;
  height: 90%;
  background: #231815;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header .pc_nav .list_nav li .soon {
  font-size: 1.4rem;
  font-weight: 700;
  width: calc(100% - 2px);
  height: 100%;
  background: rgba(240, 241, 239, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.header .pc_nav .list_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px min(1vw, 20px);
  position: relative;
}
@media all and (max-width: 1025px) {
  .header .pc_nav .list_nav li a {
    padding: 15px 8px;
  }
}
.header .pc_nav .list_nav li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background: #231103;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.header .pc_nav .list_nav li a .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
@media all and (max-width: 1367px) {
  .header .pc_nav .list_nav li a .ttl {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1025px) {
  .header .pc_nav .list_nav li a .ttl {
    font-size: 1.3rem;
  }
}
.header .pc_nav .list_nav li a:hover::after {
  width: 100%;
}
.header .pc_nav .list_nav li a.new::before {
  box-sizing: border-box;
  padding: 3px;
  display: inline-block;
  background: #960121;
  content: "NEW";
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: -8px;
  left: 2px;
}
.header .pc_nav .list_nav li a.after {
  pointer-events: none;
}
.header .pc_nav .list_nav li a.after::before {
  box-sizing: border-box;
  padding: 3px;
  display: inline-block;
  background: #231103;
  content: "6/20公開予定";
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 1px;
  z-index: 40;
  width: calc(100% - 1px);
}
@media all and (max-width: 896px) {
  .header .sp_nav {
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 65px;
    left: 0;
    background: #F0F1EF;
    z-index: 100;
  }
}
@media all and (max-width: 896px) {
  .header .sp_nav .nav_link {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 896px) {
  .header .sp_nav .nav_link li {
    width: 50%;
  }
}
@media all and (max-width: 896px) {
  .header .sp_nav .nav_link li.soon {
    position: relative;
  }
  .header .sp_nav .nav_link li.soon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(240, 241, 239, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }
}
@media all and (max-width: 896px) {
  .header .sp_nav .nav_link li a {
    display: block;
    height: 100%;
    background: #fff;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding: 10px 20px 10px 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .header .sp_nav .nav_link li a::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #231103;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
  .header .sp_nav .nav_link li a.new::after {
    display: inline-block;
    box-sizing: border-box;
    padding: 3px;
    content: "NEW";
    color: #fff;
    background: #960121;
    font-size: 1rem;
    line-height: 1;
    vertical-align: 2px;
    margin-left: 10px;
  }
}
@media all and (max-width: 480px) {
  .header .sp_nav .nav_link li.landOpen {
    display: none;
  }
}
.header .sp_nav .nav_link li.spOpen {
  display: none;
}
@media all and (max-width: 480px) {
  .header .sp_nav .nav_link li.spOpen {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .header .sp_nav .nav_btn {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width: 896px) {
  .header .sp_nav .nav_btn li {
    width: 48%;
  }
}
@media all and (max-width: 896px) {
  .header .sp_nav .nav_btn li a {
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    font-weight: 500;
  }
}
.header .sp_nav .nav_btn li a.btn_reserve {
  color: #231103;
  background: linear-gradient(to bottom, #CDA639, #F0DD88 50%, #CDA639);
}
.header .sp_nav .nav_btn li a.btn_request {
  background: linear-gradient(to bottom, #231205, #726051 50%, #231205);
}
.header .sp_nav .nav_btn li.soon a {
  color: #fff !important;
  background: #ccc;
  pointer-events: none;
}

/* footer
*****************************************************************/
.footer {
  background: #EAE8DA;
  padding: 50px 0 80px;
}
.footer .area_footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.footer .area_footer .sec_footer {
  display: flex;
  justify-content: center;
  gap: 0 60px;
}
@media all and (max-width: 896px) {
  .footer .area_footer .sec_footer {
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
  }
}
.footer .area_footer .sec_footer > li {
  width: 32%;
}
.footer .area_footer .sec_footer > li.box_link {
  width: 24%;
}
@media all and (max-width: 896px) {
  .footer .area_footer .sec_footer > li {
    width: 100%;
  }
  .footer .area_footer .sec_footer > li.box_link {
    width: 100%;
  }
}
.footer .area_footer .box_link {
  display: none;
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_link {
    display: flex;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_link ul {
    width: 50%;
  }
}
.footer .area_footer .box_link ul:first-of-type {
  margin-right: 30px;
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_link ul:first-of-type {
    margin-right: 0;
  }
}
.footer .area_footer .box_link ul li {
  margin-bottom: 15px;
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_link ul li {
    margin-bottom: 0;
  }
}
.footer .area_footer .box_link ul li.soon {
  position: relative;
}
.footer .area_footer .box_link ul li.soon a {
  color: #9FA0A0;
  pointer-events: none;
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_link ul li.soon a {
    color: #231815;
  }
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_link ul li.soon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(234, 232, 218, 0.6);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_link ul li.pcOpen {
    display: none;
  }
}
.footer .area_footer .box_link ul li.landOpen {
  display: none;
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_link ul li.landOpen {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .footer .area_footer .box_link ul li.landOpen {
    display: none;
  }
}
.footer .area_footer .box_link ul li.spOpen {
  display: none;
}
@media all and (max-width: 480px) {
  .footer .area_footer .box_link ul li.spOpen {
    display: block;
  }
}
.footer .area_footer .box_link ul li a {
  display: block;
  padding-left: 0.8em;
  position: relative;
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_link ul li a {
    background: #fff;
    box-sizing: border-box;
    padding: 10px 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
  }
  .footer .area_footer .box_link ul li a::after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #231103;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
}
.footer .area_footer .box_link ul li a::before {
  content: "･";
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_link ul li a::before {
    content: none;
  }
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_address {
    margin-bottom: 30px;
  }
}
.footer .area_footer .box_address .ttl_address {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .area_footer .box_address .img_tel {
  margin-bottom: 15px;
}
.footer .area_footer .box_address .img_tel a {
  display: block;
  pointer-events: none;
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_address .img_tel a {
    pointer-events: auto;
  }
}
.footer .area_footer .box_address .txt_address {
  font-size: 1.5rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_address .txt_address {
    font-size: 1.4rem;
  }
}
.footer .area_footer .box_seller .img {
  margin-bottom: 30px;
}
.footer .area_footer .box_seller .img > a, .footer .area_footer .box_seller .img02 > a {
  display: block;
}
.footer .area_footer .box_seller .ttl_img02 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_seller .ttl_img02 {
    font-size: 1.3rem;
  }
}
.footer .area_footer .box_seller dl {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .footer .area_footer .box_seller dl {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 896px) {
  #common_footer {
    margin: 0 0 54px;
  }
}

/* =====================
  sp-fixnav
===================== */
.f_nav {
  display: none;
}
@media all and (max-width: 896px) {
  .f_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
    z-index: 200;
  }
}
.f_nav .sp-fixnav {
  text-align: center;
  width: 100%;
}
.f_nav .list_fixnav {
  display: flex;
  justify-content: space-between;
}
.f_nav .list_fixnav > li {
  width: 25%;
  position: relative;
}
.f_nav .list_fixnav > li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 90%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.f_nav .list_fixnav > li:last-of-type::after {
  content: none;
}
.f_nav .list_fixnav > li.soon > a {
  pointer-events: none;
  position: relative;
}
.f_nav .list_fixnav > li.soon > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 17, 3, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.f_nav .list_fixnav > li > a {
  box-sizing: border-box;
  padding: 8px 2px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: rgba(35, 17, 3, 0.9);
}
.f_nav .list_fixnav > li > a img {
  width: auto;
  height: 20px;
}
.f_nav .list_fixnav > li > a p {
  color: #fff;
  font-size: 1rem;
  margin-top: 6px;
}

/*  pagetop
------------------------*/
#pagetop {
  cursor: pointer;
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 100;
}
@media all and (max-width: 896px) {
  #pagetop {
    width: 35px;
    bottom: 70px;
  }
}
#pagetop img {
  width: 100%;
}
