@charset "utf-8";
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/ :where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert
}
*, ::after, ::before {
  box-sizing: border-box
}
a, button {
  cursor: revert
}
menu, ol, ul {
  list-style: none
}
img {
  max-inline-size: 100%;
  max-block-size: 100%
}
table {
  border-collapse: collapse
}
input, textarea {
  -webkit-user-select: auto
}
textarea {
  white-space: revert
}
meter {
  -webkit-appearance: revert;
  appearance: revert
}
:where(pre) {
  all: revert
}
::placeholder {
  color: unset
}
::marker {
  content: initial
}
:where([hidden]) {
  display: none
}
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto
}
:where([draggable=true]) {
  -webkit-user-drag: element
}
:where(dialog:modal) {
  all: revert
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
h11, h2, h3, h4, h5, h6, dt {
  font-weight: normal;
}
ul, ol {
  list-style: none;
}
html {
  height: 100%;
}
@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 2.7777777778vw;
  }
}
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #45290d;
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(16px, 1.6rem, 16px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 959px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
p {
  line-height: 1.8;
  font-size: 1.0em;
}
@media screen and (max-width: 960px) {
  p {
    line-height: 1.8;
    font-size: 0.875em;
  }
}
/*
/* = メディアごとの表示、非表示
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 860px) {
  .sp860 {
    display: none;
  }
}
a {
  display: inline-block;
  transition: 0.5s ease-in-out;
}
a:link {
  color: #45290d;
}
a:hover {
  color: #45290d;
}
a:active {
  color: #45290d;
}
a:focus {
  color: #45290d;
}
a:visited {
  color: #45290d;
}
a img {
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/*
/* = img
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
img, svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*
/* = txt
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.txt--center {
  text-align: center;
}
.txt--left {
  text-align: left;
}
.txt--right {
  text-align: right;
}
header .HaderBack {
  background: linear-gradient(0deg, rgba(191, 165, 94, 0) 0%, rgba(191, 165, 94, 0.1) 100%);
  padding: 15px;
  text-align: center;
}
header img {
  max-width: 260px;
  opacity: 1.0 !important;
}
.Main {
  background-image: url("../images/main_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  text-align: center;
  padding: 45px;
}
.Main img {
  max-width: 411px;
}
.wrap {
  max-width: 984px;
  padding: 0 10px;
  margin: 0 auto;
  display: block;
}
.Summary {
  background-color: #f6f3ec;
  padding: 60px 10px;
}
.Summary h2 {
  font-size: 2.0em;
  font-weight: 800;
  padding: 0 0.5rem;
  text-align: center;
  margin-bottom: 40px;
}
.Summary h2::before, .Summary h2::after {
  content: "～"
}
.SummarTextBox {
  background-image: url("../images/bg_01.png"), url("../images/bg_02.png");
  background-position: bottom left, bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  padding: 10px 150px;
}
@media screen and (max-width: 960px) {
  .Summary h2 {
    font-size: 1.6em;
    font-weight: 800;
    padding: 0 0.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .SummarTextBox {
    background-image: none;
    margin-bottom: 30px;
    padding: 10px 0;
  }
}
.SummarTextBox p {
  text-align: center;
  line-height: 2.5 !important;
  font-weight: 800;
}
.NewsBox {
  padding: 30px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.02);
}
.upper {
  position: fixed;
  right: 50px;
  bottom: 50px;
  transition: 1s;
  opacity: 0.7;
}
.upper:hover {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .upper {
    position: fixed;
    right: 10px;
    bottom: 30px;
    transition: 1s;
    opacity: 0.7;
    width: 100%;
    max-width: 60px;
  }
  .upper:hover {
    opacity: 1;
  }
}
.AboutBox {
  background: #FFF;
  padding: 60px 0;
}
.HL01 {
  border-bottom: 2px solid #45290d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #ebe9dc;
  padding: 0.6em 0.5em 0.5em;
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 40px;
  color: #45290d;
}
.HL01 small {
  font-size: 0.65em;
}
.HL02 {
  font-size: 1.313em;
  font-weight: 800;
  margin-bottom: 20px;
  color: #45290d;
}
.AboutBoxColumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.BoxFirst {
  flex: 2;
  flex-basis: 964px;
  margin-bottom: 40px
}
.BoxSecond, .BoxThird {
  flex: 1;
  flex-basis: calc(50% - 20px);
}
.BoxSecond {
  margin-right: 20px;
}
.BoxThird {
  margin-left: 20px;
}
.BoxFirstColumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.BoxLeft, .BoxRight {
  flex-basis: calc(50% - 20px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .BoxFirst {
    margin-bottom: 20px
  }
  .BoxSecond, .BoxThird {
    flex: 1;
    flex-basis: 100%
  }
  .BoxSecond {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .BoxThird {
    margin-left: 0px;
  }
  .BoxLeft, .BoxRight {
    flex-basis: calc(100% - 10px);
  }
}
ol.Number {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 0px;
}
ol.Number li {
  position: relative;
  margin: 0px 0 30px 40px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 1.143em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  ol.Number li {
    font-size: 1.0em;
    line-height: 1.8;
  }
}
ol.Number li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -40px;
  width: 40px;
  height: 40px;
  font-size: 21px;
  background: #ebe9dc;
  text-align: center;
  color: #a0904f;
  top: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Img {
  margin-bottom: 20px;
}
.RED {
  color: #c1272d !important;
}
.AttentionBox {
  border: 2px solid #a0904f;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .AttentionBox {
    padding: 30px 15px;
  }
}
.HL03 {
  text-align: center;
  border-top: 2px solid #a0904f;
  border-bottom: 2px solid #a0904f;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 1.5em;
  font-weight: 800;
}
.Mark01 {
  padding-left: 54px;
  position: relative;
}
.Mark01::before {
  content: url("../images/icon01.png");
  position: absolute;
  top: 0px;
  left: 0px;
}
.Mark02 {
  padding-left: 42px;
  position: relative;
}
.Mark02::before {
  content: url("../images/icon02.png");
  position: absolute;
  top: 0px;
  left: 0px;
}
.HL04 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.313em;
  font-weight: 800;
  color: #c1272d;
}
.HL04::before {
  content: "【 "
}
.HL04::after {
  content: " 】"
}
#HarpList {
  background: #f6f6f0;
  padding: 60px 0;
}
.ScrollTable {
  overflow: auto;
  width: 100%;
}
.ScrollTable table {
  margin: 0;
  border-spacing: 0;
  min-width: 0px;
}
.ScrollTable td {
  border-right: 1px solid #a0904f;
  border-bottom: 1px solid #a0904f;
  background: #FFF;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.8;
  font-size: 0.875em;
}
.ScrollTable td.TextNoReturn {
white-space: nowrap;
}

.ScrollTable tr td a.btn {
  display: block;
  width: 140px;
  height: 73px;
  background: url("../images/bnt_on.png") no-repeat;
}
a.btn:hover {
  opacity: 0.8;
}
.ScrollTable tr.renting td {
  background: #f2f2f2;
}
.ScrollTable tr.renting td a.btn {
  display: block;
  width: 140px;
  height: 73px;
  background: url("../images/bnt_off.png") no-repeat;
}
.ScrollTable th {
  white-space: nowrap;
  border-right: 1px solid #a0904f;
  border-bottom: 1px solid #a0904f;
  background: #ebe9dc;
  padding: 15px;
  text-align: center;
  font-weight: 800;
  /*position: sticky;*/
  top: 0;
  left: 0;
  vertical-align: middle;
}
.ScrollTable tr:first-child th {
  border-top: 1px solid #a0904f;
}
.ScrollTable th:first-child {
  border-left: 1px solid #a0904f;
}
.ScrollTable th:first-child, .ScrollTable td:first-child {
  border-left: 1px solid #a0904f;
}
.ScrollTable tr:first-child th:first-child {
  z-index: 1;
}
.ScrollTable th small {
  font-size: 0.75em;
}
.ScrollTable tr td h4 {
  font-weight: 800;
  text-align: center;
  background: #45290d;
  color: #FFF;
  padding: 10px;
  font-size: 0.875em;
  margin-bottom: 5px;
}
.ScrollTable tr.renting td h4 {
  font-weight: 800;
  text-align: center;
  background: #b3b3b3;
  color: #FFF;
  padding: 10px;
  font-size: 0.875em;
  margin-bottom: 5px;
  white-space: nowrap;
}
.ScrollTable h5 {
  font-weight: 800;
  text-align: center;
  font-size: 0.875em;
}
.ItemNumber {
  font-weight: 800;
  font-size: 0.875em;
}
.ItemNumber::before {
  font-weight: 800;
  font-size: 0.75em;
  content: "商品番号：No."
}
.ScrollTable tr td dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ScrollTable tr td dl dt {
  width: 35%;
  padding: 10px;
  background-color: #45290d;
  color: #FFF;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  white-space: nowrap;
}
.ScrollTable tr td dl dd {
  width: 55%;
  padding: 10px;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ScrollTable tr.renting td dl dt {
  background-color: #b3b3b3;
}
.ScrollTable tr td .LsitImg {
  max-width: 240px;
  text-align: center;
  margin: auto auto;
}
ul.Listdot {
  padding-left: 30px;
  list-style: disc;
  margin-bottom: 30px;
}
ul.Listdot li {
  line-height: 1.8;
}
ul.Listdot li a {
  text-decoration: underline !important;
}
ul.Listdot li span.BgY {
  background: #fcee21;
  height: 50%;
  font-weight: 800;
  color: #c1272d;
}
@media screen and (max-width: 767px) {
  .HL04 {
    font-size: 1.0em;
  }
  ul.Listdot li {
    font-size: 0.875em;
  }
}
ul.Listdot + h3.HL03 {
  margin-top: 50px !important;
}
.BTN_DL {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF !important;
  background-color: #bfa55e;
  font-size: 18px;
  font-weight: 800;
  width: 250px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}
.BTN_DL:hover {
  opacity: 0.8;
}
.BTN_DL span {
  position: relative;
  padding-left: 35px
}
.BTN_DL span::before {
  content: url("../images/icon03.png");
  position: absolute;
  top: 0;
  left: 0;
}
.atesaki {
  background: #ebe9dc;
  padding: 20px;
}
footer{
background: #594735;
padding: 10px;
}
footer p{
font-size: 0.75em;
text-align: center;
color: #FFF;
}