@charset "UTF-8";

:root {
  --svg-arrow-shape: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 7 13" xmlns="http://www.w3.org/2000/svg"><path d="M6.99994 6.50108C6.99986 6.60263 6.9806 6.70313 6.94327 6.79666C6.90594 6.89019 6.85131 6.97485 6.78259 7.04566L1.21878 12.7846C1.08237 12.9251 0.898856 13.0026 0.708555 12.9999C0.518254 12.9973 0.336733 12.9147 0.203874 12.7704C0.0711614 12.6259 -0.00197226 12.4315 0.000541149 12.2299C0.00305456 12.0284 0.0810094 11.8361 0.217279 11.6954L5.25257 6.50108L0.217279 1.30575C0.149661 1.23605 0.0956743 1.15292 0.0584031 1.06112C0.0211319 0.969312 0.00130737 0.870625 6.25105e-05 0.7707C-0.00118235 0.670774 0.0161769 0.571568 0.0511481 0.478752C0.0861192 0.385936 0.138017 0.301329 0.203874 0.229767C0.336861 0.0855701 0.518453 0.00318698 0.708753 0.000714995C0.899054 -0.00175699 1.0825 0.0758849 1.21878 0.216584L6.78259 5.95244C6.85177 6.02373 6.90667 6.10905 6.94401 6.20332C6.98136 6.29758 7.00038 6.39886 6.99994 6.50108Z" /></svg>');
}

/* =============================== */
/* ?????? */
/* =============================== */
a > img {
  transition: opacity 0.3s ease-in-out;
}
a:hover > img,
a:focus > img {
  opacity: 0.7;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

h4 {
  text-align: center;
}

h5 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1em;
  padding: 0.5em;
  font-size: 14px;
}
h5::before,
h5::after {
  content: '';
  height: 2px;
  background-color: #ff9900;
}

h6 {
  font-size: 13px;
  text-align: center;
}
h6::after {
  content: '';
  display: block;
  margin: 1em auto 0.5em;
  width: 3em;
  height: 2px;
  background-color: #66cc66;
}

.highlight-txt {
  display: inline-block;
  background-image: linear-gradient(transparent 60%, #fcf69f 0%);
}

/* =============================== */
/* ????N???X??? */
/* =============================== */
/* margin-top */
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}

/* margin-bottom */
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}


/* メインコンテンツ flex可変 */
.page-container #main{
	flex: 1
}

/* =============================== */
/* ?w?b?_?[?R???e???c */
/* =============================== */
.header {
  margin-bottom: 25px;
  background-color: #E2D3C7;
}

/* ???C???? */
.header-mv {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  min-height: 175px;
  background-image: url(../images/common/pic_header_mv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.header-mv-heading {
  position: absolute;
  left: -200%;
}
.header-mv-inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}
.header-info-nav {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 0;
}
.header-info-nav-list {
  display: flex;
  list-style: none;
}
.header-info-nav-item {
  margin-left: 10px;
}
.header-info-nav-link {
  display: block;
  text-decoration: none;
}
.header-info-nav-link > span {
  display: block;
  margin-top: 4px;
  color: #553114;
  font-size: 10px;
/*  text-shadow: 0px 0px 2px #000;*/
}
.header-info-nav-link:hover img,
.header-info-nav-link:focus img {
  opacity: 1;
}

/* ?w?b?_?[?i?r */
.header-nav {
  padding: 0 1rem;
  background-color: #f7f2e9;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.header-nav-list {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  list-style: none;
}
.header-nav-item {
}
a.header-nav-link {
  display: block;
  position: relative;
  padding: 1rem 0.5em;
  color: #333;
  text-decoration: none;
}
a.header-nav-link:hover::after,
a.header-nav-link:focus::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #7c623f;
}
@media not all and (max-width: 768px) {
  .hamburger,
  .sp-drawer,
  .sp-drawer-overlay {
    display: none;
  }
}

@media (max-width: 768px) {
  .header {
	margin-bottom: 10px;
  }
	
  .header-mv {
    padding-top: 32%;
    max-width: 1000px;
    min-height: auto;
    background-image: url(../images/common/pic_header_mv--sm.jpg);
  }
  .header-nav {
    display: none;
  }

  .header-info-nav {
    position: fixed;
    z-index: 99;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #aaa;
    background-color: #fff;
  }
  .header-info-nav-list {
    justify-content: flex-end;
  }
  .header-info-nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    width: 25%;
  }
  .header-info-nav-link {
    width: 100%;
  }
  .header-info-nav-link > img {
    width: 50%;
    height: auto;
  }
  .header-info-nav-link > span {
    margin-top: -0.5em;
    padding-bottom: 0.25em;
    color: #130101;
    font-size: 3.5vw;
    text-shadow: none;
  }
  /* ?n???o?[?K?[ */
  .hamburger {
    z-index: 20;
    width: 50%;
  }
  .hamburger-btn {
    position: relative;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100%;
    width: 60%;
    border-radius: 50%;
  }

  .hamburger-line {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #130101;
  }
  .hamburger-line.line1 {
    top: calc(50% - 20%);
  }
  .hamburger-line.line2 {
  }
  .hamburger-line.line3 {
    top: calc(50% + 20%);
  }
  .hamburger-txt {
    margin-top: -0.5em;
    padding-bottom: 0.25em;
    color: #130101;
    font-size: 3.5vw;
  }

  .hamburger.is-active {
  }
  .hamburger.is-active .hamburger-btn {
    background-color: transparent;
  }
  .hamburger.is-active .line1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .hamburger.is-active .line2 {
    transform: translateX(-100vw);
  }
  .hamburger.is-active .line3 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* ?h?????[???j???[ */
  .sp-drawer {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    padding-bottom: 24%;
    width: 90%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  .sp-drawer-overlay {
    position: fixed;
  }

  .sp-drawer.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .sp-drawer.is-open + .sp-drawer-overlay {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-drawer.is-open + .sp-drawer-overlay .sp-drawer-close-icon {
    position: absolute;
    top: 10px;
    right: 5%;
    transform: translateX(50%);
    display: block;
    width: 5vw;
  }

  /* SP?i?r */
  .sp-nav {
    font-size: 15px;
	  background-color: #EDE6DF;
	  padding-bottom: 15px
  }
  .sp-nav-list {
  }
  .sp-nav-item {
    border-bottom: 1px solid #707070;
  }
  a.sp-nav-link {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 10px;
    padding: 1em;
    color: #333;
    font-weight: 500;
    text-decoration: none;
  }
  .sp-nav-link::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    mask: var(--svg-arrow-shape) no-repeat center center;
    background-color: currentColor;
  }

  /* SP?o?i?[ */
  .sp-drawer-bnr-container {
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
  }
  .sp-drawer-bnr {
  }
  .sp-drawer-bnr + .sp-drawer-bnr {
    margin-top: 14px;
  }
  .sp-drawer-bnr--row {
    display: flex;
    justify-content: space-between;
  }
  .sp-drawer-bnr--row > .sp-drawer-bnr-link {
    width: 48%;
  }
  .sp-drawer-bnr-link {
    display: block;
  }
  .sp-drawer-bnr-link img {
    max-width: 100%;
  }

  /* SP?T?u???j???[ */
  .sp-drawer-sub-nav {
    padding: 20px 16px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
  }
  .sp-drawer-sub-nav-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1em;
    list-style: none;
  }
  .sp-drawer-sub-nav-item {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid currentColor;
  }
	
	
  a.sp-drawer-sub-nav-link {
    color: #333;
    text-decoration: none;
  }

  /* SP?h?????[?t?b?^?[ */
  .sp-drawer-footer {
    margin-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .sp-drawer-sns-container {
    display: flex;
    justify-content: center;
  }

  .sp-drawer-sns-link {
    margin: 0 1rem;
    text-decoration: none;
  }

  /* ?h?????[?????{?^?? */
  .drawer-close {
    margin-top: 30px;
    text-align: center;
  }
  .drawer-close-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    width: 100%;
    height: 40px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1;
    cursor: pointer;
  }
  .drawer-close-btn-icon {
    position: relative;
    padding-left: 1.5em;
  }
  .drawer-close-btn-icon::after,
  .drawer-close-btn-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1px;
    background-color: currentColor;
  }
  .drawer-close-btn-icon::after {
    transform: rotate(45deg);
  }
  .drawer-close-btn-icon::before {
    transform: rotate(-45deg);
  }
}

/* =============================== */
/* ?y?[?W???C???R???e???c */
/* =============================== */
#wrap {
  width: 900px;
  max-width: 100%;
  padding-bottom: 40px;
}

.page-container {
  display: flex;
  justify-content: space-between;
}
.page-container #main {
  width: 700px;
  max-width: 100%;
  float: none;
}
.page-container img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.page-container table {
  width: 100%;
}
@media (max-width: 768px) {
  .page-container {
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .page-container #main {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  a[href='tel:'] {
    pointer-events: none;
  }
}

/*????????????{?b?N?X?T?C?Y?Z?o??borer-box?? */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; /*rem?Z?o????????????*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 2px solid #395638;
  border-radius: 0;
  background: #ffffff;
}

a.btn-border:hover {
  color: #ffffff;
  background: #395638;
}

/* =============================== */
/* ?T?C?h?o?[?R???e???c */
/* =============================== */
.page-sidebar {
  margin-right: 15px;
  padding-bottom: 60px;
  width: 220px;
}

.sidebar-bnr-list {
}
.sidebar-bnr-link {
  display: block;
}
.sidebar-bnr-link + .sidebar-bnr-link {
  margin-top: 15px;
}

.sidebar-bnr-link img {
  max-width: 100%;
  height: auto;
}

/* ?I?J???i?y?????? */
.score-search {
  padding: 20px 15px;
  background-color: #e7e1de;
}
.score-search-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.score-search-form {
  margin-top: 15px;
}
.score-search-input {
  display: flex;
  padding: 0.5em 0.75em;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  background-color: #fff;
}
.score-search-input > input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;

  flex-grow: 1;
}
.score-search-input > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* ?l?C??L?[???[?h */
.score-keywords {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #707070;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.score-keywords-ttl {
  padding-left: 5px;
  font-weight: 500;
}
.score-keywords-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: -0.5em;
  margin-left: -0.5em;
  padding-top: 0.5em;
}
.score-keywords-item {
  padding-top: 0.5em;
  padding-left: 0.5em;
}
a.score-keywords-link {
  display: inline-block;
  padding: 2px 0.9em 0;
  border-radius: 1.5em;
  background-color: #fff;

  color: #333;
  text-decoration: none;
}

/* ?J?[?g?{?^?? */
.sidebar-cart-btn-wrap {
}

a.sidebar-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 1.375em;
  border: 2px solid currentColor;
  color: #553114;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: none;
}
a.sidebar-cart-btn > img {
  margin-right: 1em;
}
@media (max-width: 768px) {
  .page-sidebar {
    display: none;
  }
  /* ?y?????? */
  .sp-score-search {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .score-search-ttl {
    text-align: left;
  }
}

/* ?c????J?????_?[ */
.workday-calendar {
}
.workday-calendar-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-top: 1px solid #e6e6e6;
  font-size: 16px;
}

.workday-calendar-ttl > span {
  margin-left: 0.8em;
  line-height: 1;
}
.workday-calendar iframe {
  width: 100%;
  border: 1px solid #e6e6e6;
}

/* ------------------------------- */
/* ???i?J?e?S?? */
/* ------------------------------- */
.item-cat-nav {
}
.item-cat-nav-heading {
  padding: 0.5em 1em 0.4em;
  background-color: #130101;
  color: #fff;
  font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  font-size: 17px;
  font-weight: bold;
}

.item-cat-list {
  margin-top: 10px;
  list-style: none;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2;
}
.item-cat-item {
  border-top: 1px solid #d3d1cf;
}
a.item-cat-ttl {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 1.5em;
  min-height: 52px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.item-cat-ttl::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%) rotate(135deg);
  width: 0.35em;
  height: 0.35em;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.item-cat-ttl > img {
  padding-right: 0.5em;
  padding-left: 0.2em;
}
.item-cat-ttl.is-active {
  background-color: #d7d0cd;
}
.item-cat-ttl.is-active::after {
  transform: translate(-40%, -50%) rotate(45deg);
}

.item-cat-child-list {
  list-style: none;
  background-color: #f0edeb;
  font-size: 14px;
}
.item-cat-child-item {
}

a.item-cat-child-link {
  display: block;
  padding-right: 1.25em;
  padding-left: 1.25em;
  color: #333;
  text-decoration: none;
  /* ?????\?? */
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  transition: 0.3s ease-in-out;
}

/* ?q?J?e?S???I?[?v???? */
.item-cat-child-list.is-active .item-cat-child-item + .item-cat-child-item {
  border-top: 1px solid #d3d1cf;
}
.item-cat-child-list.is-active .item-cat-child-link {
  opacity: 1;
  visibility: visible;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  line-height: 1.2;
}

.sp-drawer-cat {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.sp-drawer-cat-overlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp-drawer-cat.is-open {
  opacity: 1;
  visibility: visible;
}
.sp-drawer-cat.is-open + .sp-drawer-cat-overlay {
  display: block;
}

/* SP?p???i???? */
.sp-drawer-search-input {
  display: flex;
  margin: 25px 16px 0;
  padding: 0.5em 0.75em;
  background-color: #fff;
}
.sp-drawer-search-input > input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  flex-grow: 1;
}
.sp-drawer-search-input > input::placeholder {
  color: #bfbfbf;
  font-size: 11px;
}
.sp-drawer-search-input > input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 11px;
}
.sp-drawer-search-input > input:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 11px;
}
.sp-drawer-search-input > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

@media not all and (max-width: 768px) {
  .sp-drawer-cat {
    /* display: none; */
  }
  .sp-item-cat-nav-heading {
    display: none;
  }
  .sp-item-cat {
    display: none;
  }
  .sp-drawer-sns-container {
    display: none;
  }
  .sp-drawer-search-input {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
  .pc-search-close {
    padding: 20px;
  }
  .pc-search-close .drawer-close-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 90px;
    width: 100%;
    height: 25px;
    border-radius: 1.5em;
    border: 2px solid currentColor;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1;
    cursor: pointer;
  }
  .pc-search-close .drawer-close-btn-icon {
    position: relative;
    padding-left: 1.5em;
  }
  .pc-search-close .drawer-close-btn-icon::after,
  .pc-search-close .drawer-close-btn-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 2px;
    background-color: currentColor;
  }
  .pc-search-close .drawer-close-btn-icon::after {
    transform: rotate(45deg);
  }
  .pc-search-close .drawer-close-btn-icon::before {
    transform: rotate(-45deg);
  }
}
@media (max-width: 768px) {
  .sp-drawer-cat {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
    background-color: #F7F7F7;
    font-size: 16px;
    text-align: left;
    overflow-y: scroll;
  }

  .item-cat-nav {
    margin-top: 0;
  }

  .item-cat-nav-heading {
    display: none;
  }
  .sp-item-cat-nav-heading {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1em;
    padding-left: 1em;
    width: 100%;
    height: 50px;
    background-color: #4e2b0e;
    color: #fff;
  }
  .sp-item-cat-nav-heading-txt {
    font-weight: bold;
  }
  .sp-item-cat-nav-heading-close {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .sp-item-cat-nav-heading-close::after,
  .sp-item-cat-nav-heading-close::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -2px;
    width: 22px;
    height: 2px;
    background: #fff;
  }
  .sp-item-cat-nav-heading-close::after {
    transform: rotate(45deg);
  }
  .sp-item-cat-nav-heading-close::before {
    transform: rotate(-45deg);
  }

  .item-cat-list {
    margin-top: 50px;
    font-size: 15px;
  }

  a.item-cat-ttl {
    padding-left: 1em;
    font-weight: normal;
  }
  .item-cat-ttl::after,
  .item-cat-ttl::before {
    right: 1rem;
    width: 0.5em;
    height: 0.5em;
  }
  .item-cat-ttl.is-active {
    background-color: #fff;
  }

  .item-cat-ttl > img {
    display: none;
  }

  .item-cat-child-list {
    font-size: 1em;
  }
}

/* ------------------------------- */
/* ?A?R?[?f?B?I???R???e???c */
/* ------------------------------- */
.acc-content-wrapper {
}

.acc-content {
}

.acc-content + .acc-content {
  margin-top: 2px;
}

.acc-content-title {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 9px;
  padding: 2px 15px 2px 5px;
  background-color: #EDE6DF;
  color: #553114;
  font-size: 16px;
  font-weight:bold;
  letter-spacing: 0.04em;
  line-height: 1.37;
  cursor: pointer;
}

.acc-content-title::before {
  content: '';
  display: inline-block;
  width: 47px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
}

.acc-content-title.--piano-pedal::before{
  background-image: url("../images/common/icon/icon_cat-piano-pedal.png");
}

.acc-content-title.--piano-chair::before{
  background-image: url("../images/common/icon/icon_cat-piano-chair.png");
}

.acc-content-title.--piano-cover::before{
  background-image: url("../images/common/icon/icon_cat-piano-cover.png");
}

.acc-content-title.--piano-safety-equipment::before{
  background-image: url("../images/common/icon/icon_cat-piano-safety-equipment.png");
}

.acc-content-title.--insulator::before{
  background-image: url("../images/common/icon/icon_cat-insulator.png");
}

.acc-content-title.--piano-care::before{
  background-image: url("../images/common/icon/icon_cat-piano-care.png");
}

.acc-content-title.--metronom::before{
  background-image: url("../images/common/icon/icon_cat-metronom.png");
}

.acc-content-title.--music-stand::before{
  background-image: url("../images/common/icon/icon_cat-music-stand.png");
}

.acc-content-title.--signboard::before{
  background-image: url("../images/common/icon/icon_cat-signboard.png");
}


.acc-content-title::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.5" height="11.5" viewBox="0 0 11.5 11.5"><g id="グループ_619" data-name="グループ 619" transform="translate(49.25 -851.75)"><path id="パス_1076" data-name="パス 1076" d="M-72.3,809.208a.75.75,0,0,1-.75-.75v-10a.75.75,0,0,1,.75-.75.75.75,0,0,1,.75.75v10A.75.75,0,0,1-72.3,809.208Z" transform="translate(28.801 54.042)" fill="%23553114"/><path id="パス_1077" data-name="パス 1077" d="M0,10.75A.75.75,0,0,1-.75,10V0A.75.75,0,0,1,0-.75.75.75,0,0,1,.75,0V10A.75.75,0,0,1,0,10.75Z" transform="translate(-38.5 857.5) rotate(90)" fill="%23553114"/></g></svg>')
    no-repeat center center;
  background-color: #553114;
}

.acc-content[open] .acc-content-title::after {
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.5" height="1.5" viewBox="0 0 11.5 1.5"><g id="グループ_619" data-name="グループ 619" transform="translate(49.25 -856.75)"><path id="パス_1077" data-name="パス 1077" d="M0,10.75A.75.75,0,0,1-.75,10V0A.75.75,0,0,1,0-.75.75.75,0,0,1,.75,0V10A.75.75,0,0,1,0,10.75Z" transform="translate(-38.5 857.5) rotate(90)" fill="%23553114"/></g></svg>')
    no-repeat center center;
}

.acc-content-title.acc-content-title--link {
  color: #fff;
  text-decoration: none;
}
.acc-content-title.acc-content-title--link::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  mask: var(--svg-arrow-shape) no-repeat center center;
  background-color: currentColor;
}

.acc-content-body {
}

.acc-content-list {
  list-style: none;
  display: grid;
  gap: 2px;
  margin-top: 2px;
}

.acc-content-list-item {
}

.acc-content-list-item:last-child{
  margin-bottom: 15px;
}

.acc-content-list-link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 9px;
  padding: 13px 10px;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.46;
  text-decoration: none;
  border-bottom: dotted 2px #BCA683;
}

.acc-content-list-link.acc-content-list-link {
  color: #333;
}

.acc-content-list-link::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  mask: var(--svg-arrow-shape) no-repeat center center;
  background-color: currentColor;
}

@media (max-width: 768px) {
  .acc-content + .acc-content {
    margin-top: 0;
    border-top: 1px solid #fff;
  }

  .acc-content-title {
    padding-right: 16px;
	column-gap: 24px;
	padding: 5px 20px 5px 15px;
  }
	
  .acc-content-title::before {
  	width: 38px;
	height: 45px;
 }
	
  .acc-content-title::after{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	mask: var(--svg-arrow-shape) no-repeat center center;
	background-color: currentColor;
	transform: rotate(90deg);
  }
	
  .acc-content-title.--signboard{
	color: #333;
    text-decoration: none;
  }
	
  .acc-content-title.--signboard::after{
	transform: rotate(0deg);
  }
	
	.acc-content[open] .acc-content-title::after {
	mask: var(--svg-arrow-shape) no-repeat center center;
	background-color: currentColor;
  }
	
  .acc-content-list {
    padding: 0 15px;
    background-color: #fff;
  }

  .acc-content-list-link {
    padding-left: 14px;
    padding-right: 5px;
  }
	
  .acc-content-list-link::after{
	width: 15px;
    height: 15px;
  }
	
  .acc-content-list-item:last-child{
	margin-bottom: 25px;
  }
}

/* ?????A?R?[?f?B?I?? */
.acc-content-child {
}

.acc-content-child + .acc-content-child {
  margin-top: 10px;
}

.acc-content-child[open] + .acc-content-child {
  margin-top: 0;
}

.acc-content-child-title {
  cursor: pointer;
}

.acc-content-child-title::after {
  transform: rotate(90deg);
}

.acc-content-child-body {
  padding: 10px;
  background-color: #ebebeb;
}

.acc-content-child-list {
  list-style: none;
}

.acc-content-child-list-item {
}

.acc-content-child-list-link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
  padding-right: 4px;
  padding-bottom: 10px;
  background-image: url(../images/common/bg_dotted_repeat_shape.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 5px 2px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.acc-content-child-list-link.acc-content-child-list-link {
  color: #333;
  text-decoration: none;
}
.acc-content-child-list-link::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  mask: var(--svg-arrow-shape) no-repeat center center;
  background-color: currentColor;
}

@media (max-width: 768px) {
  .acc-content-child + .acc-content-child {
    margin-top: 1px;
  }

  .acc-content-child-body {
    padding-right: 16px;
    padding-left: 16px;
  }
	
}

/* ???[?J?[???X?g */
.maker-list {
  padding-bottom: 20px;
}

.maker-list-block + .maker-list-block {
  margin-top: 20px;
}

.maker-list-title {
  margin-bottom: 6px;
  padding-bottom: 0.5em;
  background-image: url(../images/common/bg_dotted_repeat_shape.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 5px 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.maker-list-item + .maker-list-item {
  margin-top: 10px;
}

.maker-list-item img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .maker-list-title {
    font-size: 15px;
  }
}

/* =============================== */
/* ?t?b?^?[?R???e???c */
/* =============================== */
.footer {
  background-color: #d7d0cd;
  text-align: left;
}

.footer-inner {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 1rem;
  max-width: 900px;
}
.footer-main {
  display: flex;
  flex: 1 1 0;
}

.footer-info {
  padding-left: 30px;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.footer-txt {
}
.footer-tel {
  padding-left: 0.2em;
  font-size: 20px;
}

.footer-side {
  flex-basis: 370px;
  padding-left: 35px;
  max-width: 370px;
  border-left: 1px solid #130101;
  box-sizing: border-box;
}
.footer-nav {
  display: flex;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 2;
}
.footer-nav-list {
  list-style: none;
}
.footer-nav-list + .footer-nav-list {
  margin-left: auto;
  padding-left: 1em;
}

.footer-nav-item {
}
a.footer-nav-link {
  color: #000;
  text-decoration: none;
}

/* copyright */
.footer-copyright {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 2.3;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-main {
    display: block;
    text-align: center;
  }
  .footer-info {
    padding-top: 30px;
    padding-left: 0;
  }
  .footer-side {
    display: none;
  }
}

/* PAGE TO TOP */
.page-to-top {
  position: fixed;
  right: 2rem;
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  background-color:#4E2B0E;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.page-to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.page-to-top-btn {
  margin-top: 15%;
  width: 25%;
  height: 25%;
  border-radius: 2px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(-135deg);
}
@media (max-width: 768px) {
  .page-to-top {
    right: 1em;
    bottom: 25px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
