@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
img {
  vertical-align: bottom;
}
body {
  font: 90%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #252525;
  -webkit-text-size-adjust: 100%;
}
/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #624e24;
}
a:hover, a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  color: #777;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70)”;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.inner {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.post {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  height: 848px;
}
#footer {
  clear: both;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  min-width: 1200px;
}
/*共通*/
p.re1 {
  position: absolute;
  width: 26%;
  height: auto;
  top: 3%;
  right: 3%;
}
p.ano {
  width: 40px;
  height: 40px;
}
.foot-multibox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  padding: 0px 3%;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  align-items: flex-start;
}
.foot-multibox p.re2, .foot-multibox p.asc-re2 {
  width: 35%;
}
.foot-multibox .inq2 img, .foot-multibox .asc-inq2 img, .foot-multibox .backtop2 img {
  margin-top: 5px;
}
.foot-multibox p.asc-img-top, .foot-multibox p.bitop2, .foot-multibox p.backtop1 {
  text-align: left;
  width: 35%;
}
.foot-multibox p.logo, .foot-multibox p.asc-logo {
  align-self: flex-end;
  text-align: right;
  width: 30%;
}
/* 背景画像
----------------------------------*/
.asc-top {
  background-image: url("../images/booth.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  height: 848px;
}
.asc-top1 {
  background-image: url(../images/asc-img-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
-moz-background-size:cover;
background-size:cover;	
  height: 848px;
}
.asc-top3,.asc-top5 {
  background-image: url(../images/last-img-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
-moz-background-size:cover;
background-size:cover;		
  height: 848px;
}

/*booth*/
p.booth1 {
  position: absolute;
  top: 50%;
  left: 33%;
}
p.booth2 {
  position: absolute;
  top: 55%;
  left: 42%;
}
p.booth3 {
  position: absolute;
  top: 51%;
  left: 53%;
}
p.booth4 {
  position: absolute;
  top: 40%;
  left: 66%;
}
/*post1*/
.asc-frame {
  width: 767px;
}
.asc-frame ul.multi4 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 30px;
  width: 100%;
  margin-bottom: 30px;
}
p.asc-head1 {
  padding: 3% 0 3% 3%;
}
p.asc-text1 {
  padding: 0px 0 0px 5%;
  margin-bottom: 60px;
}
p.jirei1 {
  padding: 0 0 60px 20%;
  margin-bottom: 30px;
}
p.asc-item {
  position: absolute;
  top: 18%;
  left: 68%;
  width: 25.5%;
}
p.ano-asc {
  position: absolute;
  top: 70%;
  left: 75%;
}
/*post3*/
div.multi2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 0 40px;
  justify-content: space-between;
}
ul.multi3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 520px;
  justify-content: space-around;
  margin: 0 0 30px 40px;
}
p.view-logo-head1 {
  padding: 30px 0 0 0px;
  margin-bottom: 30px;
}
p.view-text {
  padding: 100px 0 0 0px;
  align-self: flex-start;
}
p.view-item {
  position: absolute;
  top: 36%;
  left: 48%;
  width: 49%;
}
p.jirei2 {
  padding: 0px 0 0 50px;
}
p.ano1 {
  position: absolute;
  top: 36%;
  left: 63%;
}
p.ano2 {
  position: absolute;
  top: 44%;
  left: 70%;
}
p.ano3 {
  position: absolute;
  top: 40%;
  left: 80%;
}
p.ano4 {
  position: absolute;
  top: 77%;
  left: 93%;
}
/*post5*/
p.view-head1 {
  padding: 30px 0 0 40px;
  margin-bottom: 30px;
}
p.asc-view-head1 {
  padding: 0px 0 0 40px;
  margin-bottom: 30px;
}
p.w-text {
  padding: 0px 0 0 50px;
}
p.asc-view-item {
  position: absolute;
  top: 32%;
  left: 34%;
  width: 63%;
}
/* フッター
*****************************************************/
#copyright {
  clear: both;
  padding: 5px;
  text-align: center;
  font-style: normal;
  font-size: 85%;
  zoom: 1;
}
/*Content*/
.asc-flame-box {
  background-image: url(../images/asc-img-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  width: 100%;
  height: 847px;
  position: relative;
  padding: 0px;
}
.asc-flame-box p.asc_img-content {
  padding: 7% 0 10% 0;
	text-align: center;
}
.asc-flame-box p#asc_img2 {
  padding: 12% 0 10% 0;
	text-align: center;
}
.view-flame-box {
  background-image: url(../images/view-img-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  width: 100%;
  height: 847px;
  position: relative;
  padding: 0px;
}
.view-flame-box p.view_img-content {
  padding: 5% 0 10% 0;
	text-align: center;
}
.view-flame-box p#view_img4_1, .view-flame-box p#view_img4_2 {
  padding: 15% 0 10% 0;
}
/* 1200px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1200px) {
  /* フレーム
------------------------------------------------------------*/
  img {
    max-width: 100%;
    height: auto;
  }
  p.asc-logo img {
    width: 80%;
    height: auto;
  }
  p.logo {
    width: 80%;
    height: auto;
  }
/*共通*/
  .foot-multibox p.re2 img, .foot-multibox p.asc-re2 img {
    width: 90%;
  }
  .foot-multibox p.asc-img-top img, .foot-multibox p.asc-inq2 img, .foot-multibox p.backtop1 img {
    width: 90%;
  }
  .foot-multibox p.logo img, .foot-multibox p.asc-logo img {
    width: 100%;
    max-width: 50%;
  }
  /* レイアウト
------------------------------------------------------------*/
  .inner {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .post {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    height: auto;
  }
  #footer {
    clear: both;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    min-width: 100%;
  }
  /* 背景画像
----------------------------------*/
  .asc-top {
    background-image: url("../images/booth.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    height: auto;
    padding-top: 70%;
  }
  .asc-top1 {
    background-image: url(../images/asc-img-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height: auto;
  }
  .asc-top3, .asc-top5 {
    background-image: url(../images/last-img-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
  }
  /*post1*/
  p.asc-head1 {
    padding: 20px 0 3% 3%;
    width: 66%;
  }
  p.asc-text1 {
    padding: 0px 0 0px 5%;
    margin-bottom: 30px;
    width: 60%;
  }
p.asc-text1 img{
    width: 100%;
    max-width: 659px
  }	
  p.jirei1 {
    padding: 0px 0 25% 15%;
    margin-bottom: 0px;
    width: 80%;
  }
  p.asc-item {
    position: absolute;
    top: 20%;
    left: 68%;
    width: 24%;
  }
  /*post3*/
  div.multi2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding: 5% 4% 0;
    justify-content: space-between;
	 align-items:flex-start;
  }
  ul.multi3 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 45%;
    justify-content: space-around;
    margin: 0 0 30px 4%;
  }
  p.view-logo-head1 {
    padding: 0 0 0 0;
    margin-bottom: 30px;
	  width:45%;
  }
  p.view-text {
	width:52%; 
    margin: 0 0 0 0;
	  padding: 50px 0 0 0;
  }
  p.view-item {
    position: absolute;
    top: 41%;
    left: 48%;
    width: 52%;
  }
  p.view-item img {
    width: 90%;
  }
  p.jirei2 {
    padding: 0px 0 15% 5%;
  }
  p.jirei2 img {
    width: 45%;
  }
  p.ano1 {
    position: absolute;
    top: 42%;
    left: 62%;
  }
  p.ano2 {
    position: absolute;
    top: 48%;
    left: 68%;
  }
  p.ano3 {
    position: absolute;
    top: 44%;
    left: 80%;
  }
  p.ano4 {
    position: absolute;
    top: 77%;
    left: 91%;
  }
  /*post5*/
  p.view-head1 {
    padding: 3% 4% 0 4%;
    margin-bottom: 10px;
  }
  p.asc-view-head1 {
    padding: 0px 0 0 4%;
    margin-bottom: 20px;
    width: 60%;
  }
  p.w-text {
    padding: 0px 0 15% 5%;
    width: 35%;
  }
  p.asc-view-item {
    position: absolute;
    top: 35%;
    left: 36%;
    width: 62%;
  }
  p.asc-view-item img {
    width: 100%;
  }
  /*ASCフレームなし*/
  .asc-frame {
    width: 66%;
    max-width: 717px;
  }
  .asc-frame ul.multi4 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    padding: 0 4%;
  }
  .asc-frame ul.multi4 img {
    width: 90%;
    max-width: 100%;
    height: auto;
  }
  /*VIEWフレームなし*/
  ul.multi3 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 46%;
    justify-content: space-around;
  }
  ul.multi3 img {
    width: 90%;
    max-width: 100%;
    height: auto;
  }
  /*Content*/
  .asc-flame-box {
    background-image: url(../images/asc-img-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding: 0px;
    height: auto;
  }
  .asc-flame-box p.asc_img-content {
    padding: 10% 10% 15% 10%;
    text-align: center;
  }
  .asc-flame-box p.asc_img-content img {
    width: 100%;
    max-width: 875px;
  }
  .asc-flame-box p#asc_img2 {
    padding: 10% 10% 20% 10%;
  }
  .view-flame-box {
    background-image: url(../images/view-img-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding: 0px;
    height: auto;
    min-height: 700px;
  }
  .view-flame-box p.view_img-content {
    padding: 10% 10% 15% 10%;
    text-align: center;
  }
  .view-flame-box p.view_img-content img {
    width: 100%;
    max-width: 694px;
  }
  .view-flame-box p#view_img4_1, .view-flame-box p#view_img4_2 {
    padding: 20% 10% 20% 10%;
  }
}
/* 768px以下から
------------------------------------------------------------*/
@media only screen and (max-width:768px) {
  /* フレーム
------------------------------------------------------------*/
  p.ano {
    width: 33px;
    height: 33px;
  }

  /*Content*/
  .asc-flame-box {
    background-image: url(../images/asc-img-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding: 0px;
    height: auto;
    min-height: auto;
    background-size: 110%;
  }
  .asc-flame-box p.asc_img-content {
    padding: 5% 0 20% 5%;
  }
  .asc-flame-box p.asc_img-content img {
    width: 90%;
  }
  .asc-flame-box p#asc_img2 {
    padding: 10% 0 20% 5%;
  }
  .view-flame-box {
    background-image: url(../images/view-img-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding: 0px;
    height: auto;
    min-height: auto;
    background-size: 100%;
  }
  .view-flame-box p.view_img-content {
    padding: 8% 10% 16% 10%;
  }
  .view-flame-box p.view_img-content img {
    width: 80%;
  }
  .view-flame-box p#view_img4_1, .view-flame-box p#view_img4_2 {
    padding: 15% 10% 20% 10%;
  }
}
/* 600px以下から
------------------------------------------------------------*/
@media only screen and (max-width:600px) {
  /* フレーム
------------------------------------------------------------*/
  p.ano {
    width: 30px;
    height: 30px;
  }
  /*共通*/
  p.re1 {
    position: absolute;
    width: 45%;
    height: auto;
    top: 1%;
    left: 53%;
  }
  /* 背景画像
----------------------------------*/
  .asc-top {
    background-image: url("../images/booth.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    height: auto;
    padding-top: 70%;
    background-size: 110%;
  }
  .foot-multibox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding: 0 4% 0;
    position: relative;
    left: 0;
    bottom: 10px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .foot-multibox p.re2, .foot-multibox p.asc-re2 {
    width: 100%;
    text-align: center;
    order: 2;
    margin: 3% 0;
  }
  .foot-multibox p.asc-img-top, .foot-multibox p.bitop2, .foot-multibox p.backtop1 {
    text-align: center;
    width: 100%;
    order: 1;
  }
  .foot-multibox p.logo, .foot-multibox p.asc-logo {
    text-align: center;
    width: 100%;
    order: 3;
  }
  .foot-multibox .inq2 img, .foot-multibox .asc-inq2 img, .foot-multibox .backtop2 img {
    margin-top: 3%;
  }
  .foot-multibox p.re2 img, .foot-multibox p.asc-re2 img {
    width: 100%;
    max-width: 300px;
  }
  .foot-multibox p.asc-img-top img, .foot-multibox p.bitop2 img, .foot-multibox p.backtop1 img {
    width: 100%;
    max-width: 300px;
  }
  .foot-multibox p.logo img, .foot-multibox p.asc-logo img {
    width: 100%;
    max-width: 150px;
  }
  /*post1*/
  p.asc-head1 {
    padding: 10% 0 3% 3%;
    width: 86%;
  }
  p.asc-text1 {
    padding: 0px 0 0px 5%;
    margin-bottom: 30px;
    width: 96%;
  }
  p.jirei1 {
    padding: 0px 10% 0 10%;
    margin-bottom: 30px;
    width: 100%;
  }
  p.asc-item {
    position: inherit;
    top: 0%;
    left: 30%;
    width: 48%;
    padding-bottom: 10%;
    display: block;
  }
  p.ano-asc {
    position: absolute;
    top: 74%;
    left: 45%;
  }
  /*post3*/
  div.multi2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }
  ul.multi3 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 0 4% 30px 4%;
  }
  p.view-logo-head1 {
    padding: 10% 0 0 0px;
    margin: 0 auto 30px;
    width: 70%;
  }
  p.view-text {
    padding: 0;
    width: 90%;
    margin: 0 auto 30px;
  }
p.view-text img{
	width:100%;
    max-width: 574px;
  }
p.view-item {
    position: inherit;
    top: 0;
    left: 0%;
    width: 100%;
    display: block;
    padding-bottom: 10%;
  }
  p.view-item img {
    width: 94%;
  }
  p.jirei2 {
    padding: 0px 10% 8% 10%;
  }
  p.jirei2 img {
    width: 100%;
  }
  p.ano1 {
    position: absolute;
    top: 58%;
    left: 29%;
  }
  p.ano2 {
    position: absolute;
    top: 62%;
    left: 41%;
  }
  p.ano3 {
    position: absolute;
    top: 60%;
    left: 62%;
  }
  p.ano4 {
    position: absolute;
    top: 80%;
    left: 85%;
  }
  /*post5*/
  p.view-head1 {
    padding: 3% 3% 0 4%;
    margin-bottom: 20px;
  }
  p.asc-view-head1 {
    padding: 0px 0 0 4%;
    margin-bottom: 20px;
    width: 80%;
  }
  p.w-text {
    padding: 0px 4% 5% 6%;
    width: 100%;
    max-width: 339px;
    margin: 0 auto;
  }
  p.asc-view-item {
    position: inherit;
    top: 0%;
    left: 5%;
    width: 90%;
    display: block;
    padding-bottom: 10%;
  }
  /*ASCフレームなし*/
  .asc-frame {
    width: 100%;
    max-width: 600px;
  }
  .asc-frame ul.multi4 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
  }
  .asc-frame ul.multi4 img {
    width: 95%;
    max-width: 100%;
    height: auto;
  }
  /*VIEWフレームなし*/
  ul.multi3 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 96%;
    justify-content: space-around;
  }
  ul.multi3 img {
    width: 90%;
    max-width: 100%;
    height: auto;
  }
  /*Content*/
  .asc-flame-box p.asc_img-content {
    padding: 5% 5% 20% 5%;
  }
  .asc-flame-box p.asc_img-content img {
    width: 100%;
  }
  .asc-flame-box p#asc_img2 {
    padding: 10% 5% 25% 5%;
  }
  .view-flame-box p.view_img-content {
    padding: 5% 5% 15% 5%;
  }
  .view-flame-box p.view_img-content img {
    width: 100%;
  }
  .view-flame-box p#view_img4_1, .view-flame-box p#view_img4_2 {
    padding: 10% 5% 20% 5%;
  }
}
/* 375px以下から
------------------------------------------------------------*/
@media only screen and (max-width:375px) {
  /* フレーム
------------------------------------------------------------*/
  p.ano {
    width: 26px;
    height: 26px;
  }
  p.ano-asc {
    position: absolute;
    top: 71%;
    left: 45%;
  }
  p.ano1 {
    position: absolute;
    top: 59%;
    left: 29%;
  }
  p.ano2 {
    position: absolute;
    top: 63%;
    left: 40%;
  }
  p.ano3 {
    position: absolute;
    top: 61%;
    left: 62%;
  }
  p.ano4 {
    position: absolute;
    top: 80%;
    left: 87%;
  }
  .foot-multibox p.re2 img, .foot-multibox p.asc-re2 img {
    width: 100%;
    max-width: 250px;
  }
  .foot-multibox p.asc-img-top img, .foot-multibox p.bitop2 img, .foot-multibox p.backtop1 img {
    width: 100%;
    max-width: 250px;
  }
  .foot-multibox p.logo img, .foot-multibox p.asc-logo img {
    width: 100%;
    max-width: 100px;
  }
}