#access_detail dl:nth-child(2),
#access_detail dl:nth-child(3),
#access_detail dl:nth-child(4),
#access_detail dl:nth-child(5) {
  display: none;
}

#access_detail dl:nth-child(6),
#access_detail dl:nth-child(8) {
  position: relative;
  margin-top: 50px;
  border-bottom: none;
}

#access_detail dl:nth-child(6)::before,
#access_detail dl:nth-child(6)::after,
#access_detail dl:nth-child(8)::before,
#access_detail dl:nth-child(8)::after {
  position: absolute;
  font-size: .9em;
  font-weight: 600;
}
#access_detail dl:nth-child(6)::before {
  content: "本社へのお問い合わせ";
  top: -40px;
  left: 12px;
}

#access_detail dl:nth-child(6)::after {
  content: "（児童デイサービス・ピース）";
  top: -20px;
  left: 10px;
}

#access_detail dl:nth-child(7),
#access_detail dl:nth-child(9) {
  margin-top: -10px;
}

#access_detail dl:nth-child(8)::before {
  content: "生活介護事業所・ありすの家";
  top: -40px;
  left: 12px;
}

#access_detail dl:nth-child(8)::after {
  content: "児童デイサービス・ありす";
  top: -20px;
  left: 12px;
}

#access_detail.top_access dl:nth-child(n + 12) {
    display: none;
}
.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(n + 2):nth-child(-n + 5) {
  display: none;
}

.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(6),
.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(8) {
  position: relative;
  margin-top: 50px;
  border-bottom: none;
}

.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(6)::before,
.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(6)::after {
  position: absolute;
  font-size: .9em;
  font-weight: 600;
}
.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(6)::before {
  content: "本社へのお問い合わせ";
  top: -40px;
  left: 12px;
}

.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(6)::after {
  content: "（児童デイサービス・ピース）";
  top: -20px;
  left: 6px;
}

.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(7),
.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(9) {
  margin-top: -10px;
}

.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(8)::before,
.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(8)::after {
  position: absolute;
  font-size: .9em;
  font-weight: 600;
}

.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(8)::before {
  content: "生活介護事業所・ありすの家";
  top: -40px;
  left: 12px;
}

.shopLaySingle01 .shopContent .shopInfo .comDl:nth-child(8)::after {
  content: "児童デイサービス・ありす";
  top: -20px;
  left: 18px;
}

.myshop dl:nth-of-type(1),
.myshop dl:nth-of-type(7) {
  border-bottom: 1px solid #bde1ec;
}

.myshop dl:nth-of-type(n + 2):nth-of-type(-n + 5) {
  display: none;
}

.myshop dl:nth-of-type(6),
.myshop dl:nth-of-type(8) {
  position: relative;
  margin-top: 50px;
  border-bottom: none;
}

.myshop dl:nth-of-type(6)::before,
.myshop dl:nth-of-type(6)::after {
  position: absolute;
  font-weight: 600;
}
.myshop dl:nth-of-type(6)::before {
  content: "本社へのお問い合わせ";
  top: -40px;
  left: 6px;
}

.myshop dl:nth-of-type(6)::after {
  content: "（児童デイサービス・ピース）";
  top: -22px;
  left: 0;
}

.myshop dl:nth-of-type(7),
.myshop dl:nth-of-type(9) {
  margin-top: -10px;
}

.myshop dl:nth-of-type(8)::before,
.myshop dl:nth-of-type(8)::after {
  position: absolute;
  font-weight: 600;
}

.myshop dl:nth-of-type(8)::before {
  content: "生活介護事業所・ありすの家";
  top: -40px;
  left: 6px;
}

.myshop dl:nth-of-type(8)::after {
  content: "児童デイサービス・ありす";
  top: -20px;
  left: 6px;
}
#fl-icon-text-61922e0a22dc2 {
    height: 56px;
}

#access_contact i.fi-telephone::before {
    color: #1876b5;
    font-size: 32px;
    height: auto;
    width: auto;
}

#access_contact .fl-module {
    text-align: center;
}

@media (max-width: 768px) {
#access_contact  .fl-col-content.fl-node-content {
    margin-bottom: 30px;
}
.fl-node-5bbe868404e7d > .fl-module-content {
    margin-top: 0;
}
}

/*---フッター追従追加
------------------------------------------*/
.foot_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fixed_inner {
  background: rgb(255 255 255 / 80%);
  padding: 16px;
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
  border-radius: 12px 0 0 0;
}

.foot_fixed a {
  transition: all 0.3s;
}

.foot_fixed img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

@media (hover: hover){
  .foot_fixed a:hover {
    opacity: .7;
  }
}

@media (hover: none){
  .foot_fixed a:active {
    opacity: .7;
  }
}

#header .sns_cnt {
  float: right;
  margin: 12px 8px 0 0;
}

#header .sns_cnt img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}