@charset "UTF-8";
html {
  margin: 0;
  scroll-behavior: smooth;
}
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  font-size: 22px;
  color: #000;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  background-image: url("../img/back.jpg");
  background-repeat: repeat;
}
html, body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
header {}
footer {}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
section {
  position: relative;
  page-break-after: always;
  page-break-before: always;
}
.wrapper {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  transition: .2s ease-in-out;
  opacity: 0.7;
}
.animation {
  visibility: hidden;
}
.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInUp;
  visibility: visible !important;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv {
margin: 60px auto 0;
}
.h_ttl {
  text-align: center;
}
.pickup .h_ttl img {
  max-width: 1060px;
  margin-bottom: 70px;
}
section li {
  max-width: 1240px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
  margin: 0 auto;
}
section li:nth-child(even) {
  flex-flow: row-reverse;
}
section li:not(:last-child) {
  margin: 0 auto 60px;
}
.pickup li {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}
.img {
  width: 55%;
}
.img img {
  /*height: 100%;
  object-fit: cover;*/
}
.txt {
  width: 45%;
  padding: 40px 30px 30px 30px;
}
.txt h3 span {
  font-size: 27px;
  margin-bottom: 20px;
}
.txt h3 {
  font-size: 41px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
}
.txt p {}
.price_area {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price_area .box {
  background: #9e0000;
  padding: 5px 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.price_area .price {
  font-size: 74px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
	position: relative;
}
.price_area .price:before {
	content: "";
  position: absolute;
	top: 20px;
	right: -2px;
	background-image: url("../img/tax.svg");
	background-repeat: no-repeat;
	max-width: 34px;
	max-height: 11px;
	width: 3vw;
	height: 2vh;
}
.price_area .price span {
  font-size: 30px;
}
button {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
button a {
  background: #A64A0E;
  color: #fff !important;
  display: block;
  padding: 15px 0;
  font-size: 23px;
  border-radius: 4px;
	font-weight: bold;
}
.pickup {
  padding-bottom: 100px;
}
.set {
  padding: 0 0 100px;
  background-image: url("../img/set_back.jpg");
  background-repeat: repeat-y;
}
.set .wrapper {
  background: #fff;
  margin-top: 100px;
}
.set .h_ttl {
  background-image: url("../img/t_set.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: space-between;
	max-height: 510px;
	overflow: hidden;
}
.set .h_ttl a {
  width: 50%;
	height: 100%;
}
.set .h_ttl a img {
  opacity: 0;
  transition: .2s ease-in-out;
}
.set .h_ttl a:hover img {
  opacity: 0.3;
}
.set .h_ttl_bottom {
  background-image: url("../img/t_set_bottom.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 80px;
	font-size: 21px;
	color: #fff;
	text-align: center;
	    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.set .ttl {
  text-align: center;
}
.set .ttl img {
  max-width: 557px;
  margin: 55px auto;
}
.set li {
  padding: 0 25px 25px 25px;
  max-width: none;
  width: 100%;
}
.set .txt {
  padding: 0 0 0 40px;
}
.set li:nth-child(even) .txt {
  padding: 0 40px 0 0;
}
.set .txt h3 {
  line-height: 1.4;
}
.red {
  color: #b2272d;
	font-weight: bold;
}
.special {
  background-image: url("../img/special_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.special .wrapper {
  background: #fff;
}
.special .ttl {
  text-align: center;
}
.special .ttl img {
  max-width: 390px;
  margin: 55px auto;
}
.special li {
  padding: 0 25px 25px 25px;
  max-width: none;
  width: 100%;
}
.special .txt {
  padding: 0 0 0 40px;
}
.special li:nth-child(even) .txt {
  padding: 0 40px 0 0;
}
.special .txt h3 {
  line-height: 1.4;
}
.item {
  background: #fff;
  padding: 100px 0;
}
.item .wrapper {
  background: #fff;
}
.item .ttl {
  text-align: center;
}
.item .h_ttl img {
  max-width: 817px;
  margin: 0 auto 55px;
}
.item li {
  margin: 0 auto !important;
  padding: 50px 25px;
  max-width: none;
  width: 100%;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}
.item li:nth-child(odd) {
  background: #3d0000;
  color: #fff;
}
.item .txt {
  padding: 0 0 0 40px;
  position: relative;
}
.txt h4 {
  font-size: 21px;
  font-weight: bold;
}
.item li .txt:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 107px;
  max-height: 109px;
  width: 7vw;
  height: 13vh;
}
.item li:nth-child(1) .txt:before {
  background-image: url("../img/20off.png");
}
.item li:nth-child(2) .txt:before {
  background-image: url("../img/10off.png");
  right: 30px;
}
.item li:nth-child(3) .txt:before {
  background-image: url("../img/17off.png");
}
.item li:nth-child(4) .txt:before {
  background-image: url("../img/13off.png");
  right: 30px;
}
.item li:nth-child(5) .txt:before {
  background-image: url("../img/14off.png");
}
.item li:nth-child(6) .txt:before {
  background-image: url("../img/new.png");
  right: 30px;
}
.item li:nth-child(even) .txt {
  padding: 0 40px 0 0;
}
.item li .price_area .box {
  padding: 5px 20px;
  letter-spacing: 0;
}
.item li:nth-child(odd) .price_area .box {
  background: #fff;
  color: #000;
}
.item li:nth-child(even) .price_area .box {
  color: #000;
  border: 2px solid #000;
  background: #fff;
}
.item li:nth-child(even) .price_area .price {
  color: #770000;
}
.item .price_area {
  margin-top: 25px;
  align-items: flex-start;
}
.item button a {
  color: #3d0000 !important;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(144, 122, 13, 1) 0%, rgba(157, 136, 31, 1) 19.41%, rgba(180, 161, 61, 1) 56.44%, rgba(167, 147, 43, 1) 71.42%, rgba(144, 122, 13, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(144, 122, 13, 1) 0%, rgba(157, 136, 31, 1) 19.41%, rgba(180, 161, 61, 1) 56.44%, rgba(167, 147, 43, 1) 71.42%, rgba(144, 122, 13, 1) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(144, 122, 13, 1)), color-stop(0.1941, rgba(157, 136, 31, 1)), color-stop(0.5644, rgba(180, 161, 61, 1)), color-stop(0.7142, rgba(167, 147, 43, 1)), color-stop(1, rgba(144, 122, 13, 1)));
  background: -o-linear-gradient(0deg, rgba(144, 122, 13, 1) 0%, rgba(157, 136, 31, 1) 19.41%, rgba(180, 161, 61, 1) 56.44%, rgba(167, 147, 43, 1) 71.42%, rgba(144, 122, 13, 1) 100%);
  background: -ms-linear-gradient(0deg, rgba(144, 122, 13, 1) 0%, rgba(157, 136, 31, 1) 19.41%, rgba(180, 161, 61, 1) 56.44%, rgba(167, 147, 43, 1) 71.42%, rgba(144, 122, 13, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#907A0D', endColorstr='#907A0D' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(144, 122, 13, 1) 0%, rgba(157, 136, 31, 1) 19.41%, rgba(180, 161, 61, 1) 56.44%, rgba(167, 147, 43, 1) 71.42%, rgba(144, 122, 13, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#907A0D', endColorstr='#907A0D', GradientType=1);
}
.beauty {
  background: -moz-linear-gradient(14% 131.8% 45deg, rgba(250, 198, 219, 1) 0%, rgba(243, 243, 204, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(250, 198, 219, 1) 0%, rgba(243, 243, 204, 1) 100%);
  background: -webkit-gradient(linear, 14% 131.8%, 86% -31.8%, color-stop(0, rgba(250, 198, 219, 1)), color-stop(1, rgba(243, 243, 204, 1)));
  background: -o-linear-gradient(45deg, rgba(250, 198, 219, 1) 0%, rgba(243, 243, 204, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(250, 198, 219, 1) 0%, rgba(243, 243, 204, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAC6DB', endColorstr='#F3F3CC' ,GradientType=0)";
  background: linear-gradient(45deg, rgba(250, 198, 219, 1) 0%, rgba(243, 243, 204, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAC6DB', endColorstr='#F3F3CC', GradientType=1);
  padding: 100px 0 0;
}
.beauty .wrapper {}
.beauty .head dl {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  text-align: center;
}
.beauty .head dt {
  font-size: 30px;
  margin-bottom: 40px;
}
.beauty .head dd {
  font-size: 20px;
  margin-bottom: 70px;
}
.beauty .ttl {
  text-align: center;
}
.beauty .ttl img {
  max-width: 324px;
  margin: 0 auto 55px;
}
.beauty li {
  padding: 0 25px;
  max-width: none;
  width: 100%;
  background-color: transparent;
}
.beauty .img {
  width: 50%;
}
.beauty .txt {
  width: 50%;
  padding: 0 0 0 40px;
}
.beauty li:nth-child(even) .txt {
  width: 45%;
  padding: 0 40px 0 0;
}
.beauty .txt h3 {
  line-height: 1.4;
  white-space: nowrap;
}
.beauty .price_area {
  margin-top: 30px;
}
.beauty button a {
  background: -moz-linear-gradient(0% 50% 0deg, rgba(160, 78, 93, 1) 0%, rgba(177, 101, 109, 1) 11.18%, rgba(193, 121, 123, 1) 23.93%, rgba(198, 128, 128, 1) 32.59%, rgba(175, 98, 107, 1) 59.96%, rgba(160, 78, 93, 1) 76.34%, rgba(158, 72, 89, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(160, 78, 93, 1) 0%, rgba(177, 101, 109, 1) 11.18%, rgba(193, 121, 123, 1) 23.93%, rgba(198, 128, 128, 1) 32.59%, rgba(175, 98, 107, 1) 59.96%, rgba(160, 78, 93, 1) 76.34%, rgba(158, 72, 89, 1) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(160, 78, 93, 1)), color-stop(0.1118, rgba(177, 101, 109, 1)), color-stop(0.2393, rgba(193, 121, 123, 1)), color-stop(0.3259, rgba(198, 128, 128, 1)), color-stop(0.5996, rgba(175, 98, 107, 1)), color-stop(0.7634, rgba(160, 78, 93, 1)), color-stop(1, rgba(158, 72, 89, 1)));
  background: -o-linear-gradient(0deg, rgba(160, 78, 93, 1) 0%, rgba(177, 101, 109, 1) 11.18%, rgba(193, 121, 123, 1) 23.93%, rgba(198, 128, 128, 1) 32.59%, rgba(175, 98, 107, 1) 59.96%, rgba(160, 78, 93, 1) 76.34%, rgba(158, 72, 89, 1) 100%);
  background: -ms-linear-gradient(0deg, rgba(160, 78, 93, 1) 0%, rgba(177, 101, 109, 1) 11.18%, rgba(193, 121, 123, 1) 23.93%, rgba(198, 128, 128, 1) 32.59%, rgba(175, 98, 107, 1) 59.96%, rgba(160, 78, 93, 1) 76.34%, rgba(158, 72, 89, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A04E5D', endColorstr='#9E4859' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(160, 78, 93, 1) 0%, rgba(177, 101, 109, 1) 11.18%, rgba(193, 121, 123, 1) 23.93%, rgba(198, 128, 128, 1) 32.59%, rgba(175, 98, 107, 1) 59.96%, rgba(160, 78, 93, 1) 76.34%, rgba(158, 72, 89, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A04E5D', endColorstr='#9E4859', GradientType=1);
}
.about {
  background: #42210B;
  padding: 100px 0;
  color: #fff;
}
.about .wrapper {}
.about .ttl h2 {
  text-align: center;
  font-size: 57px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.about .ttl span {
  font-size: 36px;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
.about .ttl img {
  width: 390px;
  margin: 55px auto;
}
.about li {
  padding: 0 25px 25px 25px;
  max-width: none;
  width: 100%;
  background-color: transparent;
  align-items: flex-end;
}
.about .no {
  color: #EDDF21;
  font-size: 36px;
  font-weight: bold;
}
.about .no span {
  font-size: 54px;
}
.about .txt {
  width: 50%;
  padding: 0;
  white-space: nowrap;
}
.about .txt h3 {
  font-size: 44px;
}
.about h4 {
  text-align: center;
  margin-bottom: 50px;
}
.about .txt p {
  font-size: 26px;
  line-height: 1.8;
}
.about .img {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.about ul {
  padding-top: 50px;
  margin-bottom: 190px;
}
.about li:nth-child(3) .img {
  align-items: flex-start;
}
.about img {
  height: auto;
  object-fit: unset;
}
.about li:nth-child(even) .txt {
  width: 50%;
  padding: 0;
}
.about .txt h3 {
  line-height: 1.4;
}
.table {
  overflow-x: auto;
}
table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
  line-height: 1;
  letter-spacing: 0;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  white-space: nowrap;
}
th {
  padding: 10px;
  background: #fff;
  border: solid 1px #828282;
  font-weight: normal;
  font-size: 22px;
  height: 85px;
}
td {
  padding: 10px;
  border: solid 1px #828282;
  background: #fff;
  font-size: 26px;
  height: 85px;
}
td, th {
  vertical-align: middle;
}
table .color {
  color: #8B0E39;
}
table span {
  line-height: 85px;
}
table span.line2 {
  line-height: 1;
}
.about p.txt {
  font-size: 16px;
  margin: 10px 0 0 10px;
}
.sp{
	display: none;
}
@media screen and (max-width:979px) {
  table {
    width: auto;
  }
}
@media screen and (max-width:768px) {
.pc{
	display: none;
}
.sp{
	display: block;
}
.mv {
margin: auto;
}
  section li {
    display: block;
    padding: 20px !important;
  }
  section li:not(:last-child) {
    margin: 0 auto 10px;
  }
  .img {
    width: 100%;
  }
  .txt {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .h_ttl img {
    margin-bottom: 30px !important;
    width: 90%;
  }
  .set .h_ttl img {
    margin-bottom: 10px !important;
    width: 100%;
  }
  .pickup {
    padding-bottom: 30px;
  }
  .about .img {
    width: 100%;
    margin-top: 30px;
  }
  .about .txt {
    width: 100%;
  }
  .txt h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .txt h3 span {
    font-size: 14px;
  }
  .txt h4 {
    font-size: 14px;
  }
  .txt p {
    font-size: 13px;
  }
  .price_area {
    margin-top: 20px;
  }
  .price_area .box {
    font-size: 13px;
    padding: 3px 7px;
  }
  .price_area .price {
    font-size: 35px;
  }
  .price_area .price:before {
    top: -5px;
    right: 3px;
    width: 5vw;
    height: 2vh;
  }
  .item li .price_area .box {
    padding: 3px 10px;
  }
  button a {
    padding: 10px 0;
    font-size: 16px;
  }
  .ttl img {
    width: 80%;
  }
  .set {
    padding: 0 0 30px;
  }
  .set .wrapper {
    margin-top: 15px;
    width: 95%;
  }
  .ttl img {
    margin: 20px auto 0 !important;
  }
  .set .txt {
    padding: 20px 0 0 0;
  }
  .set li:nth-child(even) .txt {
    padding: 20px 0 0 0;
  }
  .special {
    padding: 30px 0;
  }
  .special .txt {
    padding: 20px 0 0 0;
  }
  .item {
    padding: 30px 0 0 0;
  }
  .item .h_ttl img {
    margin: 0 auto 30px;
  }
  .item li:nth-child(even) .txt {
    padding: 20px 0 0 0;
  }
  .item li .txt:before {
    top: 20px;
    width: 13vw;
    height: 10vh;
  }
  .item li:nth-child(2) .txt:before {
    right: 0;
  }
  .item .txt {
    padding: 20px 0 0 0;
  }
  .beauty {
    padding: 30px 0;
  }
  .beauty .head dl {
    text-align: left;
  }
  .beauty .head dt {
    font-size: 16px;
    margin: 40px auto 15px;
  }
  .beauty .head dd {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .beauty .img {
    width: 100%;
  }
  .beauty .txt {
    width: 100%;
    padding: 0;
  }
  .beauty .txt h3 {
    font-size: 20px;
    white-space: normal;
  }
  .about {
    padding: 40px 0;
  }
  .about .wrapper {
    overflow: hidden;
  }
  .about .ttl span {
    font-size: 16px;
  }
  .about .ttl h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .about ul {
    padding-top: 0;
    margin-bottom: 0px;
  }
  .about li:not(:last-child) {
    margin: 0 auto 50px;
  }
  .about .no {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about .no span {
    font-size: 26px;
  }
  .about .txt {
    white-space: normal;
  }
  .about .txt h3 {
    font-size: 24px;
  }
  br.nobr {
    display: none;
  }
  .about h4 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
  }
  .about .txt p {
    font-size: 14px;
    line-height: 1.5;
  }
  .about li {
    padding: 0 !important;
  }
  .about li:nth-child(even) .txt {
    width: 100%;
  }
  .about p.txt {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
  th {
    font-size: 13px;
    height: auto;
  }
  td {
    font-size: 13px;
    height: auto;
  }
	.set .h_ttl_bottom {
    font-size: 10px;
		letter-spacing: 0;
		height: auto;
    padding: 5px 0;
}
}

#menu {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
width: 100%;
text-align: center;
background-image: url("https://www.rakuten.ne.jp/gold/senko-farm/img/common/pattern_02.jpg");
height: 60px;
font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
}
#menu.is-fixed {
position: fixed;
top: 0;
left: 0;
height: 60px;
z-index: 2;
box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
#menu ul {
margin: auto;
padding: 0;
justify-content:center;
}
#menu ul li {
width: 160px;
display: inline-block;
border-left: 1px solid #fff;
box-sizing: border-box;
transition: 0.7s;
padding: 0;
margin: 17px 0;
}
#menu ul li:last-child {
border-right: 1px solid #fff;

}
#menu ul li.nav_logo {
opacity: 1;
transition: 0.7s;
width: auto;
text-align: left;
margin: 0 30px 0 0;
border: none;
}
#menu ul li.nav_logo img {
height: 40px;
width: auto;
margin: 0 0 -8px 15px;
}

#menu ul li a {
color: #fff;
font-size: 16px;
line-height:26px;
text-decoration: none;
transition: 0.4s;
}
#menu ul li a:hover {
color: #bca062;
transition: 0.4s;
}

#menu ul li ul{
    position: absolute;
    top: -1000px;
    opacity: 0;
    z-index: 9999;
    padding: 0;
}
#menu ul li ul li {
border-bottom:1px solid #000;
color: #000;
display: block;
margin: 0;
background-color: #fff;
}
#menu ul li ul li a {
padding: 8px 0;
background-color: #fff;
display: block;
font-size: 13px;
}
#menu ul li ul li:hover a {
background-color: #000;
color: #fff;
transition: 0.4s;
}
#menu ul li:hover ul{
    transform: translateY(1000px);
    opacity: 1;
    padding: 60px 0 0;
}
#menu ul li:hover ul li {
margin: 0;
}
#menu ul li:hover ul li a{
color: #000;
display: block;
margin: 0;
background-color: #fff;
}
#menu ul li ul li:hover a{
color: #fff;
background-color: #701318;
}
@media only screen and (max-width: 768px) {
#menu {
display: none;
}
.top_btn {
margin: 10% auto;
text-align: center;
}
.top_btn a{
width: 70%;
margin: 0 auto;
display: block;
background-color: #b2272d;
padding: 4%;
box-sizing: border-box;
color: #fff;
text-decoration: none;
}
}

#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}
#pagetop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: rgba(0,0,0,1);
    transition: opacity .6s ease;
}
#pagetop a:hover {
    opacity: .3;
}
#pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}
#pagetop a::before {
    top: 5px;
    width: 10px;
    height: 10px;
}
}