@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ヘッダーバー */
.l-header__bar {
  background: none;
}

.l-header__bar .l-container {
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}

.l-header__bar .c-catchphrase {
  font-size: 14px;
}

.c-sub-menu {
  @media (max-width: 1100px) {
    display: none;
  }
}

.c-sub-menu ul {
  display: flex;
}

.c-sub-menu li {
  padding: 0 14px;
  font-size: 14px;
}

.c-sub-menu li:nth-child(n+2) {
  border-left: 1px solid #e6e3e3;
}

.c-sub-menu li a {
  color: #383227;
  position: relative;
  text-decoration: none;

  &:hover {
    &::after {
      transform: scale(1,1);
    }
  }
}

.c-sub-menu li a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #383227;
  transform: scale(0,1);
  transform-origin: center top;
  transition: transform 0.3s;
}

/* ヘッダー */
.l-header .l-header__gnav {
  /* display: none; */
}

@media (min-width: 960px) {
  .-parallel .l-header__logo {
    display: flex;
    padding: 16px 48px;
  }
}

.c-headLogo {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 3px;
  color: #383227;
}

@media (min-width: 960px) {
  .c-headLogo {
    width: 30%;
    display: block !important;
    text-align: left;
  }
}

@media (min-width: 960px) {
  .c-header-right {
    width: 69.9%;
    display: flex;
    margin-left: auto;
  }
}

@media (max-width: 1100px) {
  .c-header-right {
    display: none;
  }
}

.c-header__tel {
  margin-left: auto;
  margin-bottom: 2px;
  line-height: 1.5em;
  color: #383227;
}

.c-header__tel span {
  display: block;
}

.c-header__tel-text01,
.c-header__tel-text02 {
  font-size: 11px;
  text-align: justify;
  text-align-last: justify;
}

.c-header__tel-number {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 2px;
}

.c-header__contact {
  padding-left: 1em;
}

.c-header__contact a {
  font-size: 16px;
  height: 88%;
  display: flex;
  align-items: center;
  padding: 0 2em;
  margin-top: 3px;
}

.c-header__contact-link {
  color: #fff;
  background: #383227;
  border: 1px solid #383227;
  border-radius: 50px;
  transition: all 1.0s;

  &:hover {
    color: #383227;
    background: #fff;
  }
}

/* グローバルナビゲーション */
.home #gnav {
  text-align: center;
}

.home ul.c-gnav {
  justify-content: center;
  padding: 10px 20px;
  position: relative;
}

.c-menu-item__service {
  &:hover ~ .c-mega-menu {
    opacity: 1;
    visibility: visible;
  }
}

.c-menu-item__about {
  &:hover ~ .c-mega-menu02 {
    opacity: 1;
    visibility: visible;
  }
}

.c-gnav>.menu-item>a {
  padding: 10px 14px;
  font-size: 18px;
}

.c-mega-menu,
.c-mega-menu02 {
  position: absolute;
  bottom: 54px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;

  &:hover {
    opacity: 1;
    visibility: visible;
  }
}

.c-bannerLink__title {
  text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
  font-weight: 700;
}