:root {
  --main: #541b86;
  --newsBg: #401566;
  --white: #fff;
  --gold: #a19564;
  --lightGold: #c9bf95;
  /* --textBlack: #1c1c1c; */
  --textBlack: #1f2222;
  --brown: #8b1b1e;
  --rightBg: #f7f6f0;
  --line: #06c755;
  --lightBlack: #626262;
  --borderColor: #969696;
  --placeholderColor: #8e8e8e;
  --rentalBg: #f7f7f6;
  --rentalBorder: #c4c4c4;
  /* --black: #000; */
  --footerGray: #b5afaf;
  --hoverGray: #faf9f7;
  --newsBlack: #1f2222;
  --sun: #ff3131;
  --sat: #2e4be6;
}

html {
  font-family: "Noto Serif JP", serif;
  font-size: 62.5%;
  font-weight: 400;
  font-style: normal;

  color: var(--textBlack);
  background: var(--white);

  scroll-behavior: smooth;
}

a {
  text-decoration: none;

  color: inherit;
}

a:hover {
  cursor: pointer;
}

ul {
  list-style-type: none;
}

input[type="text"] {
  outline: none;
}

.sp_only {
  display: none;
}

.ly_sidebar {
  width: 315px;
}

.ly_mainArea {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

/*----hp----*/
.hp__cWhite {
  color: var(--white);
}

.hp__cGold {
  color: var(--gold);
}

.hp__cLightGold {
  color: var(--lightGold);
}

.hp__cBrown {
  color: var(--brown);
}

.hp__cLightBlack {
  color: var(--lightBlack);
}

/* .hp__c000 {
    color: var(--black);
} */

.hp__cNewsBlack {
  color: var(--newsBlack);
}

.hp__cFooterGray {
  color: var(--footerGray);
}

.hp__opa50:hover {
  opacity: 0.5;
}

.hp__ffGothic {
  font-family: "Noto Sans JP", sans-serif;
}

/*----txt----*/
.hp__txt16r {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

/*----all----*/
.ly_column {
  display: flex;

  margin-top: 93px;
  margin-right: calc((100% - 1280px) / 2 + 48px);
  margin-left: calc((100% - 1280px) / 2 + 48px);

  gap: 64px;
}

.ly_column.ly_column__mt96 {
  margin-top: 96px;
}

.ly_mainArea {
  width: calc(100% - 315px- 64px);
  max-width: 805px;
}

@media screen and (max-width: 1279px) {
  .ly_column {
    margin-right: 48px;
    margin-left: 48px;
  }

  .ly_mainArea {
    width: calc(100% - 315px - 64px);
  }
}

@media screen and (max-width: 992px) {
  .ly_column {
    margin-right: 10%;
    margin-left: 10%;
  }

  #ly_sidebar {
    display: none;
  }

  .ly_column.ly_column__mt96 {
    margin-top: 48px;
  }

  .ly_mainArea {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ly_column {
    margin-top: 47px;
    margin-right: 0;
    margin-left: 0;
  }
}

/*----normalBtn-----*/
.el_normalBtn {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;

  position: relative;

  display: block;

  margin: 0 24px;
  padding-top: 16px;
  padding-bottom: 14px;

  text-align: center;
  letter-spacing: 0.05em;

  border: 1px solid var(--textBlack);
  background-color: var(--white);
}

.el_normalBtn::after {
  position: absolute;
  top: 50%;
  right: 13px;

  content: "≫";
  transform: translateY(-50%);
}

.el_normalBtn:hover {
  color: var(--white);
  background-color: var(--textBlack);
}

.el_moreBtn:hover::after {
  color: var(--white);
}

.el_normalBtn.el_normalBtn__w400 {
  font-size: 2rem;
  line-height: 3rem;

  display: block;

  width: 403px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 24px;

  letter-spacing: 0.02em;
}

.el_normalBtn.el_normalBtn__w400h50 {
  width: 403px;
  height: 50px;
  margin: 0 auto;
  padding-top: 11px;
}

.el_normalBtn.el_normalBtn__inCol2Card {
  z-index: 3;

  margin-right: 80px;
  margin-left: 80px;
}

@media screen and (max-width: 999px) {
  .el_normalBtn.el_normalBtn__inCol2Card {
    margin-right: 60px;
    margin-left: 60px;
  }

  .el_normalBtn.el_normalBtn__inCol3Card {
    margin-right: 20px;
    margin-left: 20px;
  }

  .el_normalBtn.el_normalBtn__w400h50 {
    width: 100%;
  }

  .el_normalBtn.el_normalBtn__w400h50::after {
    right: 13px;
  }
}

@media screen and (max-width: 768px) {
  .el_normalBtn {
    font-size: 1.6rem;
    line-height: 2.4rem;

    margin: 0 16px;
    padding-top: 11px;
    padding-bottom: 13px;
  }

  .el_normalBtn::after {
    right: 9px;
  }

  .el_normalBtn.el_normalBtn.el_normalBtn__w400 {
    font-size: 1.6rem;
    line-height: 2.4rem;

    width: 100%;
  }

  .el_normalBtn.el_normalBtn__spH50 {
    padding-top: 11px;
    padding-bottom: 15px;

    letter-spacing: 0.05em;
  }

  .el_normalBtn.el_normalBtn__inCol2Card,
  .el_normalBtn.el_normalBtn__inCol3Card {
    margin-right: 16px;
    margin-left: 16px;
  }
}

/*----navMenu----*/

.cb_navMenu {
  display: flex;
  justify-content: space-between;
}

.cb_navMenu_item.cb_navMenu_item__hoverB {
  position: relative;

  padding-bottom: 11px;

  border-bottom: 1px solid transparent;
}

.cb_navMenu_item.cb_navMenu_item__hoverB:hover {
  color: var(--main);
  border-bottom: 1px solid var(--main);
}

.cb_navMenu.cb_navMenu__footer {
  margin-right: 11px;
  margin-bottom: 36px;
  margin-left: 11px;

  gap: 15px;
}

.cb_navMenu_item {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.3rem;

  letter-spacing: 0.05em;
}

.cb_iconsWrapper {
  display: flex;

  gap: 20px;
}

.cb_iconsWrapper__mt2 {
  margin-top: 2px;
}

.cb_iconsWrapper.cb_iconsWrapper__g24 {
  margin-top: 1px;
  margin-right: -1px;

  gap: 24px;
}

.cb_iconsWrapper.cb_iconsWrapper__spNav {
  justify-content: center;

  margin-top: 34px;
  margin-bottom: 104px;

  gap: 32px;
}

.cb_iconsImgWrapper img {
  display: block;
}

.cb_lineImgWrapper {
  margin-right: -2px;
}

@media screen and (max-width: 1279px) {
  .cb_navMenu.cb_navMenu__footer {
    gap: 9px;
  }

  .cb_navMenu_item.cb_navMenu__footer {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .cb_iconsWrapper.cb_iconsWrapper__g24 {
    gap: 32px;
  }
}

/*----revBtn----*/
.ce_revBtn {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.3rem;

  position: absolute;
  top: 0;
  right: 0;

  margin-top: 21px;
  padding: 8px 33px 7px 30px;

  letter-spacing: 0.05em;

  border: solid 1px var(--main);
  border-radius: 5px;
  background: var(--main);
}

.ce_revBtn:hover {
  color: var(--main);
  background-color: var(--white);
}

/*----deco----*/
.cb_deco {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cb_deco.cb_deco__mt7 {
  margin-top: 7px;
}

.cb_deco.cb_deco__posA {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;

  width: 100%;

  transform: translate(-50%, 50%);
}

.cb_deco_line {
  flex-grow: 1;

  height: 1px;

  background-color: var(--lightGold);
}

.cb_deco.cb_deco__mt1 .cb_deco_line {
  margin-top: 1px;
}

.cb_deco_img {
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  .cb_deco img {
    width: 26px;
  }
}

/*----logo----*/
.cb_logoWrapper {
  display: block;

  text-align: center;
}

.ce_logoImgWrapper {
  display: block;

  margin: 0 auto;
  margin-bottom: 27px;
  padding-top: 12px;
  padding-right: 4px;
  padding-bottom: 12px;
}

.ce_logoImgWrapper.ce_logoImgWrapper__h1 {
  margin-bottom: 17px;
}

.ce_logoImgWrapper.ce_logoImgWrapper__posRight {
  width: 115px;
  margin-bottom: 8px;
}

.ce_logoImgWrapper.ce_logoImgWrapper__small {
  width: 86px;
  margin-bottom: 13px;
}

.ce_logoImgWrapper img {
  width: 100%;
}

.ce_logoImgWrapper.ce_logoImgWrapper__h1 svg {
  width: unset;

  color: var(--main);
}

.ce_logoImgWrapper.ce_logoImgWrapper__posRight svg {
  width: 100%;

  color: var(--main);
}

.ce_logoCap {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;

  letter-spacing: 0.05em;

  color: var(--gold);
}

.ce_logoCap__small {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;

  letter-spacing: 0.02em;
}

@media screen and (max-width: 1242px) {
  .cb_navMenu_item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .ce_logoImgWrapper.ce_logoImgWrapper__posRight svg {
    color: var(--white);
  }

  .cb_logoWrapper.cb_logoWrapper__small {
    display: flex;
  }

  .ce_logoCap {
    font-size: 1.6rem;
    line-height: 2.4rem;

    color: var(--white);
  }

  .ce_logoCap__small {
    font-size: 1.2rem;
    line-height: 2.4rem;

    letter-spacing: 0.02em;
  }

  .ce_logoImgWrapper.ce_logoImgWrapper__small {
    width: 62px;
    margin-right: 7px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 3px;
  }

  .ce_logoImgWrapper.ce_logoImgWrapper__h1 {
    display: inline-block;

    width: 116px;
    margin-bottom: 3px;
  }

  .ce_logoImgWrapper.ce_logoImgWrapper__h1 svg {
    width: 100%;

    color: var(--white);
  }
}

/*----secTtl----*/
.cb_ttl {
  text-align: center;
}

.ce_engTtl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;

  margin-bottom: 8px;

  letter-spacing: 0.05em;
}

.ce_engTtl.ce_engTtl__mb4 {
  margin-bottom: 4px;
}

.ce_engTtl.ce_engTtl__mb6 {
  margin-bottom: 6px;
}

.ce_ttlTxt {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 5.2rem;
  margin-left: 7px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .ce_engTtl {
    font-size: 1.6rem;
    line-height: 2.4rem;

    margin-bottom: 9px;
  }

  .ce_engTtl.ce_engTtl__spMb6 {
    margin-bottom: 6px;
  }

  .ce_engTtl__spMb4 {
    margin-bottom: 4px;
  }

  .ce_ttlTxt {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-left: 0;
  }

  .ce_ttlTxt.ce_ttlTxt__spLs0 {
    letter-spacing: 0;
  }

  .ce_ttlTxt.ce_ttlTxt__spLs002 {
    letter-spacing: 0.02em;
  }

  .ce_ttlTxt.ce_ttlTxt__spLs005 {
    letter-spacing: 0.05em;
  }

  .ce_ttlTxt.ce_ttlTxt__spLs01 {
    font-size: 2.6rem;
    line-height: 3.7rem;

    letter-spacing: 0.1em;
  }
}

/*----mv----*/
.cb_mvImgWrapper {
  width: 100%;
}

.cb_mvImgWrapper img {
  width: 100%;
}

.cb_mvTxtWrapper {
  position: absolute;
  top: 41.8%;
  left: 10%;
}

.cb_mvTxtWrapper.cb_mvTxtWrapper__posRight {
  top: 50%;
  right: 10%;
  left: unset;

  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .cb_mvTxtWrapper.cb_mvTxtWrapper__posRight {
    top: 31%;
    right: unset;
    left: 50%;

    transform: translateX(-50%);
  }

  .cb_mvTxtWrapper {
    top: 40.5%;
    left: 50%;

    transform: translateX(-50%);
  }

  .cb_mvTxtWrapper.cb_mvTxtWrapper__posRight {
    top: 31.5%;
    left: 50%;

    width: fit-content;
  }

  .cb_mvTxtWrapper.cb_mvTxtWrapper__posRight img {
    fill: var(--white);
  }

  .cb_mvImgWrapper {
    width: 59px;
  }

  .ce_logoCap {
    white-space: nowrap;
  }
}

/*----cb_card----*/
.cb_colUnit {
  display: flex;
  justify-content: space-between;

  gap: 40px;
}

.cb_colUnit.cb_colUnit__col2 {
  flex-wrap: wrap;

  margin-top: 48px;
  margin-bottom: 48px;

  gap: 47px;
  column-gap: 40px;
}

.cb_colUnit.cb_colUnit__col3 {
  gap: 24px;
}

.cb_card {
  display: flex;
  flex-direction: column;

  padding-bottom: 32px;

  background-color: var(--white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}

.cb_colUnit__col2 > .cb_card {
  width: calc((100% - 40px) / 2);
}

.cb_colUnit__col3 > .cb_card {
  width: calc((100% - 24px * 2) / 3);
}

.cb_card_imgWrapper {
  width: 100%;
  margin-bottom: 32px;
}

.cb_card_imgWrapper img {
  width: 100%;
}

.cb_card_ttl {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3.9rem;

  margin-bottom: 15px;

  text-align: center;
  letter-spacing: 0.02em;
}

.cb_card_cont {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;

  flex-grow: 1;

  margin-right: 45px;
  margin-bottom: 24px;
  margin-left: 45px;

  text-align: justify;
  letter-spacing: 0.02em;

  line-break: strict;
}

.cb_card_cont.cb_card_cont__col3 {
  margin-right: 24px;
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .cb_colUnit {
    align-items: center;
    flex-direction: column;
  }

  .cb_colUnit.cb_colUnit__col2 {
    margin-top: 25px;
    margin-bottom: 24px;

    gap: 17px;
  }

  .cb_colUnit.cb_colUnit__col3 {
    gap: 17px;
  }

  .cb_colUnit__col2 > .cb_card,
  .cb_colUnit__col3 > .cb_card {
    width: 100%;
  }

  .cb_card {
    padding-bottom: 16px;
  }

  .cb_card_imgWrapper {
    margin-bottom: 16px;
  }

  .cb_card_ttl {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }

  .cb_card_cont {
    margin-right: 14px;
    margin-left: 15px;
  }

  .cb_card_cont.cb_card_cont__col3 {
    margin-right: 16px;
    margin-left: 16px;
  }
}

/*---cb_galleryUnit----*/
.cb_galleryUnit {
  display: flex;
  flex-wrap: wrap;

  margin-top: 48px;
  margin-bottom: 94px;

  gap: 8px;
}

.cb_galleryCard {
  width: calc((100% - 8px * 3) / 4);
}

.cb_galleryCard img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cb_galleryUnit {
    margin-top: 24px;
    margin-bottom: 47px;

    gap: 7px;
  }

  .cb_galleryCard {
    width: calc((100% - 8px) / 2);
  }
}

/*------------rental------------------*/

/*----setItemBox----*/
.cb_setItemBox.cb_setItemBox__result {
  margin-bottom: 24px;

  border: 1px solid var(--gold);
}

.cb_setItemBox.cb_setItemBox__product {
  margin-bottom: 23px;
}

.cb_setItemBox_ttl {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3.9rem;

  display: block;

  width: 100%;
  padding-top: 10px;
  padding-right: 17px;
  padding-bottom: 11px;

  text-align: center;
  letter-spacing: 0.02em;

  background-color: var(--gold);
}

.cb_setItemBox_ttl.cb_setItemBox_ttl__pl17 {
  padding-left: 17px;
}

.cb_setItemBox_ttl span {
  font-size: 2rem;
  line-height: 3rem;

  letter-spacing: 0.02em;
}

.cb_setItemBox_cont {
  position: relative;

  overflow: hidden;

  padding: 21px 57px 27px 56px;

  background-color: rgba(255, 255, 255, 0.8);
}

.cb_setItemBox_cont.cb_setItemBox_cont__product {
  padding: 14px 34px 18px 22px;

  white-space: nowrap;

  border: 0.9px solid var(--gold);
  background-color: var(--rightBg);
}

.cb_setItemBox_cont::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.2;
  background-image: url(../image/common/pattern_bg.jpg);
}

.cb_setItemBox_cont::before {
  padding-right: 11px;
}

.cb_setItemBox_list {
  list-style: none;

  counter-reset: item;
  counter-reset: list-counter;

  column-count: 2;
}

.cb_setItemBox_list
  .cb_setItemBox_item.cb_setItemBox_item__product:nth-child(n + 8) {
  transform: translateX(-25px);
}

.cb_setItemBox_item {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;

  position: relative;
  z-index: 2;

  margin-bottom: 8px;
  padding-left: 9px;

  counter-increment: item;
  letter-spacing: 0.02em;
}

.cb_setItemBox_item.cb_setItemBox_item__product {
  font-size: 1.8rem;
  line-height: 2.8rem;

  margin-bottom: 10px;

  letter-spacing: 0.05em;
}

.cb_setItemBox_item::before {
  padding-right: 13px;

  content: counter(item) ".";
}

@media screen and (max-width: 768px) {
  .cb_setItemBox.cb_setItemBox__product {
    margin-right: 8%;
    margin-bottom: 0;
    margin-left: 8%;
  }

  .cb_setItemBox_ttl {
    font-size: 2.4rem;
    line-height: 3.6rem;

    padding-right: 0;
    padding-bottom: 14px;
  }

  .cb_setItemBox_ttl.cb_setItemBox_ttl__pl17 {
    font-size: 2rem;
    line-height: 3rem;

    padding-left: 0;
  }

  .cb_setItemBox_ttl span {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .cb_setItemBox_ttl.cb_setItemBox_ttl__pl17 span {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .cb_setItemBox_cont {
    padding: 21px 38px 19px 35px;
  }

  .cb_setItemBox_list {
    column-count: 1;
  }

  .cb_setItemBox_list.cb_setItemBox_list__product {
    column-count: 2;
  }

  .cb_setItemBox_item {
    font-size: 1.8rem;
    line-height: 3rem;

    padding-left: 6px;
  }

  .cb_setItemBox_item.cb_setItemBox_item__product {
    font-size: 1.6rem;
    line-height: 2.5rem;

    margin-bottom: 3px;
  }

  .cb_setItemBox_list
    .cb_setItemBox_item.cb_setItemBox_item__product:nth-child(n + 8) {
    transform: translateX(-31px);
  }

  .cb_setItemBox_item::before {
    padding-right: 11px;
  }

  .cb_setItemBox_cont.cb_setItemBox_cont__product {
    margin-bottom: 14px;
    padding: 14px 34px 11px 25px;
  }
}

/*----banner----*/
.cb_bannerWrapper {
  display: inline-block;

  width: 100%;
}

.cb_bannerWrapper.cb_bannerWrapper__MT3 {
  margin-top: -3px;
}

.cb_bannerWrapper img {
  width: 100%;
  margin-bottom: 48px;
}

.cb_bannerWrapper:last-child img {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cb_bannerWrapper.cb_bannerWrapper__MT3 {
    margin-top: 0;
  }

  .cb_bannerWrapper img {
    margin-bottom: 24px;
  }
}

/*----access----*/
.ly_access {
  position: relative;

  margin-bottom: 100px;
}

.ly_access.ly_access__top {
  margin-bottom: 0;
}

.bl_accessBg {
  padding-top: 97px;
  padding-bottom: 95px;

  background-color: var(--rightBg);
}

.ly_access .container {
  margin-right: calc((100vw - 1280px) / 2 + 128px);
  margin-left: calc((100vw - 1280px) / 2 + 128px);
}

.ly_access .container.container__w100p {
  margin-right: 0;
  margin-left: 0;
}

.cb_accessMapFrame {
  width: 100%;
  margin-top: 31px;

  border: 1px solid var(--gold);

  aspect-ratio: 805 / 354;
}

.cb_accessMapFrame.cb_accessMapFrame__top {
  margin-top: 48px;
}

.cb_accessMapFrame iframe {
  width: 100%;
  height: 100%;
}

.cb_access_frame {
  margin-top: 30px;
  padding: 3px;

  background-color: var(--lightGold);
}

.cb_access_frame.cb_access_frame__top {
  margin-top: 48px;
}

.cb_access {
  position: relative;

  display: flex;
  justify-content: space-between;

  margin: 1px;
  padding: 23px 31px 23px 31px;

  border: 1px solid var(--gold);
  background-color: var(--white);

  gap: 40px;
}

.cb_access.cb_access__top {
  padding: 43px 42px 43px 43px;

  gap: 0;
}

.cb_access::after {
  position: absolute;
  top: 5px;
  left: 5px;

  width: calc(100% - 10px);
  height: calc(100% - 10px);

  content: "";

  border: 1px solid var(--gold);
}

.cb_access_shopName {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3.9rem;

  margin-bottom: 8px;

  letter-spacing: 0.02em;
}

.cb_access_shopName.cb_access_shopName__top {
  margin-top: 12px;
  margin-bottom: 24px;
}

.cb_access_shopName span {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;

  padding-left: 27px;

  letter-spacing: 0.05em;
}

.cb_access_cont {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;

  text-align: justify;
  letter-spacing: 0.02em;
}

.cb_access_imgWrapper {
  margin-top: 10px;
}

.cb_access_imgWrapper.cb_access_imgWrapper__top {
  margin-top: 0;
}

.cb_access_imgWrapper img {
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .ly_access {
    margin-bottom: 48px;
  }

  .ly_access .container {
    margin-right: 10%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 768px) {
  .ly_access .container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .ly_access .container.container__w100p {
    margin-right: 10px;
    margin-left: 10px;
  }

  .bl_accessBg {
    padding-top: 48px;
    padding-bottom: 48px;

    background-color: var(--white);
  }

  .cb_access {
    flex-direction: column;

    padding: 24px 19px 19px 18px;

    gap: 16px;
  }

  .cb_access.cb_access__top {
    padding: 13px 19px 21px 18px;

    gap: 16px;
  }

  .cb_access_shopName {
    margin-top: 0;
    margin-bottom: 26px;
  }

  .cb_accessMapFrame {
    margin-top: 24px;

    aspect-ratio: 1/1;
  }

  .cb_accessMapFrame.cb_accessMapFrame__top {
    margin-top: 24px;

    aspect-ratio: 1/1;
  }

  .cb_access_frame {
    margin-top: 24px;
    padding: 8px 7px 9px 7px;
  }

  .cb_access_frame.cb_access_frame__top {
    margin-top: 25px;
  }

  .cb_access_shopName {
    font-size: 2.4em;
    line-height: 3.6rem;
  }

  .cb_access_shopName span {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .cb_access_imgWrapper {
    margin-top: 0;
  }
}

/*----fixedCta----*/
#ly_fixedCta {
  position: fixed;
  z-index: 5;
  right: 48px;
  bottom: 0;
}

.cb_ctaBtnWrapper {
  display: flex;
}

.ce_fixedBtn {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;

  width: 200px;
  height: 60px;

  letter-spacing: 0.05em;
}

.ce_fixedBtn.ce_fixedBtn__line {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 16px 17px 16px 28px;

  border-top-left-radius: 5px;
  background-color: var(--line);

  gap: 8px;
}

.ce_fixedBtn.ce_fixedBtn__line img {
  width: 52px;
  height: auto;
  margin-top: 2px;
}

.ce_fixedBtn.ce_fixedBtn__rev {
  padding: 16px 24px 16px 24px;

  text-align: center;

  border-top-right-radius: 5px;
  background-color: var(--gold);
}

@media screen and (max-width: 768px) {
  #ly_fixedCta {
    right: 0;
    bottom: 0;
    left: 0;
  }

  .ce_fixedBtn {
    font-size: 1.6rem;

    width: 50vw;
    height: 56px;
  }

  .ce_fixedBtn.ce_fixedBtn__line {
    padding: 17px 21px 16px 27px;

    border-top-left-radius: 0;
  }

  .ce_fixedBtn.ce_fixedBtn__line img {
    width: 47px;
    margin-top: -3px;
  }

  .ce_fixedBtn.ce_fixedBtn__rev {
    padding: 14px 24px 16px 24px;

    border-top-right-radius: 0;
  }
}
/*----------------rental---------------------*/

.cb_product {
  display: grid;

  gap: 46px;
  column-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}

.cb_product_imgWrapper {
  margin-bottom: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 195 / 235;
  align-items: center;
  border: 1px solid var(--borderColor);
  background-color: var(--white);
}

.cb_product_imgWrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cb_product_category {
  font-size: 1.4rem;
  line-height: 2.1rem;

  display: inline-block;

  margin-bottom: 5px;
  padding: 2px 8px 1px 8px;

  letter-spacing: 0.05em;

  background-color: var(--textBlack);
}

.cb_product_category.cb_product_category__bgMain {
  background-color: var(--main);
}

.cb_product_category.cb_product_category__bgGray {
  background-color: var(--footerGray);
}

.cb_product_category.cb_product_category__bgLightGold {
  background-color: var(--lightGold);
}

.cb_product_name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;

  margin-bottom: 5px;

  letter-spacing: 0.02em;
}

.cb_product_priceWrapper {
  position: relative;

  padding: 7px 0 5px;

  text-align: center;

  border-top: 0.5px solid var(--lightGold);
  border-bottom: 0.5px solid var(--lightGold);
}

.cb_product_priceWrapper.cb_product_priceWrapper__big {
  margin-bottom: 12px;
  padding: 10px 0;
}

.cb_product_priceWrapper::after {
  position: absolute;
  top: 2px;
  left: 0;

  width: 100%;
  height: calc(100% - 4px);

  content: "";

  border-top: 0.5px solid var(--lightGold);
  border-bottom: 0.5px solid var(--lightGold);
}

.cb_product_price {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 2.8rem;

  letter-spacing: 0.05em;

  color: var(--brown);
}

.cb_product_price.cb_product_price__big {
  font-size: 2.6rem;
  line-height: 3.9rem;

  letter-spacing: 0.02em;
}

.cb_product_taxedTxt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;

  letter-spacing: 0.05em;

  color: var(--textBlack);
}

.cb_product_taxedTxt.cb_product_taxedTxt__big {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0.24rem;

  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .cb_product_priceWrapper.cb_product_priceWrapper__big {
    margin-bottom: 20px;
  }

  .cb_product {
    margin-right: 10px;
    margin-left: 10px;

    gap: 15px;
    column-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .cb_product > :nth-child(4n + 1),
  .cb_product > :nth-child(4n + 2) {
    margin-top: 8px;
  }

  .cb_product_imgWrapper {
    margin-bottom: 7.5px;
  }

  .cb_product_category {
    font-weight: 500;
  }

  .cb_product_priceWrapper {
    padding: 7px 0 9px;
  }

  .cb_product_price {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

/*----result----*/
.cb_pageTtl {
  width: 100%;
  padding: 62px 0 64px;

  text-align: center;

  background-color: var(--main);
}

.cb_pageTtl_txt {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 5.2rem;

  margin-bottom: 7px;

  letter-spacing: 0.1em;
}

.cb_pageTtl_subWrapper {
  font-size: 1.8rem;

  display: flex;
  justify-content: center;

  gap: 29px;
}

.cb_pageTtl_subWrapper.cb_pageTtl_subWrapper__big {
  justify-content: start;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.02em;
  margin-bottom: 11px;

  gap: 11px;
}

.cb_pageTtl_sub {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;

  position: relative;

  margin-top: 13px;

  letter-spacing: 0.05em;
}

.cb_pageTtl_sub.cb_pageTtl_sub__big {
  font-size: 2rem;

  margin-top: 0;

  letter-spacing: 0.02em;
}

.cb_pageTtl_sub.cb_pageTtl_sub__big:last-child {
  margin-left: 0;
}

.cb_pageTtl_sub:not(:last-child)::after {
  position: absolute;
  top: 3px;
  right: -15px;

  width: 1px;
  height: 18px;

  content: "";

  background-color: var(--white);
  /* 縦線の色を指定 */
}

.cb_pageTtl_sub:not(:last-child).cb_pageTtl_sub__big:not(:last-child)::after {
  right: 4px;

  background-color: var(--textBlack);
}

.cb_pageTtl_sub:not(:last-child).cb_pageTtl_sub__big:nth-child(2)::after {
  right: -16px;
}

@media screen and (max-width: 1138px) {
  .cb_pageTtl {
    margin-top: 166px;
  }
}

@media screen and (max-width: 768px) {
  .cb_pageTtl {
    margin-top: 86px;
    padding: 30px 0 34px;
  }

  .cb_pageTtl_txt {
    font-size: 2.6rem;
    line-height: 3.7rem;

    margin-bottom: 2px;
  }

  .cb_pageTtl_subWrapper.cb_pageTtl_subWrapper__big {
    margin-top: 2px;
    margin-bottom: 7px;

    gap: 10px;
  }

  .cb_pageTtl_sub:not(:last-child).cb_pageTtl_sub__big:nth-child(1)::after {
    right: 4px;
  }

  .cb_pageTtl_sub {
    margin-top: 0;
  }

  .cb_pageTtl_sub.cb_pageTtl_sub__big {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

.ly_result {
  margin-bottom: 48px;
}
