@charset "utf-8";
/*
Theme Name: GENESIS child
Theme URI:https://tcd-theme.com/tcd103/
Description:WordPressテーマ「GENESIS」の子テーマ
Template:genesis_tcd103
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/
#header_slider .swiper-slide,
#header_slider .item-inner {
  position: relative;
}

#header_slider .slide_link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#header_slider .overlay,
#header_slider_content {
  pointer-events: none;
}

#footer_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
}

#footer_nav2>ul {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

#footer_nav2>ul>li::before {
  content: "-";
  padding-right: 10px;
}

#footer_nav2>ul>li {
  width: 100%;
  line-height: 1.5;
  padding: 10px;
}