@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__logo {
  flex-shrink: 0;
}

.c-gnav {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.c-gnav > .menu-item {
  height: auto;
  padding: 0 10px;
}

.c-gnav > .menu-item > a {
  height: auto;
  padding: 10px 0;
}

.c-gnav > .menu-item:last-child > a {
  background: #f2503a;
  color: #fff;
  padding: 10px 1em;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
}
.c-gnav > .menu-item:last-child > a:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.c-gnav > .menu-item:last-child > a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(images/icon_email.svg) center center/cover;
  margin: 0 0.3em 0 0;
}
.c-gnav > .menu-item:last-child > a::after {
  display: none;
}