@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;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
img {
  max-width: 100%;
  height: auto;
  transition: all .5s ease, opacity .5s ease;
  -webkit-transition: all .5s ease, opacity .5s ease;
}
/* common
------------------------------ */
html {
  position: relative;
}
html:after{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/common/bg.jpg") no-repeat center/cover;
	z-index: -10;
}
body {
  font: 14px/1.6em Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  font-feature-settings: "palt";
  width: 450px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
	background-color:#f7e055;
}
section {
  padding-bottom: 40px;
}
h1 {}
h2 {
  margin-bottom: 20px;
}
h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.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: 50px;
}
/* top
------------------------------ */
#top {
  padding-top: 10px;
}
#top #info .end{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	padding: 15px;
	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: 270px;
  margin: 0 auto 20px;
}
#top #coupon .scroll-area img {
  width: 1000px;
  max-width: initial;
}
/* footer
------------------------------ */
footer {
  padding: 40px 0;
  background-color: #fff;
}
footer .inner h3.tC {
  color: #fff;
  padding: 7px;
  margin-bottom: 20px;
  background-color: #000;
}
footer .inner #mail a {
  font-size: 1.1em;
  text-decoration: underline;
}
footer .inner #mail a img {
  width: 20px;
        margin: 4px 6px 0 0;
}
footer #copyright {
  font-size: 0.92em;
  margin-top: 3%;
  text-align: center;
}
.wpcf7c-force-hide {
  display: none !important;
}