@charset "UTF-8";

/*-----------------------------サイトカラー変更---------------------------------*/
#t + div .heading.block_header_4 .h {
    color: #fff;
}

body.index:before {
    border-color: transparent transparent #ccc transparent;
}

body.index:after {
    border-color: #ccc transparent transparent transparent;
}

/*-----------------------------インスタグラムアイコン追加---------------------------------*/
#top_menu + .composite_box01 .inner_item .inner_item_txt {
  margin-top: 16px;
}

#top_menu + .composite_box01 .inner_item .inner_item_txt .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

#top_menu + .composite_box01 .inner_item .inner_item_txt .heading .-w-instagram {
  margin-left: 16px;
}

#top_menu + .composite_box01 .inner_item .inner_item_txt .heading img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 650px) {
#top_menu + .composite_box01 .inner_item {
  width: 100% !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
#top_menu + .composite_box01 .inner_item:nth-child(1) {
  margin-bottom: 2rem !important;
}
}