/** @format */

@charset "utf-8";

/* Wrap
----------------------------------------------------------- */
.wrapper {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: left;
}

/* HEADER
----------------------------------------------------------- */
header {
  color: #fff;
  height: 186px;
  position: relative;
  z-index: 10;
}

header h1 {
  font-size: 120%;
  position: absolute;
  top: 26px;
  left: 30px;
}

#logo {
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: -82px;
}

#btnEn {
  position: absolute;
  top: 27px;
  right: 182px;
}

#txtTelHead {
  position: absolute;
  top: 25px;
  right: 182px;
}

/* gnav
--------------------------------- */
#gnav {
  padding-bottom: 36px;
  margin-top: -180px !important;
  position: relative;
  z-index: 1;
  background: url(../img/top/bg_nav.png) repeat-x 0 0;
}

#gnav ul {
  display: flex;
  justify-content: space-between;
  gap: 0 35px;
  width: 940px;
  padding: 100px 0 0 0;
  margin: 0 auto;
}
#gnav li {
}
#gnav li a {
  display: block;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
#gnav li a:hover {
  opacity: 0.7;
}
#gnav li a .jp {
  display: block;
  font-size: 130%;
  font-family: 'Noto Serif JP', serif;
}
#gnav li a .en {
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: 5px;
}

/* HEADER 下層
----------------------------------------------------------- */
.header02 {
  height: auto;
}

.header02 .pc {
  width: 100%;
  min-height: 150px;
  background: url(../img/common/bg_blue.png) repeat-x;
  position: absolute;
  top: 0;
  z-index: 100;
}

.header02 .wrapper {
  position: relative;
}

#logo {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -82px;
}

#gnav02 {
  width: 100%;
  padding: 0 30px;
  position: absolute;
  left: 0;
  top: 90px;
  box-sizing: border-box;
}

#gnav02 ul li {
  float: left;
  /* margin-left: 25px; */
}
/* #gnav02 ul li:nth-child(6) {
  margin-left: 28px;
}

#gnav02 ul li:nth-child(8) {
  margin-left: 26px;
} */

/*contentWrap
------------------------------------------------------------------------ */

/* FOOTER
------------------------------------------------------------------------ */

footer {
  margin-top: 50px;
  border-top: 1px solid #dfdbc6;
  padding-top: 15px;
}

#footNav {
  background-color: #fff;
  padding: 20px 0 30px;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

#footNav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* width: 68%; */
  margin: 0 auto;
  text-align: center;
}

#footNav li {
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid #333;
  font-size: 120%;
}

#footNav li:first-child {
  border-left: 1px solid #333;
}

#footInfo .wrapper {
  position: relative;
}

#logoFoot {
  width: 160px;
  margin-bottom: 5px;
}

#logoFoot img {
  width: 100%;
  height: auto;
}

#address {
  width: 70%;
  font-size: 140%;
  float: left;
}

#address address {
  font-size: 90%;
  padding-bottom: 20px;
}

ul.btn_sns {
  width: 165px;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

ul.btn_sns li {
  float: left;
  margin-left: 5px;
}

#copyright {
  clear: both;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #222;
  border-top: 1px solid #dfdbc6;
}

/*PAGETOP
------------------------------------------------------------------------- */
#pageTop {
  width: 44px;
  height: 44px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}

#pageTop img {
  width: 100%;
  height: auto;
}
