@charset "UTF-8";
html,
body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
}

a {
  color: #000;
  font-weight: normal;
  outline: none !important;
}
a:hover {
  text-decoration: none;
}

.header_bg {
  min-width: 980px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/top_main.jpg);
  display: block;
  width: auto;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
}

header#masthead {
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: auto;
  z-index: 100;
  float: none;
  border-bottom: none;
}
.home header#masthead {
  height: 100vh;
}
header#masthead .site-description {
  width: auto;
  height: auto;
  min-height: auto;
  padding: 0;
  float: none;
  background: none;
  color: #fff;
  line-height: 1.5;
  font-size: 2.2em;
  text-align: center;
  margin: 1.5em 0;
  font-family: serif;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  header#masthead .site-description {
    font-size: 6.25vw;
  }
}
.home header#masthead .site-description {
  font-size: 3em;
}
@media screen and (max-width: 640px) {
  .home header#masthead .site-description {
    font-size: 7.5vw;
  }
}
header#masthead .site-title {
  width: 180px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  float: none;
}
@media screen and (max-width: 640px) {
  header#masthead .site-title {
    width: 30%;
    margin-top: 20%;
  }
}
.home header#masthead .site-title {
  width: 240px;
}
@media screen and (max-width: 640px) {
  .home header#masthead .site-title {
    width: 40%;
    margin-top: 30%;
  }
}
header#masthead .site-title a {
  display: block;
  padding: 80px 40px 50px 40px;
}
@media screen and (max-width: 640px) {
  header#masthead .site-title a {
    padding: 25% 20%;
  }
}
.home header#masthead .site-title a {
  padding: 130px 50px 60px 50px;
}
@media screen and (max-width: 640px) {
  .home header#masthead .site-title a {
    padding: 30% 20%;
  }
}
header#masthead .snav.cf {
  display: none;
}
header#masthead .inner {
  display: block;
  padding: 0;
  position: relative;
}
header#masthead .inner.cf {
  width: auto;
}

#site-navigation {
  position: relative;
  z-index: 100;
  background: #1d1d1d;
  width: 100%;
}
#site-navigation.fixed-site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  background: rgba(29, 29, 29, 0.85);
  transition: background 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
#site-navigation .header-nav-container {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#site-navigation .header-nav-container li {
  float: none;
  text-align: center;
  border: none;
  background: none;
  flex: 1;
}
#site-navigation .header-nav-container li:first-child {
  border: none;
}
#site-navigation .header-nav-container li.current-menu-item a {
  background-color: transparent;
}
#site-navigation .header-nav-container li.current-menu-item a:hover {
  color: #f00;
}
#site-navigation .header-nav-container li a {
  padding: 1.5em;
  margin: 0;
  font-size: 0.8em;
  display: block;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
  border: none;
}
#site-navigation .header-nav-container li a:hover {
  background-color: transparent;
}
#site-navigation .header-nav-container li a:hover:hover {
  color: #f00;
}

#main {
  position: relative;
  width: auto;
  margin: 0 auto;
  background: #fff;
  z-index: 100;
}
#main .post h1 {
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 auto 2em;
}
#main .page h1 {
  text-align: center;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 auto 2em;
}
#main .main_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 3em 0;
}
#main .main_inner #primary #content {
  width: auto;
  float: none;
}
#main .main_inner #primary #content article header.entry-header {
  margin: 0 auto 3em;
}
#main .main_inner #primary #content article header.entry-header h1.entry-title {
  text-align: center;
  font-size: 2.5em;
  margin: 0 auto;
}
#main .main_inner #primary #content article#post-89 .wp-block-group.top_caption {
  margin: 0;
}
@media screen and (max-width: 640px) {
  #main .main_inner #primary #content article#post-89 .wp-block-group.top_caption {
    flex-direction: column;
  }
  #main .main_inner #primary #content article#post-89 .wp-block-group.top_caption .wp-block-image {
    width: 100%;
  }
  #main .main_inner #primary #content article#post-89 .wp-block-group.top_caption .wp-block-image.top_caption_logo {
    width: 40%;
    margin: 1em 0;
  }
}
#main .main_inner #primary #content article#post-89 .wp-block-columns.sns_box {
  padding: 0 2em;
  margin-top: 3em;
}
#main .main_inner #primary #content article#post-89 .wp-block-columns.sns_box .fb-page,
#main .main_inner #primary #content article#post-89 .wp-block-columns.sns_box .fb-page span,
#main .main_inner #primary #content article#post-89 .wp-block-columns.sns_box .fb-page iframe {
  width: 100% !important;
  height: 500px !important;
}
#main .main_inner #primary #content article .entry-content h1 {
  text-align: center;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 auto 1.5em;
}
#main .main_inner #primary #content article .entry-content h2.wp-block-heading {
  font-size: 1.5em;
  font-weight: normal;
  border: none;
  margin: 2em auto 1em;
}
#main .main_inner #primary #content article .entry-content h3.wp-block-heading {
  font-size: 1.25em;
  font-weight: normal;
  border: none;
  margin: 1.5em 0 1em 0;
  padding-left: 0;
}
#main .main_inner #primary #content article .entry-content p {
  line-height: 2;
}
#main .main_inner #primary #content article .entry-content p a {
  color: #0066c0;
  text-decoration: underline;
}
#main .main_inner #primary #content article .entry-content p a:hover {
  text-decoration: none;
}
#main .main_inner #primary #content article .entry-content ul li {
  line-height: 2;
}
#main .main_inner #primary #content .item-list-container .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1em;
}
#main .main_inner #primary #content .item-list-container .item-list .item-box {
  width: calc((100% - 3em) / 4);
}
@media screen and (max-width: 640px) {
  #main .main_inner #primary #content .item-list-container .item-list .item-box {
    width: calc((100% - 1em) / 2);
  }
}
#main .main_inner #primary #content .item-list-container .item-list .item-box a {
  text-decoration: none;
}
#main .main_inner #primary #content .item-list-container .item-list .item-box .itemimg {
  position: relative;
}
#main .main_inner #primary #content .item-list-container .item-list .item-box .itemimg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .main_inner #primary #content .item-list-container .item-list .item-box .item-info-wrap {
  padding: 1em 0;
}
#main .main_inner #primary #content .item-list-container .item-list .item-box .item-info-wrap .itemprice {
  text-align: right;
}
#main .main_inner #primary #content .item-list-container .item-list .item-box .item-info-wrap .itemprice .tax {
  font-size: 0.8em;
  color: #000;
}
#main .main_inner #primary.item_single #content .item-list-container .item-list .item-box {
  max-width: 10%;
}
#main .main_inner #primary.item_single #content .item-list-container .item-list .item-box .item-info-wrap {
  font-size: 0.8em;
  line-height: 1.5;
}
#main .main_inner .recommend_item {
  font-size: 1.5em;
  font-weight: bold;
  margin: 5em 0 1em;
}

.item-info .skubutton {
  background: #000;
}
.item-info .skubutton:hover {
  background: #333;
}

.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button,
#point_table td input.use_point_button {
  background: #000;
  color: #fff;
  border: none;
}
.send input.to_customerinfo_button:hover,
.send input.to_memberlogin_button:hover,
.send input.to_deliveryinfo_button:hover,
.send input.to_confirm_button:hover,
.send input#purchase_button:hover,
#point_table td input.use_point_button:hover {
  background: #333;
  color: #fff;
  border: none;
}

#wc_cart #cart .upbutton input {
  border: 1px solid #000;
  color: #000;
}
#wc_cart #cart .upbutton input:hover {
  border: 1px solid #1d86b2;
  color: #1d86b2;
  background: none;
}

.widget_title img {
  display: none;
}

.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
  background: #000;
}

.post-list .post-item {
  display: flex;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #eee;
  flex-direction: row;
  align-items: flex-start;
}
.post-list .post-item .meta-row {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.post-list .post-item .post-date {
  font-size: 0.9em;
  color: #888;
}
.post-list .post-item .post-categories {
  padding: 0 0.5em;
}
.post-list .post-item .post-categories span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #000;
  color: #fff;
  padding: 0.5em;
  border-radius: 5px;
  font-size: 0.8em;
  line-height: 1;
}
.post-list .post-item .post-categories span a {
  color: #fff;
  text-decoration: none;
}
.post-list .post-item .post-title {
  flex: 1;
  border: none;
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .post-list .post-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2em;
  }
  .post-list .post-item .meta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.1em;
  }
  .post-list .post-item .post-title {
    margin-top: 0.1em;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.column-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.column-item {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-radius: 10px;
  flex: 1 1 320px;
  min-width: 260px;
  max-width: 100%;
  transition: box-shadow 0.2s;
}
.column-item a {
  display: block;
  padding: 24px 20px;
}

.column-thumb {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 6px;
  overflow: hidden;
}
.column-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.column-meta {
  font-size: 0.85em;
  color: #888;
  margin-bottom: 8px;
}

.column-title {
  font-size: 1.1em;
  font-weight: 600;
  color: #222;
  margin: 0 0 8px 0;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .column-list {
    gap: 16px 0;
  }
  .column-item {
    padding: 16px 10px;
    min-width: 90vw;
  }
}
.hamburger {
  display: none;
}
@media screen and (max-width: 640px) {
  .hamburger {
    display: flex;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1300;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
  }
}
.hamburger span {
  display: block;
  width: 30px;
  height: 4px;
  margin: 5px 0 0;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
.hamburger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

@media screen and (max-width: 640px) {
  #site-navigation {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1200;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  #site-navigation.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  #site-navigation .header-nav-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #site-navigation .header-nav-container li {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #site-navigation .header-nav-container li a {
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
    display: block;
    padding: 1em 0;
  }
}
/* ページネーションのスタイル */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
  padding: 0;
  clear: both;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin: 0 0.25em;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover {
  background-color: #e9e9e9;
  border-color: #ccc;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #333;
  border-color: #333;
  cursor: default;
}
.pagination .page-numbers.dots {
  background: none;
  border: none;
  color: #666;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-weight: bold;
}

/* ------------------------------------------------------------------
	2-5. SNS styles
-------------------------------------------------------------------*/
.sns_list {
  font-size: 0;
  color: #fff;
}

/* ヘッダー内のSNSリストを右上に配置 */
header .sns_area {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

/* モバイル表示の調整 */
@media screen and (max-width: 767px) {
  header .sns_area {
    top: 10px;
    right: 10px;
  }
  .sns_item {
    margin: 5px 5px 0 0;
  }
  .sns_item a {
    font-size: 12px;
    height: 25px;
    width: 25px;
    line-height: 22px;
  }
}
.sns_list {
  display: flex;
}

.sns_item {
  margin: 11px 11px 0 0;
}

.sns_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 27px;
  text-align: center;
  transform: rotate(-45deg);
}

.sns_item i {
  color: #fff;
  transform: rotate(45deg);
}

.sns_item img {
  transform: rotate(45deg);
  color: #fff;
}

.sns_item_fb a:hover {
  background-color: #3B5998;
  color: #FFF;
  transition: all 0.3s ease;
}

.sns_item_tw a:hover {
  background-color: #33CCFF;
  color: #FFF;
  transition: all 0.3s ease;
}

.sns_item_ig a:hover {
  background-color: #8E6051;
  color: #FFF;
  transition: all 0.3s ease;
}

.sns_item_cart {
  position: relative;
}
.sns_item_cart a:hover {
  background-color: #000;
  color: #FFF;
  transition: all 0.3s ease;
  text-decoration: none;
}
.sns_item_cart a .cart-count {
  transform: rotate(45deg);
  position: absolute;
  left: 26px;
  top: 6px;
  background: #c00;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 5px;
}
.sns_item_cart a img {
  width: 60%;
}
.sns_item_cart a img:hover {
  opacity: 1;
}

/* --------------------------
   フッターSNSエリア
---------------------------*/
footer {
  position: relative;
  background: #fff;
  color: #000;
  z-index: 200;
}
footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}
footer .wrapper a {
  color: #000;
}
footer .wrapper .footer_logo {
  width: 20%;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  footer .wrapper .footer_logo {
    width: 50%;
    margin: 0 auto 5% auto;
  }
}
footer .wrapper nav {
  width: auto;
  flex: 1;
}
@media screen and (max-width: 768px) {
  footer .wrapper nav {
    width: 100%;
    flex: none;
  }
}
footer .wrapper nav .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  footer .wrapper nav .footer-menu {
    justify-content: center;
  }
}
footer .wrapper nav .footer-menu.cf::before {
  content: none;
}
footer .wrapper nav .footer-menu .menu-item {
  float: none;
  margin: 0;
  padding: 0;
}
footer .wrapper nav .footer-menu .menu-item:hover, footer .wrapper nav .footer-menu .menu-item a:hover {
  color: #f00;
  transition: 0.3s;
}
footer .wrapper .other_link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
footer .wrapper .sns_list {
  padding: 10px 0;
  display: flex;
  font-size: 0;
  color: #fff;
}
footer .wrapper .sns_area {
  width: 100%;
  text-align: center;
}
footer .wrapper .sns_area .sns_list {
  justify-content: center;
}
footer .wrapper .sns_item {
  margin: 11px 11px 0 0;
}
footer .wrapper .sns_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 27px;
  text-align: center;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
footer .wrapper .sns_item a:hover {
  background-color: #f1f0f0;
  color: #333;
}
footer .wrapper .sns_item i {
  color: inherit;
  transform: rotate(45deg);
}
footer .wrapper .sns_item img {
  transform: rotate(45deg);
  color: #1d1d1d;
}
footer .wrapper .sns_item_fb a:hover {
  background-color: #3B5998;
  color: #FFF;
}
footer .wrapper .sns_item_tw a:hover {
  background-color: #33CCFF;
  color: #FFF;
}
footer .wrapper .sns_item_ig a:hover {
  background-color: #8E6051;
  color: #FFF;
}
footer .wrapper .sns_item_cart img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
footer .copyright {
  font-size: 0.75em;
}
@media screen and (max-width: 640px) {
  footer .copyright {
    font-size: 1.875vw;
  }
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 6em 0 3em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
  position: relative;
}
.post-navigation:after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  width: 1px;
  background-color: #ccc;
  transform: translateX(-50%);
}
.post-navigation-prev, .post-navigation-next {
  flex: 1;
  max-width: 49%;
  padding: 1.5em;
  transition: all 0.3s ease;
  position: relative;
}
.post-navigation-prev:hover, .post-navigation-next:hover {
  background-color: #f1f0f0;
}
.post-navigation-prev a, .post-navigation-next a {
  display: block;
  text-decoration: none;
}
.post-navigation-prev a .nav-label, .post-navigation-next a .nav-label {
  display: block;
  font-size: 0.9em;
  color: #666;
  margin-bottom: 0.5em;
}
.post-navigation-prev a .nav-title, .post-navigation-next a .nav-title {
  display: block;
  font-size: 1.2em;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
}
.post-navigation-prev.empty, .post-navigation-next.empty {
  background-color: transparent;
}
.post-navigation-prev {
  text-align: left;
}
.post-navigation-prev a .nav-label:before {
  content: "←";
  margin-right: 0.5em;
}
.post-navigation-next {
  text-align: right;
}
.post-navigation-next a .nav-label:after {
  content: "→";
  margin-left: 0.5em;
}

.wp-block-gallery {
  position: relative;
  overflow: hidden;
  margin: 2em 0;
}
.wp-block-gallery .blocks-gallery-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  flex: 0 0 auto;
  margin-right: 10px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:hover {
  transform: scale(1.05);
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure figcaption {
  padding: 8px;
  font-size: 0.85em;
  line-height: 1.4;
  text-align: center;
}

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 1200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}
.gallery-modal .gallery-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-modal .gallery-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}
.gallery-modal .gallery-modal-close:hover {
  color: #bbb;
}
.gallery-modal .gallery-modal-img {
  max-width: 100%;
  max-height: 80vh;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-modal .gallery-modal-img.loaded {
  opacity: 1;
}
.gallery-modal .gallery-modal-caption {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.wp-block-gallery,
.blocks-gallery-grid,
.gallery {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.wp-block-gallery.gallery-loaded,
.blocks-gallery-grid.gallery-loaded,
.gallery.gallery-loaded {
  opacity: 1;
}

.wp-block-embed {
  margin-bottom: 1.5em;
}
.wp-block-embed .wp-block-embed__wrapper {
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wc_login .loginbox #member_login {
  background: #000;
}
#wc_login .loginbox .new-entry #nav a {
  background: #000;
}

#wc_member .new-entry #nav a {
  background: #000;
}

#memberinfo .history-area {
  max-height: none;
  overflow: visible;
}
#memberinfo .history-area #history_head {
  margin-bottom: 0;
}
#memberinfo .history-area #history_head th,
#memberinfo .history-area #history_head td {
  border-bottom: none;
}
#memberinfo .history-area #history_head .historyrow.used_point,
#memberinfo .history-area #history_head .rightnum.used_point,
#memberinfo .history-area #history_head .historyrow.get_point,
#memberinfo .history-area #history_head .rightnum.get_point {
  display: none;
}

.contact_001 {
  padding: 50px;
  border: solid 1px #e4e4e4;
  border-radius: 10px;
}
.contact_001 input[type=text],
.contact_001 input[type=email],
.contact_001 input[type=url],
.contact_001 input[type=tel],
.contact_001 input[type=number],
.contact_001 input[type=date],
.contact_001 input[type=search],
.contact_001 input[type=password],
.contact_001 textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 30px;
  background-color: #fafafa;
  resize: none;
}
.contact_001 input[type=reset],
.contact_001 input[type=button],
.contact_001 input[type=submit] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #ff3838;
  border-radius: 5px;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.contact_001 br {
  display: none;
}

#menu-item-88 {
  display: none;
}/*# sourceMappingURL=moba.css.map */