@charset "UTF-8";
/** @format */
/*scssをインポート*/
/* 設定用。変数の宣言はここ*/
/** @format */
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/* リセットCSS、フォントサイズ*/
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ミックスイン、@extend、CSS3など*/
/** @format */
/* clearfix */
.clearfix, .footer_hukuoka {
  *zoom: 1;
}
.clearfix:after, .footer_hukuoka:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/**
 * ----------------------------------------------------
 * 福岡キャンペーンページ部分の基本設定
 * ----------------------------------------------------
 *
 * @format
 */
body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  background: url(../../_assets/images/hukuoka/bg_hukuoka_purple.png);
  background-size: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#koishi_hukuoka {
  padding-top: 4rem;
}

.header_hukuoka {
  width: 100%;
  max-width: 1000px;
  padding: 0.5rem 0 1rem 0;
  margin: 0 auto;
}
.header_hukuoka img {
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .header_hukuoka {
    width: 90%;
    max-width: 750px;
  }
}

.btn_box_bookinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto 4rem;
  width: 60%;
}
.btn_box_bookinfo a {
  width: 43%;
  padding: 0.6rem;
  color: #561d40;
  background-color: #ffe228;
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .btn_box_bookinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }
  .btn_box_bookinfo a {
    width: 40%;
    padding: 0.6rem;
    font-size: 1.2rem;
    font-weight: bold;
  }
}

.bookinfo_wrapper_hukuoka {
  width: 100%;
  margin: 6rem auto 4rem;
  padding: 2rem 0 1rem;
  background: url(../../_assets/images/hukuoka/bg_hukuoka_green.png);
}
.bookinfo_wrapper_hukuoka .bookinfo_box {
  width: 90%;
  margin: 0 auto;
  background: none;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media all and (max-width: 640px) {
  .bookinfo_wrapper_hukuoka {
    width: 100%;
    margin: 6rem auto 4rem;
  }
  .bookinfo_wrapper_hukuoka .bookinfo_box {
    width: 80%;
    margin: 0 auto;
  }
}

.online_bookshop_info_hukuoka {
  margin: 0 auto;
}

.movie_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 1rem 0;
  background: url(../../_assets/images/hukuoka/bg_hukuoka_green.png);
  background-size: 100%;
}
.movie_wrapper .movie_txt {
  width: 50%;
  margin: 1rem auto;
}
@media all and (max-width: 640px) {
  .movie_wrapper .movie_txt {
    width: 80%;
  }
}

.story_hukuoka_ver_wrapper {
  width: 100%;
  margin: 0 auto;
}
.story_hukuoka_ver_wrapper h2 {
  width: 30%;
  margin: 2rem auto;
}
.story_hukuoka_ver_wrapper p {
  text-align: center;
  margin: 3rem auto;
}
.story_hukuoka_ver_wrapper .p_yellow {
  color: #ffe228;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.story_hukuoka_ver_wrapper .tenjin_map {
  width: 50%;
  margin: 2rem auto;
  display: block;
}
.story_hukuoka_ver_wrapper .quote_box {
  width: 90%;
  display: flex;
  margin: 1rem auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.story_hukuoka_ver_wrapper .quote_box li {
  width: 40%;
  margin: 1rem;
  padding: 1rem;
  background-color: rgba(230, 208, 244, 0.3);
}
@media all and (max-width: 640px) {
  .story_hukuoka_ver_wrapper .tenjin_map {
    width: 80%;
    margin: 2rem auto;
  }
  .story_hukuoka_ver_wrapper .quote_box {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .story_hukuoka_ver_wrapper .quote_box li {
    width: 90%;
    margin: 1rem auto;
    padding: 1rem;
    background-color: rgba(230, 208, 244, 0.3);
  }
}

.footer_hukuoka {
  background: url(../../_assets/images/hukuoka/bg_hukuoka_green.png);
  padding: 2rem 0 2rem 0;
  min-height: 24rem;
}
.footer_hukuoka .footer_btn_top {
  display: block;
  width: 40%;
  margin: 2rem auto;
}
.footer_hukuoka .footer_btn_shotop {
  display: block;
  width: 10%;
  margin: 1rem auto;
}
.footer_hukuoka .copyright {
  color: #fff;
}
@media all and (max-width: 640px) {
  .footer_hukuoka .footer_btn_top {
    display: block;
    width: 80%;
    margin: 2rem auto;
  }
  .footer_hukuoka .footer_btn_shotop {
    display: block;
    width: 20%;
    margin: 1rem auto;
  }
}/*# sourceMappingURL=hukuoka.css.map */