@media screen and (min-width:961px){
.header__ttl{opacity:0;top:-100px;transition:top .5s ease-out}
.fixed .header__ttl{opacity:1;top:8px}
.top{overflow:hidden;padding-top:720px;position:relative;top:-16px;width:100%;z-index:-1; height:2000px; background:url(../../images/hall/bg.jpg) center top no-repeat;}
.top .inner{left:0; position:fixed;top:0;width:100%;}
.top__mov{opacity:0;transition:opacity .7s ease-out;transition-delay:1s; background-color:#fff}
.top__mov.view{opacity:1}
.top .scroll{top:120px;display:block;left:0;position:absolute;text-align:center;width:100%}
.top .scroll img{height:auto!important;width:auto!important}
.top__mov-sp{display:none}
.top .text1{ position:absolute; display:block; font-size:12px; text-align:center; width:530px; height:250px; top:885px; left:50%; margin-left:-265px; color:#ae9c6a;}
.top .text2{ position:absolute; display:block; font-size:12px; text-align:center; width:530px; height:250px; top:1448px; left:50%; margin-left:-265px; color:#ae9c6a;}
.top .center{ position:absolute; display:block; font-size:12px; text-align:center; width:1004px; height:250px; top:1168px; left:50%; margin-left:-502px;}
}
@media screen and (max-width:960px){
.top,.top .inner{height:1200px!important}
.top{margin:0 auto;padding-top:0!important;position:relative;max-width:100%!important;z-index:-1}
.top .inner{background:url(../../images/hall/bg.jpg) center top no-repeat;background-size:cover;left:0!important;overflow:hidden;position:fixed;top:56px;width:100%}
.top__ttl{display:none}
.top .scroll{height:0!important;overflow:hidden!important;display:none!important}
.top .video{overflow:hidden;position:relative;width:320px;height:200px;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}
.top__mov{display:none}
.top .text1{ position:absolute; display:block; font-size:12px; text-align:center; width:300px; height:250px; top:205px; left:50%; margin-left:-150px; color:#ae9c6a;}
.top .text2{ position:absolute; display:block; font-size:12px; text-align:center; width:300px; height:250px; top:700px; left:50%; margin-left:-150px; color:#ae9c6a;}
.top .center{ position:absolute; display:block; font-size:12px; text-align:center; width:300px; height:100px; top:480px; left:50%; margin-left:-150px;}
}
.about{background:#DAD6CB}
.about__nav li{background:url(../img/common/footer_ico-01.png) left center no-repeat;background-size:5px 9px;padding-left:12px}
@media screen and (min-width:961px){
.about{padding:75px 0 64px;text-align:center}
.about__txt{margin-bottom:1em}
.about__nav{font-size:0;line-height:0;margin-top:40px}
.about__nav li{display:inline-block;font-size:14px;line-height:1.8}
.about__nav li:first-child{margin-right:64px}
}
@media screen and (max-width:960px){
.about{padding:16px 16px 48px;text-align:left}
.about__nav li{margin:1em 0}
}
.submenu { position:related; padding-top:300px; padding-left:10px; font-family:"Adobe Caslon Pro"; font-size:1.5em; font-weight:bold;}
.submenu a {color:#361c09}
.submenu a:hover {color:#fff; text-decoration:none;}
.chinese { font-family:"¼Ð·¢Åé";}
.hall_title { float:left;}
.hall_content { position:relative; width:450px; left:50%; margin-left:-225px;}
.bnr{background:#DAD6CB;padding: 3em 0 0 3em;}
.newwrap {padding: 0 0 0 0;}
* {
  box-sizing: border-box;
}
.newwrap .scroll{top:100px;display:block;left:0;position:absolute;text-align:center;width:100%}
.newwrap .scroll img{height:auto!important;width:auto!important}

.blocks {
 
	overflow:hidden;
}

.blocks li {
    width: 100%;
}

.blocks span {
    display: block;
	text-align:left;
	line-height:30px;
}

.blocks .span-all {
    display: block;
	font-family:"²Ó©úÅé";

  }
.blocks .content3-left {
float:left;
width:100%;
background-image:url(../../images/hall/hall-4p5.png); 
background-size:100% auto;
min-height:600px;
}
.blocks .content4-right {
float:right;
width:100%;
height:100%;
min-height:300px;

 }  
.right-content {
font-size:.8em;
line-height:2em;
padding-left:50px;} 
.brown {
color:#8f7c4f;}
.white {
color:#FFFFFF;}
.coffee {
color:#4c2802;}
.blocks .content {
    padding:0;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 2em;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
}


.content {
  margin: 0;
}



.btnbox {
  text-align: left;
}

.btnbox a {
background-color:#BDB8A4;
padding:0px;
  color: #8f7c4f;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  vertical-align: top;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
.btnbox a:hover span {
  background: #8f7c4f;
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}
.btnbox a span {
  display: block;
  position: relative;
  padding: 5px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btnbox a span:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  color: #dad6cc;
  background: #8f7c4f;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
}

@media all and (max-width: 960px) {
.submenu { position:related; padding-top:200px; padding-left:10px; font-family:"Adobe Caslon Pro"; font-size:1.5em; font-weight:bold;}
.newwrap {margin:auto; padding:0;}
.blocks li {
    float: left;
  }
  
.blocks li {
      width: 50%;
  }
  
.blocks .span {
      width: 100%;
  }
.blocks .span-all {
      width: 100%;
  }  
.blocks .content3-left {
width:100%;
background-image:url(../../images/hall/hall-4p5.png); 
background-size:100% auto;
min-height:600px;
}
.blocks .content4-right {
float:right;
width:100%;
min-height:700px;
padding-left:20px;
text-align:left;
color:#7b6634
 }

}



@media all and (min-width: 961px) {
.newwrap {padding: 0 0 0 0;}
.blocks li {
      float: left;
      
      width: 25%;
  }
  
.blocks .span {
      width: 100%;
  }
.blocks .span-all {
      width: 100%;
  }
.blocks .content3-left {
float:left;
width:50%;
background-image:url(../../images/hall/hall-4p5.png);
background-size:100% auto;
min-height:900px;
background-repeat:repeat;
}
.blocks .content4-right {
float:right;
width:50%;
height:100%;
min-height:800px;
text-align:left;
color:#7b6634
 }
  
}

@media screen and (min-width:1024px){
.bnr{margin:0 auto;width:100%;padding:72px 0 0}
.bnr .pc__ttl{left:0;opacity:0;position:absolute;text-align:center;top:0;transition:opacity .5s ease-out;width:100%}
.bnr .pc__ttl a{overflow:visible;text-indent:0}
.bnr .pc__ttl img{height:auto!important;position:relative;top:10px;width:auto!important}
.bnr .sp__ttl{display:none}


.bnr .inner{margin:0 auto;text-align:center;width:1280px}
.bnr__txt{font-size:11px;padding:40px 0}
}
@media screen and (min-width:1345px){
.bnr .film{left:50%; opacity:1;position:absolute;text-align:center;top:200;transition:opacity .5s ease-out;width:640px}
.bnr .film a{overflow:visible;text-indent:0}
.bnr .film img{height:auto!important;position:relative;top:-68px;width:auto!important}

}
@media screen and (max-width:1344px){
.bnr .film{left:672px;opacity:1;position:absolute;text-align:center;top:200;transition:opacity .5s ease-out;width:640px}
.bnr .film a{overflow:visible;text-indent:0}
.bnr .film img{height:auto!important;position:relative;top:-68px;width:auto!important}

}
@media screen and (max-width:1023px){
.bnr{margin-bottom:0;padding:16px 0 40px}
.bnr .sp__ttl{text-align:center}
.bnr .sp__ttl img{height:auto;margin-bottom:-40px;position:relative;top:-70px;width:160px}
.bnr .film{ left:0; width:100%}
.bnr .film img{top:0}
.bnr .pc__ttl{display:none}

.bnr__txt{font-size:11px;margin:14px 16px}
}
@media all and (min-width: 1800px) {
.newwrap {padding:0;}

}
