/* common
------------------------------*/
html {
  font-size: 100%;
  line-height: 1.5em;
}

a.hvr {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
@media screen and (min-width: 768px) {
  a.hvr:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
}

img {
  line-height: 0;
}

body {
  background: url(../img/bg_header-top.png) repeat-x top;
}

.pc {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inline-block !important;
  }
}
/* header
------------------------------*/
header {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 88px;
  margin: 0;
  padding: 0 2%;
  background: url(../img/bg_header-bottom.png) repeat-x bottom;
  background-size: 100% auto;
  box-sizing: border-box;
}
header .inner {
  width: 1000px;
  margin: 0 auto;
}
header .inner .logo {
  float: left;
  margin: 13px 0 0 0;
}
header .inner .logo img {
  height: 58px;
}
header .inner .logo_group {
  display: block;
  float: right;
  margin: 26px 0 0 0;
}
header .inner .search {
  display: none;
}
@media screen and (max-width: 767px) {
  header {
    height: 55px;
    padding: 10px 2%;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
  }
  header .inner .logo {
    float: left;
    margin: 0;
  }
  header .inner .logo img {
    height: 35px;
  }
  header .inner .logo_group {
    display: none;
  }
  header .inner .search {
    display: block;
    float: right;
  }
  header .inner .search img {
    height: 35px;
  }
}

/* main
------------------------------*/
.main {
  width: 100%;
}
.main .main-slider {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main .main-slider {
    width: 100%;
  }
  .main .main-slider img {
    width: 100%;
    height: auto;
  }
}
.main .main-slider .slidesjs-pagination {
  margin: 15px auto 35px auto;
  text-align: center;
}
.main .main-slider .slidesjs-pagination li {
  display: inline-block;
}
.main .main-slider .slidesjs-pagination li a {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  background: #656565;
  border-radius: 10px;
  text-indent: -9999px;
}
.main .main-slider .slidesjs-pagination li a.active {
  background: #ff0000;
}

/* contents
------------------------------*/
.contents {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents {
    width: 100%;
  }
}
.contents h2 {
  height: 50px;
  margin: 0 0 10px 0;
  background: url(../img/bg_sbj.png) repeat-x;
  background-size: auto 100%;
  box-sizing: border-box;
  color: #FFF;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 50px;
}
.contents h2.line_2 {
  padding-top: 13px;
  height: 66px;
  line-height: 1;
}
.contents h2.line_2 em {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .contents h2 {
    height: 32px;
    background-size: 100% 32px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 32px;
  }
  .contents h2.line_2 {
    padding-top: 7px;
    height: 44px;
    line-height: 1;
    background-size: 100% 44px;
  }
}
.contents .pick_up {
  float: left;
  width: 100%;
  max-width: 490px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contents .pick_up {
    float: none;
    padding: 0;
    box-sizing: border-box;
  }
}
.contents .pick_up .slide {
  width: 490px;
  padding: 40px 40px 0 40px;
  background: url(../img/bg_pickup.png) no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents .pick_up .slide {
    width: 100%;
    padding: 14% 14% 0 14%;
    box-sizing: border-box;
  }
}
.contents .pick_up .slide .slider {
  display: block;
}
.contents .pick_up .slide .slider .slidesjs-one {
  width: 410px;
  height: 410px;
}
.contents .pick_up .slide .slider .slidesjs-one a {
  display: table-cell !important;
  width: 410px;
  height: 410px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents .pick_up .slide .slider .slidesjs-one {
    width: 100%;
    height: 100%;
  }
  .contents .pick_up .slide .slider .slidesjs-one a {
    width: 100%;
    height: 100%;
  }
  .contents .pick_up .slide .slider .slidesjs-one a .pos_w {
    width: 100%;
  }
  .contents .pick_up .slide .slider .slidesjs-one a .pos_h {
    height: 100%;
  }
}
.contents .pick_up .slide .slider .slidesjs-container .slidesjs-control div a {
  display: table-cell !important;
  width: 410px;
  height: 410px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents .pick_up .slide .slider .slidesjs-container .slidesjs-control div a {
    display: table-cell !important;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }
}
.contents .pick_up .slide .slider .slidesjs-pagination {
  margin: 5px 0 0 0;
  text-align: center;
}
.contents .pick_up .slide .slider .slidesjs-pagination li {
  display: inline-block;
  margin: 0 5px;
  text-indent: -9999px;
  line-height: 0;
}
.contents .pick_up .slide .slider .slidesjs-pagination li a {
  display: block;
  width: 16px;
  height: 16px;
  background: #000;
  border: 1px solid #FFF;
  box-sizing: border-box;
  border-radius: 10px;
}
.contents .pick_up .slide .slider .slidesjs-pagination li a:hover, .contents .pick_up .slide .slider .slidesjs-pagination li a.active {
  background: #e57018;
}
.contents .sns {
  float: right;
  width: 100%;
  max-width: 490px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contents .sns {
    float: none;
  }
}
.contents .sns ul li {
  display: inline-block;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents .sns ul li {
    width: 25%;
    padding: 0 2%;
  }
}
.contents .sns ul li img {
  width: 100%;
}
.contents .hall-list {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contents .hall-list {
    overflow: hidden;
    float: none;
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
.contents .hall-list span {
  display: block;
}
.contents .hall-list span.top {
  margin-bottom: 20px;
}
.contents .hall-list span.bottom {
  margin-top: 20px;
}
.contents .hall-list dl {
  display: inline-block;
  width: 470px;
  margin: 0 10px;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
}
.contents .hall-list dl dt {
  width: 470px;
  height: 38px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 15px;
  background: url(../img/bg_sbj-sub.png) repeat-x;
  background-size: auto 100%;
  box-sizing: border-box;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  line-height: 38px;
}
.contents .hall-list dl dt:first-child {
  margin-top: 0;
}
.contents .hall-list dl dd {
  overflow: hidden;
  border-bottom: 1px dotted #d6d6d6;
  padding: 5px 15px;
}
.contents .hall-list dl dd:last-child {
  border: 0;
}
.contents .hall-list dl dd p {
  cursor: pointer;
  float: left;
  width: 65%;
  padding: 0;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 20px;
}
.contents .hall-list dl dd p:hover, .contents .hall-list dl dd p.active {
  color: #fc6769;
}
.contents .hall-list dl dd a {
  float: right;
}
.contents .hall-list dl dd a.line {
  margin: 0 0 0 10px;
}
.contents .hall-list dl dd a img {
  width: 70px;
}
.contents .hall-list dl.mie {
  width: 980px;
}
.contents .hall-list dl.mie dt {
  width: 980px;
}
.contents .hall-list dl.mie dd {
  display: inline-block;
  width: 440px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .contents .hall-list select {
    width: 96%;
    height: 30px;
    margin: 0 2%;
    padding: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.contents .hall {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
}
.contents .hall .inner h3 {
  overflow: hidden;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 0 15px;
  background: url(../img/bg_sbj-sub.png) repeat-x;
  background-size: auto 100%;
  box-sizing: border-box;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .contents .hall .inner h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contents .hall .inner .hall-name {
  display: inline-block;
  position: relative;
  width: 1000px;
  padding: 0 0 0 112px;
  margin-top: 6px;
  margin-bottom: 30px;
  background: url(../img/bg_hall.png) repeat-x;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents .hall .inner .hall-name {
    width: 100%;
    padding: 0;
    margin-top: 8px;
    background-size: 100% 33px;
  }
}
.contents .hall .inner .hall-name .hall-icn {
  position: absolute;
  top: -6px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .contents .hall .inner .hall-name .hall-icn {
    width: 45px;
    top: -8px;
    left: 10px;
  }
  .contents .hall .inner .hall-name .hall-icn img {
    width: 100%;
  }
}
.contents .hall .inner .hall-name .hall-sbj {
  float: left;
  width: 680px;
  height: 66px;
  color: #FFF;
  font-size: 32px;
  font-size: 2rem;
  line-height: 66px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contents .hall .inner .hall-name .hall-sbj {
    float: none;
    width: 100%;
    height: 33px;
    padding: 0 0 0 22%;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 33px;
  }
}
.contents .hall .inner .hall-name .hall-sns {
  float: right;
  margin-top: 14px;
}
.contents .hall .inner .hall-name .hall-sns li {
  margin-right: 10px;
  display: inline-block;
  width: 40px;
}
.contents .hall .inner .hall-name .hall-sns li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents .hall .inner .hall-name .hall-sns {
    float: none;
    width: 100%;
    text-align: center;
  }
  .contents .hall .inner .hall-name .hall-sns li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .contents .hall .inner .hall-name .hall-sns li img {
    width: 100%;
  }
}
.contents .hall .inner .hall-pos {
  display: inline-block;
  width: 410px;
  margin: 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .contents .hall .inner .hall-pos {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
}
.contents .hall .inner .hall-pos .hall-slide {
  width: 410px;
  padding: 40px 40px 40px 40px;
  background: url(../img/bg_pos.png) no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents .hall .inner .hall-pos .hall-slide {
    width: 100%;
    padding: 14% 14% 4% 14%;
    box-sizing: border-box;
  }
}
.contents .hall .inner .hall-pos .hall-slide .hall-slider {
  display: block;
}
.contents .hall .inner .hall-pos .hall-slide .hall-slider .slidesjs-one {
  width: 330px;
  height: 330px;
}
.contents .hall .inner .hall-pos .hall-slide .hall-slider .slidesjs-one a {
  display: table-cell !important;
  width: 330px;
  height: 330px;
  vertical-align: middle;
  text-align: center;
}
.contents .hall .inner .hall-pos .hall-slide .hall-slider .slidesjs-container .slidesjs-control div a {
  display: table-cell !important;
  width: 330px;
  height: 330px;
  vertical-align: middle;
  text-align: center;
}
.contents .hall .inner .hall-pos .hall-slide .hall-slider .slidesjs-pagination {
  margin: 5px 0 0 0;
  text-align: center;
}
.contents .hall .inner .hall-pos .hall-slide .hall-slider .slidesjs-pagination li {
  display: inline-block;
  margin: 0 5px;
  text-indent: -9999px;
  line-height: 0;
}
.contents .hall .inner .hall-pos .hall-slide .hall-slider .slidesjs-pagination li a {
  display: block;
  width: 16px;
  height: 16px;
  background: #000;
  border: 1px solid #FFF;
  box-sizing: border-box;
  border-radius: 10px;
}
.contents .hall .inner .hall-pos .hall-slide .hall-slider .slidesjs-pagination li a:hover, .contents .hall .inner .hall-pos .hall-slide .hall-slider .slidesjs-pagination li a.active {
  background: #e57018;
}
.contents .hall .inner .hall-info {
  display: inline-block;
  width: 530px;
  margin: 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .contents .hall .inner .hall-info {
    display: block;
    width: 96%;
    margin: 30px auto 0 auto;
  }
}
.contents .hall .inner .hall-info .hall-ph img {
  width: 100%;
}
.contents .hall .inner .hall-info table {
  width: 100%;
}
.contents .hall .inner .hall-info table tr {
  display: block;
  padding-top: 5px;
}
.contents .hall .inner .hall-info table tr th {
  width: 104px;
  height: 30px;
  background: url(../img/bg_info.png) repeat-x;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 30px;
}
.contents .hall .inner .hall-info table tr td {
  padding-left: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  vertical-align: middle;
}
.contents .hall .inner .hall-info table tr td a {
  color: #2195d2;
  text-decoration: none;
}
.contents .hall .inner .hall-info table tr td a:hover {
  color: #fc6769;
}
@media screen and (max-width: 767px) {
  .contents .hall .inner .hall-info table tr th, .contents .hall .inner .hall-info table tr td {
    display: block;
    width: 100%;
  }
  .contents .hall .inner .hall-info table tr td {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

/* footer
------------------------------*/
footer {
  width: 100%;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 767px) {
  footer {
    margin: 30px auto 0 auto;
  }
}
footer .inner {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  background: url(../img/bg_line-footer.png) no-repeat top;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  footer .inner {
    background: none;
  }
}
footer .inner .logo {
  float: left;
  padding: 17px 0  20px 0;
  color: #db0024;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  footer .inner .logo {
    float: none;
    text-align: center;
  }
}
footer .inner .logo a {
  color: #db0024;
  text-decoration: none;
}
footer .inner .logo img {
  width: 252px;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  footer .inner .logo img {
    width: 100px;
  }
}
footer .inner ul {
  float: right;
  margin: 35px 0 0 0;
}
@media screen and (max-width: 767px) {
  footer .inner ul {
    float: none;
    margin: 0 0 15px 0;
    text-align: center;
  }
}
footer .inner ul li {
  display: inline-block;
  padding: 2px 8px;
  border-right: 2px solid #595857;
  font-size: 14px;
  font-size: 0.875rem;
}
footer .inner ul li a {
  color: #000;
  text-decoration: none;
}
footer .inner ul li a:hover {
  text-decoration: underline;
}
footer .inner ul li:first-child {
  border-left: 2px solid #595857;
}
@media screen and (max-width: 767px) {
  footer .inner ul li {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .pagetop img {
    width: 100%;
  }
}
footer .copyrihgt {
  padding: 5px 0;
  background: #000;
  color: #FFF;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}
