@charset "utf-8";

.sp_hidden {
  display: none;
}

.pc_show {
  display: block;
}


/*ページトップ*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 0;
  width: 50px;
  height: 50px;
  background-color: #00537E;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*新商品LED*/
#new_led {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 99999;
}

#new_led a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#new_led a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ふわふわ */
.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;

  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

/* ふわふわアニメーション */
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(0, -10px);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}

@media screen and (max-width: 980px) {
  .fuwafuwa {
    display: none
  }
}

/*共通タイトル*/
.section_title01 {
  font-size: 3rem;
  text-align: center;
  line-height: 0.8em;
  max-width: 300px;
  margin: 0 auto;
  padding: 8px 0;
  position: relative;
  border-bottom: 2px solid #008AD1;
}

.section_title01:before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 45%;
  border: 12px solid transparent;
  border-top: 12px solid #008AD1;
}

.section_title01 span {
  font-size: 1.4rem;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1100px;
  margin: 0 auto;
}

.inner_800 {
  max-width: 800px;
  margin: 0 auto;
}

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

.wrapper {
  background: url(../../img/wrap_bg.png) repeat;
}

/*============== hader ==============*/

#header {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.des_txt {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.logo {
  padding-top: 5px;
}

.logo a {
  color: #12455F;
  transition: 0.3s;
}

.logo a:hover {
  opacity: 0.6;
}

.logo img {
  width: 340px;
}

.header_left {
  float: left;
}

.header_right {
  float: right;
}

.header_right ul li {
  float: left;
}

.sodan {
  margin-top: 24px;
}

.sodan img {
  vertical-align: bottom;
}

.header_tel {
  font-size: 3.8rem;
  font-weight: bold;
  color: #008AD1;
  margin: 11px 0 0 30px;
  letter-spacing: 0.2rem;
}

/*============== hader ==============*/

/*============== gnav ==============*/

.global-nav {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #E2E2E2;
  margin-top: 20px;
}

.gnav {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.gnav p {
  float: left;
  width: 140px;
  line-height: 1;
  border-left: 1px solid #ccc;
}

.gnav p.nav_last {
  border-right: 1px solid #ccc;
}

.gnav p a {
  color: #333;
  display: block;
  padding: 13px 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
}

.gnav p span {
  font-size: 1.2rem;
  color: #0071AC;
}

.gnav_inner {
  padding: 5px 0 64px;
  width: 980px;
  margin: 0 auto;
  position: relative;
}

/* バーのスタイル */
.global-nav--bar {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 140px;
  height: 5px;
  background: #008AD1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* .current（現在地）のバー位置 */
.global-nav p:nth-child(1).current~.global-nav--bar {
  left: 0px;
}

.global-nav p:nth-child(2).current~.global-nav--bar {
  left: 140px;
}

.global-nav p:nth-child(3).current~.global-nav--bar {
  left: 280px;
}

.global-nav p:nth-child(4).current~.global-nav--bar {
  left: 420px;
}

.global-nav p:nth-child(5).current~.global-nav--bar {
  left: 560px;
}

.global-nav p:nth-child(6).current~.global-nav--bar {
  left: 700px;
}

.global-nav p:nth-child(7).current~.global-nav--bar {
  left: 840px;
}

/* パーテーションのページだけ開いたときにバーをオレンジに */
.global-nav .crt_or {
  position: relative;
}

.global-nav .crt_or:before {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: #fd9800;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 2;
}

/* ホバーでバーの位置を変化 */
.global-nav p:nth-child(1):hover~.global-nav--bar {
  left: 0px;
  width: 140px;
}

.global-nav p:nth-child(2):hover~.global-nav--bar {
  left: 140px;
  width: 140px;
}

.global-nav p:nth-child(3):hover~.global-nav--bar {
  left: 280px;
  width: 140px;
}

.global-nav p:nth-child(4):hover~.global-nav--bar {
  left: 420px;
  width: 140px;
}

.global-nav p:nth-child(5):hover~.global-nav--bar {
  left: 560px;
  width: 140px;
}

.global-nav p:nth-child(6):hover~.global-nav--bar {
  left: 700px;
  width: 140px;
}

.global-nav p:nth-child(7):hover~.global-nav--bar {
  left: 840px;
  width: 140px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#change {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
  margin-top: 0;
}

#change ul {
  float: left;
  font-family: 'Droid Sans', sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  margin: 14px 0 14px 0;
}

#change .change_ul {
  margin-top: 22px;
}

#change ul li {
  float: left;
  margin-right: 23px;
  font-size: 1.4rem;
}

#change ul .sodan {
  margin-right: 15px;
}

#change ul li a {
  color: #1c262f;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s all;
}

#change ul li a:hover {
  color: #008AD1;
}

#change .header_tel {
  font-size: 2.4rem;
  margin: 0;
  letter-spacing: 0;
}

#change .sodan {
  width: auto;
  height: 40px;
  padding: 4px 16px 0 10px;
  margin-top: 0;
  font-size: 1.4rem;
}

/*============== gnav ==============*/

.footer_bg {
  margin-top: 30px;
  padding-top: 20px;
}

.footer_bg a {
  color: #fff;
}

.address {
  border: 3px solid #333;
  padding: 20px 15px;
  max-width: 800px;
  margin: 0 auto;
}

.address h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.address p {
  text-align: center;
}

.contact_btn {
  background: #008AD1;
  padding: 12px;
  margin: 40px auto 20px;
  text-align: center;
  font-size: 2.4rem;
  transition: all 0.3s;
  position: relative;
  max-width: 600px;
}

.contact_btn::before,
.contact_btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  transition: all .3s;
}

.contact_btn::before {
  border-top: 2px solid #F7E300;
  border-bottom: 2px solid #F7E300;
  transform: scale(0, 1);
}

.contact_btn::after {
  border-right: 2px solid #F7E300;
  border-left: 2px solid #F7E300;
  transform: scale(1, 0);
}

.contact_btn:hover::after,
.contact_btn:hover::before {
  transform: scale(1);
}

.contact_btn img {
  vertical-align: bottom;
}

.footer_logo {
  float: left;
  margin-right: 160px;
}

.footer_nav {
  float: left;
}

.footer_nav_list {
  float: left;
  margin-right: 60px;
}

.footer_nav_list li {
  margin-bottom: 10px;
  position: relative;
}

.footer_nav_list li::after {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.footer_nav_list li:hover {
  text-decoration: underline;
}

.footer_nav_list li:hover::after {
  margin-left: 5px;
}

.copy {
  background: #444;
  color: #fff;
  text-align: center;
  clear: both;
}

.footer_inner {
  background: #444;
  margin: 40px 0 0;
  padding: 40px 0;
  color: #fff;
}

#p1, #p2, #p3, #p4, #p5,
#p6, #p7, #p8 {
  margin-top: -100px;
  padding-top: 100px;
}

/*============== 採用ページ　gnav ==============*/
#recruit .note {
  font-size: 14px;
  margin: 15px 0;
}

#recruit .adAdress {
  font-size: 14px;
  width: 290px;
  max-width: 100%;
  padding: 10px 0 13px 0;
  margin: 0 auto;
  background: #FFF;
}