@charset "UTF-8";
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
/*====================
	contents_inner
====================*/
div.contents_inner {
  margin: 0 auto;
  width: 850px;
}
@media screen and (max-width: 767px) {
  div.contents_inner {
    width: 100%;
  }
}

/*====================
	musium
====================*/
div.musium {
  margin: 50px auto 0;
  width: 850px;
}
div.musium:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  div.musium {
    margin: 30px auto;
    width: 100%;
  }
}

h3.m_title {
  border: 2px solid #a79372;
  color: #a79372;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3.m_title {
    font-size: 22px;
    height: auto;
    line-height: 1.5;
    padding: 7px 5px;
  }
}

/*---------------
	img
---------------*/
div.m_img {
  float: left;
  margin: 30px 0 0;
  width: 400px;
  overflow: hidden;
}
div.m_img div.m_big_img a {
  display: block;
  width: 400px;
  height: 300px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
div.m_img div.gallery ul {
  width: 420px;
}
div.m_img div.gallery ul:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.m_img div.gallery ul > li {
  float: left;
  margin: 5px 5px 0 0;
  width: 130px;
  height: 100px;
}
div.m_img div.gallery ul > li a {
  display: block;
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
}
div.m_img div.gallery ul > li p {
  display: none;
}
@media screen and (max-width: 767px) {
  div.m_img {
    float: none;
    width: 100%;
  }
  div.m_img div.m_big_img {
    text-align: center;
    height: 260px;
  }
  div.m_img div.m_big_img a {
    display: inline-block;
    width: 90%;
    height: 260px;
  }
  div.m_img div.gallery ul {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  div.m_img div.gallery ul li {
    float: none;
    display: inline-block;
  }
}

/*--------------
	text
---------------*/
div.m_text {
  float: right;
  margin: 10px 0 0;
  width: 420px;
}
div.m_text div.m_massage {
  background: url(../media/images/exhibition/message_s.png) no-repeat;
  height: 353px;
  margin: -10px 0 0;
  padding: 45px 30px 0;
}
@media screen and (max-width: 767px) {
  div.m_text {
    float: none;
    width: 100%;
  }
  div.m_text div.m_massage {
    background-size: 100% 100%;
    height: auto;
    margin: 0 0 0px;
    padding: 50px 5px 0px;
  }
}

/*----------
 MESSAGE
----------*/
h5.message, div.info div.inner h5 {
  color: #b0a086;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-align: center;
}
h5.message:before, h5.message:after, div.info div.inner h5:after, div.info div.inner h5:before {
  border: 1px solid #b0a086;
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 30%;
}
h5.message:after, div.info div.inner h5:after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  h5.message, div.info div.inner h5 {
    margin: 15px 0;
  }
}

p.m_about {
  font-size: 14px;
  height: 230px;
  overflow: auto;
  width: 360px;
}
@media screen and (max-width: 767px) {
  p.m_about {
    height: 100%;
    padding-bottom: 40px;
    width: 100%;
  }
}

/*----------
 list
----------*/
ul.m_list {
  margin: 2px 0 0 -15px;
  width: 435px;
}
ul.m_list:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
ul.m_list > li {
  background: url(../media/images/exhibition/wood_bg.png);
  background-size: 100% 100%;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 120px;
  margin: 0 0 0 15px;
  position: relative;
  text-align: center;
  width: 130px;
}
ul.m_list > li a {
  color: #fff;
  display: block;
}
ul.m_list > li a:hover {
  color: #ff0;
}
ul.m_list > li.reserve span {
  display: inline-block;
  height: 60px;
  position: relative;
  top: 75px;
  width: 100%;
}
ul.m_list > li.reserve span:after {
  content: "";
  color: #fff;
  font-size: 32px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -55px;
}
ul.m_list > li.reserve span:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  ul.m_list > li.reserve span {
    height: 40%;
    top: 65px;
  }
}
ul.m_list > li.info span {
  display: inline-block;
  height: 60px;
  position: relative;
  top: 75px;
  width: 100%;
}
ul.m_list > li.info span:after {
  content: "";
  color: #fff;
  font-size: 32px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -55px;
}
ul.m_list > li.info span:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  ul.m_list > li.info span {
    height: 40%;
    top: 65px;
  }
}
ul.m_list > li.pre_reserve span {
  display: inline-block;
  height: 60px;
  position: relative;
  top: 75px;
  width: 100%;
}
ul.m_list > li.pre_reserve span:after {
  content: "";
  color: #fff;
  font-size: 32px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -55px;
}
ul.m_list > li.pre_reserve span:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  ul.m_list > li.pre_reserve span {
    height: 40%;
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  ul.m_list {
    margin: 0;
    width: 100%;
  }
  ul.m_list li {
    display: inline-block;
    height: 110px;
    margin: 0 0 0 2%;
    width: 32%;
  }
  ul.m_list li:first-child {
    margin: 0;
  }
  ul.m_list li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  ul.m_list li a span {
    display: block;
  }
}

p.m_add {
  font-size: 12px;
  margin-top: 20px;
}

/*====================
	access
====================*/
div.access_wrap {
  border: 2px solid #a79372;
  font-size: 14px;
  margin: 30px 0 0;
  padding: 20px 20px 20px 30px;
}
div.access_wrap:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  div.access_wrap {
    padding: 0 5px;
  }
}

div.ac_text {
  float: left;
  width: 475px;
}
div.ac_text div.ac_company {
  color: #886644;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 0;
}
div.ac_text table {
  margin: 20px 0 35px;
}
div.ac_text table tr {
  border-bottom: 1px solid #b0a086;
}
div.ac_text table tr th {
  color: #886644;
  font-weight: 700;
  line-height: 1.6;
  padding: 7px 10px;
  text-align: center;
}
div.ac_text ul {
  margin: 20px 0 0;
}
div.ac_text ul > li {
  border-bottom: 1px solid #b0a086;
  padding: 7px 0;
  line-height: 1.6;
}
div.ac_text ul > li span {
  color: #886644;
  font-weight: bold;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  div.ac_text {
    float: none;
    width: 100%;
  }
  div.ac_text div.ac_company {
    border-bottom: 2px solid #b0a086;
    padding-bottom: 5px;
    text-align: center;
  }
  div.ac_text div.ac_title {
    margin-top: 7px;
    text-align: center;
  }
  div.ac_text table {
    margin: 0 0 35px;
  }
  div.ac_text table tr {
    border: 0;
    display: block;
  }
  div.ac_text table tr th {
    display: block;
  }
  div.ac_text table tr td {
    border-bottom: 1px solid #886644;
    display: block;
  }
}

div.ac_img {
  float: right;
  height: auto;
  width: 300px;
}
div.ac_img img {
  height: auto;
  width: 300px;
  max-height: 250px;
}
@media screen and (max-width: 767px) {
  div.ac_img {
    float: none;
    width: 100%;
  }
  div.ac_img img {
    height: auto;
    max-height: none;
    max-width: none;
    width: 100%;
  }
}

/*====================
	google map
====================*/
div.gmap {
  height: 400px !important;
  margin: 30px 0 0;
  width: 850px !important;
}
@media screen and (max-width: 767px) {
  div.gmap {
    height: auto !important;
    min-height: 240px;
    width: 100% !important;
  }
}

/*====================
	information
====================*/
div.info {
  background: url(../media/images/exhibition/message_b.png);
  font-size: 14px;
  height: 500px;
  margin: 10px 0 35px;
  padding: 45px 30px 20px;
}
div.info div.inner {
  height: 100%;
  overflow: auto;
  padding-top: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.info {
    background-size: 100% 100%;
    height: auto;
    margin: 20px 0;
    min-height: 100px;
    padding: 0;
  }
  div.info div.inner {
    padding: 20px 5px;
  }
  div.info div.inner h5:before, div.info div.inner h5:after, div.info div.inner h5:after {
    width: 20%;
  }
}

div.plus_pics ul:after {
  display: table;
  content: "";
  clear: both;
}
div.plus_pics ul li {
  width: 138px;
  height: 138px;
  margin: 0 5px 0 0;
  float: left;
}
div.plus_pics ul li span {
  display: inline-block;
  width: 138px;
  height: 138px;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  div.plus_pics {
    width: 850px;
    margin: 20px auto 60px;
  }
  div.plus_pics ul {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  div.plus_pics ul {
    text-align: center;
    margin-bottom: 10px;
  }
  div.plus_pics ul li {
    display: inline-block;
    width: 150px;
    height: 150px;
    float: none;
    margin: 5px;
  }
  div.plus_pics ul li span {
    width: 150px;
    height: 150px;
  }
}

/*# sourceMappingURL=office_detail.css.map */
