/* CSS Document */
/*kome*/
.kome{
	display: flex;
	font-size: 0.9rem;
}
.kome::before{
	content: "※";
	flex: none;
	font-size: 0.9rem;
	margin-right: 0.25rem;
}
/*電話番号のみ*/
.tel_num_only{
  display: flex;
  align-items: center;
  font-family: "Oswald";
  font-weight: 700;
  color: var(--defaultcolor);
  text-decoration: none;
  width: fit-content;
  margin: 0.5rem 0 0 0.75rem;
}
.tel_num_only::before{
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-color: var(--defaultcolor);
  -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;
}
/*テキストリンク*/
.text_link{
  text-decoration: none;
}
/*ボタン*/
div.guide_btn{
  display: table;
  margin: 0 auto;
}
div.guide_btn.tp_bt_margin{
  margin-top: 1rem;
  margin-bottom: 2rem;
}
div.guide_btn a{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 var(--headerBtnSize) 0 1rem;
  text-decoration: none;
  background-color: var(--defaultcolor);
  color: #fff;
  font-weight: 700;
  height: var(--headerBtnSize);
}
div.guide_btn.line a{
	background-color: #06c755;
	padding: 0 var(--headerBtnSize) 0 0.15rem;
}
div.guide_btn.line a::before{
	-webkit-mask-image: url("/img/line.svg");
  mask-image: url("/img/line.svg");
  left: 8px;
  width: var(--headerBtnSize);
  height: var(--headerBtnSize);
	content: "";
  background-color: #fff;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.guide_btn a::after{
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: calc(var(--headerBtnSize) - 6px);
  height: calc(var(--headerBtnSize) - 6px);
  right: 0;
  top: 3px;
  background-color: #fff;
  -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;
}
a.point{
  color: #ff716b;
  display: inline-block;
  font-weight: 700;
}
div.sidebtn{
  margin-bottom: 1rem;
  width: calc(100% - 1rem);
  margin-left: 1rem;
}
body[wc-view-type="sp"] div.sidebtn{
  margin: 0 auto 1rem auto;
  width: calc(100% - 2rem);
}
body[wc-view-type="sp"] div.sidebtn:first-child{
  padding-top: 1rem;
}
div.sidebtn.m_none{
  margin-bottom: 0;
}
div.sidebtn a{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 calc(var(--headerBtnSize) + 1rem ) 0 1.5rem;
  text-decoration: none;
  background-color: var(--defaultcolor);
  color: #fff;
  font-weight: 700;
  height: calc(var(--headerBtnSize) * 2);
  width: 100%;
  box-sizing: border-box;
}
div.sidebtn a::after{
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: calc(var(--headerBtnSize) - 6px);
  height: calc(var(--headerBtnSize) - 6px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  -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;
}
div.sideinner{
  padding-bottom: 1rem;
}
/*色変え*/
span.red,
span.red02{
  color: #ff716b;
  font-weight: 700;
}
span.red{
  padding-left: 0.5rem;
  display: table;
}
span.no_m_red{
  color: #ff716b;
  font-weight: 700;
}
p.red.point,
p.black.point{
  position: relative;
  z-index: 1;
  padding: 0 0 0 1rem !important;
  width: calc(100% - 1rem);
  margin-left: auto;
  line-height: 1.8rem;
}

p.red.point{
  color: #ff716b !important;
  font-weight: 700;
  margin-top: 1rem;
}
p.point.black{
  color: var(--defaultcolor);
  font-weight: 700;
  margin-top: 1rem;
}
p.point.red::before,
p.point.black::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  line-height: 1.8rem;
}
p.point.black{
  padding-left: 2rem !important;
}
p.point.black::before{
  left: 1rem;
}
p.red.point::after{
  font-size: 0.8rem;
  padding-right: 1rem;
  display: block;
}
p.red.point.car::after{
  content: "当日、事前にお申し出ください。";
}
p.red.point.kinshi::after{
  content: "上記の事項をお守りいただけない時は、ご退場いただく場合もございますので予めご了承ください。";
}
p.red.point.hako01::after{
  content: "分別されていないゴミはお持ち帰りまたはゴミ処理費を頂く場合がございますのでご注意ください";
}
p.red.point.hako02::after{
  content: "ゴミの回収時間は16:50迄。";
}
p.point.black::after{
  font-size: 0.8rem;
  display: block;
}
p.point.black::after{
  padding-right: 1rem;
}
p.point.black.trable::after{
  content: "施設内でのお客様同士のトラブル、事故、盗難、建造物、植物、自然災害、虫、獣に関しての事故や怪我等につきましては、当社では一切の責任を負いかねますので十分ご注意いただきますようお願い申し上げます。尚、上記の事項をお守りいただけない場合は、やむを得ずご退場いただくこともございますので予めご了承ください。";
}
/*コンテンツ*/
section.guideblock{
  padding: var(--headerHeight) 0 0 0;
}
section.guideblock div.p_toptitle{
  display: table;
  margin: 0 auto 1rem auto;
}
section.guideblock div.p_toptitle > h2{
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--defaultcolor);
  box-sizing: border-box;
}
section.guideblock div.p_toptitle span{
  font-size: 1rem;
  color: var(--defaultcolor);
  display: table;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin: 0 auto;
  font-family: 'Oswald';
}
section.guideblock div.p_toptitle span::before,
section.guideblock div.p_toptitle span::after{
  content: "";
  height: 2px;
  width: 1.5rem;
  background-color: var(--defaultcolor);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
section.guideblock div.p_toptitle span::before{
  left: 0;
}
section.guideblock div.p_toptitle span::after{
  right: 0;
}
section.guideblock div.guide_box{
  width: 100vw;
  position: relative;
  z-index: 1;
  padding-right: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] section.guideblock div.guide_box,
body[wc-view-type="tb"] section.guideblock div.guide_box,
body[wc-view-type="pc"] section.guideblock div.guide_box{
  width: 100%;
}
section.guideblock div.guide_box span.sticky{
  position: sticky;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  float: left;
  padding: calc(var(--headerHeight) + 10px) 0 10px 0;
  color: #fff;
  font-weight: 700;
  z-index: 10;
  margin: 0 2px 0 auto;
  display: flex;
  align-items: center;
  width: 36px;
  line-height: 1em;
  font-family: 'SansSerif';
}
body[wc-view-type="tb"] section.guideblock div.guide_box span.sticky{
  margin-left: calc(var(--columnLeftDif,0) * -1);
}
section.guideblock div.guide_box::after{
  content: "";
  position: absolute;
  width: 36px;
  top: 0;
  left: 0;
  bottom: 2px;
  background-color: #3399ff;
  z-index: 2;
}
body[wc-view-type="tb"] section.guideblock div.guide_box::after{
  left:calc(var(--columnLeftDif,0) * -1);
}
section.guideblock div.guide_box.secound::after{
  background-color:#ff716b;
}
section.guideblock div.guide_box.third::after{
  background-color: #ff915d;
}
section.guideblock div.guide_box.forth::after{
  background-color: #a4cc6f;
}
section.guideblock div.guide_box.fifth::after{
  background-color: var(--darkColorA);
}
section.guideblock div.guide_box div.guide_mid_box{
  padding:calc(var(--headerHeight) / 2) 0 var(--headerHeight) 36px;
  width: 100%;
  box-sizing: border-box;
}
section.guideblock div.guide_box.first div.guide_mid_box{
   border-top: solid 1px #3399ff;
}
body[wc-view-type="tb"] section.guideblock div.guide_box div.guide_mid_box{
  padding-left: calc(36px - var(--columnLeftDif,0));
}
section.guideblock div.guide_box div.guide_inbox{
  margin-top: 4rem;
}
section.guideblock div.guide_box div.guide_inbox:last-child{
  margin-bottom: 0;
}
section.guideblock div.guide_box div.guide_inbox > h3{
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--defaultcolor);
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
section.guideblock div.guide_box div.guide_inbox > h3{
  margin-top: calc(var(--headerHeight) * -1);
  padding-top: var(--headerHeight);
}
section.guideblock div.guide_box div.guide_inbox > h3 span.opacity{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
section.guideblock div.guide_box.first div.guide_inbox > h3{
  border-bottom: solid 1px #3399ff;
}
section.guideblock div.guide_box.secound div.guide_inbox > h3{
  border-bottom: solid 1px #FF0004;
}
section.guideblock div.guide_box.third div.guide_inbox > h3{
  border-bottom: solid 1px #ff915d;
}
section.guideblock div.guide_box.forth div.guide_inbox > h3{
  border-bottom: solid 1px #ff915d;
}
section.guideblock div.guide_box.fifth div.guide_inbox > h3{
  border-bottom: solid 1px #a4cc6f;
}
section.guideblock div.guide_box div.guide_inbox > p{
  line-height: 1.8rem;
  color: var(--defaultcolor);
  padding: 0 1rem;
  box-sizing: border-box;
}
section.guideblock div.guide_box div.guide_inbox dl.table01{
  width: calc(100% - 1rem);
  margin: 1rem 0 0 auto;
}
body[wc-view-type="sp"] section.guideblock div.guide_box div.guide_inbox dl.table01{
  display: block;
  box-sizing: border-box;
  margin-top: 1rem;
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dt{
  white-space: nowrap;
  display: table;
  padding: 0.75rem;
  margin-right: auto;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dt,
section.guideblock div.guide_box div.guide_inbox dl.table01 dd{
  padding: 0.5rem;
  box-sizing: border-box;
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dd{
  padding: 2.25rem 0.75rem 0.75rem;
  margin-top: -1.5rem;
  border-radius: 0 0 0.5rem;
  box-shadow: 0 0 .6rem -.3rem rgba(0,0,0,.4);
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dt{
  background-color: var(--defaultcolor);
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dt::before,
section.guideblock div.guide_box div.guide_inbox dl.table01 dt::after{
  position: absolute;
  display: block;
  left: 2px;
  content: "";
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dt::before{
  bottom: -0.5rem;
  z-index: 1;
  width: 0.5rem;
  height: 0.6rem;
  background-color: var(--defaultcolor);
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dt::after{
  bottom: -1rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem 0 0 0;
  background-color: var(--wcBg);
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dd{
  background-color: #fff;
  border-left: solid 2px var(--defaultcolor);
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dd p{
  line-height: 1.8rem;
  color: var(--defaultcolor);
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dd ul.guide_list01{
  margin-top: 0;
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dd ul.guide_list01 li{
  margin-bottom: 0;
}
ul.guide_list01{
  list-style: outside;
  padding: 0 0 0 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body[wc-view-type="tb"] ul.guide_list01,
body[wc-view-type="sp"] ul.guide_list01{
  padding-left: 2.3rem;
}
dl.table01 ul.guide_list01{
  margin-bottom: 0;
}
section.guideblock div.guide_box div.guide_inbox dl.table01 dd ul.guide_list01{
  padding-left: 1rem;
}
ul.guide_list01 li{
  color: var(--defaultcolor);
  margin-bottom: 1rem;
  line-height: 1.8rem;
}
ul.guide_list02{
  padding: 1rem 0 0 2rem;
  box-sizing: border-box;
  list-style: outside;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
body[wc-view-type="sp"] ul.guide_list02,
body[wc-view-type="tb"] ul.guide_list02{
  flex-flow: column;
  padding-left: 2.3rem;
}
ul.guide_list02 li{
  width: calc(100% / 2);
  margin-bottom: 1rem;
  color: var(--defaultcolor);
}
body[wc-view-type="tb"] ul.guide_list02 li,
body[wc-view-type="sp"] ul.guide_list02 li{
  width: 100%;
}
ul.guide_list02 li:last-child{
  margin-bottom: 0;
}
ul.guide_list03{
  list-style-position: outside;
  padding-left: 2rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] ul.guide_list03,
body[wc-view-type="tb"] ul.guide_list03{
  padding-left: 2.3rem;
}
ul.guide_list03 li{
  margin-bottom: 1rem;
  line-height: 1.8rem;
  color: var(--defaultcolor);
}
ul.guide_list03 li:last-child{
  margin-bottom: 0;
}
div.guid_contact{
  margin-top: 0.5rem;
}
div.guid_contact div.tel a{
  padding-left: 2.5rem;
  position: relative;
  z-index: 1;
}
div.guid_contact div.time{
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  align-items: center;
  font-weight: 700;
  display: flex;
  color: var(--defaultcolor);
}
div.guid_contact div.tel a{
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 700;
  color: var(--defaultcolor);
}
body[wc-view-type="tb"] div.guid_contact div.tel a,
body[wc-view-type="pc"] div.guid_contact div.tel a{
  pointer-events: none;
}
div.guid_contact div.time span{
  font-weight: 700;
  display: inline-block;
  font-size: 0.7rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.55rem;
  background-color: var(--defaultcolor);
  color: #fff;
  margin: 0.2rem 0.4rem 0.2rem 0;
  line-height: 1;
}
div.guid_contact div.tel a::after{
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 35px;
  height: 35px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--defaultcolor);
  -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;
}
div.time02{
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  align-items: center;
  font-weight: 700;
  display: flex;
  color: var(--defaultcolor);
}
div.time02 span{
  font-weight: 700;
  display: inline-block;
  font-size: 0.7rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.55rem;
  background-color: var(--defaultcolor);
  color: #fff;
  margin: 0.2rem 0.4rem 0.2rem 0;
  line-height: 1;
}
div.mail02{
  margin-bottom: 1rem;
}
div.mail02 a{
  padding-left: 2.5rem;
  display: table;
  position: relative;
  z-index: 1;
}
div.tel02 a{
  font-size: 1.5rem;
  color: var(--defaultcolor);
  text-decoration: none;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-left: 2rem;
}
div.tel02 a::after,
div.mail02 a::after{
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 35px;
  height: 35px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--defaultcolor);
  -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;
}
div.mail02 a::after{
  top: 0;
  transform:none;
}
div.cancel_box{
  margin-top: 1.5rem;
}
div.cancel_box.tp_margin{
  margin-top: 3rem;
}
div.cancel_box:first-child{
  margin-top: 0;
}
div.cancel_box > span.title{
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 700;
  color:var(--defaultcolor);
  padding-left: 0.5rem;
}
dl.table02{
  width: calc(100% - 1rem);
  margin-left: auto;
  margin-top: 2rem;
}
dl.table02 dt{
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--defaultcolor);
}
dl.table02 dd{
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fff;
}
dl.flow_box{
  width: calc(100% - 1rem);
  padding-bottom: 3rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
dl.flow_box::before{
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 1.75rem;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #39f;
}
dl.flow_box.flow_be_none::before{
  display: none;
}
dl.flow_box > dt{
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--defaultcolor);
  padding-left: 4.5rem;
  box-sizing: border-box;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #3399ff;
}
dl.flow_box > dt > span{
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  z-index: 2;
  background-color: #3399ff;
  border-radius: 100%;
  color: #fff;
  font-weight: 700;
  font-family: 'Oswald';
  text-align: center;
  padding-top: 1rem;
  font-size: 1.5rem;
  box-sizing: border-box;
}
dl.flow_box > dt > span::before{
  content: "STEP";
  color: #fff;
  position: absolute;
  z-index: 2;
  font-size: 0.7rem;
  left: 50%;
  top: 0.5rem;
  font-weight: 700;
  font-family: 'Oswald';
  line-height: 1em;
  transform: translateX(-50%);
}
dl.flow_box > dd{
  line-height: 1.8rem;
  color: var(--defaultcolor);
  padding-left: 4.5rem;
  box-sizing: border-box;
  width: 100%;
  padding-top: 1rem;
}
dl.flow_box > dd div.guide_btn{
  margin-top: 1rem;
}
dl.flow_box > dd .kome{
	line-height: 1.3em;
	margin-top: 0.3rem;
}
body[wc-view-type="pc"] dl.flow_box > dd .kome{
	width: 400px;
	margin: 0.5rem auto 0 auto;
}
.f_c_box{
  display: flex;
  margin-top: 0.75rem;
  gap:1rem;
}
body[wc-view-type="sp"] .f_c_box{
  flex-direction: column;
  gap:0.5rem;
}
.f_c_box .f_contact{
}
body[wc-view-type="tb"] .f_c_box .f_contact,
body[wc-view-type="pc"] .f_c_box .f_contact{
  width: calc(50% - 0.5rem);
}
.f_c_box .f_contact > dt{
}
.f_c_box .f_contact > dt span{
  display: table;
  color: #fff;
  background-color: var(--defaultcolor);
  border-radius: 1.5rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  line-height: 1em;
}
.f_c_box .f_contact > dd{
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-top: 0.25rem;
}
.f_c_box .f_contact > dd a{
  display: flex;
  align-items: center;
  font-family: "Oswald";
  font-weight: 700;
  color: var(--defaultcolor);
  text-decoration: none;
}
.f_c_box .f_contact > dd a::before{
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-color: var(--defaultcolor);
  -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;
}
/*追加*/
div.attention{
  width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: 0;
  padding: 1rem;
  box-sizing: border-box;
  border: solid 2px #ff716b;
  border-radius: 1rem;
}
div.attention p{
  color: var(--defaultcolor);
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
div.attention p span{
  font-weight: 700;
  color: #ff716b;
}
div.attention p:last-child{
  margin-bottom: 0;
}
.a_example{
  border-left: solid 2px #ff716b;
  box-sizing: border-box;
  padding: 0.75rem 0;
}
.a_example > dt{
  font-weight: 700;
  padding-left: 0.75rem;
  box-sizing: border-box;
}
.a_example > dd{
}
.a_example > dd .ae_box{
}
.a_example > dd .ae_box > dt{
  border-bottom: 1px dashed #ff716b;
  box-sizing: border-box;
  padding-left: 0.75rem;
}
.a_example > dd .ae_box > dd{
  padding-left: 0.75rem;
  box-sizing: border-box;
}
.a_example > dd .ae_box > dd > ul{
  padding-left: 1rem;
  box-sizing: border-box;
  list-style-position: outside;
}
.a_example > dd .ae_box > dd > ul li{
  margin-top: 0.5rem;
}
/*追加2024*/
dl.title_block{
  width: calc(100% - 1rem);
  margin: 1rem 0 0 auto;
}
dl.title_block > dt{
  background-color: var(--defaultcolor);
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  display: table;
  padding: 0.75rem;
  margin-right: auto;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
}
dl.title_block > dt::before,
dl.title_block > dt::after{
  content: "";
  position: absolute;
  display: block;
  left: 2px;
}
dl.title_block > dt::before{
  bottom: -0.5rem;
  z-index: 1;
  width: 0.5rem;
  height: 0.6rem;
  background-color: var(--defaultcolor);
}
dl.title_block > dt::after{
  bottom: -1rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem 0 0 0;
  background-color: var(--wcBg);
}
dl.title_block > dd{
padding: 2.5rem 0.75rem 0.75rem;
  margin-top: -1.5rem;
  border-radius: 0 0 0.5rem;
  box-shadow: 0 0 .6rem -.3rem rgba(0,0,0,.4);
  border-left: solid 2px var(--defaultcolor);
  background-color: #fff;
}
dl.title_block > dd dl.tel{
  margin-bottom: 1rem;
}
dl.title_block > dd dl.tel:last-of-type{
  margin-bottom: 0;
}
dl.title_block > dd dl.tel dt{
  color: var(--defaultcolor);
  font-weight: 700;
  margin-bottom: 0.15rem;
  line-height: 1em;
  border: 1px solid;
  display: table;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
}
dl.title_block > dd dl.tel dd{
}
dl.title_block > dd dl.tel dd a{
  display: table;
  text-decoration: none;
  color: var(--defaultcolor);
  font-size: 1.15rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-left: 1.7rem;
}
body:not([wc-view-type="sp"]) dl.title_block > dd dl.tel dd a{
  pointer-events: none;
}
dl.title_block > dd dl.tel dd a::before{
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-color: var(--defaultcolor);
  -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;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*kome*/
p.kome{
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  margin-top: 1rem;
}
p.kome.red,
p.kome.red::before{
  color: #ff716b !important
}
p.kome::before{
  content: "※";
  flex: none;
  margin-right: 0.25rem;
}