:root {
    --keycolor: #ff6000;
    --keycolor-title: #fce0cf;
    --linkcolor: #0094c4;
    --keycolor-yellow: #fcdc4a;
}

html {
    overflow-x: hidden;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    color: #262626;
}

.ff-staat {
    font-family: 'Staatliches', sans-serif;
}
.dib {
    display: inline-block;
}
.not-tel {
    pointer-events: none !important;
    text-decoration: none !important;
}
.att {
    font-size: 1rem;
    font-weight: normal;
}
.att--pl {
    padding-left: 1rem;
}
.text-year a::after {
    content: "\5E74";
}
.ten {
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    display: block;
}
.ten--2 {
    -webkit-line-clamp: 2;
}
.ten--3 {
    -webkit-line-clamp: 3;
}

a img:hover {
    opacity: 0.9;
}
select {
    color: #000;
}
img {
    height: auto;
}
.lr {
    display: flex;
}
.lr--rev {
    flex-direction: row-reverse;
}
.lr--vcenter {
    align-items: center;
}
.lr--hcenter {
    justify-content: center;
}
.lr--gap {
    gap: 1rem;
}
.lr__box {
    width: 50%;
}
.lr--4-6 .lr__box:first-child {
    width: 40%;
}
.lr--4-6 .lr__box:last-child {
    width: 60%;
}
@media screen and (max-width: 768px) {
    .lr {
        display: block;
    }
    .lr__box {
        width: 100% !important;
    }
}
.btnlink, .wpcf7-previous {
    font-size: 1em;
    line-height: 1;
    background: #f0f0f0;
    padding: 0.9375rem 2rem;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    max-width: 20.3125rem;
    text-decoration: none !important;
    transition: opacity 0.2s;
}
.btnlink--nowrap {
    white-space: nowrap;
}
/* 送信確認ページ */
.page-id-710 .btnlinkwrap input {
    width: 160px;
}
wpcf7-submit
.btnlink:not(.btnlink--orange):not(.btnlink--yellow):hover {
    color: inherit !important;
    opacity: 0.9 !important;
}
.btnlink--yellow {
    background: var(--keycolor-yellow);
}
.btnlink--orange, .page-id-710 .wpcf7-submit {
    color: #fff;
    background: var(--keycolor);
}
.page-id-710 .wpcf7-submit:hover {
    background: var(--keycolor);
}
.btnlink--orange:hover, .page-id-710 .wpcf7-submit:hover {
    color: #fff;
    background: var(--keycolor);
}
.btnlinkwrap {
    text-align: center;
    margin-top: 2rem;
    display: flex;
    gap: 1em;
    justify-content: center;
}


.bgretina, .bgretina::before, .bgretina::after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.xs-show {
    display: none;
}
@media screen and (max-width: 768px) {
    .xs-show {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .xs-hide {
        display: none;
    }
}
a:focus {
    outline: none;
}
.fas {
	font-family: FontAwesome;
	font-style: normal;
}

.under {
    /* margin-top: 2.1875rem; */
    margin-bottom: 2.1875rem;
}
.under--hasside .under__in {
    display: flex;
}
.under--siderev .under__in {
    flex-direction: row-reverse;
}
.under__side {
    width: 13.75rem;
}
.under__side-in {
    position: sticky;
    top: 3.125rem;
    bottom: 3.125rem;
}
.under__title {
    font-family: 'Noto Sans JP';
    font-size: 2.0625rem;
    line-height: 1;
}
.under__content {
    width: 100%;
    flex: 1;
    padding-left: 3.125rem;
}
@media screen and (max-width: 768px) {
    .under__side {
        display: none;
    }
    .under__content {
        padding-left: 0;
    }
}




@media screen and (max-width: 768px) {
    .js-drawerToggle {
        width: 100%;
        width: 44px;
        height: 44px;
        margin-top: -5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .js-drawerToggle img {
        display: block;
        width: 40px;
        height: auto;
    }
    #js-drawer .js-drawerToggle img {
        width: 24px;
    }
}


.header {
    font-family: "Noto Sans JP";
    padding: 25px 0;
    border-bottom: 1px solid #dddddd;
    background: #fff;
}
.header--home {
    border-bottom: 0;
}
  @media screen and (max-width: 1279px) {
    .header {
      padding: 15px 0;
    }
  }
  @media screen and (max-width: 768px) {
    .header {
      position: sticky;
      top: 0;
      z-index: 100;
      border-bottom: 0;
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    }
  }

.header-nav__link {
	position: relative;
	padding-top: 27px;
}
.header-nav__link::before {
	content: "";
	width: 36px;
	height: 27px;
	position: absolute;
	top: -4px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.header-nav__link--guide::before {
	background-image: url(../images/common/guide.svg);
	background-image: image-set(url(../images/common/guide.svg)) 1x, url(../images/common/guide@2x.svg) 2x);
	background-image: -webkit-image-set(url(../images/common/guide.svg) 1x, url(../images/common/guide@2x.svg) 2x);
}
.header-nav__link--faq::before {
    background-image: url(../images/common/faq.svg);
    background-image: image-set(url(../images/common/faq.svg)) 1x, url(../images/common/faq@2x.svg) 2x);
    background-image: -webkit-image-set(url(../images/common/faq.svg) 1x, url(../images/common/faq@2x.svg) 2x);
}
.header-nav__link--cart::before {
    background-image: url(../images/common/cart.svg);
    background-image: image-set(url(../images/common/cart.svg)) 1x, url(../images/common/cart@2x.svg) 2x);
    background-image: -webkit-image-set(url(../images/common/cart.svg) 1x, url(../images/common/cart@2x.svg) 2x);
}
@media screen and (max-width: 768px) {
    .header-nav__link {
        padding-top: 0;
    }
    .header-nav__link::before {
        position: initial;
    }
}
.header-nav__total-quant {
	font-family: "Barlow";
	font-weight: bold;
	color: #e30c0c;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 0;
}
@media screen and (max-width: 768px) {
    .header-nav__total-quant {
      font-size: 0.8125rem;
      top: 0;
    }
  }

.search-form .searchsubmit {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 100%;
	padding: unset;
	border-radius: 0 7px 7px 0;
	font-family: FontAwesome;
	font-size: 1.3rem;
	color: #fff;
	background-color: #ff6613;
}
.search-form .searchsubmit:hover {
    color: #fff;
    background-color: #ff6613;
}
@media screen and (max-width: 768px) {
    .search-form .searchsubmit {
        width: 36px;
    }
}
@media screen and (max-width: 768px) {
    .header-cat {
        display: none;
    }
}

  .header-cat__head::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #ff6613;
	border-bottom: 2px solid #ff6613;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-75%) rotate(45deg);
  }
  @media screen and (max-width: 768px) {
	.header-cat__head::before {
	  width: 1.932vw;
	  height: 1.932vw;
	  border-right-width: 3px;
	  border-bottom-width: 3px;
	  right: -3.17vw;
	}
    .header-cat:first-child::after {
        display: none;
    }
  }

  .header-news {
    margin-top: 1.5rem;
  }
  .home .header-news {
    margin-top: 0;
  }
  @media screen and (max-width: 768px) {
    .home .header-news {
        margin-top: 1.5rem;
      }
  }
  .header-news__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.125rem;
	height: 1.125rem;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	text-decoration: unset;
  }

  /*mediaクエリ1279*/
.sliderwrap {
    margin: auto;
    max-width: 4000px;
    padding: 0;
    margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
	.sliderwrap {
		margin: 0 auto;
		padding: 0;
	}
}

.slick-slide {
    display: block;
	width: 100%;
    max-width: 800px;
	height: 530px;
}
@media screen and (max-width: 768px) {
	.slick-slide {
		width: 100%;
		max-width: 100vw;
		height: auto;
	}
}
.slick-slide img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: cover;
}

/* slick 基本*/
.slider {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.slider .slide {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: opacity 0.4s;
}
.slider .slide:hover {
	opacity: 0.9 !important;
}

.slider > .slick-list,
.slider > .slick-list > .slick-track,
.slider > .slick-list > .slick-track > .slick-slide > div {
	position: relative;
	height: 100%;
}

/*slick 矢印*/
/*mediaクエリ1279*/
.slick-arrow {
	display: block;
	position: absolute;
	top: 100%;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 20px;
	height: 38px;
	color: transparent;
	z-index: 1;
	transition: opacity 0.5s;
	z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background-color: rgba(0,0,0,0.6);
}
.slick-next {
	right: 0%;
}
.slick-prev {
	left: 0%;
}

@media screen and (max-width: 768px) {
	.slick-arrow {
		background-color: initial;
		display: block;
		position: absolute;
		top: 100%;
		bottom: 0;
		margin: auto;
		padding: 0;
		width: 20px;
		height: 38px;
		color: transparent;
		z-index: 1;
		transition: opacity 0.5s;
		z-index: 1;
	}
}
.slick-arrow {
	background-color: rgba(0,0,0,0.4);
	min-width: 80px;
	width: calc((100vw - 1200px) / 2 + 200px);
	height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.slick-arrow:focus {
	outline: none;
}
.slick-arrow:hover {
	opacity: 0.9;
}
.slick-arrow::before {
	content: "";
	display: block;
	width: 26px;
	height: 84px;
	background-image: url(../images/common/icon-arrow.pngg);
	background-image: image-set(url(../images/common/icon-arrow.png)) 1x, url(../images/common/icon-arrow@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/common/icon-arrow.png) 1x, url(../images/common/icon-arrow@2x.png) 2x);
	background-size: contain;
	background-repeat: no-repeat;
}
.slick-next::before {
	transform: rotate(-180deg);
}
@media screen and (max-width: 962px) {
	.slick-arrow, .slick-arrow:hover {
		background-color: initial !important;
	}
	.slick-arrow::before {
		background-image: url(../images/common/icon-arrow-sp.png);
		background-image: image-set(url(../images/common/icon-arrow-sp.png)) 1x, url(../images/common/icon-arrow-sp@2x.png) 2x);
		background-image: -webkit-image-set(url(../images/common/icon-arrow-sp.png) 1x, url(../images/common/icon-arrow-sp@2x.png) 2x);
		width: 100%;
		min-width: 38px;
		max-width: 76px;
		padding-top: 140%;
	}
}

.slick-dots {
    margin-left: -0.5rem;
}
.slick-dots li, .slick-dots li button {
	width: 11px;
	height: 11px;
	margin: 0 8px;
}
.slick-dots li button::before {
    color: #d0d0d0;
}
.slick-dots li.slick-active button:before {
    opacity: 0.9;
    color: #ff6613;
}
.slick-dots li button {
	background: #d0d0d0;
	border-radius: 100px;
}
.slick-dots li.slick-active button {
	background: #ff6613;
}
.slick-dots li button::before {
	display: none;
}
@media screen and (max-width: 768px) {
	.slick-dots {
		bottom: -35px;
	}
	.slick-dots li, .slick-dots li button {
		margin: 0 0.59375rem;
	}
    .slick-dots li, .slick-dots li button {
        width: 0.5625rem;
        height: 0.5625rem;
    }
}





.tabimgbox{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #868686;
}



.tabimgbox > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-radius: 0;
    background-color: #efeff4;
    color: #535353;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP';
    font-weight: 500;
}


.tabimgbox > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em;
    border-radius: 0;
    background-color: #efeff4;
    color: #535353;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}


.tabimgbox > label:hover {
    opacity: 0.9;
}

.tabimgbox input {
    display: none;
}


.tabimglistboxpc > div {
    display: none;
    width: 100%;
    padding: 0rem 17rem;
    background-color: #fff;
}




.tabimgbox > div {
    /*display: none;*/
    width: 100%;
    /*padding: 1rem 1rem;*/
    /*background-color: #fff;*/

}

.tabimgbox label:has(:checked) {
    background-color: #fff;
    color: #000;
    font-family: 'Noto Sans JP';
    font-weight: bold;
}
@media screen and (max-width: 768px) {
	.tabimgbox label:has(:checked) {
    background-color: #fff;
    font-size: 1rem;
    color: #000;
    font-family: 'Noto Sans JP';
    font-weight: bold;
}
}

.tabimgbox label:has(:checked) + div {
    display: block;
}
img.tabimgbox_ttl__img {
    width: 3.125rem;
    margin-right: 1rem;
    height: auto;
}
@media screen and (max-width: 768px) {
	img.tabimgbox_ttl__img {
		width: 10%;
		margin-right: 0.5rem;
		font-size: 1rem;
		color: #000;
		font-family: 'Noto Sans JP';
		font-weight: bold;
	}
}
@media screen and (max-width: 768px) {
	img.tabimgbox_ttl__img{
		width: 8%;
		margin-right: 0.5rem;
	}
}
@media screen and (max-width: 768px) {
	img.tabimgbox_ttl__img {
		width: 17%;
		margin-right: 0.5rem;
	}
}
ul.tabimglistbox__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
img.tabimgboxpc_ttl__img {
    width: 10%;
    margin-right: 0.5rem;

}
img.tabimglistbox__img.wp-post-image {
    height: 7rem;
    width: 7rem;
    object-fit: cover;
    margin-top: 2rem;
}
p.tabimglistbox__txt {
   text-align: center;
}
.tab_menu {
    z-index: 2;
    position: relative;
    width: 120px;
    margin: 0;
    background-color: #eee;
    line-height: 36px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border:none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-sizing: border-box;
}
.tab_menu:hover {
    color: #838383;
}
.tab_menu:first-of-type{
margin: 0;
}
input:checked + .tab_menu {
    background-color: #fff;
    border-bottom: solid 2px #fff;
}
input[name="tab_menu"] {
  display: none;
}
.tab_content {
    display: none;
    z-index: 1;
    clear: both;
    border: solid 2px #ccc;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    position: relative;
    top: -2px;
}
#tab_a:checked ~ #tab_a_content,
#tab_b:checked ~ #tab_b_content {
    display: block;
}

/*pc追加*/
.tabimgboxpc{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #868686;
}
.tabimgboxpc > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-radius: 0;
    background-color: #efeff4;
    color: #535353;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    padding: 1rem 10rem;
}

.tabimgboxpc > label:hover {
    opacity: 0.9;
}
.tabimgboxpc input {
    display: none;
}
.tabimglistboxpc > div {
    display: none;
    width: 100%;
    padding: 1rem 14rem;
    background-color: #fff;
}
.tabimgboxpc > div {
    display: none;
    width: 100%;
    padding: 1rem 20rem;
    background-color: #fff;
}
.tabimgboxpc label:has(:checked) {
    background-color: #fff;
}
.tabimgboxpc label:has(:checked) + div {
    display: block;
}
label.{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
img.tabimgboxpc_ttl__img{
    width: 20%;
    margin-right: 0.5rem;
}
ul.tabimglistboxpc__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
img.tabimgboxpc_ttl__img {
    width: 10%;
    margin-right: 0.5rem;
}
img.tabimglistboxpc__img.wp-post-image {
    height: 7rem;
    width: 7rem;
    object-fit: cover;
    margin-top: 2rem;
}
p.tabimglistboxpc__txt {
   text-align: center;
}
label.tab_menu {
    font-size: 1rem;
    font-weight: 500;
    font-size: 1.375rem;
    color: #000;
    font-family: 'Noto Sans JP';
    font-weight: bold;
}
@media screen and (max-width: 768px) {
	label.tab_menu {
		font-size: 1rem;
		color: #000;
		font-family: 'Noto Sans JP';
		font-weight: bold;
	}
}

.tabwrap {
    display: block;
	}

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

.tabttlbox__img {
    width: 1.625rem;
    margin-right: 1rem;
    display: block;
}

@media screen and (max-width: 768px) {
    .tabttlbox__img {
        width: 6%;
        margin-right: 0.5rem;
        /* margin-top: -21.5px; */
    }
}

.tabttlboxpc {
    margin-bottom: 1rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.tabttlbox {
    margin: 0 0 2.3125rem;
    padding-top: 2.6875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.230769231rem;
}
@media screen and (max-width: 768px) {
	.tabttlbox {
        padding-top: 2.8125rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
}
.tabttlboxlpc__txt {
    font-size: 1.3rem;
    text-align: center;
    font-family: 'Noto Sans JP';
}

.tabttlboxl__txt {
    font-size: 1.875rem;
    text-align: center;
    font-family: 'Noto Sans JP';
    margin-bottom: 0;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .tabttlboxl__txt {
        font-size: 1.5rem;
        text-align: center;
        font-family: 'Noto Sans JP';
    }
}

/*===================================
メリットここから
===================================*/
.meritwrap {
    display: inline-block;
    margin-top: 3rem;
    width: 100%;
    background-image: url(../images/top/img_top_merit.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.merit__ttlbox_inner {
   /*  background-color: rgba(255, 255, 255, 0.8); 半透明の白色 */

}

@media screen and (max-width: 768px) {
    .meritwrap {
        display: inline-block;
        background-color: #fcf5eb;
        margin-top: 3rem;
        width: 100%;
    }
}

.merit__ttlbox {
    margin-top: 0.3rem;
    padding: 0 1rem;
    margin-bottom: 0.3rem;
    z-index: 2;
    position: relative;
    padding: 3rem 0;
}

@media screen and (max-width: 768px) {
.merit__ttlbox {
    margin-top: 0.5rem;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
	}
}
@media screen and (max-width: 768px) {
.meritwrap::before {
display:none;
}
}

.meritwrap::before {
    background-color: #fcf5eb6b;
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 1;
}

.merit__ttl__txt {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
}

.merit__ttl_txt-orange {
    color: var(--keycolor);
    font-weight: bold;
}
.merit__ttl__txt .merit__ttl_txt-orange {
    letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
    .merit__ttl__txt{
        display: block;
        text-align: center;
        font-size: 0.9375rem;
    }
}

.meritsubttl__ttl {
    padding: 2rem 0 0;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .meritsubttl__ttl {
      padding: 1.5rem 0 0;
      text-align: center;
      font-size: 1.5625rem;
      margin-bottom: 1.6875rem;
  }
}
.meritentity {
    background-color: #fff;
    width: 23.3333333%;
}
@media screen and (max-width: 768px) {
    .meritentity {
        background-color: #fff;
        margin-top: 1rem;
        width: 100%;
    }
}
.meritentity__box {
    padding: 0 0 0 0;
    width: 95%;
    height: 10%;
}
@media screen and (max-width: 768px) {
	.meritentity__box {
        padding: 0.2rem 0.2rem;
        width: 100%;
    }
}

.rentalbox__txtbox__txtA {
    font-size: 1.4rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .meritentity__ttl {
        display: flex;
        flex-direction: column; /* 縦並びにする */
        align-items: center; /* 子要素を中央寄せ */
        justify-content: center; /* 必要なら縦方向も中央寄せ */
        text-align: center; /* テキストも中央寄せ */
    }
}
.meritentity__txtbox {
    margin-top: 1rem;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .meritentity__txtbox {
        margin-top: 0;
    }
}
.meritentity__ttlimg {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    gap: 0.3125rem;
}
@media screen and (max-width: 768px) {
    .meritentity__ttlimg {
        width: 100%;
        text-align: center;
    }
}
img.meritentity__ttlimg__img {
    /* width: 34%; */
    width: 1.25rem;
}

@media screen and (max-width: 768px) {
    .toptop__ttlimg2__img {
        display: block; /* インライン要素の余白を排除 */
        margin: 0 auto; /* 画像を中央寄せ */
        max-width: 70%; /* 必要に応じて画像サイズを調整 */
      }
}



p.meritentity__ttlimg__txt {
    font-size: 1.875rem;
    font-family: 'Barlow';
    color: #ff6000;
    font-weight: 600;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    p.meritentity__ttlimg__txt {
        font-size: 1.7rem;
        font-family: 'Barlow';
        color: #ff6000;
        margin-left: 0;
        font-weight: 600;
    }
}


p.rentalbox__txtbox__txt {
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-left: 0.625rem;
    padding-bottom: 0.2rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    p.meritentity__txtbox__txt {
        font-size: 1.1875rem;
        font-weight: 500;
    }
}
span.meritentity__txtbox__txt--orange {
    color: #ff6000;
    font-weight: 500;
}

span.meritentity__txtbox__txt--orange2 {
    color: #ff6000;
    font-weight: 500;
}

p.meritentity__txtbox2__txt {
    text-align: left; /* 左寄せに設定 */
    font-size: 1.15rem; /* 文字サイズを調整 */
    line-height: 1.5; /* 行間を適度に設定 */
    margin-top: 1rem; /* 上の余白を調整 */
    margin-left: 0; /* 左余白をリセット */
    color: #333; /* 文字色を濃いグレーに設定 */
}

p.meritentity__txtbox2__txt {
    text-align: center; /* 左寄せに設定 */
    font-size: 1.1em; /* 必要に応じて文字サイズを調整 */
    line-height: 1.6; /* 読みやすい行間 */
    text-align: left; /* 文字は左揃え */
    margin: 0;
}

p.meritentity__txtbox2__merit {
    text-align: center; 
    width: 90%;
    margin: 0 auto;
    font-size: 1.4em; /* 必要に応じて文字サイズを調整 */
    line-height: 1.6; /* 読みやすい行間 */
    margin: 0;
}

/* 1024px で改行 */
.rentalbox__txtbox__txtA{
font-size: 1.3rem;
font-weight: bold;
margin-bottom: 5px;
}

.meritentity__txtbox__txt--orange_br {
    font-size: 1.4rem;
    color: var(--keycolor);
    font-weight: bold;
    margin-top: 0px; /* 必要に応じてマージン調整 */
  }

  .meritentity__txtbox__txt--orange_no {
    font-size: 1.4rem;
    color: var(--keycolor);
    font-weight: bold;
    margin-top: 10px; /* 必要に応じてマージン調整 */
  }

  .rentalbox__txtbox__txtA {

  
  }

  .rentalbox__txtbox {
    font-size: 1.4rem;
    font-weight: bold;
    white-space: nowrap;
    
  }

  .meritentity__txtbox2 {
    width: 100%; /* 横幅90% */
    text-align: left; /* 文字は左揃え */
    margin-top: 10px; /* 適宜余白を追加 */
    padding: 0 0.5% 0 10%; /* 左右に余白を追加 */
    box-sizing: border-box; /* パディングを含む幅調整 */
  }
  /* テキストボックスの中央配置 */
  .meritentity__txt_meritBox {
    width: 90%; /* 横幅90% */
    margin: 0 auto; /*
    box-sizing: border-box; /* パディングを含む幅調整 */
  }





@media screen and (max-width: 768px) {
    p.meritentity__txtbox2__txt {
        text-align: center; /* 左寄せに設定 */
        font-size: 1.1em; /* 必要に応じて文字サイズを調整 */
        line-height: 1.6; /* 読みやすい行間 */
        text-align: center; /* 文字は中央揃え */
        margin: 0;
    }

    p.meritentity__txtbox2__merit {
        text-align: center; 
        width: 90%;
        margin: 0 auto;
        font-size: 1.4em; /* 必要に応じて文字サイズを調整 */
        line-height: 1.6; /* 読みやすい行間 */
        margin: 0;
    }

 /* 768px で改行 */
 .rentalbox__txtbox__txtA{
    font-size: 1.4rem;
    font-weight: bold;
}

    .meritentity__txtbox__txt--orange_br {
        font-size: 1.4rem;
        color: var(--keycolor);
        font-weight: bold;
        display: block;
        margin: 0.40rem 0 0.40rem 0;
      }

      .meritentity__txtbox__txt--orange_no {
        font-size: 1.4rem;
        color: var(--keycolor);
        font-weight: bold;
        margin-top: 10px; /* 必要に応じてマージン調整 */
      }

      .rentalbox__txtbox {
        white-space: nowrap;
      }

      .meritentity__txtbox2 {
        width: 100%; /* 横幅90% */
        text-align: left; /* 文字は左揃え */
        margin-top: 10px; /* 適宜余白を追加 */
        padding: 0 0.5% 0 0%; /* 左右に余白を追加 */
        box-sizing: border-box; /* パディングを含む幅調整 */
      }
      /* テキストボックスの中央配置 */
      .meritentity__txt_meritBox {
        width: 90%; /* 横幅90% */
        margin: 0 auto; /*
        box-sizing: border-box; /* パディングを含む幅調整 */
      }
 


}
.meritentity__ttl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .meritentity__ttl {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}
.meritlistwrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .meritentity__ttl {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .meritlistwrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .meritlistwrap.container {
        padding-left: 0;
        padding-right: 0;
    }
}
img.meritsubttl__img {
    display: none;
}
@media screen and (max-width: 768px) {
    img.meritsubttl__img {
        display: block;
        width: 100%;
        height: 12rem;
        object-fit: cover;
        display: none;
    }
}


.usecontwrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 0 4.375rem 0;
    width: 50%;
}
@media screen and (max-width: 768px) {
    .usecontwrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 0 1.3125rem;
        width: 100%;
    }
}

.usettlbox__txt {
    font-size: 2.1875rem;
    font-weight: 600;
    margin-left: 0.5rem;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .usettlbox__txt {
        font-size: 1.5625rem;
    }
}

.usecontbox__imgbox__img {
    display: block;
    margin: 0 auto 1.875rem;
}
@media screen and (max-width: 768px) {
    .usecontbox__imgbox__img {
        margin-bottom: 0.875rem;
        width: 5rem;
    }
}


p.usecontbox__imgbox__txt {
    text-align: center;
    display: block;
    font-size: 1.5625rem;
    font-weight: 500;
    font-family: 'Barlow';
    margin-bottom: 0.625rem;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    p.usecontbox__imgbox__txt {
        text-align: center;
        display: block;
        font-size: 1.125rem;
    }
}
p.usecontbox__imgbox__txt2 {
    text-align: center;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    p.usecontbox__imgbox__txt2 {
        font-size: 0.9375rem;
    }
}

/*===================================
 ご利用方法
===================================*/

.usebuttanbox {
    display: none;
}

@media screen and (max-width: 768px) {
	.usebuttanbox {
        display: block;
        text-align: center;
        margin-top: 2rem;
        /* margin-bottom: 2.5rem; */
    }
}




.usettlbox{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
    .usettlbox {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        margin-top: 2rem;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}


img.usettlbox__img {
    width: 8%;
}
@media screen and (max-width: 768px) {
	img.usettlbox__img {
    width: 7%;
    margin-right: 0.5rem;
}
}






.usecontbox {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

span.usecontbox__imgbox__txt--orange {
    color: #ff6000;
}
.usebuttanbox--pc {
    text-align: center;
    width: 50%;
    margin: -1.875rem auto 0.9rem;
}
@media screen and (max-width: 768px) {
    .usebuttanbox--pc {
        display:none;
    }
}
.usebuttan  {
  color: #fff;
  background-color: #ff6000;
  font-size: 1.125rem;
}
.usebuttan :hover,
.usebuttan--radius:hover {
  color: #fff;
  background: #f56500;
}
.usebuttan--radius {
    border-radius: 100vh;
    display: block;
    padding: 1rem 2rem;
    font-family: 'Noto Sans JP';
    font-weight: 200;
}
@media screen and (max-width: 768px) {
    .usebuttan {
        font-size: 1.03125rem;
    }
	.usebuttan--radius {
        border-radius: 100vh;
        display: inline-block;
        font-family: 'Noto Sans JP';
        font-weight: 500;
    }
}



.voicebox__imgbox{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.5625rem;
}
img.voicebox__imgbox__img.wp-post-image {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.sec {
    padding: 4.8125rem 0 3.75rem;
}
.sec__head {
    display: flex;
    justify-content: center;
}
.sec__title {
    font-size: 2.1875rem;
    line-height: 1;
    margin-bottom: 3.3125rem;
}
.sec__title--icon {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.sec__title--icon::before {
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .sec__title {
        font-size: 1.5625rem;
        margin-bottom: 2rem;
    }
    .sec__title--icon {
        gap: 0.5rem;
    }
    .sec__title--icon::before {
        width: 1.3rem;
        height: 1.3rem;
    }
}
.sec__title--voice::before {
	background-image: url(../images/common/icon-voice.png);
	background-image: image-set(url(../images/common/icon-voice.png)) 1x, url(../images/common/icon-voice@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/common/icon-voice.png) 1x, url(../images/common/icon-voice@2x.png) 2x);
}
.sec__title--faq::before {
	background-image: url(../images/common/icon-faq.png);
	background-image: image-set(url(../images/common/icon-faq.png)) 1x, url(../images/common/icon-faq@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/common/icon-faq.png) 1x, url(../images/common/icon-faq@2x.png) 2x);
}
.sec__title--note::before {
	background-image: url(../images/common/icon-note.png);
	background-image: image-set(url(../images/common/icon-note.png)) 1x, url(../images/common/icon-note@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/common/icon-note.png) 1x, url(../images/common/icon-note@2x.png) 2x);
}
.sec__title--refresh::before {
	background-image: url(../images/common/icon-refresh.png);
	background-image: image-set(url(../images/common/icon-refresh.png)) 1x, url(../images/common/icon-refresh@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/common/icon-refresh.png) 1x, url(../images/common/icon-refresh@2x.png) 2x);
}
.sec__more {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec__more-in {
    font-size: 1.125rem;
    border-bottom: 1px solid;
    position: relative;
    padding-bottom: 0.5rem;
    margin-top: 3.1875rem;
    font-family: 'Noto Sans JP';
}
.sec__more-in::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: absolute;
    top: 38%;
    right: -22px;
    transform: translateY(-25%) rotate(45deg);
}
.arrowicon {
    position: relative;
}
.arrowicon::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: absolute;
    top: 50%;
    right: 0.4em;
    transform: translateY(-50%) rotate(45deg);
}

img.voicebox__imgbox__img {
    width: 3%;
    margin-right: 1rem;
}
@media screen and (max-width: 768px) {
	img.voicebox__imgbox__img {
        width: 8%;
        margin-right: 0.5rem;
    }
}
@media screen and (max-width: 768px) {
	img.voicebox__imgbox__img {
        width: 8%;
    }
}

/*===================================
 お客様の声
===================================*/
.voicewrap {
    background-color: #fcf5eb;
    display: inline-block;
    width: 100%;
}


@media screen and (max-width: 768px) {
.voicewrap{
    background-color: #fcf5eb;
    display: inline-block;
}
}

.uservoiceistwrap {
    max-width: 100rem;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    gap: 3.75rem;
}

@media screen and (max-width: 768px) {
    .uservoiceistwrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        gap: 1rem;
    }
}

.uservoicelistbox {
    background-color: #fff;
    padding: 1.8125rem 2.6875rem;
    width: 50%;
}

@media screen and (max-width: 768px) {
	.uservoicelistbox {
        background-color: #fff;
        align-content: center;
        flex-grow: 1;
        padding: 1.714285714rem 0.714285714rem;
        width: 100%;
    }
}

.uservoicelistbox__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

img.uservoicelistbox__list__img.wp-post-image {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
}

.uservoicelistbox__entity {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: 1.25rem;
}


.uservoicelistbox__entityttl {
    color: #ff6000;
}


.uservoicelistbox__entityttl__cont{
    position: relative;
    background: #fff;
    margin-top: 1.875rem;
    border-top: 2px solid #000;
    padding: 2.25rem 0;
}

.uservoicelistbox__entityttl__cont:after, .uservoicelistbox__entityttl__cont:before {
    bottom: 100%;
    left: 8%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.uservoicelistbox__entityttl__cont:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
    bottom: calc(100% - 1px)
}
.uservoicelistbox__entityttl__cont:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 12px;
    margin-left: -12px;
}




.uservoicemore {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .uservoicemore {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.uservoicelistbox__entityttl__txt {
    font-size: 1.5rem;
    margin-top: 0.625rem;
    line-height: 1;
}
.uservoicelistbox__entity__listcat {
    font-size: 1.21875rem;
}
@media screen and (max-width: 768px) {
    .uservoicelistbox__entity__listcat {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 768px) {
    .uservoicelistbox__entityttl__txt {
        font-size: 1rem;
	}
}


a.uservoicemore__a {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

i.fa-solid.fa-chevron-right.uservoicemore__icon {
    margin-left: 0.5rem;
}


@media screen and (max-width: 768px) {
p.uservoicemore__txt{
    border-bottom: 1px solid;
	}
}

.uservoicelistbox__entityttl__cont p {
    font-size: 1rem;
    line-height: 2;
    line-height: 2.56;
}

@media screen and (max-width: 768px) {
	.uservoicelistbox__entityttl__cont p {
        font-size: 0.8rem;
        line-height: 2;
    }
}

/*===================================
 よくある質問
===================================*/

/* @media screen and (max-width: 768px) {
    .qawrap {
        margin: 0;
        padding: 2rem 1rem;
        margin: 0;
    }
} */

.qattibox{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

img.qattibox__img {
    width: 3%;
    margin-right: 1rem;
}

@media screen and (max-width: 768px) {
	img.qattibox__img {
        width: 10%;
        margin-right: 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    img.qattibox__img {
        width: 10%;
    }
}
.qalistbox {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

@media screen and (max-width: 768px) {
    .qalistbox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }
}

.qalistbox__list {
    width: calc(21% - 2px);
    background-color: #f3f3f7;
    border: 1px solid #a6a6a6;
    border-radius: 7px;
    margin: 0 0 1.875rem;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    .qalistbox__list {
        width: 48%;
        margin-bottom: 0.714285714rem;
    }
}

.qalistbox__list > a {
    display: block;
    padding: 1rem 0.5rem;
    width: 100%;
    height: 100%;
    position: relative;
}
.qalistbox__list > a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: absolute;
    top: 50%;
    right: 1.25em;
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
    .qalistbox__list > a {
        font-size: 0.88rem;
        padding: 1rem 0.9rem;
    }
    .qalistbox__list > a::after {
        right: 0.7em;
    }
}

i.fa-solid.fa-chevron-right .qalistbox__list{
    font-family: 'FontAwesome';
    display: block;
    float: right;
    clear: both;
}


@media screen and (max-width: 768px) {
    i.fa-solid.fa-chevron-right .qalistbox__list {
        font-family: 'FontAwesome';
        margin-left: 0;
        float: right;
        clear: both;
    }
}

li.qalistbox__list--long {
    width: 31%;
    background-color: #f3f3f7;
    border: 1px solid #a6a6a6;
    border-radius: 7px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 768px) {
    li.qalistbox__list--long {
        width: 48%;
    }
}
.qamore {
    margin-top: -1.875rem;
}
@media screen and (max-width: 768px) {
    .qamore {
        margin-top: -0.9375rem;
    }
}


.contactbnr {
    background-color: #fcf5eb;
    padding: 3.4375rem 0 3.875rem;
}
.contactbnr__in {
    display: grid;
    grid-template-areas:
        "text text"
        "title button";
}
.contactbnr__text {
    grid-area: text;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}
.contactbnr__title {
    grid-area: title;
    font-size: 2.17625rem;
    line-height: 1;
    display: flex;
    justify-content: end;
    align-items: center;
}
.contactbnr__title-in {
    position: relative;
    /* display: flex;
    gap: 0.5rem; */
    left: -1.25rem;
    padding-right: 2rem;
    margin-bottom: 0;
}
/* .contactbnr__title-in::before {
    content: "";
    display: block;
    width: 1.5625rem;
    height: 1.8125rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-image: url(../images/common/icon-note.png);
	background-image: image-set(url(../images/common/icon-note.png)) 1x, url(../images/common/icon-note@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/common/icon-note.png) 1x, url(../images/common/icon-note@2x.png) 2x); */
}
.contactbnr__button {
    grid-area: button;
}
.contactbnr__button a {
    border-radius: 100px;
    display: inline-block;
    padding: 1.25rem 3.5rem;
    font-size: 1.125rem;
    color: #fff;
    background-color: #ff6000;
    margin-left: -1.25rem;
}
@media screen and (max-width: 768px) {
    .contactbnr {
        background-color: #fcf5eb;
        padding: 2.78125rem 0 2.5rem;
    }
    .contactbnr__in {
        grid-template-areas:
            "title"
            "text"
            "button";
        left: 0;
    }
    .contactbnr__title {
        justify-content: center;
        font-size: 1.785714286rem;
        margin-bottom: 2rem;
    }
    .contactbnr__title-in {
        padding-right: 0;
        left: 0;
    }
    .contactbnr__text {
        margin-bottom: 0.892857143rem;
        font-size: 0.9375rem;
    }
    .contactbnr__button {
        display: flex;
        justify-content: center;
    }
    .contactbnr__button a {
        margin-left: 0;
        font-size: 1.178571429rem;
    }
}

.cat-link {
    font-size: 1.125rem;
    font-weight: 500;
}

.cat-link__row {
    display: flex;
}
.cat-link__item {
    flex-basis: 50%;
}
.cat-link__item:first-child {
    position: relative;
}
.cat-link__item:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background-color: #afafaf;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.cat-link__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
    padding: 20px 0;
}
@media (hover: hover) {
    .cat-link__link:hover {
      opacity: 0.9;
    }
}
.cat-link__txt {
    padding-right: 30px;
    position: relative;
}
.cat-link__txt::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-25%) rotate(45deg);
}

.catlinks {
    display: none;
}
.catlinks a {
    display: block;
    padding: 1.03125rem;
}
.catlinks__in {
    display: flex;
    align-items: center;
    justify-content: center;
}
.catlinks__item {
    width: 50%;
    font-size: 1.09375rem;
    position: relative;
    text-align: center;
}
/*.catlinks__item:first-child::after {
    content: "";
    width: 1px;
    height: 50%;
    background: #afafaf;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}*/
.catlinks__item i {
    font-size: 0.8125rem;
    position: absolute;
    right: 1.325rem;
    top: 50%;
    transform: translateY(-50%);
}
.catlinks__text::before {
    content: "";
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.catlinks__item--furniture .catlinks__text::before {
	background-image: url(../images/common/thumb-furniture.png);
	background-image: image-set(url(../images/common/thumb-furniture.png)) 1x, url(../images/common/thumb-furniture@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/common/thumb-furniture.png) 1x, url(../images/common/thumb-furniture@2x.png) 2x);
}
a.catlinks__item--tool {
    display: none;
}
.catlinks__item--tool .catlinks__text::before {
    background-image: url(../images/common/thumb-tool.png);
	background-image: image-set(url(../images/common/thumb-tool.png)) 1x, url(../images/common/thumb-tool@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/common/thumb-tool.png) 1x, url(../images/common/thumb-tool@2x.png) 2x);
}
.catlinks__item:first-child i {
    right: 1em;
}
.catlinks__text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.46875rem;
}
@media screen and (max-width: 768px) {
    .catlinks {
        display: block;
    }
    .catlinks__item {
        font-size: 1.09375rem;
    }
}
.drawercat  {
    border-top: 1px solid #afafaf;
}
.drawercat__in  {
    padding: 1.125rem 1.25rem;
}
.drawercat__title {
    font-size: 0.875rem;
    color: #525252;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 0.3125rem;
}
.drawercat__title::before {
    content: "";
    display: block;
    width: 1rem;
    height: 0.7813rem;
    background-image: url(../images/common/icon-cat.png);
	background-image: image-set(url(../images/common/icon-cat.png)) 1x, url(../images/common/icon-cat@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/common/icon-cat.png) 1x, url(../images/common/icon-cat@2x.png) 2x);
}

/* wc_member_update_settlement はクレジット画面 */
.site-content, #wc_member_update_settlement {
    margin-bottom: 3.125rem;
    margin-top: 1.25em;
}
@media screen and (min-width: 38.75em) {
    .site-content, #wc_member_update_settlement {
        margin-top: 2.22222em;
    }
}

/* .site-content:not(.wc-archive__cont):not(.wc-single__cont) { */
.site-content {
    margin-top: 8rem;
}
@media screen and (max-width: 768px) {
    .site-content {
        margin-top: 4rem;
    }
}
.container, .site-content:not(.wc-archive__cont):not(.wc-single__cont), #wc_member_update_settlement, .fmtstyle__head-in {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
}
/* .site-content, #wc_member_update_settlement {
    padding-left: 80px;
    padding-right: 80px;
} */
@media screen and (max-width: 1279px) {
    .container, .site-content:not(.wc-archive__cont):not(.wc-single__cont), #wc_member_update_settlement, .fmtstyle__head-in {
        max-width: 1200px;
        padding-left: 2.415vw;
        padding-right: 2.415vw;
    }
}
@media screen and (max-width: 768px) {
    .container, .site-content:not(.wc-archive__cont):not(.wc-single__cont), #wc_member_update_settlement, .fmtstyle__head-in {
        max-width: 100%;
        padding-left: 2.415vw;
        padding-right: 2.415vw;
    }
}

.fmtstyle__head {
    border-bottom: 1px solid #dddddd;
}
.fmtstyle__head-in {
    padding-top: 3.75rem;
    padding-bottom: 3.4375rem;
}
.fmtstyle__head-content {
    position: relative;
    padding-bottom: 0.9375rem;
}
body.single:not(.single-post) .fmtstyle__head-content,
body.page .fmtstyle__head-content {
    padding: 0 3.125rem;
}
.fmtstyle__head-contentIn {
    position: relative;
    padding-bottom: 0.875rem;
}

.fmtstyle__title {
    font-size: 2.0625rem;
    line-height: 1.2;
}
.fmtstyle__title::before {
    content: "";
    display: block;
    height: 4px;
    width: 23px;
    background: var(--keycolor);
    position: absolute;
    top: 100%;
    left: 0;
}
.fmtstyle__inside {
    padding: 6rem 3.125rem;
}

.page-template-uscescart-php #content > .post,
#wc_login .loginbox, #wc_member .loginbox,
#wc_newmemberform, .logged-in .member-page > .post {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
.page-template-uscescart-php .to_deliveryinfo_button {
    display: none;
}
.page-template-uscescart-php #search_zipcode {
    display: none;
}
.page-template-uscescart-php input#zipcode {
    margin-right: 0.4rem;
}

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

.wp-block-image .alignleft,
.wp-block-image .alignright {
    max-width: 50%;
}


.fmtstyle__body {
    font-size: 1rem;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    body.single:not(.single-post) .fmtstyle__head-content,
    body.page .fmtstyle__head-content {
        padding: 0 0.4rem;
    }
    .fmtstyle__inside {
        padding: 3rem 0.4rem;
    }
    .page-template-uscescart-php #content > .post,
    #wc_login .loginbox, #wc_member .loginbox,
    #wc_newmemberform, .logged-in .member-page > .post {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
}
.fmtstyle__body a {
    text-decoration: underline;
    transition: all 0.2s;
}
.fmtstyle__body object {
    max-width: 100%;
    display: block;
}
.fmtstyle__body a:hover, .fmtstyle__body a:active {
    color: #0094c4;
    opacity: 1;
}
.fmtstyle__body h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0.5rem 0.625rem;
    background: var(--keycolor-title);
    margin: 3.75rem 0;
}
.fmtstyle__body h2:first-child {
    margin-top: 0;
}
.fmtstyle__body h3, .fmtstyle__body h4 {
    font-size: 1.3125rem;
    padding-left: 1.1875rem;
    position: relative;
}
.fmtstyle__body h3::before, .fmtstyle__body h4::before {
    content: "";
    display: block;
    height: 4px;
    width: 12px;
    position: absolute;
    top: 0.6em;
    left: 0;
}
.fmtstyle__body h3 {
    margin-top: 3.75rem;
}
.fmtstyle__body h3::before {
    background: var(--keycolor);
}
.fmtstyle__body h4 {
    margin-top: 3.125rem;
}
.fmtstyle__body h4::before {
    background: #b4b4b4;
}
.fmtstyle__body h5 {
    font-size: 1.125rem;
    margin-top: 3.125rem;
}
.fmtstyle__body p {
    font-size: 1rem;
    line-height: 2.375rem;
    margin-top: 1rem;
}
.fmtstyle__body p:first-child {
    margin-top: 0;
}
.fmtstyle__body li {
    padding-left: 0.75rem;
    position: relative;
}
.fmtstyle__body li+li {
    margin-top: 1.375rem;
}
.fmtstyle__body ul > li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: calc(0.5em + 2px);
    background: var(--keycolor);
    border-radius: 100px;
}
.fmtstyle__body li a {
    position: relative;
    top: -2px;
    padding-bottom: 5px;
    line-height: 1.8;
}
.fmtstyle__body li a::before, .linkbox__body li a::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -0.875rem;
    top: calc(0.5em - 1px);
    border-right: 2px solid var(--keycolor);
    border-bottom: 2px solid var(--keycolor);
    transform: rotate(-45deg);
    background: #fff;
}
.linkbox__body li a::before {
    top: 1em;
    left: 0;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.has-fixed-layout {
    table-layout: initial;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    border-width: 0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1.5rem 1.4rem;
}
.fmtstyle__body .wp-block-flexible-table-block-table:first-child table {
    margin-top: 0;
}

.fmtstyle__body table {
    border-spacing: 0;
    border-top: 0;
    margin: 0;
    border: 1px solid #bdbdbd;
    width: 100%;
}
.fmtstyle__body table tr+tr {
    border-top: 1px solid #bdbdbd;
}
.fmtstyle__body table th, .fmtstyle__body table td {
    border-bottom: 0;
    padding: 1.5rem 1.4rem;
}
.fmtstyle__body table th,
.fmtstyle__body .wp-block-flexible-table-block-table table th {
    font-weight: bold;
    background: #f2f2f2;
    width: auto;
}
.fmtstyle__body table th+th, .fmtstyle__body table th+td, .fmtstyle__body table td+td,
.fmtstyle__body .wp-block-flexible-table-block-table table th+th,
.fmtstyle__body .wp-block-flexible-table-block-table table th+td,
.fmtstyle__body .wp-block-flexible-table-block-table table td+td {
    border-left: 1px solid #bdbdbd;
}
.fmtstyle__body table tr:nth-child(n+2) th,
.fmtstyle__body .wp-block-flexible-table-block-table table tr:nth-child(n+2) th {
    width: 12.5rem;
}
.fmtstyle__body table ul:first-child, .fmtstyle__body table ol:first-child {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .fmtstyle__body table th, .fmtstyle__body table td,
    .fmtstyle__body .wp-block-flexible-table-block-table table th,
    .fmtstyle__body .wp-block-flexible-table-block-table table td {
        padding: 1.2rem 0.7rem;
    }
    .fmtstyle__body table tr:nth-child(n+2) th,
    .fmtstyle__body .wp-block-flexible-table-block-table table tr:nth-child(n+2) th {
        width: 9rem;
    }
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
        padding: 1.2rem 0.7rem;
    }
}
.fmtstyle__body blockquote {
    padding: 2.5rem 3.4375rem calc(2.5rem + 0.3125rem);
    position: relative;
    margin: 0 3.125rem;
    background: #fafafa;
    font-style: italic;
}
.fmtstyle__body blockquote::before {
    font-family: 'Staatliches', sans-serif;
    content: "“";
    font-size: 9.1775rem;
    position: absolute;
    line-height: 1;
    top: 50%;
    transform: translate(calc(-50% - 4px), -50%);
    height: 0.5em;
    left: 0;
    font-style: normal;
}
.fmtstyle__body blockquote::after {
    content: "";
    display: block;
    width: 18%;
    height: 2px;
    background: var(--keycolor);
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 768px) {
    .fmtstyle__body blockquote {
        padding: 2.5rem 1.5rem 1.5rem;
        margin: 0 1.5rem;
    }
    .fmtstyle__body blockquote::before {
        font-size: 4.5rem;
    }
}


.fmtstyle__body ul, .fmtstyle__body ol, .fmtstyle__body table,
.fmtstyle__body blockquote, .fmtstyle__separate {
    margin-top: 3.75rem;
}
.fmtstyle__body ul, .fmtstyle__body ol {
    margin-top: 0.75rem;
}
.fmtstyle__body ul ul, .fmtstyle__body ol ol,
.fmtstyle__body ul ol, .fmtstyle__body ol ul {
    margin-top: 1rem;
    margin-left: 1rem;
}
.fmtstyle__body > *:first-child {
    margin-top: 0;
}
.fmtstyle__body img {
    height: auto !important;
}
.fmtstyle__body ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}
.fmtstyle__body ol > li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.fmtstyle__body ul > li {
    text-indent: initial;
}
.fmtstyle__body ol > li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    font-weight: bold;
    color: var(--keycolor);
  }




.linkbox {}
.linkbox--2col .linkbox__body {
    display: flex;
    flex-wrap: wrap;
}
.linkbox--2col .linkbox__body > li {
    width: 50%;
}
.linkbox__title {
    font-family: "Barlow";
    font-size: 1.375rem;
    font-weight: bolder;
    line-height: 1;
    border-bottom: 1px solid #000000;
    padding-bottom: 0.6875rem;
    margin-bottom: 1.875rem;
    text-transform: uppercase;
}
.linkbox__body li a {
    display: block;
    position: relative;
    line-height: 1.6;
    padding: 0.4rem 0 0.4rem 1rem;
}
.linkbox__body--wide li a {
    padding: 0.9rem 1rem 0.8rem 1.8rem;
}
.linkbox__body--wide li a::before {
    top: 1.6em;
    left: 0.6em;
}
.linkbox--tag .linkbox__body li {
    display: inline-block;
    margin-right: 1.375rem;
}
.linkbox--tag .linkbox__body li a {
    padding: 0.4rem 0 0.4rem 0.6rem;
}
.linkbox--tag .linkbox__body li a::before {
    content: "#";
    transform: rotate(0);
    border: 0;
    top: 0.4em;
    width: auto;
    height: auto;
}

.sidebar > div + div {
    margin-top: 2.5rem;
}

.usewrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .usewrap {
        padding: 2.5rem 0 2.375rem;
        display: block;
        margin-left: 0;
    }
}

.new-entry h2 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}
#wc_login .loginbox .new-entry, #wc_member .loginbox .new-entry {
    padding: 40px 20px;
}
#wc_cart #cart .upbutton {
    text-align: left;
}
#wc_cart #cart .upbutton input {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
}
table.customer_form {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.customer_form tr {
    padding: .8714285em 1.071428em;
}
div.cart_navi ul {
    display: flex;
    margin-right: -10px;
}
div.cart_navi li {
    white-space: nowrap;
    flex: 1;
}
div.cart_navi li::before, div.cart_navi li::after {
    float: none;
}
div.cart_navi li:last-child::before, div.cart_navi li:last-child::after {
    background: #fff;
}
#cart .action input.delButton {
    color: #262626;
}
.snsicons .snsicons__in{
    display: flex;
    gap: 0.75rem;
}
.snsicons a {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-radius: 9999px;
    transition: none;
}
.snsicons svg {
    width: 100%;
    height: auto;
}
.snsicons .snsicons__icon--facebook a {
    border-color: #3b5998;
}
.snsicons .snsicons__icon--line a {
    border-color: #2cbf13;
}
.snsicons .snsicons__icon--x a {
    padding: 1.3em;
}
.snsicons .snsicons__svg {
    display: block;
}
.snsicons .snsicons__svg--on {
    display: none;
}
.snsicons .snsicons__icon a:hover .snsicons__svg--on {
    display: block;
}
.snsicons .snsicons__icon a:hover .snsicons__svg--off {
    display: none;
}
.snsicons .snsicons__icon--facebook a:hover {
    background: #3b5998;
}
.snsicons .snsicons__icon--x a:hover {
    background: #000000;
}
.snsicons .snsicons__icon--line a:hover {
    background: #2cbf13;
}


.footmeta {
    margin-top: 4rem;
}
.footmeta .footmeta__box {
    display: flex;
    justify-content: center;
}
.footmeta .footmeta__box+.footmeta__box {
    margin-top: 2rem;
}

.siblinglink .siblinglink__in {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.siblinglink .siblinglink__item a {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    gap: 0.5em;
    padding: 0.4rem 1.6rem;
    border-radius: 100px;
}
.siblinglink .siblinglink__item a::before, .siblinglink .siblinglink__item a::after {
    font-size: 0.8rem;
}
.siblinglink .siblinglink__item--prev a::before {
    content: "<";
}
.siblinglink .siblinglink__item--list a::before {
    content: "";
    width: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
	background-image: url(../images/common/icon_postlist.png);
	background-image: image-set(url(../images/common/icon_postlist.png)) 1x, url(../images/common/icon_postlist@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/common/icon_postlist.png) 1x, url(../images/common/icon_postlist@2x.png) 2x);
}
.siblinglink .siblinglink__item--next a::after {
    content: ">";
}
.siblinglink .siblinglink__item--prev a {
    background: #000;
    color: #fff;
}
.siblinglink .siblinglink__item--next a {
    background: #f2f2f2;
}

.postarchive {
    font-size: 1rem;
}
.postarchive .postarchive__in {
    display: flex;
    gap: 3rem;
}
.postarchive+.postarchive {
    margin-top: 3rem;
}
.postarchive .postarchive__body {
    font-weight: bold;
}

#img-box .itemimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* welcart login */
.error_message {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.member_submenu {
    display: flex;
    align-items: center;
    gap: 1em;
}
.member_submenu li {
    margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
    .member_submenu {
        flex-direction: column;
    }
    .member_submenu li {
        width: 80%;
    }
}


.pagination_wrapper {
    font-family: 'Barlow';
    font-size: 1.125rem;
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}
.pagination_wrapper > ul, .pagination_wrapper li {
    position: initial;
    left: initial;
    float: none;
}
.pagination_wrapper > ul {
    display: flex;
}
.pagination_wrapper li > *, .pagination_wrapper li > a, .pagination_wrapper li > span, .pagination_wrapper li > .current{
    border-radius: 100px;
    width: 2.1875rem;
    height: 2.1875rem;
    padding: .357143em 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pagination_wrapper .page-numbers.prev, .pagination_wrapper .page-numbers.next {
    border: 0;
    background: none;
}
.pagination_wrapper li .current, .pagination_wrapper .pagination__active {
    display: flex;
    padding: 0;
    border: 1px solid #131313;
    background-color: #131313;
    color: #fff;
    text-decoration: none;
}
.pagination_wrapper .pagination__dots {
    width: 1rem;
}





/*
add 20250101
*/
.top_topic {

    flex: 1 1 calc(33.333% - 20px); /* デフォルトでは横並びで3等分 */
    max-width: calc(40.333% - 20px); /* 各要素の最大幅を3等分 */
    box-sizing: border-box; /* パディングやボーダーを幅に含む */
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3); /* 半透明の背景 */
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    transition: transform 0.3s ease; /* ホバー時のアニメーション */

}

.rentalbox__ttl {
    border-bottom: solid;
    border-color: #ff6000;
    border-width: 2px;
}

p.rentalbox__txtbox__txt {
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-left: 0.625rem;
    padding-bottom: 0.2rem;
    text-align: center;
}

p.rentalbox__txtbox__txt2 {
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-left: 0.625rem;
    padding-bottom: 0.2rem;
    text-align: center;
}

.rentalboxwrapcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 中央揃え */
    align-items: flex-start; /* 上揃え */
    gap: 20px; /* 要素間のスペース */
    margin: 0 auto;
    padding: 1rem;
    max-width: 1200px; /* コンテナの最大幅を設定 */
    align-items: stretch;
}


  .meritwrap {
    display: inline-block;
    margin-top: 3rem;
    width: 100%;
    
    background-repeat: no-repeat;
    background-size: cover;
}

img.top__ttlimg2__img {
    /* width: 34%; */
    width: 100%;
}

.TOP__userental {
    background-color: #fcf5eb;
}

.container_userental {
padding-left: 30px;
padding-right: 30px;
margin-left: auto;
margin-right: auto;
max-width: 1260px;
background-color: #fcf5eb;
}

.catlistbox02 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: stretch;
        max-width: 70rem;
        margin: auto;
        justify-content: start;
    border: none;
    border-bottom: 1px solid #333;
    margin: 0 auto;
}

.tabimgbox_L {
    display: none;
    width: 100%;
    padding: 1rem 1rem;
    background-color: #fff;
}

/*
add 20250123 re_add
*/
.test_container {
    width: 100%;
    padding: 2% 2% 2% 3.5%;
    display: flex;
    flex: 1; /* これが重要！ */
	justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.2); /* 半透明の白色 */

}

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


  /*
add 20250101 smafo
*/
  @media screen and (max-width: 767px) {

    .test_container {
        flex-direction: column; /* 縦並びに変更 */
        align-items: center; /* 縦方向でも中央揃え */
        gap: 10px; /* 間隔を狭くする */
    }


.top_topic {
    flex: 1 1 100%; /* 幅を100%に設定 */
    max-width: 100%; /* 最大幅を100%に設定 */
}

}






/* カスタムカテゴリメニュー専用スタイル *//* 子カテゴリのスタイル */
.child-category-list {
    margin-left: 20px; /* ネストのためのインデント */
    padding: 0;
    list-style: none;
}

.child-category-item {
    margin-bottom: 10px;
}

.child-category-thumbnail {
    width: 30px; /* サムネイルのサイズ */
    height: 30px;
    object-fit: cover;
    margin-right: 10px;
}

.child-category-name {
    font-size: 14px;
    color: #555;
}
/* 追加20250128 */
/* カテゴリリストのコンテナ */
/* サイドバー全体のスタイル */
.linkbox {
    padding: 10px 5px 0 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}

.linkbox__in {
    padding: 5px 0 0 0;
}

/* カテゴリリストタイトル */
.linkbox__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* カテゴリリスト全体 */
.sidebarAreaCategory__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* メニューサムネイル画像のスタイル */
.custom-category-image,
.custom-subcategory-image {
    width: 55px;
    height: 55px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 5px;
    /*border: 1px solid #ddd;*/
}

/* 各カテゴリアイテム */
.sidebarAreaCategory__list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

/* リンク全体のスタイル */
.sidebarAreaCategory__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.sidebarAreaCategory__link:hover {
    color: #0073aa; /* ホバーカラー */
}



/* サムネイル画像のスタイル */
.sidebarAreaCategory__link img {
    width: 65px; /* サムネイルの幅 */
    height: 65px; /* サムネイルの高さ */
    margin-right: 10px;
    border-radius: 5px;
    object-fit: cover; /* 画像を整える */
    border: 1px solid #ddd;
}

/* カテゴリ名のスタイル */
.sidebarAreaCategory__link span {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
}

/* 最後のアイテムの余白を削除 */
.sidebarAreaCategory__list li:last-child {
    margin-bottom: 0;
}

.furniture-highlight .custom-category-link {
    font-weight: bold; /* 太字 */
    text-decoration: none; /* リンクの下線を消す */
    position: relative; /* 擬似要素のために必要 */
}

.furniture-highlight .custom-category-link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff6613; /* 下線の色 */
}


/* 追加20250109 */
/* カテゴリリスト全体のスタイル */
.sidebarAreaCategory {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.sidebarAreaSection__title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
}

/* カテゴリリスト */
.sidebarAreaCategory__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebarAreaCategory__list li {
    margin-bottom: 10px;
}

.sidebarAreaCategory__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.sidebarAreaCategory__link:hover {
    background-color: #e9e9e9;
    color: #0073e6;
}

/* サムネイルのスタイル */
.sidebarAreaCategory__link img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid #ddd;
}

/* 最後のリストアイテムの余白調整 */
.sidebarAreaCategory__list li:last-child {
    margin-bottom: 0;
}

.has-children > a {
    position: relative;
    padding-right: 5px;
  }
  
  .cat-item__arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  
  .cat-item__arrow.active i {
    transform: rotate(180deg);
  }
  
  .children {
    display: none;
  }

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

.sidebarAreaCategory__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sidebarAreaCategory__img {
    margin-right: 10px;
    flex-shrink: 0;
}

.sidebarAreaCategory__img img {
    max-width: 40px;
    height: auto;
    display: block;
}

/* メニュー画像つき調整 */
.custom-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-category-item {
    margin-bottom: 20px;
}

.custom-category-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.custom-category-image {
    margin-right: 10px;
    border-radius: 5px;
}

.custom-category-name {
    font-size: 16px;
    font-weight: bold;
}

.custom-subcategory-list {
    list-style: none;
    margin: 0px 0 0 0px;
    padding: 0 0 0 10px;
}

.custom-subcategory-item {
    margin-bottom: 10px;
}

.custom-subcategory-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.custom-subcategory-image {
    margin-right: 10px;
    border-radius: 5px;
}

.custom-subcategory-name {
    font-size: 14px;
    font-weight: normal;
}
.menu-bottom-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-bottom-nav li {
  width: calc(33.33% - 20px); /* 3列表示 */
  text-align: center;
  box-sizing: border-box;
}

.menu-bottom-nav li .image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.menu-bottom-nav li p {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .menu-bottom-nav li {
    width: calc(50% - 20px); /* 2列表示 */
  }
}

@media screen and (max-width: 480px) {
  .menu-bottom-nav li {
    width: 100%; /* 1列表示 */
  }
}


.menu-bottom-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-bottom-nav li {
  width: calc(33.33% - 20px); /* 3列表示 */
  text-align: center;
  box-sizing: border-box;
}

.menu-bottom-nav li .image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.menu-bottom-nav li p {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .menu-bottom-nav li {
    width: calc(50% - 20px); /* 2列表示 */
  }
}

@media screen and (max-width: 480px) {
  .menu-bottom-nav li {
    width: 100%; /* 1列表示 */
  }
}


/* -------------------------------------------------------------------------------- */

/* ------------------------------TOPカテゴリーの表示------------ */

/* -------------------------------------------------------------------------------- */
/* コンテナの基本設定テスト *//* コンテナの基本設定テスト *//* コンテナの基本設定テスト *//* コンテナの基本設定テスト */


/* 全体ボックス */
.custom-grid-box {
    margin-bottom: 2rem;
    width: 90%;
    margin: 0 auto 3% auto;
    display: flex; /* 並列配置 */
    align-items: flex-start; /* 上揃え */
    gap: 16px; /* タイトルとグリッドの間隔 */
}

@media screen and (max-width: 760px) {
    .custom-grid-box {
        flex-wrap: wrap;
    }
}

/* 親カテゴリのタイトル */
.custom-grid-title {
    padding-top: 0.8%;
    padding-bottom: 0.9%;
    width: 10%;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    color: #333;
    flex: 0 0 auto; /* タイトルの幅を固定 */
    margin: 0; /* 余白リセット */
    line-height: 1.5;
    border-bottom: 2px solid orange; /* オレンジの下線 */
    text-align: center;
}

@media screen and (max-width: 760px) {
    .custom-grid-title {
        width: 100%;
    }
}

/* グリッド全体 */
.custom-grid-container {
    /*display: grid;*/
    /*grid-template-columns: repeat(5, 1fr);*/ /* 5列のグリッド */
    /*gap: 10px;*/ /* 各項目の間隔 */
    /*flex: 1;*/ /* 残りのスペースを使用 */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media screen and (max-width: 760px) {
    .custom-grid-container {
        display: block;
    }
}

/* グリッドアイテム */
.custom-grid-item {
    text-align: left;
    border-bottom: 1px solid #666; /* 濃いグレーの下線 */
    padding-bottom: 2px; /* 下線との余白調整 */
    margin-bottom: 25px; /* アイテム間の余白 */
    margin-right: 25px;
    width: 18%;
}
.custom-grid-item:nth-child(5) {
    margin-right: 0px;
}

@media screen and (max-width: 760px) {
    .custom-grid-item {
        width: 100%;
    }
}

/* アイテムリンク */
.custom-grid-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    padding-bottom: 2px;
}

/* コンテンツ全体 */
.custom-grid-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* アイテム画像 */
.custom-grid-image {
    width: 20%; /* 固定サイズ */
    height: 20%;
    object-fit: cover;
    border-radius: 4px; /* 少し丸みを追加 */
}

/* アイテム名 */
.custom-grid-name {
    padding-right: 5px;
    position: relative;
    width: 245px;
    font-size: 1em;
    font-weight: 700;
}

/* 矢印 */
.custom-grid-arrow {
    padding-right: 30px; /* 矢印とテキストの間隔調整 */
    position: relative;  /* 矢印の位置調整 */
    visibility: hidden;  /* 文字を隠す */
}

.custom-grid-arrow::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid currentColor;  /* 矢印の上辺 */
    border-right: 3px solid currentColor; /* 矢印の右辺 */
    position: absolute;
    top: 50%; /* 矢印を中央に配置 */
    right: 0; /* 右端に配置 */
    transform: translateY(-25%) rotate(45deg); /* 45度回転させて矢印を表示 */
    visibility: visible;  /* 矢印を表示 */
}

/* ホバー時のリンクカラー */
.custom-grid-link:hover .custom-grid-name {
    color: rgb(246, 215, 158);
}

.custom-grid-link:hover .custom-grid-arrow {
    color: orange; /* ホバー時の色変更 */
}

/* 改行要素 */
.custom-grid-break {
    grid-column: span 5; /* 次の行へ移動 */
    height: 0;
}

/* 矢印 */



/* ホバー時のリンクカラー */
.custom-grid-link:hover .custom-grid-arrow {
    color: orange; /* ホバー時の色変更 */; /* ホバー時の色変更 */
}

/* コンテナの基本設定テスト *//* コンテナの基本設定テスト *//* コンテナの基本設定テスト *//* コンテナの基本設定テスト */
/* コンテナの基本設定 */
.custom-catlistbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 左寄せ */
    justify-content: flex-start; /* 左寄せ */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* 子カテゴリリスト */
.custom-catlistbox__list {
    display: flex;
    flex-wrap: wrap; /* 子カテゴリを折り返す */
    gap: 20px;
    width: 100%;
    justify-content: flex-start; /* 子カテゴリ全体を左寄せ */
    list-style: none;
    padding: 0;
}

/* カテゴリボタン */
.custom-catlistbox__item {
    flex: 0 1 calc(20% - 20px); /* 5列に分割 */
    text-align: left; /* 左寄せ */
}

.custom-catlistbox__button {
    display: flex;
    flex-direction: row; /* 横並びに変更 */
    align-items: center; /* 画像と文字を縦方向で中央揃え */
    text-decoration: none;
    color: #333;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    gap: 10px; /* 画像と文字の間にスペースを追加 */
}

.custom-catlistbox__button:hover {
    background-color: #0073e6;
    color: #fff;
    border-color: #0073e6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* カテゴリ画像 */
.custom-catlistbox__img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    object-fit: cover;
}

/* カテゴリ名 */
.custom-catlistbox__name {
    font-size: 1rem;
    font-weight: bold;
    text-align: left; /* 左寄せ */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* スマホ対応 */
@media screen and (max-width: 760px) {
    .custom-catlistbox__list {
        gap: 10px;
    }

    .custom-catlistbox__item {
        flex: 0 1 calc(50% - 10px); /* 2列に分割 */
    }

    .custom-catlistbox__button {
        flex-direction: column; /* スマホでは縦並び */
        align-items: center;
    }

    .custom-catlistbox__img {
        width: 80px;
        height: 80px;
    }

    .custom-catlistbox__name {
        font-size: 0.9rem;
        text-align: center; /* スマホでは中央揃え */
    }
}
.custom-catlistbox__name {
    font-size: 1rem;
    font-weight: bold;
    text-align: left; /* 左寄せ */
    white-space: normal; /* 折り返しを許可 */
    overflow: hidden; /* 内容が溢れた場合の処理 */
    text-overflow: ellipsis; /* 溢れた内容を省略 */
    word-wrap: break-word; /* 長い単語を強制的に折り返す */
    word-break: break-word; /* 行の途中で折り返し */
    display: inline-block;
    max-width: calc(14ch); /* 最大8文字幅で折り返し */
    line-height: 1.4; /* 行間を調整 */
}

/* 20250116 */
/* サイドメニューリスト */
/* アコーディオンメニュー基本スタイル */
.accordions {
    margin: 0;
    padding: 0;
}

.accordion {
    margin-bottom: 10px;
}

.accordion__button {
    display: block;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
    text-align: left;
    border-radius: 5px;
    font-size: 16px; /* 通常の文字を少し大きめに設定 */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion__button:hover {
    background-color: #d0f0ff; /* ホバー時の背景色を水色に変更 */
    color: #0056b3; /* テキスト色を濃い青に変更 */
    font-weight: bold; /* 太字に変更 */
}

.accordion__body {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    background: #f9f9f9;
    font-size: 15px; /* 本文の文字を少し大きめに設定 */
    line-height: 1.6; /* 読みやすさのため行間を広げる */
}

.accordion__checkbox {
    display: none;
}

.accordion__checkbox:checked + .accordion__button + .accordion__body {
    display: block;
}

.custom-category-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-size: 16px; /* リンクの文字サイズを調整 */
    font-weight: bold; /* 太字に設定 */
    transition: color 0.3s ease;
}

.custom-category-link:hover {
    color: #0073e6; /* ホバー時のリンク色変更 */
}

.custom-category-image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 4px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.custom-category-link:hover .custom-category-image {
    transform: scale(1.1); /* ホバー時に画像を少し拡大 */
}

.accordion__button img:hover {
    transform: scale(1.1); /* ホバー時に画像を少し拡大 */
    transition: transform 0.3s ease; /* スムーズなズーム効果 */
}

/* 隙間の調整表示 */
.item-option dt {
    margin-top: 20px;
}
.item-option dt {
    margin-top: 20px;
}

#checkout_box {
margin-top: 20px;
}

/* ---------------------------------------------------------------- */
/* ヘッド検索 */
/* ---------------------------------------------------------------- */
/* 親カテゴリーのリストを表示 */
.header-cat__list {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 3;
  }
  
  .header-cat__item {
    margin: 10px 0;
    
  }
  
  /* サブカテゴリーや孫カテゴリーのリストを表示 */
  .sub-cat, .grandchild-cat {
    list-style: none;
    padding-left: 20px;  /* インデントを追加して階層をわかりやすくする */
    margin-top: 5px;
  }
  
  .sub-cat__item, .grandchild-cat__item {
    margin: 5px 0;
  }
  
  /* サブカテゴリーや孫カテゴリーを最初から表示 */
  .sub-cat, .grandchild-cat {
    display: block; /* ホバーなしで常に表示 */
  }
  
  /* サブカテゴリーや孫カテゴリーのリンクのスタイル */
  .header-cat__link, .sub-cat__item a, .grandchild-cat__item a {
    text-decoration: none;
    color: #333;
  }
  
  .sub-cat__item a, .grandchild-cat__item a {
    padding-left: 10px; /* 少しインデント */
  }
  
  .header-cat__link:hover, .sub-cat__item a:hover, .grandchild-cat__item a:hover {
    color: #007BFF; /* ホバー時の色変更 */
  }
/* 追加　かならず　一番うえにくる */
 /* スマホ対応 */
@media screen and (max-width: 768px) {
/* 親カテゴリーのリストを表示 */
.header-cat__list {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 3;
  }
  
  .header-cat__item {
    margin: 10px 0;
    
  }
  
  /* サブカテゴリーや孫カテゴリーのリストを表示 */
  .sub-cat, .grandchild-cat {
    list-style: none;
    padding-left: 20px;  /* インデントを追加して階層をわかりやすくする */
    margin-top: 5px;
  }
  
  .sub-cat__item, .grandchild-cat__item {
    margin: 5px 0;
  }
  
  /* サブカテゴリーや孫カテゴリーを最初から表示 */
  .sub-cat, .grandchild-cat {
    display: block; /* ホバーなしで常に表示 */
  }
  
  /* サブカテゴリーや孫カテゴリーのリンクのスタイル */
  .header-cat__link, .sub-cat__item a, .grandchild-cat__item a {
    text-decoration: none;
    color: #333;
  }
  
  .sub-cat__item a, .grandchild-cat__item a {
    padding-left: 10px; /* 少しインデント */
  }
  
  .header-cat__link:hover, .sub-cat__item a:hover, .grandchild-cat__item a:hover {
    color: #007BFF; /* ホバー時の色変更 */
  }


}

@media screen and (max-width: 768px) {
    .meritentity__txtbox__txt--orange2 {
      display: block; /* インライン要素をブロック要素に変更 */
      margin-top: 0px; /* 改行後のスペースを調整するためのマージン */
    }
  }
 /* ----------------------------------------------- */
 /* サイドﾊﾞｰ */
 /* ------------------------------------------------- */
 /* 親カテゴリのヘッダー */
.side-cat__head {
    flex-basis: 50%;
    font-size: 1.4vw;
    line-height: 1.333;
    font-weight: 500;
    padding: 6px 20px 6px 0;
    border-bottom: 1px solid #afafaf;
    text-align: center;
    position: relative;
}

/* 親カテゴリのリンク */
.side-cat__head a {
    display: block;
    transition: 0.3s;
}

/* 親カテゴリの矢印 */
/*
.side-cat__head::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ff6613;
    border-bottom: 2px solid #ff6613;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-75%) rotate(45deg);
}
*/

/* li の基本スタイル */
.header2-cat__list li {
    padding: 10px 10px 10px 10px;
    font-size: 1.2vw;
    line-height: 1.4;
    /*border-bottom: 1px solid #e0e0e0;*/
    position: relative;
    list-style: none;
    padding-left: 25px;  /* 矢印の分だけ左にスペースを作る */
}

/* li のリンク */
.header-cat__list li a {
    display: block;
    color: #333;
    transition: 0.3s;
}

/* li のリンクホバー時のスタイル */
.header-cat__list li.header-cat__item a:hover {
    color: #ff6613;
    text-decoration: none;  /* アンダーバーなし */
}

/* li の矢印 */
.header2-cat__list li.header-cat__item::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ff6613;
    border-bottom: 2px solid #ff6613;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

/* サブカテゴリリスト */
.sub-cat2 {
    margin-top: 10px;
    padding-left: 10px;
}

/* サブカテゴリアイテム */
.sub-cat2 li {
    font-size: 1.0rem;
    line-height: 1.3;
    border-bottom: 1px solid #f0f0f0;
}

/* サブカテゴリリンク */
.sub-cat2 li a {
    display: block;
    color: #666;
    transition: 0.3s;
}

/* サブカテゴリリンクホバー時のスタイル */
.sub-cat2 li a:hover {
    color: #ff6613;
}

/* サイドナビのスタイル */
.header2-cat__list .side-cat__item__side .sub-cat2 {
    padding-left: 0px;
}

.header2-cat__list .side-cat__item__side li {
    padding-left: 0px;
}

.header2-cat__list .side-cat__item__side li a {
    display: flex;
    align-items: center;
}

.side-cat__link {
    font-size: 1.1vw;
}

/* ---------------------------------------------------------------- */
/* 商品詳細ページ */
/* ---------------------------------------------------------------- */
/* こちらもおすすめエリア */
.assistance_item li .slit img {
    max-width: 200px;
}