/* CSS Document */
/*キャッチコピー*/
#wccatchcopy{
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  border-bottom: 0 !important;
}
#wccatchcopy div.wcinner > * {
  padding: 0 !important;
  white-space: inherit !important;
  line-height: 0 !important;
  font-size: 0 !important;
  height: 0  !important;
}
/*透明*/
.opa{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
}
/*こめ*/
.kome{
  font-size: 0.9rem;
  display: flex;
}
.kome::before{
  content: "※";
  flex: none;
  margin-right: 0.5rem;
}
/*色変*/
.red{
  color: #bf5847;
}
/*太さ*/
.bold{
  font-weight: 700;
}
/*コンテンツタイトル*/
.contents_title{
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.contents_title::before{
  content: "Concept";
  font-family: "ZenKaku";
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1em;
}
/*画像*/
figure{
}
figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
figure img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.75rem;
}
/*header*/
header#wcheader{
  background-color: rgba(0,0,0,0) !important;
}
html.wctop header#wcheader div.headerlogo[logo-type="maskdirect"] h2{
  background-color: #fff !important;
}
html.wctop header#wcheader .menubtn[wc-icon]:not(.wcshowmenuwrap)::before{
  background-color: #fff !important;
}
html.wctop header#wcheader .menubtn[wc-icon][name]:not([item-pos*="show"])::after{
  color: #fff !important;
}
header#wcheader .menubtn:not(.wcshowmenuwrap) span.btndeco{
  display: none !important;
}
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::before {
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
/*footer*/
footer .namedataarea[flex-flow]{
  justify-content: flex-start !important;
}
footer .namedataarea{
}
footer div.footer .footeritem.logolineitem {
  width: fit-content !important;
  margin: 0 !important;
}
footer .namedataarea{
  width: auto !important;
}
body[wc-view-code="pc"] footer div.footer .footeritem.logolineitem{
  margin-left: 1.5rem !important;
}
footer .footerflex {
  flex-direction: column !important;
  align-items: baseline !important;
}
body[wc-view-code="tb"] footer div.footer,
body[wc-view-code="pc"] footer div.footer{
  justify-content: flex-start !important;
}
body[wc-view-code="tb"] footer .footerflex > :not(.topauto),
body[wc-view-code="pc"] footer .footerflex > :not(.topauto){
  margin-top: 0 !important;
}

.footersnsarea > div{
  background-color: transparent !important;
}
.footersnsarea > div[svg-color="true"] a {
  background-color: #f1ede4 !important;
}
/*トップ*/
.top{
  height: var(--windowfixdheight);
  position: relative;
  z-index: 1;
}
.top .top_text{
  position: absolute;
  inset:0;
  z-index: 3;
  background-color: rgba(73,59,53,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .top_text::after{
  content: "";
  width: 100vw;
  height: 16.7vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
   -webkit-mask-image: url("/cp_works/light_plan/cafe/img/svg/sp_sliderdeco.svg");
  mask-image: url("/cp_works/light_plan/cafe/img/svg/sp_sliderdeco.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #f1ede4;
}
body[wc-view-type="tb"] .top .top_text::after{
   -webkit-mask-image: url("/cp_works/light_plan/cafe/img/svg/tb_sliderdeco.svg");
  mask-image: url("/cp_works/light_plan/cafe/img/svg/tb_sliderdeco.svg");
  height: 13.1vw;
}
body[wc-view-type="tb-l"] .top .top_text::after,
body[wc-view-code="pc"] .top .top_text::after{
   -webkit-mask-image: url("/cp_works/light_plan/cafe/img/svg/pc_sliderdeco.svg");
  mask-image: url("/cp_works/light_plan/cafe/img/svg/pc_sliderdeco.svg");
  height: 7.7vw;
}
.top .top_text h2{
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
body[wc-view-code="pc"] .top .top_text h2{
  font-size: 2rem;
}
.top .top_text h2::before{
  content: "Secret Base";
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "ZenKaku";
}
.top_s_warp{
  height: var(--windowfixdheight);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top .top_s_warp .t_slider_block .slider_box figure img{
  border-radius: 0 !important;
}
/*トップスライダー変更*/
.top .cs_wrap[class*="fade"],
.top .cs_inner,
.top .cs_wrap[class*="fade"] .comboslider .cs_item img:not(.wcexclusion){
  width: 100vw !important;
}
.top .cs_wrap[class*="fade"] .comboslider .cs_item img:not(.wcexclusion){
  height: var(--windowfixdheight) !important;
}
.top .cs_wrap[class*="fade"] .comboslider{
  width: 100vw !important;
  height: var(--windowfixdheight) !important;
}
.top .top_s_warp .cs_wrap,
.top .top_s_warp .cs_wrap .cs_inner,
.top .top_s_warp .t_slider_block .slider_box{
  width: 100vw !important;
  height: var(--windowfixdheight) !important;
}
/*concept*/
.concept{
  box-sizing: border-box;
  background-color: #f1ede4;
}
body[wc-view-code="sp"] .concept{
  padding: calc(var(--headerHeight) / 1.5) 7vw var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] .concept{
  padding: calc(var(--headerHeight) / 1.5) 10vw var(--headerHeight) 10vw;
}
body[wc-view-type="tb-l"] .concept{
  padding: calc(var(--headerHeight) / 1.5) 5vw var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .concept{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
.concept .c_text{
}
body[wc-view-code="pc"] .concept .c_text{
  margin-top: 1.5rem;
}
.concept .c_text > p{
  margin-top: 1rem;
  line-height: 1.8rem;
}
body:not([wc-view-code="sp"]) .concept .c_text > p{
  text-align: center;
}
body[wc-view-code="pc"] .concept .c_text > p{
  line-height: 2rem;
}
/*メニュー*/
.menu{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .menu{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] .menu{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="tb-l"] .menu{
  padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .menu{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.menu .contents_title::before{
  content: "Menu";
}
.menu article{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
body[wc-view-code="sp"] .menu article{
  flex-direction:column;
}
body[wc-view-type="tb-l"] .menu article:nth-of-type(even),
body[wc-view-code="pc"] .menu article:nth-of-type(even){
  flex-direction: row-reverse;
}
body[wc-view-code="tb"] .menu article:not(:first-of-type),
body[wc-view-code="pc"] .menu article:not(:first-of-type){
  margin-top: var(--headerHeight);
}
.menu article figure{
}
body[wc-view-type="tb"] .menu article figure,
body[wc-view-code="sp"] .menu article figure{
  order: 1;
}
body[wc-view-type="tb-l"] .menu article figure,
body[wc-view-code="pc"] .menu article figure{
  width: 50%;
}
.menu article figure img{
}
body[wc-view-type="tb"] .menu article figure img{
  aspect-ratio:2/1;
}
.menu article .menu_text{
  box-sizing: border-box;
}
body[wc-view-type="tb"] .menu article .menu_text,
body[wc-view-code="sp"] .menu article .menu_text{
  order:2;
  padding: 1rem 1rem 0 1rem;
}
body[wc-view-type="tb-l"] .menu article .menu_text,
body[wc-view-code="pc"] .menu article .menu_text{
  width: 50%;
}
body[wc-view-type="tb-l"] .menu article:nth-of-type(odd) .menu_text{
  padding-right: 1.5rem;
}
body[wc-view-code="pc"] .menu article:nth-of-type(odd) .menu_text{
  padding-right: 2rem;
}
body[wc-view-type="tb-l"] .menu article:nth-of-type(even) .menu_text{
  padding-left: 1.5rem;
}
body[wc-view-code="pc"] .menu article:nth-of-type(even) .menu_text{
  padding-left: 2rem;
}
.menu article .menu_text > h2{
  font-weight: 700;
  border-bottom: 1px solid;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 0.5rem 0.5rem 0.5rem;
  box-sizing: border-box;
}
.menu article .menu_text > p{
  line-height: 1.8rem;
  padding: 0.5rem 1rem 0 1rem;
  box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .menu article .menu_text > p{
  padding-top: 1rem;
}
.menu article .menu_text > .recommend{
  margin-top: 1rem;
}
.menu article .menu_text > .recommend > dt{
}
.menu article .menu_text > .recommend > dt h3{
  font-weight: 700;
  padding: 0 1rem;
  display: table;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.menu article .menu_text > .recommend > dd{
  border: solid 1px #aeaeae;
  padding:1rem 0.5rem 1rem 0.5rem;
  box-sizing: border-box;
  margin-top: -0.75rem;
  border-radius: 0.75rem;
}
body[wc-view-code="pc"] .menu article .menu_text > .recommend > dd{
  padding: 1rem 0.75rem 1rem 0.75rem;
}
.menu article .menu_text > .recommend > dd .r_m_list{
  list-style-position: outside;
  list-style: none;
}
body[wc-view-code="pc"] .menu article .menu_text > .recommend > dd .r_m_list{
  width: 100%;
}
.menu article .menu_text > .recommend > dd .r_m_list li{
  border-bottom: 1px dashed #aeaeae;
  padding: 0 0.5rem 0.35rem;
  box-sizing: border-box;
}
.menu article .menu_text > .recommend > dd .r_m_list li:not(:first-of-type){
  margin-top: 0.5rem;
}
.menu article .menu_text > .recommend > dd .r_m_list li dl{
  display: flex;
}
body[wc-view-code="sp"] .menu article .menu_text > .recommend > dd .r_m_list li dl{
}
.menu article .menu_text > .recommend > dd .r_m_list li dl > dt{
  width: calc(100% - 100px);
  padding-right: 0.5rem;
  box-sizing: border-box;
}
.menu article .menu_text > .recommend > dd .r_m_list li dl > dd{
  width: 100px;
}
.menu article .menu_text > .recommend > dd .r_m_list li dl > dd > p{
  text-align: right;
}
.menu article .menu_text > .recommend > dd .r_m_list li dl > dd > p .unit{
  font-size: 0.8rem;
}
.menu article .menu_list{
  border: solid 1px #aeaeae;
  box-sizing: border-box;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  width: calc(100% - 2rem);
  margin: 1rem auto 0 auto;
  border-radius: 0.75rem;
}
body[wc-view-type="tb"] .menu article .menu_list,
body[wc-view-code="sp"] .menu article .menu_list{
  order:3;
}
body[wc-view-type="tb-l"] .menu article .menu_list,
body[wc-view-code="pc"] .menu article .menu_list{
  width: 100%;
  padding: 0.75rem 0.5rem 0.75rem 0.5rem;
}
body[wc-view-type="tb-l"] .menu article .menu_list{
  margin-top: 1.5rem;
}
body[wc-view-code="pc"] .menu article .menu_list{
  margin-top: 2rem;
}
.menu article .menu_list > dt{
  font-weight: 700;
  text-align: center;
}
.menu article .menu_list > dd{
}
.menu article .menu_list > dd ul{
  list-style: none;
  list-style-position: outside;
  padding-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-code="sp"] .menu article .menu_list > dd ul{
  flex-direction: column;
  gap:0.5rem
}
body:not([wc-view-code="sp"]) .menu article .menu_list > dd ul{
  padding-top: 0.75rem;
  gap:0.75rem
}
.menu article .menu_list > dd ul li{
  border-bottom: 1px dashed #aeaeae;
  padding: 0 0.5rem 0.35rem;
  box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .menu article .menu_list > dd ul li{
  width: calc(50% - 0.375rem);
}
.menu article .menu_list > dd ul li > dl{
  display: flex;
}
.menu article .menu_list > dd ul li > dl dt{
  width: calc(100% - 100px);
  padding-right: 0.5rem;
  box-sizing: border-box;
}
.menu article .menu_list > dd ul li > dl dd{
  width: 100px;
}
.menu article .menu_list > dd ul li > dl dd p{
  text-align: right;
}
.menu article .menu_list > dd ul li > dl dd p .unit{
  font-size: 0.8rem;
}
/*採用情報*/
.recruit{
  box-sizing: border-box;
  background-color: #f1ede4;
}
body[wc-view-code="sp"] .recruit{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .recruit{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .recruit{
  padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.recruit .contents_title::before{
  content: "Recruit";
}
.recruit .recruit_block{
}
.recruit .recruit_block dl{
  display: flex;
  margin-top: 1rem;
}
.recruit .recruit_block dl:not(:first-of-type){
  margin-top: 0.5rem;
}
body[wc-view-code="sp"] .recruit .recruit_block dl{
  flex-direction:column; 
}
.recruit .recruit_block dl dt,
.recruit .recruit_block dl dd{
  background-color: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
}
.recruit .recruit_block dl dt{
  font-weight: 700;
}
body[wc-view-code="sp"] .recruit .recruit_block dl dt{
  border-radius: 0.75rem 0.75rem 0 0;
}
body:not([wc-view-code="sp"]) .recruit .recruit_block dl dt{
  width: 180px;
  padding: 0.75rem;
}
body:not([wc-view-code="sp"]) .recruit .recruit_block dl dt{
  border-radius: 0.75rem 0 0 0.75rem;
}
.recruit .recruit_block dl dd{
}
body[wc-view-code="sp"] .recruit .recruit_block dl dd{
  border-radius: 0 0 0.75rem 0.75rem;
  margin-top: 1px;
}
body:not([wc-view-code="sp"]) .recruit .recruit_block dl dd{
  width: calc(100% - 181px);
  margin-left: 1px;
  padding: 0.75rem;
}
body:not([wc-view-code="sp"]) .recruit .recruit_block dl dd{
  border-radius: 0 0.75rem 0.75rem 0;
}
.recruit .recruit_block dl dd > p{
}
.recruit .recruit_block dl dd > ul{
  padding-left: 1rem;
  list-style-position: outside;
}
.recruit .recruit_block dl dd > ul li:not(:first-of-type){
  margin-top: 0.5rem;
}
/*店舗案内*/
.store{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .store{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .store{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .store{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.store .contents_title::before{
  content: "Store";
}
.store article{
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-code="sp"] .store .store_info,
body[wc-view-code="sp"] .store .access{
  margin-top: var(--headerBtnSize);
}
.store article > h2{
  width: 100%;
}
.store article > h2::before{
  content: "";
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "ZenKaku";
  margin: 0 auto 0.25rem auto;
  display: table;
}
.store article > h2 .back{
  display: block;
  position: relative;
  z-index: 2;
}
.store article > h2 .back::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aeaeae;
  z-index: -1;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.store article > h2 .back span{
  font-weight: 700;
  font-size: 1.15rem;
  background-color: #fff;
  display: table;
  padding-right: 1rem;
  margin: 0 auto;
  padding-left: 1rem;
}
.store .message{
}
body[wc-view-code="sp"] .store .message{
  margin-top: 1.5rem;
}
.store .message > h2{
}
.store .message > h2::before{
  content: "Message";
}
.store .store_info > h2::before{
  content: "Store Info";
}
.store .access > h2::before{
  content: "Access";
}
.store .message .m_text{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .store .message .m_text{
  padding: 0 0.75rem;
}
body[wc-view-type="tb"] .store .message .m_text{
  width: calc(100% - (200px + 1rem));
  padding: 0.75rem 1.5rem 0 1rem;
}
body[wc-view-type="tb-l"] .store .message .m_text{
  width: calc(100% - (260px + 1rem));
  padding: 0.75rem 1.5rem 0 1rem;
}
body[wc-view-code="pc"] .store .message .m_text{
  width: 750px;
  padding: 0.75rem 2rem 0 1rem;
}
.store .message .m_text > p{
  line-height: 1.8rem;
  margin-top: 0.25rem;
}
.store .message .m_text > .name{
  display: flex;
  width: fit-content;
  gap:0.5rem;
  margin-left: auto;
}
.store .message .m_text > .name span{
  font-weight: 700;
}
.store .message .m_text > .name .position{
  font-size: 0.8rem;
}
.store .message .m_text > .name .name_box{
  font-size: 1.15rem;
}
.store .message figure{
}
body:not([wc-view-code="sp"]) .store .message figure{
  margin-right: auto;
  margin-top: 1rem;
}
body[wc-view-code="sp"] .store .message figure{
  width: calc(100% - 2rem);
  margin: 1rem auto 0 auto;
}
body[wc-view-type="tb"] .store .message figure{
  width: 200px;
}
body[wc-view-type="tb-l"] .store .message figure{
  width: 260px;
}
body[wc-view-code="pc"] .store .message figure{
  width: calc(350px - 1rem);
}
body[wc-view-code="tb"] .store .message figure img{
  aspect-ratio:1/1.25;
}
body[wc-view-code="sp"] .store .message figure img,
body[wc-view-code="pc"] .store .message figure img{
  aspect-ratio:1/1;
}
/*店舗情報*/
.store .store_info .store_block{
  width: 100%;
  box-sizing: border-box;
}
body[wc-view-code="sp"] .store .store_info .store_block{
  width: calc(100% - 1.5rem);
  margin: 0 auto;
}
body[wc-view-type="tb-l"] .store .store_info .store_block{
  padding: 0 1rem;
}
body[wc-view-code="pc"] .store .store_info .store_block{
  width: 750px;
  margin: 0 auto;
}
.store .store_info .store_block > dl{
  margin-top: 1rem;
  display: flex;
}
body[wc-view-code="sp"] .store .store_info .store_block > dl{
  flex-direction: column;
  width: 100%;
}
.store .store_info .store_block > dl:not(:first-of-type){
  margin-top: 0.5rem;
}
.store .store_info .store_block > dl > dt,
.store .store_info .store_block > dl > dd{
  background-color: #f1ede4;
  padding: 0.5rem;
  box-sizing: border-box;
}
.store .store_info .store_block > dl > dt{
  font-weight: 700;
}
body[wc-view-code="sp"] .store .store_info .store_block > dl > dt,
body[wc-view-code="sp"] .store .store_info .store_block > dl > dd{
  width: 100%;
}
body[wc-view-code="pc"] .store .store_info .store_block > dl > dt,
body[wc-view-code="pc"] .store .store_info .store_block > dl > dd{
  padding: 0.75rem;
}
body[wc-view-code="sp"] .store .store_info .store_block > dl > dt{
  border-radius: 0.75rem 0.75rem 0 0;
}
body:not([wc-view-code="sp"]) .store .store_info .store_block > dl > dt{
  border-radius: 0.75rem 0 0 0.75rem;
  width: 180px;
}
.store .store_info .store_block > dl > dd{
}
body[wc-view-code="sp"] .store .store_info .store_block > dl > dd{
  margin-top: 1px;
  border-radius: 0 0 0.75rem 0.75rem;
}
body:not([wc-view-code="sp"]) .store .store_info .store_block > dl > dd{
  border-radius: 0 0.75rem 0.75rem 0;
  width: calc(100% - 181px);
  margin-left: 1px;
}
.store .store_info .store_block > dl > dd p{
}
.store .store_info .store_block > dl > dd ul{
  padding-left: 1rem;
  list-style-position: outside;
  box-sizing: border-box;
}
.store .store_info .store_block > dl > dd ul li:not(:first-of-type){
  margin-top: 0.5rem;
}
.store .store_info .store_block > dl > dd .in_dl{
}
.store .store_info .store_block > dl > dd .in_dl > dt{
}
.store .store_info .store_block > dl > dd .in_dl > dt span{
  border-bottom: 1px dashed;
  padding: 0 0.25rem 0.25rem 0.25rem;
  display: table;
}
.store .store_info .store_block > dl > dd .in_dl > dd{
  padding: 0.5rem 0.25rem;
}
/*アクセス*/
.store .access{
}
.store .access .access_box{
  width: 100%;
  height: auto;
  aspect-ratio:1.414/1;
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
body[wc-view-code="sp"] .store .access .access_box{
  width: calc(100% - 1.5rem);
  margin: 1rem auto 0 auto;
}
body[wc-view-code="tb"] .store .access .access_box{
  width: calc(100% - 2rem);
  margin: 1rem auto 0 auto;
}
body[wc-view-type="tb-l"] .store .access .access_box{
  aspect-ratio:2/1;
}
body[wc-view-code="pc"] .store .access .access_box{
  width: 750px;
  margin: 1rem auto 0 auto;
}
.store .access .access_box iframe{
  position: absolute;
  inset:0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
/*お問い合わせ*/
.contact{
  box-sizing: border-box;
  background-color: #f1ede4;
}
body[wc-view-code="sp"] .contact{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .contact{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .contact{
  padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.contact > p{
  margin: 1rem 0;
  line-height: 1.8rem;
}
body:not([wc-view-code="sp"]) .contact > p{
  text-align: center;
}
.contact > p .kome{
  margin-top: 0.5rem;
  line-height: 1.2em;
}
body:not([wc-view-code="sp"]) .contact > p .kome{
  margin: 0 auto;
  width: fit-content;
}
.contact .tel_block{
}
body[wc-view-type="tb-l"] .contact .tel_block,
body[wc-view-code="pc"] .contact .tel_block{
  width: 550px;
  margin: 0 auto;
}
.contact .tel_block > dt,
.contact .tel_block > dd{
  background-color: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
}
.contact .tel_block > dt{
  border-radius: 0.75rem 0.75rem 0 0;
  text-align: center;
  font-weight: 700;
}
.contact .tel_block > dd{
  border-radius: 0 0 0.75rem 0.75rem;
  margin-top: 1px;
}
.contact .tel_block > dd a{
  width: fit-content;
  display: flex;
  text-decoration: none;
  font-family: "ZenKaku";
  font-weight: 500;
  font-size: 1.5rem;
  align-items: center;
  color: #222;
  margin: 0 auto;
}
.contact .tel_block > dd a::before{
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  background-color: #222;
  flex: none;
  margin-right: 0;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.contact .tel_block > dd .b_time_block{
  display: flex;
}
body[wc-view-code="sp"] .contact .tel_block > dd .b_time_block{
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
body[wc-view-type="tb-l"] .contact .tel_block > dd .b_time_block,
body[wc-view-code="pc"] .contact .tel_block > dd .b_time_block{
  justify-content: center;
}
.contact .tel_block > dd .b_time_block .b_time{
  display: flex;
  align-items: center;
}
body:not([wc-view-code="sp"]) .contact .tel_block > dd .b_time_block .b_time{
  justify-content: center;
}
.contact .tel_block > dd .b_time_block .b_time:not(:first-of-type){
  margin-top: 0.15rem;
}
.contact .tel_block > dd .b_time_block .b_time > dt{
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-right: 0.25rem;
}
.contact form{
}
body[wc-view-code="pc"] .contact form{
  width: 750px;
  margin: 0 auto;
}
.contact form > dl{
  display: flex;
  margin-top: 1rem;
}
body[wc-view-code="sp"] .contact form > dl{
  flex-direction: column;
}
body[wc-view-type="tb-l"] .contact form > dl:nth-of-type(1){
  margin-top: 1.5rem;
}
.contact form > dl > dt{
  font-weight: 700;
  display: flex;
  padding-bottom: 0.25rem;
}
body:not([wc-view-code="sp"]) .contact form > dl > dt{
  width: 180px;
}
.contact form > dl > dt::before,
.contact form > dl > dt label{
  font-weight: 700;
}
.contact form > dl > dt::before{
  content: "";
  margin-right: 0.25rem;
  flex: none;
  font-size: 0.8rem;
  line-height: 1em;
  margin-top: 0.4rem;
}
.contact form > dl > .required::before{
  content: "必須:";
  color: #bf5847;
}
.contact form > dl > .any::before{
  content: "任意:";
}
.contact form > dl > dd{
}
body:not([wc-view-code="sp"]) .contact form > dl > dd{
  width: calc(100% - 181px);
  margin-left: 1px;
}
.contact form > dl > dd input.wc-input{
  background-color: #fff !important;
  --focusshadow:#f1ede4 !important;
}
.contact form input.wc-input.system_type:focus {
  background-color: var(--defBgColor);
  box-shadow: 0 0 .3rem -.05rem #f1ede4 inset;
}
.contact form .wc-textarea.system_type{
  --inputbg: #fff !important;
}
.contact form [wc-captcha]{
  border: none !important;
  padding-bottom: 0 !important;
}
.contact form [wc-captcha] .captchabtn{
  justify-content: center !important;
}
.contact form [wc-captcha] .captchadeco::after{
  border-color: #222 !important;
}
.contact form .btnswrap{
  display: flex;
  gap:0.75rem;
  justify-content: center;
  margin-top: calc(var(--avesize) * 2);
}