﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Unna:wght@400;700&display=swap');

:root {
  --base: #7E2C2C;
  --border: #A2A2A2;
  --alert: #cc0101;
  --gold: #b39b75;
  --link: #0096c8;
  --lightColor: #985656;
  --placeholder: #B8B8B8;
  --bgGray: #f6f6f6;
  --deepGray: #cacaca;

  --fontDefault: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  --fontUnna: "Unna", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  --fontMincho: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", YuMincho, "Yu Mincho", serif;
}

body {
  font-family: var(--fontDefault);
  color: #000;
  font-size: 16px;
  font-feature-settings: "palt";
  background: #fff;
}

a {
  color: #000;
  text-decoration: underline;
  word-break: break-word;
}
a:hover {
  text-decoration: none;
}

input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-right: 8px;
  margin-top: -2px;
}

input[name="pwd_display"] {
  margin-top: -5px;
}

.page-estimate input[name="pwd_display"] {
  margin-top: 0px;
}

h1,
.h1 {
  margin: 0;
  padding-block: 100px 60px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  text-align: center;
  border: 0;
}

h2,
.h2 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid var(--border);
}

h3,
.h3 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid var(--border);
}

h4,
.h4 {
  margin: 0;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-bottom: 0;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: bold;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
}

.block-goods-list--pager-top {
  display: none;
}

.price {
  color: #081f2c;
}

.price::after,
.default-price::after {
  content: "（税込）";
}

.net::after,
.net-price::after,
.default-net::after {
  content: "（税抜）";
}

.pager {
  display: flex;
  margin: 0;
  margin: 21px 0 56px;
  border-top: 0;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.block-goods-list--pager.pager {
  border-top: 1px solid #707070;
}

.pager[class*="-pager-top"],
[class*="-pager-top"] > .pager {
  margin: 21px 0 20px;
}

.pager-scope {
  margin-right: auto;
}
.pager-total {
  margin-right: auto;
}

.pagination {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pager-current {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid var(--border);
  background-color: var(--border)
}

.pagination > * {
  margin: 0;
  padding: 0;
  border: 0;
}

.pagination li a {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  border: 1px solid var(--border);
}

.pagination li.pager-first a,
.pagination li.pager-previous a,
.pagination li.pager-next a,
.pagination li.pager-last a {
  position: relative;
  display: block;
  font-size: 0;
  border-color: var(--base);
  background: var(--base);
}

.pagination li.pager-first a::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 9px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  content: "";
}

.pagination li.pager-first a::after {
  position: absolute;
  top: calc(50% - 4px);
  left: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  content: "";
}

.pagination li.pager-previous a::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 12px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  content: "";
}

.pagination li.pager-next a::before {
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  content: "";
}

.pagination li.pager-last a::before {
  position: absolute;
  top: calc(50% - 4px);
  right: 9px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  content: "";
}

.pagination li.pager-last a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  content: "";
}

.action .btn {
  border-radius: 6px;
  border-bottom-width: 1px;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.btn-default {
  color: #000;
  border-color: var(--border);
  background-color: #fff;
}

.btn-default:hover {
  background-color: var(--bgGray);
}

.btn-primary {
  color: #fff;
  border: solid 1px var(--base);
  background-color: var(--base);
}
.btn-primary:hover {
  color: var(--base);
  background-color: #fff;
}

.btn-secondary {
  border: 1px solid var(--border);
  color: #000;
  background: #fff;
}

.btn-danger {
  color: #fff;
  border: solid 1px var(--base);
  background-color: var(--base);
}
.btn-danger:hover {
  color: var(--base);
  background-color: #fff;
}

.star-base {
  width: 110px;
  height: 22px;
  background-position: 0 0;
  background-size: 110px 44px;
}

.star-select {
  width: 110px;
  height: 22px;
  background-position: -110px -22px;
  background-size: 110px 44px;
}

.fieldset .form-control {
  padding-left: 12px;
}


.block-common-alert {
  margin: 10px 0 0;
  padding: 10px;
  color: var(--base);
  border: 1px solid var(--base);
  background: #fff;
}
.block-common-alert .action {
  margin: 0;
}
.block-common-alert .action .btn {
  width: 100%;
}