@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. BaseSet
 * 03. Layout
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
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; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  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 #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 140%;
  /*16px*/
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  min-width: 960px;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  body {
    font-size: 120%;
    min-width: 100%; } }
/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: underline; }

a:visited {
  color: #000;
  text-decoration: underline; }

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

/* fontsize
   ========================================================================== */
/*.text10 { @include fontsize(10); }
.text11 { @include fontsize(11); }
.text12 { @include fontsize(12); }
.text13 { @include fontsize(13); }
.text14 { @include fontsize(14); }
.text15 { @include fontsize(15); }
.text16 { @include fontsize(16); }
.text17 { @include fontsize(17); }
.text18 { @include fontsize(18); }
.text19 { @include fontsize(19); }
.text20 { @include fontsize(20); }
.text21 { @include fontsize(21); }
.text22 { @include fontsize(22); }
.text23 { @include fontsize(23); }
.text24 { @include fontsize(24); }
.text25 { @include fontsize(25); }
.text26 { @include fontsize(26); }*/
/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto; }

.ielt8 img,
.ie8 img {
  width: auto; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

.in-block {
  letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }

/* text style
   ========================================================================== */
.text-bold {
  font-weight: bold; }

/* margin
   ========================================================================== */
.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; }

.mt25 {
  margin-top: 25px !important; }

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

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

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !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; }

.mr5 {
  margin-right: 5px !important; }

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

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

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

.ml15 {
  margin-left: 15px !important; }

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

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

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

/* form label
   ========================================================================== */
input,
textarea {
  vertical-align: middle;
  outline: 0px none #fff; }

label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* display
   ========================================================================== */
.block {
  display: block; }

/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}*/
/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * レイアウト
 */
/* ==========================================================================
   wrapper
   ========================================================================== */
html {
  background: url(/css/images/body.gif) repeat left top; }

@media screen and (max-width: 767px) {
  html {
    background-size: auto 190px; } }
/* ==========================================================================
   header
   ========================================================================== */
header {
  background: url(images/texture02.gif) repeat left top; }

#head-inquiry {
  background-color: #5c3512;
  padding-bottom: 8px;
  padding-top: 6px;
  text-align: right; }

#head-btn,
#head-tel {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 2; }

#head-tel {
  color: #FFF;
  font-size: 100%;
  margin-left: 14px;
  text-align: left; }

#main-ill {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  margin: -73px auto 0;
  padding-bottom: 21px;
  padding-left: 12px;
  width: 960px; }

@media screen and (max-width: 767px) {
  header {
    background-size: 152px 70px; }

  #head-inquiry {
    text-align: center; }

  #head-tel {
    margin-left: 7px;
    width: 145px; }

  #main-ill {
    margin: 0 auto;
    padding-left: 0;
    position: relative;
    left: -3%;
    width: 90%; } }
/* ==========================================================================
   navigation
   ========================================================================== */
#head-logo,
#gnav {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

#head-logo {
  width: 222px; }

#gnav-wrap {
  background: url(/css/images/texture01.gif) repeat left top;
  padding-bottom: 5px;
  padding-top: 4px; }
  #gnav-wrap #gnav {
    margin-left: 162px;
    width: 570px; }
  #gnav-wrap li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }
  #gnav-wrap a,
  #gnav-wrap span {
    display: block; }
  #gnav-wrap span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
    background-image: url(images/gnav.png);
    background-repeat: no-repeat;
    height: 42px; }

#gnav01 {
  width: 137px; }
  #gnav01 span {
    background-position: left top; }
  #gnav01:hover span {
    background-position: left -42px; }

#gnav02 {
  margin-left: 109px;
  width: 36px; }
  #gnav02 span {
    background-position: -158px top; }
  #gnav02:hover span {
    background-position: -158px -42px; }

#gnav03 {
  margin-left: 123px;
  width: 111px; }
  #gnav03 span {
    background-position: -214px top; }
  #gnav03:hover span {
    background-position: -214px -42px; }

@media screen and (max-width: 767px) {
  #head-logo {
    display: block;
    margin: 0 auto;
    width: 40%; }

  #gnav-wrap #gnav {
    display: none; } }
/* ==========================================================================
   contents
   ========================================================================== */
.inner-cont {
  margin: 0 auto;
  width: 960px; }

.outer-cont {
  padding-left: 10px;
  padding-right: 10px; }

.relative {
  position: relative; }

@media screen and (max-width: 767px) {
  .inner-cont {
    width: 100%; } }
/* ==========================================================================
   button
   ========================================================================== */
.btn01 {
  background-color: #4AAACB;
  border-radius: 2px;
  color: #FFF;
  display: block;
  font-weight: bold;
  text-decoration: none; }
  .btn01 span {
    background: url(images/arrow_w_s.png) no-repeat right center;
    padding-right: 25px;
    display: block; }
  .btn01:visited {
    color: #FFF; }
  .btn01:hover {
    background-color: #D7890B;
    color: #FFF;
    text-decoration: none; }

.btn01.fs18 {
  font-size: 128.5714285714%;
  padding: 10px 17px 10px 30px;
  text-align: center; }

.btn01.fs22 {
  font-size: 157.1428571429%;
  padding: 10px 20px 10px 20px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .btn01 span {
    background-size: 4px auto;
    padding-right: 12px; }

  .btn01.fs18 {
    font-size: 85.7142857143%;
    padding: 8px 15px 8px 20px; }

  .btn01.fs22 {
    font-size: 128.5714285714%;
    padding: 10px 15px 10px 20px; } }
/* ==========================================================================
   催事出展について
   ========================================================================== */
#events {
  padding-bottom: 65px;
  padding-top: 54px; }

#events-ttl {
  text-align: center;
  margin-bottom: 75px; }

#events-point {
  margin-top: 30px; }

.inner-point {
  float: left;
  margin-left: 30px;
  width: 300px; }
  .inner-point:first-child {
    margin-left: 0; }
  .inner-point dt {
    padding-top: 48px;
    position: relative; }
  .inner-point .icon-point {
    left: 0;
    position: absolute;
    top: 0; }
  .inner-point .point-ttl {
    font-size: 142.8571428571%;
    font-weight: bold;
    color: #d7890b;
    margin-top: 5px; }
  .inner-point .point-summary {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝B","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 114.2857142857%;
    line-height: 1.375;
    margin-top: 10px; }

.point-summary {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1; }

#summary01 {
  background: url(images/events_summaty01.gif) no-repeat left top;
  height: 38px;
  width: 299px; }

#summary02 {
  background: url(images/events_summaty02.gif) no-repeat left top;
  height: 38px;
  width: 300px; }

#summary03 {
  background: url(images/events_summaty03.gif) no-repeat left top;
  height: 38px;
  width: 297px; }

@media screen and (max-width: 767px) {
  #events {
    padding-bottom: 32px;
    padding-top: 27px; }

  #events-ttl {
    margin: 0 auto 20px;
    width: 217px; }

  #events-copy {
    width: 272px; }

  #events-point {
    margin-top: 15px; }

  .inner-point {
    float: none;
    margin: 15px 0 30px 0;
    width: 100%; }
    .inner-point dt {
      padding-top: 24px;
      position: relative; }
    .inner-point .point-img img {
      height: auto;
      width: 100%; }
    .inner-point .icon-point {
      width: 49%; }
    .inner-point .icon-point img {
      height: auto;
      width: 49%; }
    .inner-point .point-ttl {
      font-size: 142.8571428571%;
      font-weight: bold;
      color: #d7890b;
      margin-top: 5px; }
    .inner-point .point-summary {
      font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
      text-indent: inherit;
      white-space: normal;
      overflow: auto;
      font-size: 114.2857142857%;
      line-height: 1.375;
      margin-top: 10px; }

  #summary01 {
    background: none;
    height: auto;
    width: auto; }

  #summary02 {
    background: none;
    height: auto;
    width: auto; }

  #summary03 {
    background: none;
    height: auto;
    width: auto; } }
/* ==========================================================================
   実績
   ========================================================================== */
#performance {
  background: url(images/texture03.gif) repeat left top;
  padding-bottom: 60px;
  padding-top: 54px; }

#performance-ttl {
  text-align: center;
  margin-bottom: 75px; }

.inner-performance {
  float: left;
  margin-left: 30px;
  width: 300px; }
  .inner-performance:first-child {
    margin-left: 0; }
  .inner-performance .performance-img {
    display: block;
    margin-bottom: 10px; }
  .inner-performance .performance-place {
    font-size: 142.8571428571%;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 10px; }
    .inner-performance .performance-place span {
      font-size: 90%; }

#performance-other {
  letter-spacing: -.40em;
  margin-top: 60px; }
  #performance-other li {
    text-align: center; }
  #performance-other .performance-date,
  #performance-other .performance-inwrap {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }
  #performance-other .performance-date {
    margin-right: 15px; }
  #performance-other .performance-in-name,
  #performance-other .performance-in-place {
    font-weight: bold; }
  #performance-other .performance-in-name {
    font-size: 128.5714285714%; }
  #performance-other .performance-in-place {
    font-size: 114.2857142857%; }

@media screen and (max-width: 767px) {
  #performance {
    background-size: 154px auto;
    padding-bottom: 30px;
    padding-top: 27px; }

  #performance-ttl {
    margin: 0 auto 20px;
    width: 200px; }

  .inner-performance {
    float: none;
    margin: 15px 0 30px 0;
    width: 100%; }
    .inner-performance .performance-img img {
      height: auto;
      width: 100%; }

  #performance-other {
    margin-top: 0; }
    #performance-other li {
      text-align: left; }
    #performance-other .performance-date,
    #performance-other .performance-inwrap {
      display: block; }
    #performance-other .performance-date {
      margin-right: 0; }
    #performance-other .performance-in-name,
    #performance-other .performance-in-place {
      font-weight: bold; }
    #performance-other .performance-in-name {
      font-size: 114.2857142857%; }
    #performance-other .performance-in-place {
      font-size: 100%; } }
/* ==========================================================================
   ご依頼の流れ
   ========================================================================== */
#flow {
  padding-bottom: 30px;
  padding-top: 54px; }

#flow-ttl {
  text-align: center;
  margin-bottom: 75px; }

.flow-list {
  background: url(images/texture03.gif) repeat left top;
  padding: 5px;
  position: relative;
  letter-spacing: -.40em; }
  .flow-list dt {
    margin-right: 28px; }
  .flow-list dt,
  .flow-list dd {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    vertical-align: middle; }

.flow-text {
  color: #593a39;
  font-size: 142.8571428571%;
  font-weight: bold; }
  .flow-text .inner-flow {
    color: #333;
    font-weight: normal;
    display: block;
    font-size: 70%; }

.flow-inq,
.flow-tel {
  position: absolute; }

.flow-inq {
  right: 271px;
  top: 20px;
  width: 200px; }

.flow-tel {
  right: 29px;
  top: 16px; }

.inner-tel {
  font-size: 85.7142857143%; }

.inner-tel.bottom {
  display: block;
  margin-top: 2px; }

.inner-tel.side {
  margin-left: 13px; }

.flow-notes {
  margin-bottom: 17px;
  margin-top: 28px;
  text-align: center; }

.flow-tel-large {
  text-align: center; }

.flow-arrow {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px; }

.btn-full {
  margin: 50px auto 0;
  width: 365px; }

@media screen and (max-width: 767px) {
  #flow {
    padding-bottom: 15px;
    padding-top: 27px; }

  #flow-ttl {
    margin: 0 auto 20px;
    width: 75px; }

  .flow-list {
    background-size: 154px auto; }
    .flow-list dt {
      height: auto;
      margin-right: 10px;
      width: 46px; }
    .flow-list dd {
      width: 100%; }

  .flow-inq,
  .flow-tel {
    position: relative;
    right: auto;
    top: auto; }

  .flow-inq {
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%; }

  .flow-tel {
    display: block !important;
    margin: 0 auto;
    width: 160px !important; }
    .flow-tel img {
      height: auto;
      width: 100%; }

  .flow-text {
    font-size: 114.2857142857%; }
    .flow-text .inner-flow {
      font-size: 87.5%;
      display: block;
      margin-top: 5px; }

  .flow-sttl {
    display: block;
    position: absolute;
    left: 56px;
    top: 13px; }

  .flow-arrow {
    height: auto;
    margin: 0 auto;
    width: 25px; }

  .flow-notes {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    width: 209px; }

  .flow-tel-large {
    margin: 0 auto;
    width: 70%; }

  .btn-full {
    margin: 25px auto 0;
    text-align: center;
    width: 100%; } }
/* ==========================================================================
   シェア
   ========================================================================== */
#share {
  background: url(/css/images/texture01.gif) repeat left top;
  padding-bottom: 63px;
  padding-top: 20px; }

#share-ttl {
  font-size: 157.1428571429%;
  font-weight: bold;
  text-align: center; }

#share-list {
  letter-spacing: -.40em;
  margin-top: 20px;
  text-align: center; }
  #share-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    text-align: center;
    vertical-align: top; }

#share-fb {
  width: 120px; }

#share-tweet {
  width: 100px; }

#share-line {
  width: 110px; }

@media screen and (max-width: 767px) {
  #share {
    background-size: 152px 70px;
    padding-bottom: 33px;
    padding-top: 20px; } }
/* ==========================================================================
   pagetop
   ========================================================================== */
#pagetop {
  text-align: center;
  margin-bottom: -47px;
  margin-top: -47px; }

@media screen and (max-width: 767px) {
  #pagetop {
    margin-bottom: -24px;
    margin-top: -24px; }
    #pagetop img {
      height: auto;
      width: 48px; } }
/* ==========================================================================
   footer
   ========================================================================== */
footer {
  background-color: #744F30;
  color: #FFF;
  padding-top: 93px; }

#foot-cont {
  background: url(/css/images/foot_line.gif) repeat-x left bottom;
  padding-bottom: 23px; }
  #foot-cont a {
    color: #FFF;
    text-decoration: none; }
    #foot-cont a:hover {
      text-decoration: underline; }

#foot-bnr li {
  font-size: 107.1428571429%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 224px; }
  #foot-bnr li:nth-child(4n) {
    margin-right: 0; }
  #foot-bnr li a,
  #foot-bnr li span {
    display: block; }
  #foot-bnr li span {
    background-color: #FFF;
    border: 1px solid #888;
    padding-bottom: 3px;
    padding-top: 5px; }
#foot-bnr #bnr-koumuten span {
  background-color: #DFEBC8;
  border: 1px solid #54853C; }
#foot-bnr .bnr-none span {
  background-color: #744F30;
  border: 1px solid #FFF;
  padding-bottom: 14px;
  padding-top: 16px; }

#fnav {
  background: url(/css/images/foot_line.gif) repeat-x left bottom;
  padding-bottom: 15px;
  padding-top: 18px;
  text-align: center; }
  #fnav li {
    border-left: 1px solid #FFF;
    font-size: 85.7142857143%;
    line-height: 1.0;
    padding-left: 13px;
    padding-right: 13px; }
    #fnav li:first-child {
      border-left: none; }
  #fnav a {
    color: #FFF; }

#flogo,
#copyright {
  text-align: center; }

#flogo {
  padding-bottom: 17px;
  padding-top: 23px; }

#copyright {
  background-color: #000;
  color: #FFF;
  font-size: 71.4285714286%;
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
  padding-top: 5px; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 45px; }

  #foot-bnr {
    margin-top: 20px; }
    #foot-bnr li {
      font-size: 85.7142857143%;
      height: 44px;
      width: 48%; }
      #foot-bnr li:nth-child(2n) {
        margin-right: 0; }
    #foot-bnr img {
      height: auto;
      width: 150px; }
    #foot-bnr .bnr-none span {
      padding-bottom: 12px;
      padding-top: 13px; }

  #flogo img {
    height: auto;
    width: 248px; } }
/* ==========================================================================
   parts
   ========================================================================== */
.inner-cont {
  margin: 0 auto;
  width: 960px; }

.pc-block {
  display: block; }

.sp-item {
  display: none; }

@media screen and (max-width: 767px) {
  .inner-cont {
    width: 100%; }

  .pc-block {
    display: inline; }

  .sp-item {
    display: block; } }
