@charset "UTF-8";
/*
 Theme Name:   kitakyushu-jimotoichiban
*/
/* reset
------------------------------ */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, sub, sup, i, small, address, time, fieldset, form, label, legend, hr, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, nav, section, article, aside, figure, figcaption, canvas, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}
ul, ol, li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
/* common
------------------------------ */
body {
  font: 13px/1.6em Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  font-feature-settings: "palt";
  background-color: #f7e055;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block
}
section {
  margin-bottom: 10vw;
}
h1 {}
h2 {
  margin-bottom: 5vw;
}
h3 {
  font-size: 1.3em;
  margin-bottom: 2vw;
}
.forPC {
  display: none !important;
}
.inner {
  width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
  margin: 0 auto;
}
.fadeIn {
  -webkit-transform: translateY(5vw);
  transform: translateY(5vw);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}
.fadeIn.view {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.btn a {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  width: 90%;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 auto;
  text-align: center;
}
.btn.blue a {
  background-color: #29abe2;
  border: solid 3px #0071bc;
}
.btn.orange a {
  background-color: #f7931e;
  border: solid 3px #e86400;
}
.btn.gray a {
	color: #ccc;
  background-color: #777;
  border: solid 3px #666;
}
.btn-area .btn a {
  width: 100%;
}
.btn-area .btn {
  display: inline-block;
  width: 48.5%;
  margin: 0 0.5%;
}
.scroll-area {
  width: 100%;
  overflow-x: scroll;
}
.mb10 {
  margin-bottom: 3%;
}
.mb30 {
  margin-bottom: 6%;
}
.mb50 {
  margin-bottom: 8%;
}
.mb70 {
  margin-bottom: 12%;
}
.tR {
  text-align: right;
}
.tC {
  text-align: center;
}
.red {
  color: #c40018;
}
/* header
------------------------------ */
header {
  background: url("../img/common/bg_header.jpg") no-repeat top center/cover;
}
header #logo {
  width: 96%;
  margin: 0 auto;
  padding-top: 7vw;
}
/* top
------------------------------ */
#top {
  margin-top: 3vw;
}
#top #info .end{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	padding: 2vw;
	background-color: #ff0000;
}
#top #info .end.small{
	font-size: 1.3em;
}
#top #info .red {
  font-size: 1.12em;
}
#top #info .btn-area, #top #info .btn-area p {
  display: flex;
  justify-content: space-between;
}
#top #info .btn-area p a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
#top #line .scroll-area img {
  width: 1500px;
  max-width: initial;
}
#top #line h2,#top #coupon h2 {
  width: 52vw;
  margin: 0 auto 3vw;
}
#top #coupon .scroll-area img {
  width: 1000px;
  max-width: initial;
}
/* footer
------------------------------ */
footer {
  padding: 8vw 0;
  background-color: #fff;
}
footer .inner h3.tC {
  color: #fff;
  padding: 7px;
  margin-bottom: 5vw;
  background-color: #000;
}
footer .inner #mail a {
  font-size: 1.1em;
  text-decoration: underline;
}
footer .inner #mail a img {
  width: 4.5vw;
  margin: 1.1vw 6px 0 0;
}
footer #copyright {
  font-size: 0.92em;
  margin-top: 3%;
  text-align: center;
}
.wpcf7c-force-hide {
  display: none !important;
}