@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html {
  font-size: 12px;
  line-height: 2;
}

body {
  position:relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0 10px;
  max-width: 100%;
  box-sizing: border-box;
}

#wrapper {
  min-width: 320px;
  position: relative;
  padding: 50px 0 0;
}

.pc {
  display:none !important;
}
.pc-ib {
  display: none !important;
}

.sp {
  display:block !important;
}
.sp-ib {
  display: inline-block !important;
}

img {
  width: 100%;
}

input,select,textarea,label {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#header {
  height: 50px;
}

#header .logo {
  line-height: 40px;
  padding: 0 5px;
  font-size: 12px;
}

#header .logo img {
  height: 30px;
  padding-top: 10px;
  width: auto;
}

#header #menu-btn {
  background: url(../img/sp/nav-menu.png) no-repeat center center #fff;
  background-size: 25px 20px;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
}

#header .nav-ul {
  background: #000;
  display: none;
  font-size: 14px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 21;
}

#header .nav-ul li {
  box-sizing: border-box;
  border-bottom: solid 1px #333;
  float: left;
  line-height: 1;
  text-align: center;
  width: 50%;
}

#header .nav-ul li:nth-child(odd) {
  border-right: solid 1px #333;
}

#header .nav-ul li a {
  padding: 15px 0;
}

#header .nav-ul li.close-btn {
  background: #333;
  color: #fff;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

#header .nav-ul li.close-btn:before {
  background: #333;
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*------------------------------------------------------------------------------
  contact-block
------------------------------------------------------------------------------*/
.contact-block {
  margin: 30px 0 0;
  padding-top: 50px;
}

.contact-block .box {
  margin-bottom: 15px;
}

.contact-block .box + .box {
  border-top: 1px solid #333;
  padding-top: 15px;
}

.contact-block .box .ttl {
  line-height: 1;
  margin-bottom: 10px;
}

.contact-block .box .ttl span {
  padding-top: 5px;
}

.contact-block .box .ttl img {
  height: 15px;
  width: auto;
}

.contact-block .box.contact .txt-box .txt {
  padding-left: 2em;
}

.contact-block .btn {
  position: absolute;
  bottom: 0;
}

.contact-block .btn a {
  line-height: 34px;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#footer:before {
  height: 40px;
  width: 100%;
}

#footer .logo-box {
  margin: 20px 0;
}

#footer .logo-box .txt {
  font-size: 10px;
}

#footer .logo-box img {
  height: 21px;
  width: auto;
}

#footer .sitemap-box {
  margin-bottom: 10px;
}

#footer .sitemap-box .ttl {
  border-right: 0;
  border-bottom: 2px solid #231815;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 0 0 5px;
}

#footer .sitemap-box ul {
  font-size: 12px;
}

/*------------------------------------------------------------------------------
  copy
------------------------------------------------------------------------------*/
#copy ul {
  padding-top: 5px;
  text-align: center;
}

#copy ul li {
  padding: 10px 0;
}

#copy ul li + li {
  padding-left: 15px;
}

#copy .copyright {
  padding-bottom: 10px;
  text-align: center;
}

#copy .copyright img {
  max-width: 356px;
}

/*------------------------------------------------------------------------------
  pagetop
------------------------------------------------------------------------------*/
#pagetop {
  min-width: auto;
}