@charset "UTF-8";
/* CSS Document */
.header-wrap {
  width: 100%;
  padding-bottom: 10px; }

.inner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto; }

.inner:after {
  content: "";
  clear: both;
  display: block; }

@media screen and (max-width: 979px) {
  .inner {
    width: 100%;
    margin: 0 auto; } }
/* logoのhover */
a.logohover:hover {
  display: block;
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

/* header */
#top-head {
  font-size: 14px;
  position: relative;
  width: 100%;
  margin: auto 0;
  padding: 5px 0 5px;
  line-height: 1;
  z-index: 100; }

#top-head a,
#top-head {
  color: #333;
  font-size: 1.25em;
  text-decoration: none; }

#top-head .inner {
  position: relative; }

#top-head .logo {
  max-width: 240px;
  margin: 0 auto;
  padding: 0;
  font-size: 36px;
  text-align: center; }
  #top-head .logo img {
    width: 100%;
    margin-top: 0px; }

/*---------------------
ヘッダー　ロゴ、お問い合わせBOX 
----------------------*/
.header-wrap .inner {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center; }

.header-left {
  width: 20%; }
  .header-left h1.logo {
    padding: 0 5px; }
  .header-left p {
    display: block;
    width: 100%; }

.header-menu {
  width: 80%; }

.header-tel img {
  display: block;
  width: 100%;
  max-width: 280px; }

.fixed-tel-wrapper {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20; }
  .fixed-tel-wrapper .fixed-tel {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top-left-radius: 5px; }
  .fixed-tel-wrapper .fixed-tel img {
    display: block;
    width: 100%;
    max-width: 300px; }

@media screen and (max-width: 1100px) {
  .fixed-tel-wrapper {
    display: none; } }
/*---------------------
ヘッダー　ロゴ、お問い合わせBOX 
----------------------*/
.header-wrap2 {
  width: 100%; }
  .header-wrap2 .logo-smp-tbl {
    max-width: 240px;
    padding: 0; }
    .header-wrap2 .logo-smp-tbl img {
      width: 100%;
      margin-top: 0px; }

@media screen and (max-width: 979px) {
  .tel-smp-tbl {
    padding: 10px 0; } }
@media screen and (max-width: 767px) {
  .logo-smp-tbl {
    max-width: 240px;
    padding: 0;
    margin: 0 auto; }
    .logo-smp-tbl img {
      width: 100%;
      margin-top: 0px; }

  .tel-smp-tbl {
    border-top: 1px solid #eee; }
    .tel-smp-tbl img {
      width: 100%;
      max-width: 400px;
      margin: 0 auto; } }
/*---------------------
ヘッダーメニュー
----------------------*/
#gloval-nav ul {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 6px 30px 4px;
  list-style-type: none; }
#gloval-nav li {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; }

/*---------------------
ヘッダーメニュー hover
----------------------*/
.nav-pc {
  text-align: center;
  text-transform: uppercase; }

.nav-pc * {
  box-sizing: border-box; }

.nav-pc li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.75em;
  padding: 0; }

.nav-pc a {
  display: block;
  padding: 0.5em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none; }

.nav-pc a:before,
.nav-pc a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.nav-pc a:before {
  bottom: -5px;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #55b1ea; }

.nav-pc a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden; }

.nav-pc a:hover:before,
.nav-pc .current a:before {
  opacity: 1;
  width: 100%; }

.nav-pc a:hover:after,
.nav-pc .current a:after {
  max-width: 100%; }

nav#global-nav {
  clear: both;
  width: 100%; }

/* --------------------------------------
メニュー幅　個別設定 pc
-------------------------------------- */
/* --------------------------------------
メニュー部分 表示設定
-------------------------------------- */

/*# sourceMappingURL=nav2.css.map */
