@charset "UTF-8";
/* ======================================================
	Reset
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, 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: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

body {
  line-height: 1;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

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

ul {
  list-style: none;
}

li {
  list-style-type: none;
}

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

input, select {
  vertical-align: middle;
}

a {
  outline: none;
}

em {
  font-style: normal;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* ======================================================
	Frame
====================================================== */
/*
 * body
 */
body {
  min-width: 320px;
  background-color: #F7F4E5;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "MS P Gothic";
  font-size: 14px;
  color: #666666;
  line-height: 1.4;
}

@media screen and (min-width: 801px) {
  body {
    font-size: 15px;
  }
}
a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
}

a:hover {
  color: #666666;
  text-decoration: underline;
}

a:active {
  color: #666666;
}

.tl-blue a:link {
  color: #3FA9F5;
  text-decoration: underline;
}

.tl-blue a:visited {
  color: #3FA9F5;
}

.tl-blue a:hover {
  color: #3FA9F5;
  text-decoration: none;
}

.tl-blue a:active {
  color: #3FA9F5;
}

/*
 * layout
 */
.layout {
  margin-left: 1em;
  margin-right: 1em;
}

.layout.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 801px) {
  .layout {
    margin-left: auto;
    margin-right: auto;
  }

  .layout.w600 {
    max-width: 600px;
  }

  .layout.w700 {
    max-width: 700px;
  }

  .layout.w800 {
    max-width: 800px;
  }

  .layout.w900 {
    max-width: 900px;
  }

  .layout.w1000 {
    max-width: 1000px;
  }

  .layout.w1100 {
    max-width: 1100px;
  }

  .layout.w1200 {
    max-width: 1200px;
  }

  .layout.w1300 {
    max-width: 1300px;
  }

  .layout.w1400 {
    max-width: 1400px;
  }
}
/* ======================================================
	Common
====================================================== */
.cf:before, .cf:after, .section:before, .section:after {
  content: "";
  display: table;
}

.cf:after, .section:after {
  clear: both;
}

.cf, .section {
  zoom: 1;
}

a.op:hover,
button.op:hover,
a:hover img,
input.op:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  transition: opacity 0.2s ease-out;
}

a img {
  backface-visibility: hidden;
}

header img,
footer img,
main img,
aside img {
  width: 100%;
}

img.auto {
  width: auto !important;
}

img.max {
  width: auto !important;
  max-width: 100%;
}

.bg-white {
  background-color: #ffffff;
}

.bg-brown {
  background-color: #64503C;
}

.bg-paper {
  background-image: url("../img/common/share/bg-beige-wave.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 12px auto;
}

.textOutside {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#js-loading {
  background-image: url("../img/common/ajax-loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px auto;
}

.lazy {
  background-image: url("../img/common/ajax-loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px auto;
}

.googlemap {
  position: relative;
  width: 100%;
  margin: 10px 0 0;
  height: 0;
  padding-top: 56.25%;
}
.googlemap a {
  display: block;
  height: 100%;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 801px) {
  .googlemap iframe {
    pointer-events: none;
  }
}
.dis {
  display: block;
}

.none {
  display: none;
}

.ib {
  display: inline-block;
}

.inline {
  display: inline;
}

.pc {
  display: none;
}

.pc-ib {
  display: none;
}

.pc-il {
  display: none;
}

.smt {
  display: block;
}

.smt-ib {
  display: inline-block;
}

.smt-il {
  display: inline;
}

@media screen and (min-width: 801px) {
  .pc {
    display: block;
  }

  .pc-ib {
    display: inline-block;
  }

  .pc-il {
    display: inline;
  }

  .smt {
    display: none;
  }

  .smt-ib {
    display: none;
  }

  .smt-il {
    display: none;
  }
}
.inlineBlockCenter {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

.oh {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img.i-fl {
  float: left;
  width: 40%;
  margin: 0 10px 10px 0;
}

img.i-fr {
  float: right;
  width: 40%;
  margin: 0 0 10px 10px;
}

img.i-fr.w400 {
  width: 50%;
}

img.i-fl-smtFull,
img.i-fr-smtFull {
  float: none;
  width: 100%;
  margin: 0 0 10px 0;
}

@media screen and (min-width: 801px) {
  img.i-fr.w200 {
    max-width: 200px;
  }

  img.i-fr.w400 {
    max-width: 400px;
  }

  img.i-fl-smtFull {
    float: left;
    width: 40%;
    margin: 0 10px 10px 0;
  }

  img.i-fr-smtFull {
    float: right;
    width: 40%;
    margin: 0 0 10px 10px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

@media screen and (min-width: 801px) {
  .mt5 {
    margin-top: 10px !important;
  }

  .mt10 {
    margin-top: 20px !important;
  }

  .mt15 {
    margin-top: 30px !important;
  }

  .mt20 {
    margin-top: 40px !important;
  }

  .mb5 {
    margin-bottom: 10px !important;
  }

  .mb10 {
    margin-bottom: 20px !important;
  }

  .mb15 {
    margin-bottom: 30px !important;
  }

  .mb20 {
    margin-bottom: 40px !important;
  }

  .mb25 {
    margin-bottom: 50px !important;
  }

  .mb30 {
    margin-bottom: 60px !important;
  }

  .mb35 {
    margin-bottom: 75px !important;
  }

  .mb40 {
    margin-bottom: 80px !important;
  }

  .mb45 {
    margin-bottom: 90px !important;
  }

  .mb50 {
    margin-bottom: 100px !important;
  }

  .ml10 {
    margin-left: 20px !important;
  }

  .mr10 {
    margin-right: 20px !important;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

@media screen and (min-width: 801px) {
  .pl10 {
    padding-left: 20px !important;
  }

  .pr10 {
    padding-right: 20px !important;
  }
}
/* ======================================================
/  Allumer千葉・幕張店でワークショップ開催！
/====================================================== */
.header-txt {
  padding: 5px 0;
  background-color: #64503C;
  color: #ffffff;
  text-align: center;
}

.mainvisual {
  position: relative;
  margin-bottom: 20px;
  background-image: url("img/bg.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 600px auto;
}
.mainvisual .catch {
  padding: 10px;
  background-color: rgba(45, 15, 45, 0.5);
  color: #ffffff;
}
.mainvisual .catch dl {
  border: solid 1px #ffffff;
}
.mainvisual .catch dt {
  padding: 12px 10px 5px;
  border-bottom: solid 1px #ffffff;
  text-align: center;
  font-size: 32px;
}
.mainvisual .catch dd {
  padding: 15px 10px;
}

.mainvisual::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("img/bg-shadow.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 10px;
}

.box-wp {
  margin: 0 10px 20px;
  padding: 20px 10px;
  background-color: #ffffff;
  border: solid 1px #B4AB90;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-sizing: border-box;
}

.indent,
.indent-li li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.h-catch {
  margin-bottom: 15px;
  font-weight: bold;
}
.h-catch small {
  font-size: 16px;
  color: #8CAE11;
}
.h-catch em {
  font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
  color: #ED641E;
}

.txt-wp {
  overflow: hidden;
}
.txt-wp p {
  margin-bottom: 1em;
  line-height: 1.8;
}
.txt-wp .i-fr {
  width: 50%;
}

.outline-wp {
  padding: 15px 10px;
  background-image: url("img/bg-stripe.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 49px auto;
}
.outline-wp .title {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #ED641E;
}
.outline-wp dt,
.outline-wp dd {
  padding: 10px;
}
.outline-wp dt {
  background-color: #fdefe8;
  border-top: solid 1px #ED641E;
  font-weight: bold;
  text-align: center;
  color: #ED641E;
}
.outline-wp dd {
  background-color: #ffffff;
}

.img-wp {
  margin-bottom: 20px;
  letter-spacing: -.4em;
}
.img-wp img {
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 50%;
}

.conversion-wp .catch {
  margin-bottom: 20px;
  padding: 7px 0;
  background-color: #8CAE11;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.conversion-wp .limit {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.conversion-wp .limit dt {
  font-size: 16px;
}
.conversion-wp .limit dd {
  font-size: 20px;
  color: #ED641E;
}
.conversion-wp .howto dt {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
.conversion-wp .howto ul {
  margin-top: 1em;
}
.conversion-wp .howto li em {
  display: inline-block;
  width: 7em;
  font-weight: bold;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.conversion-wp .howto li a {
  color: #3FA9F5;
  text-decoration: underline;
}
.conversion-wp .howto li a:hover {
  text-decoration: none;
}
.conversion-wp .howto li.tels span,
.conversion-wp .howto li.tels a {
  font-size: 150%;
  font-weight: bold;
  color: #ED641E;
  text-decoration: none;
}
.conversion-wp .howto li.tels span s,
.conversion-wp .howto li.tels a s {
  text-decoration: none;
}
.conversion-wp .howto li:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #B4AB90;
}

.close {
  display: block;
  max-width: 260px;
  width: 50%;
  margin: 30px auto;
  padding: 10px 0;
  background-color: #64503C;
  font-weight: bold;
  color: #ffffff !important;
  text-align: center;
}

.bt-pagetop {
  position: fixed;
  right: 15px;
  bottom: 30px;
  width: 48px;
}

footer {
  padding: 5px 0;
  background-color: #64503C;
  color: #ffffff !important;
  text-align: center;
}

@media screen and (min-width: 801px) {
  .mainvisual {
    margin-bottom: 50px;
  }
  .mainvisual .ph {
    max-width: 1000px;
    margin: 0 auto;
  }
  .mainvisual .catch {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: 0;
    right: 0;
    width: 325px;
    margin: 0 auto;
    background-color: rgba(45, 15, 0, 0.6);
  }
  .mainvisual .catch dt {
    padding: 15px 0 8px;
    font-size: 40px;
  }
  .mainvisual .catch dd {
    padding: 20px 10px;
  }

  .mainvisual::after {
    bottom: -20px;
    height: 20px;
    background-size: auto 20px;
  }

  .box-wp {
    max-width: 1000px;
    margin: 0 auto 30px;
    padding: 30px 45px;
  }

  .h-catch {
    overflow: hidden;
    margin-bottom: 15px;
    background-image: url("img/bg-catch.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 164px auto;
  }
  .h-catch small {
    font-size: 2.6vw;
  }
  .h-catch em {
    font-size: 3.65vw;
  }

  .txt-wp {
    margin-bottom: 15px;
  }
  .txt-wp .i-fr {
    max-width: 300px;
    width: 30%;
  }

  .outline-wp {
    padding: 30px;
  }
  .outline-wp .title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .outline-wp dl {
    display: table;
    width: 100%;
  }
  .outline-wp dt,
  .outline-wp dd {
    display: table-cell;
    padding: 20px;
    background-color: #ffffff;
    border-top: solid 1px #ED641E;
  }
  .outline-wp dt {
    width: 25%;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }

  .img-wp {
    max-width: 1020px;
    margin: 0 auto 30px;
  }
  .img-wp img {
    width: 23%;
    margin: 0 1%;
  }

  .conversion-wp .catch {
    margin-bottom: 30px;
    padding: 10px 0 7px;
    font-size: 24px;
  }
  .conversion-wp .limit dt {
    font-size: 20px;
  }
  .conversion-wp .limit dd {
    font-size: 30px;
  }
  .conversion-wp .howto dt {
    font-size: 20px;
  }
  .conversion-wp .howto dd {
    text-align: center;
  }
  .conversion-wp .howto li {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.75vw;
  }
  .conversion-wp .howto li.pc {
    display: none !important;
  }
  .conversion-wp .howto li:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .close {
    margin: 50px auto;
    padding: 20px 0;
  }

  .bt-pagetop {
    right: 20px;
    bottom: 45px;
    width: 64px;
  }
}
@media screen and (min-width: 1000px) {
  .h-catch small {
    font-size: 28px;
  }
  .h-catch em {
    font-size: 40px;
  }

  .conversion-wp .howto li {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
