@charset "utf-8";


/*##### Privacy Policy #####*/
.boxPrivacy01 {
  padding-top: 2em;
  padding-bottom: 7em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 {
    padding-top: 0;
    padding-bottom: 2.5em;
  }
}

.boxPrivacy01 .boxCont01One + .boxCont01One {
  margin-top: 4em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One + .boxCont01One {
    margin-top: 2em;
  }
}

.boxPrivacy01 .boxCont01One .ttl01 {
  margin-bottom: 1.0em;
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .ttl01 {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
  margin-top: 1.5em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
    margin-top: 1.0em;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .boxCompanyName {
  margin-top: 1.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName {
  margin-bottom: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName > p {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxCompanyName > p {
    font-size: 0.95rem;
  }
}

.boxPrivacy01 .boxCont01One .dlBase.type01 {
  margin-bottom: 0.2em;
}

.boxPrivacy01 .boxCont01One .boxAddress {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.2em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxAddress {
    font-size: 0.9rem;
  }
}

.boxPrivacy01 .boxCont01One .boxAddress .txtZipcode {
  margin-right: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.boxSingleBottomContactWrap br {
  display: none;
}
.boxPrivacy01 .boxCont01One .boxTelFax .dlBase:first-child {
  margin-right: 1.0em;
}
.boxSingleBottomContactWrap {
  background-color: #f5f5f5;
  margin: 50px 0;
  padding: 60px;
  border-radius: 8px;
}
.boxSingleBottomContact {
  display: flex;
}
.boxSingleBottomContact .btn_area {
  display: flex;
  justify-content: center;
}
.boxSingleBottomContact .btn_area a {
  margin: 0 10px;
  width: 443px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10em;
  text-decoration: none;
}
.boxSingleBottomContact .btn_area .tel {
  color: #b6634b;
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: 0.14em;
  background-color: #fff;
  border: 4px solid #f0dbd5;
}
.boxSingleBottomContact .btn_area .tel img {
  width: 36px;
  margin-right: 18px;
}
.boxSingleBottomContact .btn_area .mail {
  background: url("../../images/common/ico-arrow02.png") no-repeat right 16px center;
  background-color: #b6634b;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.18em;
}
.boxSingleBottomContact .ttl {
  width: 240px;
}
.boxSingleBottomContact .ttl .t01 {
  display: block;
  color: #552825;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.boxSingleBottomContact .ttl .t02 {
  display: block;
  color: #552825;
  font-weight: bold;
  letter-spacing: 0.18em;
  font-size: 1.625rem;
}
.boxSingleBottomContact .ttl .t03 {
  display: block;
  letter-spacing: 0.12em;
  color: #edd3cc;
  font-family: "Jost", sans-serif;
  margin-top: 1em;
}
.boxSingleBottomContact .cont {
  width: calc(100% - 240px);
}
.boxSingleBottomContact .cont p br {
  display: block;
}
.boxSingleBottomContact .cont p {
  line-height: 1.625;
  margin-bottom: 2.5em;
}
.boxSingleBottomContact .cont .btn_area {
  display: flex;
  justify-content: flex-start;
}
.boxSingleBottomContact .cont .btn_area .tel {
  background-image: url("../../images/common/ico-tel01.svg");
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: 70px center;
  padding-left: 54px;
}
.boxNewsSingle01 {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(204,204,204,0.35);
  border-radius: 8px;
  overflow: hidden;
}
.boxNewsSingle01 .box_wrap {
  display: flex;
  align-items: center;
}
.boxNewsSingle01 .box_wrap .img {
  width: 60.8%;
}
.boxNewsSingle01 .box_wrap .cont {
  width: 39.2%;
  padding-right: 40px;
}
.boxNewsSingle01 .box_wrap .cont div {
}
.boxDateCom {
  display: flex;
  width: 196px;
  height: 68px;
  background: url("../../images/fair_event/bg-ico01.png") no-repeat;
  padding: 18px 0 0 19px;
}
.boxDateCom .d01 {
  position: relative;
  margin-right: 26px;
}
.boxDateCom .d01:after {
  content: "~ ";
  font-size: 1.224rem;
  font-weight: bold;
  color: #53502c;
  position: absolute;
  bottom: 0.4em;
  right: -18px;
}
.boxDateCom .year {
  letter-spacing: 0.12em;
  font-size: 0.86375rem;
  color: #b4ae64;
  display: block;
  text-align: center;
  line-height: 1;
}
.boxDateCom .month {
  line-height: 1;
  margin-top: 5px;
  font-size: 1.224rem;
  font-weight: bold;
  color: #53502c;
  display: block;
  text-align: center;
}
.boxNewsSingle01 .box_wrap .cont div .ttlSingle {
  color: #552825;
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.12em;
  line-height: 1.53;
  margin-bottom: 0.6em;
  padding: 30px 0 0 30px;
}
.boxNewsSingle01 .box_wrap .cont div .border {
  display: flex;
  width: calc(100% - 50px);
  align-items: center;
  margin-left: auto;
  margin-bottom: 28px;
}
.boxNewsSingle01 .box_wrap .cont div .border:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f1dcd7;
}
.boxNewsSingle01 .box_wrap .cont div .border span {
  width: 25px;
  background: url("../../images/fair_event/ico-ring.png") no-repeat;
  background-color: #fff;
  height: 9px;
}
.boxNewsSingle01 .box_wrap .cont div .post_day {
  margin-left: 40px;
  font-size: 0.875rem;
  padding-left: 1em;
  position: relative;
  line-height: 1;
}
.boxNewsSingle01 .box_wrap .cont div .post_day:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10em;
  background-color: #edd3cc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxNewsSingle01 .box_wrap .cont div .post_day .news-cat {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid;
}
.boxNewsSingle01 .box_wrap .cont div .post_day.no-border .news-cat:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.boxNewsCom {
  width: 74.7%;
}
.boxNewsComWrap {
  display: flex;
}
.boxNewsS01Sidebar {
  width: 375px;
  margin-left: auto;
}
.boxNewsS01Sidebar .box:nth-child(n+2) {
  margin-top: 50px;
}
.boxNewsS01Sidebar .box .ttl {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  letter-spacing: 0.22em;
  font-weight: bold;
  color: #552825;
  border-radius: 8px;
  background-color: #f5f5f5;
  padding-left: 27px;
  margin-bottom: 27px;
}
.boxNewsS01Sidebar .box .ttl .en.font-alpha {
  color: #edd3cc;
  letter-spacing: 0.12em;
  margin-left: 1.25rem;
  font-size: 1rem;
}
.boxNewsS01Sidebar .box .news-cat-list {
  padding-left: 18px;
}
.boxNewsS01Sidebar .box .news-cat-list > li {
  color: #552825;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding-left: 1em;
  position: relative;
}
.boxNewsS01Sidebar .box .news-cat-list > li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #edd3cc;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.boxNewsS01Sidebar .box .news-cat-list > li:nth-child(n+2) {
  margin-top: 1em
}
.boxNewsS01Sidebar .box .news-cat-list li span:before {
  content: "-";
  margin: 0 5px;
}
.boxNewsS01Sidebar .box .child-cat {
  font-weight: normal;
  padding-left: 2px;
  margin-top: 1.125em;
}
.boxNewsS01Sidebar .box .child-cat li:nth-child(n+2) {
  margin-top: 1.2em;  
}
.boxNewsS01Sidebar .box .child-cat li {
  position: relative;
  padding-left: 1.125em;
}
.boxNewsS01Sidebar .box .child-cat li:before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #8e7663;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.archive-list {
  padding: 0 18px;
}
.archive-list .archive-item {
  color: #552825;
  font-weight: bold;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #d0d0d0;
  background: url("../../images/common/img-arrow-down.png") no-repeat right top;
}
.archive-list .archive-item .archive-toggle {
  color: #552825;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding-left: 1em;
  position: relative;
  display: block;
}
.archive-list .archive-item .archive-toggle:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #edd3cc;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.archive-list .archive-item .archive-toggle span {
  font-weight: normal;
}
.archive-list .archive-item .archive-sublist {
  font-weight: normal;
  margin-top: 1.125rem;
  display: none;
  padding-left: 1em;
  padding-right: 1.2em;
}
.archive-list .archive-item .archive-sublist li {
  padding-left: 0.7em;
  text-indent: -0.7em;
  line-height: 1.56;
}
.archive-list .archive-item .archive-sublist li:nth-child(n+2) {
  margin-top: 1em;
}
.wp-block-image img {
  border-radius: 8px;
}
.boxSingleCont h2.wp-block-heading {
  text-align: center;
  margin: 65px 30px 45px 30px;
  color: #552825;
  font-weight: bold;
  font-size: 1.625rem;
  padding-top: 30px;
  border-top: 1px solid #f1dcd7;
  letter-spacing: 0.08em;
  position: relative;
}
.boxSingleCont h2.wp-block-heading:before {
  content: "";
  width: 35px;
  height: 9px;
  background: url("../../images/fair_event/ico-ring.png") no-repeat center center;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -5px;
}
.boxSingleCont h2.wp-block-heading strong {
  display: block;
  letter-spacing: 0.12em;
  color: #edd3cc;
  font-size: 1rem;
  font-family: "Jost", sans-serif;
  margin-top: 1em;
  font-weight: 500;
}
.boxSingleCont .wp-block-button__link {
  color: #552825;
  letter-spacing: 0.08em;
  font-weight: bold;
  height: 2.3125rem;
  background-color: #f2ebe2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 3.625em 0 1.625em;
  margin-top: 0.8em;
  background-image: url("../../images/common/ico-arrow01.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.boxSingleCont h3.wp-block-heading {
  background: url("../../images/fair_event/ico-h2.png") no-repeat 16px 24px;
  background-color: #f5f5f5;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #552825;
  padding: 16px 0 16px 46px;
  margin: 50px 0 35px 0;
}
.boxSingleCont p {
  line-height: 1.75;
}
.boxSingleCont h4.wp-block-heading {
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #552825;
  font-size: 1.25rem;
  margin-bottom:1.5em;
  padding-left: 0.9em;
  position: relative;
  margin-top: 1em;
}
.boxSingleCont h4.wp-block-heading:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10em;
  background-color: #dcd2ad;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.boxBaseList02 .boxListOne {
  width: 32.3%;
  margin: 0 0 0 1.55%!important;
}
.boxBaseList02 .boxListOne:nth-of-type(3n+1) {
  margin-left: 0!important;
}
.boxBaseList02 .boxListOne:nth-child(n+4) {
  margin-top: 50px!important;
}
.boxBaseList02 .boxListImg {
  aspect-ratio: 4.6 / 3;
  position: relative;
  box-shadow: 0 0 50px rgba(204, 204, 204, 0.35);
}
.boxBaseList02 .boxListImg img {
  border-radius: 8px;
}
.boxNews01 .boxDateCom .year {
  font-size: 0.75rem;
}
.boxNews01 .boxDateCom .month {
  font-size: 1.0625rem;
}
.boxNews01 .boxDateCom {
  display: flex;
  width: 161px;
  height: 67px;
  background: url(../../images/fair_event/bg-date.png) no-repeat;
  padding: 21px 0 0 14px;
  position: absolute;
  left: -9px;
  bottom: 17px;
}
.boxBaseList02 .ttlList {
  letter-spacing: 0.12em;
  color: #552825;
  font-weight: bold;
  font-size: 1.375rem;
  margin: 1.2em 0 1em 0;
}
.boxBaseList02 .boxListTxt .border {
  display: flex;
  width: 100%;
  align-items: center;
  margin-left: auto;
  margin-bottom: 20px;
}
.boxBaseList02 .boxListTxt .border:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f1dcd7;
}
.boxBaseList02 .boxListTxt .border span {
  width: 25px;
  background: url("../../images/fair_event/ico-ring.png") no-repeat;
  background-color: #fff;
  height: 9px;
}
.boxBaseList02 .boxListCont {
  margin-bottom: 1em;
  line-height: 1.625;
}
.boxBaseList02 .boxListDate {
  font-size: 0.875rem;
  border-right: 1px solid;
  padding-right: 9px;
  margin-right: 9px;
  line-height: 1;
}
.boxBaseList02 .boxListMeta li {
  font-size: 0.875rem;
  line-height: 1;
}
.boxBaseList02 .boxListMeta {
  display: flex;
}
.boxBaseList02 .boxListMeta {
  position: relative;
  padding-left: 1em;
}
.boxBaseList02 .boxListMeta:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 10em;
    background-color: #edd3cc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.boxListMeta.term_11 .ulBaseListCat > li {
  display: flex;
}
.boxListMeta.term_11 .ulBaseListCat .ulBaseListCatChild {
  margin-left: 1em;
}
.boxDateCom.all_time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 30px;
}
.boxNews01 .boxDateCom.all_time {
  width: 132px;
  height: 67px;
  background-image: url("../../images/fair_event/bg-date02.png");
  padding: 5px 0 0 24px;
}
@media all and (max-width: 750px){
  .boxNewsComWrap {
    display: block;
  }
  .boxNewsCom {
    width: 100%;
  }
  .boxBaseList02 .boxListOne {
    width: 100%;
    margin: 0!important;
  }
  .boxBaseList02 .boxListOne:nth-of-type(2n) {
    margin-left: auto!important;
  }
  .boxBaseList02 .boxListOne:nth-child(n+2) {
    margin-top: 3rem!important;
  }
  .boxNewsS01Sidebar {
    width: 100%;
    margin-top: 5rem;
  }
  .archive-list .archive-item:nth-child(n+2) {
    padding-top: 1.125rem;
    background-position: right 1em;
  }
  .boxNewsS01Sidebar .box .ttl {
    height: 2.6em;
  }
  .boxDateCom .d01:after {
    bottom: 0.8em;
    right: -1.1em;
  }
  .boxNewsSingle01 .box_wrap {
    display: block;
  }
  .boxNewsSingle01 .box_wrap .img {
    width: 100%!important;
  }
  .boxNewsSingle01 .boxDateCom {
    margin-top: -22vw;
    position: relative;
  }
  .boxNewsSingle01 .box_wrap .cont {
    width: 100%;
    padding: 0;
  }
  .boxNewsSingle01 .box_wrap .cont div .ttlSingle {
    padding-left: 0;
    font-size: 1.4rem;
  }
  .boxNewsSingle01 {
    background-color: transparent;
    box-shadow: none;
  }
  .boxNewsSingle01 .box_wrap .cont div .border {
    width: 100%;
    margin-bottom: 1rem;
  }
  .boxNewsSingle01 .box_wrap .cont div .post_day {
    margin-left: 0;
  }
  .boxNewsSingle01 .box_wrap .img img {
    border-radius: 8px;
  }
  .boxSingleCont h2.wp-block-heading {
    margin-left: 0;
    margin-right: 0;
  }
  .boxSingleCont .wp-block-button__link {
    height: 3em;
    line-height: 1.35;
    text-align: left;
  }
  .boxSingleBottomContactWrap {
    padding: 2rem;
}
  .boxSingleBottomContact {
    display: block;
  }
  .boxSingleBottomContact .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .boxSingleBottomContact .cont {
    width: 100%;
  }
  .boxSingleBottomContact .cont .btn_area {
    display: block;
  }
  .boxSingleBottomContact .cont .btn_area .tel {
    background-repeat: no-repeat;
    background-size: 7vw;
    background-position: 9vw center;
    padding-left: 9vw;
    font-size: 1.4rem;
    border-width: 2px;
    margin-bottom: 1rem;
  }
  .boxSingleBottomContact .btn_area a {
    width: 100%;
    height: 3.5rem;
    margin: 0;
  }
  .boxSingleBottomContact .btn_area .mail {
    font-size: 1.1rem;
  }
  .boxBaseSingleBackLink01 {
    margin: 1.5rem 0 3rem 0;
  }
  .boxSingleNavi a[rel="next"],
  .boxSingleNavi a[rel="prev"] {
    background-size: auto;
  }
}

/*厳選ブランド*/
.boxIndexTop .slide .slick-slide {
  margin: 0 12.5px; /* 左右で合計25px */
}

.boxIndexTop .slide .img img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.slick-prev:before, .slick-next:before {
  content: none!important;
}
.slick-prev,.slick-next {
  width: 36px!important;
  height: 48px!important;
  z-index: 1;
}
.slick-prev {
  background: url("../../images/common/arrow-prev.svg") no-repeat !important;
  left: 16%!important;
  transform: translateX(-22px)!important;
}
.slick-next {
  background: url("../../images/common/arrow-next.svg") no-repeat !important;
  right: 16%!important;
  transform: translateX(22px)!important;
}
.slick-dots li button:before {
  content: none!important;
}
.slick-dots li button {
  width: 12px!important;
  height: 12px!important;
  padding: 0!important;
  background-color: #d0ccc9!important;
  border-radius: 50px!important;
}
.slick-dots li {
  width: 12px!important;
  height: 12px!important;
}
.slick-dots li.slick-active button {
  background-color: #8e7663!important;
}
.boxIndexTopWrap {
  margin-bottom: 75px;
}
.slick-dots:has(li:nth-child(2)) {
  display: block;
}
.slick-dots:not(:has(li:nth-child(2))) {
  display: none;
}
.boxBrandListS01 .brand-explanation {
  max-width: 1220px;
  margin: 0 auto 3.5em auto;
  line-height: 1.75;
}
.boxBrandListS01 .ttlBaseH2,
.boxBrandListS05 .ttlBaseH2,
.boxBrandListS06 .ttlBaseH2,
.boxBrandListS08 .ttlBaseH2,
.ttlBaseH2.brand-top {
  border-top: 1px solid #f1dcd7;
  padding-top: 35px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.boxBrandListS01 .ttlBaseH2:before,
.boxBrandListS05 .ttlBaseH2:before,
.boxBrandListS06 .ttlBaseH2:before,
.boxBrandListS08 .ttlBaseH2:before,
.ttlBaseH2.brand-top:before {
  content: "";
  width: 36px;
  height: 9px;
  background: url(../../images/fair_event/ico-ring.png) no-repeat center center;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.boxBrandListS02 {
  max-width: 1280px;
}
.ttlBaseH3 {
  background: url(../../images/fair_event/ico-h2.png) no-repeat 16px 24px;
  background-color: #f5f5f5;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #552825;
  padding: 16px 1em 16px 46px;
  margin-bottom: 47px;
}
.boxBrandListS02 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxBrandListS02 .box_wrap .box {
  width: 31%;
}
.boxBrandListS02 .box_wrap .box:nth-child(n+2) {
  margin-left: 3.5%;
}
.boxBrandListS02 .box_wrap .box .num {
  color: #552825;
  font-size: 1.25rem;
  display: flex;
  align-items: baseline;
  letter-spacing: 0.12em;
  justify-content: center;
}
.boxBrandListS02 .box_wrap .box .num span {
  font-size: 2.25rem;
  margin-left: 0.3em;
}
.boxBrandListS02 .box_wrap .box .ttl {
  color: #552825;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  text-align: center;
  font-weight: bold;
  margin-top: 0.2em;
}
.boxBrandListS02 .box_wrap .box .border {
  display: flex;
  width: 140px;
  align-items: center;
  margin: 1rem auto 1.5rem auto;
  margin-bottom: 28px;
  justify-content: center;
}
.boxBrandListS02 .box_wrap .box .border span {
  width: 25px;
  background: url(../../images/fair_event/ico-ring.png) no-repeat;
  background-color: #fff;
  height: 9px;
}
.boxBrandListS02 .box_wrap .box .border:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f1dcd7;
}
.boxBrandListS02 .box_wrap .box p {
  line-height: 1.625;
}
.ttlBaseH2.left {
  text-align: left;
}
.ttlBaseH2.left .ja {
  margin-left: 0;
  margin-right: 0;
}
.boxBrandListS03Wrap {
  padding: 90px 0;
  background-color: #f5f5f5;
}
.btnIndexBase02 {
  width: 313px;
  height: 50px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  color: #552825;
  letter-spacing: 0.18em;
  background: url("../../images/common/ico-arrow03.png") no-repeat right 10px center;
  background-color: #fff;
  border-radius: 10em;
}
.boxBrandListS03 {
  position: relative;
}
.boxBrandListS03 .btnIndexBase02 {
  position: absolute;
  right: 0;
  top: 0;
}
 .boxBrandListS03 .box_wrap {
  display: flex;
}
/*
 .boxBrandListS03 .box_wrap .box {
  width: 19.3%;
}
.boxBrandListS03 .box_wrap .box:nth-child(n+2) {
  margin-left: 0.875%;
}
*/
.boxBrandListS03 .box_wrap .box {
  margin: 0 7.5px;
}
 .boxBrandListS03 .box_wrap .box .img {
  margin-bottom: 25px;
}
 .boxBrandListS03 .box_wrap .box .img img {
  border-radius: 8px;
}
 .boxBrandListS03 .box_wrap .box .p01 {
  letter-spacing: 0.12em;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.6em;
  padding-left: 5px;
   color: #552825;
}
 .boxBrandListS03 .box_wrap .box .p02 {
  position: relative;
  padding-left: 1em;
  font-size: 0.9375rem;
  margin-bottom: 0.6em;
  margin-left: 5px;
}
 .boxBrandListS03 .box_wrap .box .p03 {
  font-size: 0.9375rem;
  padding-left: 5px;
}
 .boxBrandListS03 .box_wrap .box .p02:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 10em;
    background-color: #edd3cc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.boxIndex04Wrap {
  padding: 90px 0;
  background: url("../../images/index/bg01.jpg") no-repeat;
  background-size: cover;
}
.boxIndex04 {
  position: relative;
  max-width: 1220px;
}
.boxIndex04 .ttlBaseH2 {
  text-align: left;
}
.boxIndex04 .ttlBaseH2 .ja {
  color: #fff;
  margin-left: 0;
}
.boxIndex04 .ttlBaseH2 .en {
  color: #fff;
  opacity: 0.5;
}
.boxIndex04 .btnIndexBase02 {
  position: absolute;
  right: 0;
  top: 0;
}
.boxIndex04 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxIndex04 .box_wrap .box {
  background-color: #fff;
  border-radius: 8px;
  width: 32%;
  margin-left: 2%;
  overflow: hidden;
}
.boxIndex04 .box_wrap .box a {
  display: flex;
}
.boxIndex04 .box_wrap .box:nth-of-type(3n+1) {
  margin-left: 0;
}
.boxIndex04 .box_wrap .box:nth-child(n+4) {
  margin-top: 2%;
}
.boxIndex04 .box_wrap .box .img {
  width: 45%;
  max-height: 135px;
}
.boxIndex04 .box_wrap .box .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxIndex04 .box_wrap .box .cont {
  width: 55%;
  padding: 17px;
}
.boxIndex04 .box_wrap .box .cont .p01 {
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #552825;
  margin-bottom: 0.5em;
}
.boxIndex04 .box_wrap .box .cont .p02 {
  font-size: 0.875rem;
  margin-bottom: 0.7em;
}
.boxIndex04 .box_wrap .box .cont ul {
  line-height: 1.7;
}
.boxIndex04 .box_wrap .box .cont ul li {
  font-size: 0.875rem;
  position: relative;
  padding-left: 1em;
}
.boxIndex04 .box_wrap .box .cont ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10em;
  background-color: #dcd2ad;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.boxBrandListS02Wrap {
  padding-bottom: 90px;
}
.boxBrandListS05Wrap {
  padding: 100px 0 70px 0;
}
.boxBrandListS05 .box_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: auto;
}
.boxBrandListS05 .box_wrap .box {
  width: 48%;
}
.boxBrandListS05 .box_wrap .box:nth-of-type(2n) {
  margin-left: auto;
}
.boxBrandListS05 .box_wrap .box:nth-child(n+3) {
  margin-top: 3rem;
}
.boxBrandListS05 .box_wrap .box .ttlBaseH3 {
  margin-bottom: 35px;
}
.boxBrandListS05 .box_wrap .box p {
  line-height: 1.625;
}
.boxBrandListS06 {
  padding-top: 40px;
}
.boxBrandListS08Wrap {
  padding: 70px 0 0 0;
}
.boxBrandListS06Wrap {
  padding-bottom: 6rem;
}
.boxBrandListS06 {
  line-height: 1.625;
}
.boxBrandListS07 .btnIndexBase02 {  
  margin: 70px auto 0 auto;
  background-color: #f5f5f5;
}
.boxBrandListS08 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxBrandListS08 .box_wrap .box {
  width: 24%;
  margin-left: 1.33%;
  box-shadow: 0 0 50px rgba(204,204,204,0.15);
  border-radius: 8px;
  overflow: hidden;
  min-height: 230px;
  position: relative;
}
.boxBrandListS08 .box_wrap .box .ico {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 20px;
  text-align: center;
}
.boxBrandListS08 .box_wrap .box a {
  display: flex;
}
.boxBrandListS08 .box_wrap .box:nth-child(4n+1) {
  margin-left: 0;
}
.boxBrandListS08 .box_wrap .box:nth-child(n+5) {
  margin-top: 1.33%;
}
.boxBrandListS08 .box_wrap .box .img {
  width:44%;
  flex-shrink: 0;
height: 230px;
}
.boxBrandListS08 .box_wrap .box .img img {
  object-fit: cover;
  height: 100%;
}
.boxBrandListS08 .box_wrap .box .cont {
  width: 56%;
  padding: 30px 5% 0 5%;
  display: flex;
  position: relative;
}
.boxBrandListS08 .box_wrap .box .cont .num {
  text-align: center;
  font-size: 2.18rem;
  color: #552825;
  letter-spacing: 0.12em;
  margin-bottom: 0.2em;
}
.boxBrandListS08 .box_wrap .box .cont .name01 {
  text-align: center;
  line-height: 1.45;
  color: #552825;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.boxBrandListS08 .box_wrap .box .cont .name02 {
  text-align: center;
  color: #edd3cc;
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  margin-top: 0.5em;
}
.boxBrandListS08 .box_wrap .box .cont > div {
  width: 100%;
}
@media only screen and (max-width:750px) {
  .boxBrandListS02 .box_wrap {
    display: block;
  }
  .boxBrandListS02 .box_wrap .box {
    width: 100%;
    margin: 0!important;
  }
  .boxBrandListS02 .box_wrap .box:nth-child(n+2) {
    margin-top: 3rem!important;
  }
  .boxBrandListS03 .btnIndexBase02,.boxIndex04 .btnIndexBase02 {
    top: auto;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .boxBrandListS03,.boxIndex04 {
    padding-bottom: 8rem;
  }
  .ttlBaseH2.left {
    text-align: center;
  }
  .boxBrandListS03 .box_wrap {
    display: block;
  }
  .boxBrandListS03 .box_wrap .box {
    width: 100%;
    margin: 0!important;
  }
  .boxBrandListS03 .box_wrap .box:nth-child(n+2) {
    margin-top: 0!important;
  }
  .boxBrandListS03 .box_wrap .box .img {
    text-align: center;
    margin: 0 2.5% 25px 2.5%;
  }
  .boxBrandListS02Wrap {
    padding-bottom: 4rem;
  }
  .boxBrandListS03Wrap,.boxIndex04Wrap,.boxBrandListS05Wrap {
    padding: 4rem 0;
  }
  .boxIndex04 .box_wrap {
    display: block;
  }
  .boxIndex04 .box_wrap .box {
    width: 100%;
    margin: 0 !important;
  }
  .boxIndex04 .box_wrap .box:nth-child(n+2) {
    margin-top: 1.5rem !important;
  }
  .boxBrandListS05 .box_wrap {
    display: block;
  }
  .boxBrandListS05 .box_wrap .box {
    width: 100%;
    margin: 0!important;
  }
  .boxBrandListS05 .box_wrap .box:nth-child(n+2) {
    margin-top: 3rem!important;
  }
  .boxBrandListS08 .box_wrap {
    display: block;
  }
  .boxBrandListS08 .box_wrap .box {
    width: 100%;
    margin: 0!important;
    min-height: inherit;
  }
  .boxBrandListS08 .box_wrap .box:nth-child(n+2) {
    margin-top: 1.5rem!important;
  }
  .boxBrandListS08 .box_wrap .box .img {
    height: 55vw;
  }
  
  
  
  
}
.boxSingleCont table,.boxSingleCont tbody,.boxSingleCont table tr,.boxSingleCont table th,.boxSingleCont table td {
  display: block;
  margin: 0;
  padding:0;
  border: none;
}
.boxSingleCont tbody {
  display: block;
}
.boxSingleCont table tr {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #e3e0df;
}
.boxSingleCont table td:first-child,
.boxSingleCont table th {
  display: block;
  width: 150px;
  position: relative;
  padding-left: 30px;
  font-size: 0.9375rem;
}
.boxSingleCont table td:first-child:before {
  content: "";
    width: 7px;
    height: 7px;
    background-color: #bfa28d;
    position: absolute;
    left: 7px;
    top: 0.45em;
}
.boxSingleCont table td:not(:first-child) {
  display: block;
  width: calc(100% - 150px);
}
@media only screen and (max-width:750px) {
  .boxSingleCont table tr {
    display: block;
    padding: 0.8em 0;
  }
  .boxSingleCont table td:first-child {
    width: 100%;
    margin-bottom: 0.7em;
    padding-left: 1em;
  }
  .boxSingleCont table td:not(:first-child) {
    width: 100%;
  }
  .boxSingleCont table td:first-child:before {
    left: 0;
  }
  
  
  
}
.boxCsnkFormThanks {
  text-align: center;
  line-height: 2;
}
.boxCsnkFormThanks .ttlCsnkFormThanks {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}

.single-ring .boxNewsSingle01 .box_wrap .cont div .post_day.no-border {
  display: none;
}
.boxSingleCont .wp-block-image {
  margin: 3em 0;
}
@media (max-width: 1680px) and (min-width: 751px) {
  .boxBaseList02 .boxListOne {
    width: 48%;
    margin: 0!important;
  }
  .boxBaseList02 .boxListOne:nth-of-type(2n) {
    margin-left: auto!important;
  }
  .boxBaseList02 .boxListOne:nth-child(n+3) {
    margin-top: 2em!important;
  }
  .boxNewsS01Sidebar {
    width: 280px
  }  
  .boxNewsCom {
    width: calc(100% - 280px);
    padding-right: 3%;
  }
  .boxNewsS01Sidebar .box .news-cat-list > li {
    font-size: 0.9rem;
  }
  .boxNewsS01Sidebar .box .child-cat li,.archive-list .archive-item .archive-toggle,
  .archive-list .archive-item .archive-sublist li {
    font-size: 0.85rem;
  }
  .boxNewsSingle01 .box_wrap .img {
    width: 51%;
  }
  .boxNewsSingle01 .box_wrap .cont {
    width: 49%;
  }
  
  
  
  
  
  
}
.boxRingSlide01 {

}
.boxRingSlide01 .slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.boxRingSlide01 .thumb {
  margin-top: 16px;
}
.boxRingSlide01 .thumb .slick-slide {
  margin: 0 0.83%;
  cursor: pointer;
}
.boxRingSlide01 .thumb img {
  width: 100%;
  border: 3px solid transparent;
  border-radius: 8px;
}
.boxRingSlide01 .thumb .slick-current img {
  border-color: #dab1a5;
  border-radius: 8px;
}
.boxRingSlide01 .thumb .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  flex-flow: row wrap;
}
.boxRingSlide01 .thumb .slick-slide {
    display: block!important;
    float: none !important;
    flex: 0 0 15%;
}
.boxRingSlide01 .slick-next {
  right: -25px!important;
}
.boxRingSlide01 .slick-prev {
  left: -25px!important;
}
.boxRingS01 .wp-block-heading span {
  display: block;
  text-align: center;
  letter-spacing: 0.12em;
  color: #edd3cc;
  font-size: 1rem;
  margin-top: 0.5em;
}
.boxRingS01 .box_wrap {
  display: flex;
  max-width: 1220px;
  margin: auto;
}
.boxRingS01 .box_wrap .boxRingSlide01 {
  width: 41%;
}
.boxRingS01 .box_wrap .cont {
  width: 59%;
  padding-left: 10%;
}
.boxRingS01 .box_wrap .cont .ttl00 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.6em;
  color: #b7634b;
}
.boxRingS01 .box_wrap .cont .ttl01 {
  color: #b6634b;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.25rem;
  margin-bottom: 1.2em;
}
.boxRingS01 .box_wrap .cont > .boxBaseCom {
  margin-bottom: 60px;
}
.boxRingS01 .box_wrap .cont .box01 {
  display: flex;
}
.boxRingS01 .box_wrap .cont .box01 dl:nth-of-type(1) {
  width: 55%;
}
.boxRingS01 .box_wrap .cont .box01 dl:nth-of-type(2) {
  width: 45%;
}
.boxRingS01 .box_wrap .cont .box01 dl {
  display: flex;
  align-items: flex-start;
  color: #7b6a69;
  line-height: 1.81;
}
.boxRingS01 .box_wrap .cont .box01 dl dt {
  width: 4.7rem;
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  color: #7b6a69;
  padding: 0 0 0 27px;
  position: relative;
}
.boxRingS01 .box_wrap .cont .box01 dl dt:before {
  content: "";
  width: 1px;
  height: 23px;
  background: #552825;
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxRingS01 .box_wrap .cont .box01 dl dt:after {
  content: "";
  width: 1px;
  height: 23px;
  background: #552825;
  position: absolute;
  left: 4px;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxRingS01 .box_wrap .cont .box01 dl dd {
  width: calc(100% - 4.7rem);
}
.boxRingS01 .box_wrap .cont .box01 dl dd .pair {
  font-size: 1.625rem;
  position: relative;
  top: -0.45em;
}
.boxRingS01 .box_wrap .cont .box01 dl dd .pair .tax-small {
  font-size: 1rem;
  color: #7b6a69;
}
.boxRingS01 .box_wrap .cont .box02 {
  margin-top: 60px;
}
.boxRingS01 .box_wrap .cont .box02 .ttl {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #b7644c;
  text-align: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 1.3em 0;
  position: relative;
  cursor: pointer;
}
.boxRingS01 .box_wrap .cont .box02 .ttl:after {
  content: "";
  width: 19px;
  height: 1px;
  background-color: #b7644c;
  position: absolute;
  right: 22px;
  top: 50%;
}
.boxRingS01 .box_wrap .cont .box02 .ttl:before {
  content: "";
  width: 1px;
  height: 19px;
  background-color: #b7644c;
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
}
.boxRingS01 .box_wrap .cont .box02 .boxBaseCom {
  margin-top: 28px;
  display: none;
}
.boxRingS01 .box_wrap .cont .box02 .boxBaseCom p {
  font-size: 1rem;
}
.boxRingS01 .box_wrap .cont .box02 .ttl.show:before {
  content: none;
}
.boxRingS02Wrap {
  padding-bottom: 6rem;
  margin-top: 80px;
}
.boxRingS02 img {
  border-radius: 8px;
}
.boxIndex02In .box01 {
  position: relative;
}
.boxIndex02In .btnIndexBase02 {
  position: absolute;
  right: 7%;
  top: 0;
}
.boxIndex02In .box_wrap {
  display: flex;
  justify-content: space-between;
}
.boxIndex02In .box_wrap .item {
  width: 248px;
  margin-right: 15px;
}
.boxIndex02In .box_wrap .item .img {
  margin-bottom: 30px;
  /*width: 248px;
  height: 248px;*/
}
.boxIndex02In .box_wrap .item .img img {
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxIndex02In .box_wrap .item .p01 {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #552825;
  padding-right: 8px;
}
.boxIndex02In .box_wrap .item .p02 {
  margin-bottom: 0.8rem;
  color: #552825;
  font-size: 0.9375rem;
  padding-left: 1em;
  position: relative;
}
.boxIndex02In .box_wrap .item .p02:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10em;
  background-color: #edd3cc;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.boxIndex02In .box_wrap .item .p03 {
  font-size: 0.875rem;
}
.boxIndex02In .box_wrap .slick-next {
  right: -42px !important;
  transform: translateX(0) !important;
  top: 105px;
}
.boxIndex02In .box_wrap .slick-prev {
  left: -42px !important;
  transform: translateX(0) !important;
  top: 105px;
}
.boxIndex02In .box01:nth-child(n+2) {
  margin-top: 80px;
}
.boxIndex02In .box01:nth-of-type(2) .ttlBaseH2 .en {
  color: #d5cf86;
}
.boxIndex02In .box01:nth-of-type(2) .box_wrap .item .p02:before {
  background-color: #d5cf86;
}

@media only screen and (max-width:750px) {
  .boxRingS01 .box_wrap {
    display: block;
  }
  .boxRingS01 .box_wrap .boxRingSlide01 {
    width: 100%;
  }
  .boxRingS01 .box_wrap .cont {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
  .boxRingSlide01 .slick-prev {
    left: 2vw!important;
  }
  .boxRingSlide01 .slick-next {
    right: 2vw!important;
  }
  .boxRingS01 .box_wrap .cont .box01 {
    display: block;
  }
  .boxRingS01 .box_wrap .cont .box01 dl {
    width: 100%!important;
  }
  .boxRingS01 .box_wrap .cont .box01 dl:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  .boxIndex02In .box_wrap .slick-prev {
    left: -2vw !important;
    top: 28%!important;
  }
  .boxIndex02In .box_wrap .slick-next {
    right: -2vw !important;
    top: 28%!important;
  }
  .boxIndex02In .box_wrap .item {
    margin-right: 0;
  }

  
  
}

.boxBrandList01 .boxBaseList02 {
  display: block;
}

.boxBrandList01 .boxListOneIn {
  display: flex;
}
.boxBrandList01 .boxListImg {
  width: 50%;
}
.boxBrandList01 .boxListTxt {
  width: 50%;
  padding-left: 5%;
  padding-bottom: 1.5rem;
  position: relative;
}
.boxBrandList01 .boxBaseList02 .boxListOne {
  width: 100%;
  margin-left: 0!important;
}
.boxBrandList01 {
  max-width: 1220px;
  margin: auto;
}
.boxBrandList01 .boxBaseList02 .ttlList {
  position: relative;
  padding-left: 5.5rem;
  margin-top: 0;
}
.boxBrandList01 .boxBaseList02 .ttlList .num {
  font-size: 3.5rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.boxBrandList01 .boxBaseList02 .ttlList .en {
  display: block;
  letter-spacing: 0.08em;
  color: #edd3cc;
  font-size: 1rem;
  font-family: "Jost", sans-serif;
  margin-top: 0.2em;
  padding-left: 0.2em;
  font-weight: 500;
}
.boxBrandList01 .boxBaseList02 .boxListCont dl {
  display: flex;
  color: #552825;
  font-size: 1rem;
  font-weight: bold;
}
.boxBrandList01 .boxBaseList02 .boxListCont dl dt {
  width: 5em;
}
.boxBrandList01 .boxBaseList02 .boxListCont dl dd {
  width: calc(100% - 8em);
}
.boxBrandList01 .boxBaseList02 .boxListCont dl:nth-child(n+2) {
  margin-top: 1em;
}
.boxBrandList01 .boxBaseList02 .boxListOne:nth-child(n+2) {
  margin-top: 5rem!important;
}
.boxBrandList01 .btnIndexBase02 {
  background-color: #f2ebe2;
  background-image: url(../../images/common/ico-arrow01.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11em;
  height: 2.5em;
}
.boxBrandList01 .boxBaseList02 .boxListImg img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.boxBrandList01 .txt {
  margin-bottom: 1.5em;
  line-height: 1.7;
}
.boxRing01 .boxIndex02In .box_wrap .item {
  margin: 0 0 0 2.5%;
  width: 18%;
}
.boxRing01 .boxIndex02In .box_wrap .item:nth-of-type(5n+1) {
  margin-left: 0;
}
.boxRing01 .boxIndex02In .box_wrap .item:nth-child(n+6) {
  margin-top: 2.5rem;
}
.boxBrandList01 .boxBaseList02 .boxListImg {
  box-shadow: none;
  aspect-ratio: 6 / 3;
}
@media only screen and (max-width:750px) {
  .boxRing01 .boxIndex02In .box_wrap .item {
    width: 48%;
    margin: 0!important;
  }
  .boxRing01 .boxIndex02In .box_wrap .item:nth-of-type(2n) {
    margin-left: auto!important;
  }
  .boxRing01 .boxIndex02In .box_wrap .item:nth-child(n+3) {
    margin-top: 2.5rem!important;
  }
  .boxBrandList01 .boxListOneIn {
    display: block;
  }
  .boxBrandList01 .boxListImg {
    width: 100%;
  }
  .boxBrandList01 .boxListTxt {
    width: 100%;
    padding: 0;
    margin-top: 2.5rem;
  }
  .boxBrandList01 .boxBaseList02 .boxListCont dl {
    font-size: 1rem;
  }
  .boxBrandList01 .btnIndexBase02 {
    position: static;
    margin-left: auto;
    margin-top: 2rem;
    font-size: 0.8rem;
    background-size: 1.5em;
  }
}

.boxRingSearch {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 100px auto;
  
}
.boxRingSearch .ttl {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  background-color: #fff;
  text-align: center;
  position: relative;
  display: block;
  color: #b6634b;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 1.3em 0;
}
.boxRingSearch .ttl:before {
  content: "";
  width: 1px;
  height: 19px;
  background-color: #b7644c;
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
}
.boxRingSearch .ttl:after {
  content: "";
  width: 19px;
  height: 1px;
  background-color: #b7644c;
  position: absolute;
  right: 22px;
  top: 50%;
}
.boxRingSearch .ttl.open:before {
  content: none;
}
.boxRingSearch .ttl small {
  font-size: 0.923em;
}
.boxRingSearch .boxRingSearchBtn {
  width: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 72px;
  cursor: pointer;
  z-index: 2;
}
.boxRingSearch .boxRingSearchBtn img {
  width: 39px;
}
.boxRingSearch .boxRingSearchBtn span {
  color: #ceaa5c;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  font-family: "Times New Roman", serif;
}
.boxRingSearchCont {
  padding: 80px;
  position: absolute;
  left: 0;
  top: 82px;
  width: 100%;  
  z-index: 1;
  background-color: rgba(245,238,235,0.9);
  display: none;
}
.boxRingSearchContIn {
  display: flex;
}
.boxRingSearchContIn dl:not(:last-child) {
  margin-right: 1.5%;
}
.boxRingSearchContIn dl dd{
  padding-left: 0.5rem;
}
.boxRingSearchContIn dl dt {
  background-color: #fff;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.12em;
  padding: 0.5em 0;
  margin-bottom: 1em;
  color: #50413f;
}
.boxRingSearchContIn dl dd li {
  margin-bottom: 1em;
}
.boxRingSearchContIn dl.cat01 {
  width: 15%;
}
.boxRingSearchContIn dl.cat02 {
  width: 15%;
}
.boxRingSearchContIn dl.cat03 {
  width: 35%;
}
.boxRingSearchContIn dl.cat03 dd ul {
  display: flex;
  flex-wrap: wrap;
}
.boxRingSearchContIn dl.cat03 dd ul li {
  width: 50%;
}
.boxRingSearchContIn dl.cat04 {
  width: 35%;
}
.boxRingSearchContIn dl.cat04 ul {
  display: flex;
  flex-wrap: wrap;
}
.boxRingSearchContIn dl.cat04 ul li {
  width: 48%;
}
.boxRingSearchContIn dl.cat04 ul li:nth-of-type(2n) {
  margin-left: auto;
}
.boxRingSearchContIn dl input {
  margin-right: 0.6rem;
}
.boxRingSearchContIn dl.cat01 dd > ul  ul {
  margin-top: 1em;
}
.boxRingSearchContIn dl label {
  display: flex;
  align-items: baseline;
}
.boxRingSearchContIn dl.cat03 .cat_bgcolor {
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
}
.boxRingSearchContIn dl.cat03 label:not(.search-label-cat10) .checkbox01-parts span {
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  margin-right: 8px;
  
}
.boxRingSearchContIn dl.cat03 label:not(.search-label-cat10) .checkbox01-parts {
  display: flex;
  align-items: baseline;
}
.boxRingSearchContIn02 {
  display: flex;
}
.boxRingSearchContIn02 .p01 {
  width: 65.5%;
  position: relative;
}

.boxRingSearchContIn02 .p01 input {
  width: 100%;
  border: 1px solid #b3b3b3;
  height: 49px;
  padding: 0 1em;
}
.boxRingSearchContIn02 .p02 {
  width: 33%;
  margin-left: 1.5%;
  position: relative;
}
.boxRingSearchContIn02 .p02:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("../../images/common/search-w.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 28%;
  top: 7px;
}
.boxRingSearchContIn02 .p02 button {
  background-color: #552825;
  width: 100%;
  border: none;
  height: 49px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.12em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 30px;
}
.boxRingSearchContIn02 .p02 button span {
  position: relative;
}
.boxRingSearchContIn02 .p02 button span:before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 10em;
  background: url("../../images/common/ico-loupe02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: -41px;
}
/*
.boxRingSearchContIn02 .p02 button span:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../../images/common/ico-loupe.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: -35px;
  top: 2px;
}*/
.boxRingSearchList .box_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.boxRingSearchContIn dl.cat03 .cat_bgcolor {
  display: none!important;
}
@media only screen and (max-width:750px) {
  .boxRingSearchCont {
    padding: 1.5rem;
  }
  .boxRingSearchContIn {
    display: block;
  }
  .boxRingSearchContIn dl {
    width: 100%!important;
  }
  .boxRingSearchContIn dl:nth-child(n+2) {
    margin-top: 2rem;
  }
  .boxRingSearchContIn02 {
    display: block;
  }
  .boxRingSearchContIn02 .p01 {
    width: 100%;
    margin-bottom: 0.8em;
  }
  .boxRingSearchContIn02 .p02 {
    width: 100%;
    margin: 0;
  }
  
}
#booking-package_inputFormPanel .row {
  display: flex;
  padding: 1em 0.5em!important;
  align-items: center
    ;
}
#booking-package_inputFormPanel .row .name {
  width: 20em;
  padding-bottom: 0;
}
#booking-package_inputFormPanel .row .value {
  width: calc(100% - 20em);
}
#booking-package_inputFormPanel .row .description {
  display: none;
}
#booking-package_inputFormPanel .row textarea {
  height: 10em;
}

#paymentPanel button {
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
    width: 443px!important;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10em;
    background: url(../../images/common/ico-arrow02.png) no-repeat right 16px center;
    background-color: #b6634b;
    color: #fff;
    font-weight: bold!important;
    font-size: 1.25rem!important;
    letter-spacing: 0.18em;
    border: none;
  margin: 2em auto 0 auto;
  cursor: pointer;
}
#returnToSchedules {
  background: none!important;
  border:none!important;
  text-decoration: underline;
  margin-top: 1.5em;
  letter-spacing: 0.2em;
  cursor: pointer;
  width: auto!important;
}
#nextAndReturnPanel {
  text-align: center;
}
@media only screen and (max-width:750px) {
  #booking-package_inputFormPanel .row .name {
    width: 100%;
    margin-bottom: 0.8em;
  }
#booking-package_inputFormPanel .row .value {
  width: 100%;
  }
  #booking-package_inputFormPanel .row {
    display: block;
    
  }
  #booking-package {
    display: block!important;
  }
  #paymentPanel button {
    width: 100%!important;
    height: 3.5rem;
  }
  #reservationHeader {
    font-size: 1.2rem!important;
    
  }
}
#booking-package input[type=text], #booking-package textarea, #booking-package-user-form input[type=text], #booking-package-user-form input[type=password], #booking-package-user-form textarea, #booking-package-loginform input[type=text], #booking-package-loginform input[type=password], #booking-package-loginform textarea, #booking-package-user-edit-form input[type=text], #booking-package-user-edit-form input[type=password], #booking-package-user-edit-form textarea {
  padding: 1em;
}
.boxContact01 {
  max-width: 1280px;
}

#booking-package button {
  padding: 0.25em 1.5em;
  border-radius: 0;
  border-width: 1px;
}
.boxContact01 .bnr {
  text-align: center;
  margin-bottom: 3rem;
}
.boxContact01 .bnr img {
  margin: auto;
}
.boxRingS02 {
  max-width: 1280px;
}
.boxRingS01 h2.wp-block-heading {
  margin-top: 0;
}


@media only screen and (max-width:750px) {
  .boxRingS01.boxSingleCont h2.wp-block-heading {
    margin-top: 0;
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
  .boxRingS01 .box_wrap .cont .ttl00 {
    margin-top: 1.2em;
    line-height: 1.7;
  }
  .boxRingS01 .wp-block-heading span {
    font-size: 0.85rem;
  }
  .boxBrandListS08 .box_wrap.slide02 .item a {
    margin: 0 2.5%;
    display: block;
  }
  .boxBrandListS02 .box_wrap .box .ttl {
    font-size: 1.25rem;
  }
  .ttlBaseH2.brand-top {
    margin-right: 5%;
    margin-left: 5%;
  }
  .boxSingleCont h3.wp-block-heading {
    padding-right: 1em;
  }
  .boxIndex02In .box_wrap .slick-prev,
  .boxIndex02In .box_wrap .slick-next {
    top: 42vw!important;
    transform: translateX(0) !important;
  }
  .boxRingSlide01 .slick-prev,.boxRingSlide01 .slick-next {
    top: 50%;

  }
  .slick-prev, .slick-next {
    width: 7vw!important;
    height: 7vw!important;
  }
    .boxBrandListS08 .box_wrap .slick-prev, .boxBrandListS08 .box_wrap .slick-next {
    top: 18vw!important;
  }
  
}

.noUi-horizontal .noUi-handle {
  width: 9px!important;
  height:9px!important;
  border-radius: 10em;
  background-color: #3d2400;
  border: none!important;
  box-shadow: none!important;
      right: -6px!important;
    top: -3px!important;
}
.noUi-horizontal {
  height: 3px!important;
}
.noUi-handle:after, .noUi-handle:before {
  content: none!important;
}
.noUi-target {
  box-shadow: none!important;
  background-color: #d2b2a8!important;
  border:none!important;
}
.noUi-connect {
  background-color: #3d2400!important;
}
.boxRingSearchContIn02Wrap {
  display: flex;
  margin-top: 3rem;
}
.boxRingSearchContIn02Wrap dl {
  width: 49%;
}
.boxRingSearchContIn02Wrap .boxRingSearchContIn02 {
  width: 49%;
  margin-left: auto;
  flex-wrap: wrap;
}
.boxRingSearchContIn02Title {
  width: 100%;
  background-color: #fff;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.12em;
    padding: 0.5em 0;
    margin-bottom: 1em;
    color: #50413f;
}
.boxRingSearchContIn02Wrap #price-slider {
  width: 35%;
}
.boxRingSearchContIn02Wrap dd {
  width: 100%;
  display: flex;
  align-items: center;
}
.boxRingSearchContIn02Wrap .input_area {
  width: 60%;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.boxRingSearchContIn02Wrap .input_area dd {
}
.boxRingSearchContIn02Wrap .cat-price input {
  height: 49px;
  width: 44%;
  margin-right: 5px;
}
@media only screen and (max-width:750px) {
  .boxRingSearchContIn02Wrap {
    display: block;
  }
  .boxRingSearchContIn02Wrap dl {
    width: 100%;
    margin-bottom: 3rem;
  }
  .boxRingSearchContIn02Wrap .boxRingSearchContIn02 {
    width: 100%;
  }
  .boxRingSearchContIn02Wrap .cat-price input {
    font-size: 0.9rem;
  }
  
  
  
}

.boxBrandListS03 .box_wrap .slick-next {
    right: -42px !important;
    transform: translateX(0) !important;
    top: 105px;
}
.boxBrandListS03 .box_wrap .slick-prev {
    left: -42px !important;
    transform: translateX(0) !important;
    top: 105px;
}
@media only screen and (max-width:750px) {
      .boxBrandListS03 .box_wrap .slick-prev, .boxBrandListS03 .box_wrap .slick-next {
        top: 18vw !important;
    }
  .boxBrandListS03 .box_wrap .slick-prev {
    left: -2vw!important;
  }
  .boxBrandListS03 .box_wrap .slick-next {
    right: -2vw!important;
  }
  
  
}


body:not(.home) .ring-brand-link {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
body:not(.home) .btnIndexBase01 {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    letter-spacing: 0.18em;
    font-size: 1.125rem;
    font-weight: bold;
    color: #552825;
    background-image: url(../../images/common/ico-arrow01.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #f2ebe2;
    border-radius: 10em;
  padding: 0 3em;
}
@media only screen and (max-width:750px) {
  body:not(.home) .btnIndexBase01 {
    width: 90%;
    margin: auto;
    line-height: 1.3;
    padding: 0 2.5rem 0 1.5rem;
    height: 3rem
  }
 body:not(.home) .btn-brand-link {
  white-space: nowrap; /* 折り返さない */
  overflow: hidden;
  max-width: 100%;
   font-size: 1rem;
  }
  
}
