@charset "utf-8";
/* -----------------------------
	GENERAL
----------------------------- */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html{
  width:100%;
  height:100%;
}
body {
  width:100%;
  height:100%;
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  common
*/
*{
  box-sizing: border-box ;
}
body{
  line-height:1.5em;
  font-size:16px;
  font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
img{
  width:auto;
  height:auto;
  max-width:100%;
}
#wrapper{
  background-image:url(../images/common/back.png);
  background-position:center top;
  background-repeat:repeat;
  overflow:hidden;
  overflow-y:auto;
}
/*
  upper
*/
#upper{
  background-color:#fff;
}
#header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  text-align:center;
  z-index:1;
  background-color:rgba(255,255,255,0.9);
}
#header > .inner{
  margin:0 auto;
  width:100%;
  max-width:1280px;
  display:table;
  /*table-layout: fixed ;*/
}
#header > .inner > div{
  display:table-cell;
  vertical-align:middle;
  color:#1f2b76;
}
#header > .inner > div:first-child{
  padding:15px;
}
#header > .inner h1{
  text-align:left;
  font-size:24px;
  font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header > .inner h1 > .util_sp{
  display:none;
}
#header > .inner ul{
  font-size:0;
  line-height:1;
  text-align:right;
}
#header > .inner ul li{
  display:inline-block;
  font-size:16px;
}
#header > .inner ul li > a{
  display:table;
  color:#4a3e9f;
  text-decoration: none ;
  height:115px;
  text-align:center;
}
#header > .inner ul li > a.camera{
  background-image:url(../images/common/btn_back.png);
  background-position:center top;
  background-repeat:repeat;
  color:#fff;
}
#header > .inner ul li > a > span{
  display:table-cell;
  vertical-align:middle;
  padding:0 20px;
}
#header > .inner ul li > a > span > span{
  display:block;
  padding-top:15px;
}
#sp_btn{
  display:none;
}
/*
  lower
*/
#lower{
  background-color:#fff;
}
/*
  footer_bnr
*/
#footer_bnr{
  background-color:#efefef;
  text-align:center;
  padding:20px 0;
}
#footer_bnr > h2{
  font-size:26px;
  font-weight:bold;
  padding:30px 0;
}
#footer_bnr > ul{
  padding:20px 0;
  font-size:0;
}
#footer_bnr > ul > li{
  display:inline-block;
  padding:5px 5px;
  font-size:12px;
}
/*
  footer
*/
#footer{
  background-color:#4a3e9f;
}
#footer > .inner{
  margin:0 auto;
  width:100%;
  max-width:1120px;
}
#footer > .inner:after{
  content: '';
  display:table;
  font-size:0;
  clear:both;
}
#footer > .inner > div{
  width:50%;
  vertical-align:top;
  padding:25px 0 20px;
  color:#fff;
  font-size:14px;
  float:right;
}
#footer > .inner > div:first-child{
  text-align:right;
}
#footer > .inner #copyright{
  padding:10px 0 0;
}
#footer > .inner #copyright > span{
  font-size:20px;
}
#footer > .inner > div > div{
  display:inline-block;
  text-align:left;
}
#footer > .inner > div > div .ttl{
  font-size:22px;
  padding-bottom:0.5em;
}
/*
  index
*/
#upper{
  background-color:#fff;
}
#mainview{
  text-align:center;
}
#mainview > .inner{
  margin:auto;
  width:100%;
  max-width:1280px;
  position:relative;
  line-height:1;
}
#mainview > .inner > p{
  position:absolute;
}
#mainview > .inner #mainview_illust{
  top:0;
  left:0;
  opacity:1;
}
#mainview > .inner #mainview_date{
  top:43.34%;
  left:30.85%;
  width:36.02%;
  opacity:1;
}
#mainview > .inner #mainview_fukidashi{
  top:33.34%;
  left:9.38%;
  width:13.52%;
  opacity:1;
}
#mainview > .inner #mainview_circle{
  top:33.34%;
  right:20.32%;
  width:10.71%;
  opacity:1;
}
#mainview > .inner #mainview_title{
  top:34%;
  left:29.27%;
  width:39.07%;
  opacity:1;
}
#mainview > .inner #mainview_title2{
  top:55.34%;
  left:19.89%;
  width:60.24%;
  opacity:1;
}
#mainview > .inner #mainview_001{
  top:18.67%;
  right:8.20%;
  width:11.72%;
  opacity:1;
}
#mainview > .inner #mainview_002{
  top:38.67%;
  right:0.78%;
  width:19.69%;
  opacity:1;
}
#mainview > .inner #mainview_003{
  bottom:4.67%;
  left:2.34%;
  width:17.43%;
  opacity:1;
}
#mainview #arrow_image{
  position:absolute;
  bottom:10%;
  left:50%;
  opacity:1;
}
#mainview #arrow_image a {
  padding-top:60px;
  position:relative;
  width: 46px;
  height: 46px;
  display:block;
  margin-left:-23px;
}
#mainview #arrow_image a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  z-index: 1;
}
#mainview #arrow_image a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#mainview #arrow_image a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 1;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
#finished_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
}
#finished_content > div {
  width: 100%;
  font-size: 60px;
  text-align: center;
  padding-top: 30%;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#outline{
  padding:0 3%;
}
#outline > .inner{
  margin:auto;
  width:100%;
  max-width:1120px;
  padding:80px 0 50px;
}
#outline > .inner > h2{
  font-size:40px;
  font-weight:bold;
  text-align:center;
  line-height:1;
  background-image:url(../images/index/line_title_guide.png);
  background-position:left bottom;
  background-repeat:repeat-x;
  padding:0 0 40px;
}
#outline > .inner > h2 > span{
  display:inline-block;
  padding:5px 30px;
  position:relative;
}
#outline > .inner > h2 > span::before{
  position:absolute;
  top:0;
  left:-131px;
  content: '';
  width:131px;
  height:50px;
  background-image:url(../images/index/title_left.png);
  background-position:left top;
  background-repeat:no-repeat;
}
#outline > .inner > h2 > span::after{
  position:absolute;
  top:0;
  right:-131px;
  content: '';
  width:131px;
  height:50px;
  background-image:url(../images/index/title_right.png);
  background-position:left top;
  background-repeat:no-repeat;
}
#outline .body_inner{
  display:table;
  width:100%;
  margin-top:70px;
}
#outline .body_inner > div{
  display:table-cell;
  vertical-align:top;
  width:50%;
  color:#4b4b4b;
  line-height:1.7em;
}
#outline .body_inner > div:first-child{
  padding:1em 2em 0 0;
}
#outline .body_inner > div > h3{
  font-size:18px;
  font-weight:bold;
  padding:0 0 30px;
}
#outline .body_inner > div:last-child ul{
  display:table;
  width:100%;
}
#outline .body_inner > div:last-child ul > li{
  display:table-cell;
  vertical-align:top;
}
#outline .body_inner > div:last-child ul > li:last-child{
  text-align:right;
}
#outline .body_inner > div:last-child p{
  padding:1em;
  font-size:12px;
  line-height:1.7em;
}
/*
  middle
*/
#middle{
  padding:80px 0;
}
#middle > .inner{
  margin:auto;
  width:100%;
  max-width:1120px;
  background-color:#fff;
}
#target > .inner{
  padding:40px 0 0;
}
#target > .inner > h2{
  font-size:40px;
  font-weight:bold;
  text-align:center;
  line-height:1;
  background-image:url(../images/index/target_line.png);
  background-position:left bottom;
  background-repeat:repeat-x;
  padding:10px 0 40px;
}
#target > .inner > h2 > span,#facebook > .inner > h2 > span{
  display:inline-block;
  padding:5px 30px;
  position:relative;
}
#target > .inner > h2 > span::before,#facebook > .inner > h2 > span::before{
  position:absolute;
  top:0;
  left:-131px;
  content: '';
  width:131px;
  height:50px;
  background-image:url(../images/index/title_left.png);
  background-position:left top;
  background-repeat:no-repeat;
}
#target > .inner > h2 > span::after,#facebook > .inner > h2 > span::after{
  position:absolute;
  top:0;
  right:-131px;
  content: '';
  width:131px;
  height:50px;
  background-image:url(../images/index/title_right.png);
  background-position:left top;
  background-repeat:no-repeat;
}
#target > .inner > ul{
  font-size:0;
  text-align:center;
}
#target > .inner > ul > li{
  width:100%;
  max-width:350px;
  display:inline-block;
  font-size:14px;
  vertical-align:top;
  padding:25px 3%;
}
#target > .inner > ul > li p{
  text-align:left;
  color:#777777;
}
#target > .inner > ul > li p.img{
  padding:20px 0;
  text-align:center;
}
#target > .inner > ul > li p.ttl{
  font-size:24px;
  font-weight:bold;
  padding:0 0 20px;
  text-align:center;
  color:#222222;
}
#target > .inner > ul > li p.ttl > span{
  display:inline-block;
  padding:0 0 0 30px;
  background-image:url(../images/index/icon_k.png);
  background-position:left top;
  background-repeat:no-repeat;
}
#camera > .inner{
  padding:40px 3%;
  background-image:url(../images/index/camera_back.png);
  background-position:left top;
  background-repeat:no-repeat;
  background-size: 100% auto;
  position:relative;
}
#camera > .inner .sub_ttl{
  text-align:center;
  font-weight:bold;
  font-size:30px;
  padding:40px 0 10px;
  line-height:1;
}
#camera > .inner h2{
  text-align:center;
  font-size:48px;
  font-weight:bold;
  line-height:1;
  padding:20px 0 40px;
}
#camera > .inner h2 > span{
  display:inline-block;
  padding:0 0 0 90px;
  position:relative;
  line-height:1;
}
#camera > .inner h2 > span::before{
  content: '';
  display:block;
  position:absolute;
  top:-25%;
  left:0;
  width:87px;
  height:63px;
  background-image:url(../images/index/icon_teamlab.png);
  background-position:left top;
  background-repeat:no-repeat;
  background-size: 100% auto;
}
#camera > .inner .fukidashi_camera{
  position:absolute;
  top:-4%;
  left:2%;
}
#camera > .inner p.txt{
  margin:auto;
  width:100%;
  max-width:925px;
  background-color:rgba(255,255,255,.7);
  padding:1em;
}
#camera > .inner ul{
  font-size:0;
  text-align:center;
}
#camera > .inner ul > li{
  display:inline-block;
  vertical-align:top;
  padding:35px 1.8% 20px;
}
#bnr_container{
  padding:30px 3%;
  text-align:center;
}
#facebook > .inner{
  padding:40px 3% 40px;
}
#facebook > .inner > h2{
  font-size:40px;
  font-weight:bold;
  text-align:center;
  line-height:1;
  padding:10px 0 40px;
}
#facebook > .inner .body_inner{
  font-size:0;
}
#facebook > .inner .body_inner > div{
  font-size:14px;
  display:inline-block;
  width:50%;
  padding:15px 0 25px;
  text-align:center;
  vertical-align:top;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
.fb_iframe_widget {
  max-width:450px;
  margin:auto;
}
/*
  lower
*/
#guide_hall > .inner{
  margin:auto;
  width:100%;
  max-width:1120px;
  padding:70px 0;
}
#guide_hall h2{
  font-size:40px;
  font-weight:bold;
  text-align:center;
  line-height:1;
  background-image:url(../images/index/line_title_guide.png);
  background-position:left bottom;
  background-repeat:repeat-x;
  padding:0 0 40px;
}
#guide_hall h2 > span{
  display:inline-block;
  padding:5px 30px;
  position:relative;
}
#guide_hall > .inner > h2 > span::before{
  position:absolute;
  top:0;
  left:-131px;
  content: '';
  width:131px;
  height:50px;
  background-image:url(../images/index/title_left.png);
  background-position:left top;
  background-repeat:no-repeat;
}
#guide_hall > .inner > h2 > span::after{
  position:absolute;
  top:0;
  right:-131px;
  content: '';
  width:131px;
  height:50px;
  background-image:url(../images/index/title_right.png);
  background-position:left top;
  background-repeat:no-repeat;
}
#guide_hall > .inner .place_hall{
  padding:50px 0 0;
  color:#4b4b4b;
}
#guide_hall > .inner .place_hall > h3{
  font-weight:bold;
  padding:0 0 .2em;
}
#guide_hall > .inner .place_hall > ul{
  display:table;
  width:100%;
}
#guide_hall > .inner .place_hall > ul > li{
  display:table-cell;
  vertical-align:top;
  padding-top:1em;
  padding-right:35px;
  width:29.02%;
  line-height:1;
  position:relative;
  overflow:hidden;
}
#guide_hall > .inner .place_hall > ul > li:last-child{
  width:41.96%;
  padding-right:0;
}
/*
  pagetop
*/
#pagetop{
  position: fixed;
  bottom:10px;
  right:10px;
}
/*
  mainview animation
*/
#mainview > .inner.animated #mainview_illust{
  /*-webkit-animation: fadeIn 0.3s ease-in-out 0.2s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 0.2s 1 forwards;*/
}
#mainview > .inner.animated #mainview_date{
  /*-webkit-animation: fadeIn 0.3s ease-in-out 0.3s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 0.3s 1 forwards;*/
}
#mainview > .inner.animated #mainview_fukidashi{
  /*-webkit-animation: fadeIn 0.3s ease-in-out 0.4s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 0.4s 1 forwards;*/
}
#mainview > .inner.animated #mainview_circle{
  /*-webkit-animation: fadeIn 0.3s ease-in-out 0.5s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 0.5s 1 forwards;*/
}
#mainview > .inner.animated #mainview_title{
  /*-webkit-animation: fadeIn 0.3s ease-in-out 0.6s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 0.6s 1 forwards;*/
}
#mainview > .inner.animated #mainview_title2{
  /*-webkit-animation: fadeIn 0.3s ease-in-out 0.7s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 0.7s 1 forwards;*/
}
#mainview > .inner.animated #mainview_001{
  /*-webkit-animation: fadeIn 0.3s ease-in-out 0.8s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 0.8s 1 forwards;*/
}
#mainview > .inner.animated #mainview_002{
  /*-webkit-animation: fadeIn 0.3s ease-in-out 0.9s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 0.9s 1 forwards;*/
}
#mainview > .inner.animated #mainview_003{
  /*-webkit-animation: fadeIn 0.3s ease-in-out 1s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 1s 1 forwards;*/
}
#mainview .inner.animated #arrow_image{
  /*-webkit-animation: fadeIn 0.3s ease-in-out 1.1s 1 forwards;
	animation: fadeIn 0.3s ease-in-out 1.1s 1 forwards;*/
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn{
  opacity:0;
  /*transform: scale3d(1.05, 1.05, 1.05);*/
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.fadeIn.animated{
  opacity:1;
  /*transform: scale3d(1, 1, 1);*/
}
/*
  responsive
*/
@media (max-width: 1024px) {
  /*
    header
  */
  #header{
    z-index:2;
  }
  #header > .inner {
    display: block;
  }
  #header > .inner > div {
    display: block;
    position:relative;
  }
  #header > .inner > div:first-child{
    height:80px;
  }
  #header > .inner h1 > .util_sp{
    display:block;
    font-size:14px;
    line-height:1.5em;
  }
  #header > .inner h1 > .util_sp > span{
    display:block;
    padding-right:40px;
  }
  #header > .inner h1 > .util_sp .ttl{
    color:#ffe71f;
    font-weight:bold;
    text-shadow:1px 1px 2px rgba(0,0,0,0.5);
    max-width:350px;
  }
  #header > .inner h1 > .util_sp .ttl > span{
    color:#ce2222;
  }
  #header > .inner h1 > .util_pc{
    display:none;
  }
  #header > .inner nav{
    position:fixed;
    top:80px;
    left:0;
    width:100%;
    padding:0;
    display:none;
  }
  #header > .inner nav > ul{
    width:100%;
    background-color: rgba(255,255,255,0.9);
  }
  #header > .inner nav > ul > li{
    display:block;
  }
  #header > .inner ul li > a {
    width:100%;
    height: auto;
  }
  #header > .inner ul li > a > span{
    padding:10px;
  }
  #header > .inner ul li > a > span img{
    vertical-align:middle;
  }
  #header > .inner ul li > a > span > span {
    display: inline-block;
    padding-top: 0;
    vertical-align:middle;
  }
  #sp_btn{
    display:block;
    position:absolute;
    top:50%;
    right:10px;
    margin-top:-20px;
  }
  #sp_btn > a{
    display:block;
    width:40px;
    height:40px;
    position:relative;
  }
  #sp_btn > a > span{
    display:block;
    height:3px;
    background-color:#000;
    position:absolute;
    top:10px;
    width:100%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #sp_btn > a > span:nth-child(2){
    top:18px;
  }
  #sp_btn > a > span:nth-child(3){
    top:26px;
  }
  #sp_btn > a.active > span:nth-child(2){
    display:none;
  }
  #sp_btn > a.active > span:nth-child(1){
    top:15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #sp_btn > a.active > span:nth-child(3){
    top:15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
@media (max-width: 750px) {
  #finished_content > div {
    font-size: 7.99999998vw;
    padding-top: 25%;
  }
  /*
    footer
  */
  #footer_bnr > ul{
    padding:20px 5px;
    text-align:left;
  }
  #footer_bnr > ul > li{
    text-align:center;
  }
  #footer > .inner > div {
    width: 100%;
    padding: 15px 3% 10px;
    float: none;
  }
  #footer > .inner > div:first-child {
    text-align: center;
  }
  #facebook > .inner .body_inner > div{
    width:100%;
  }
  #footer > .inner > div > div{
    font-size:12px;
  }
  #footer > .inner > div > div .ttl {
    font-size: 18px;
  }
  /*
    upper
  */
  #outline > .inner {
    padding: 40px 0 25px;
  }
  #outline > .inner > h2 {
    font-size: 25px;
    padding: 0 0 20px;
  }
  #outline > .inner > h2 > span {
    padding: 5px 10px;
  }
  #outline > .inner > h2 > span::before {
    top: 5px;
    left: -65px;
    width: 65px;
    height: 25px;
    background-size:100% auto;
  }
  #outline > .inner > h2 > span::after {
    top: 5px;
    right: -65px;
    width: 65px;
    height: 25px;
    background-size:100% auto;
  }
  #outline .body_inner {
    display: block;
    margin-top: 35px;
  }
  #outline .body_inner > div {
    display: block;
    width: 100%;
  }
  #outline .body_inner > div:first-child {
    padding: 1em 0 0;
  }
  #mainview #arrow_image {
    bottom: 5%;
    height:46px;
  }
  /*
    middle
  */
  #middle {
    padding: 40px 0;
  }
  #camera > .inner {
    padding: 20px 3%;
    background-size: cover;
  }
  #camera > .inner .sub_ttl {
    font-size: 20px;
    padding: 20px 0 10px;
  }
  #camera > .inner h2 {
    font-size: 30px;
    padding: 20px 0 20px;
  }
  #camera > .inner h2 > span {
    padding: 0 0 0 50px;
  }
  #camera > .inner h2 > span::before {
    top: -15%;
    width: 50px;
    height: 40px;
  }
  #camera > .inner .fukidashi_camera {
    max-width:25%;
    top:-1%;
  }
  #camera > .inner ul > li {
    padding: 18px 0 10px;
  }
  #target > .inner > h2 {
    font-size: 25px;
    padding: 10px 0 20px;
  }
  #target > .inner > h2 > span, #facebook > .inner > h2 > span {
    padding: 5px 10px;
  }
  #target > .inner > h2 > span::before, #facebook > .inner > h2 > span::before {
    top: 5px;
    left: -65px;
    width: 65px;
    height: 25px;
    background-size:100% auto;
  }
  #target > .inner > h2 > span::after, #facebook > .inner > h2 > span::after {
    top: 5px;
    right: -65px;
    width: 65px;
    height: 25px;
    background-size:100% auto;
  }
  #facebook > .inner {
    padding: 20px 3%;
  }
  #facebook > .inner > h2 {
    font-size: 25px;
    padding: 5px 0 20px;
  }
  /*
    lower
  */
  #guide_hall > .inner {
    padding: 35px 0;
  }
  #guide_hall h2 {
    font-size: 25px;
    padding: 0 0 20px;
  }
  #guide_hall > .inner > h2 > span{
    padding: 5px 10px;
  }
  #guide_hall > .inner > h2 > span::before {
    top:5px;
    left: -65px;
    width: 65px;
    height: 25px;
    background-size:100% auto;
  }
  #guide_hall > .inner > h2 > span::after {
    top:5px;
    right: -65px;
    width: 65px;
    height: 25px;
    background-size:100% auto;
  }
  #guide_hall > .inner .place_hall {
    padding: 25px 3% 0;
  }
  #guide_hall > .inner .place_hall > ul {
    display: block;
  }
  #guide_hall > .inner .place_hall > ul > li {
    display: block;
    padding-top: 0.5em;
    padding-right: 0;
    width: 100%;
    text-align:center;
  }
  #guide_hall > .inner .place_hall > ul > li:last-child {
    width: 100%;
  }
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style]{
    width:100%;
    /*height:400px !important;*/
  }
  #footer_bnr > ul > li{
    width:50%;
  }
  #pagetop img{
    width:40px;
  }
}
@media (max-width: 414px) {
  #header > .inner > div:first-child{
    padding:10px 15px;
    height:auto;
  }
}