@charset "UTF-8";
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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
img {
  border: 0;
}

h2 {
  background: #ccc;
  background: linear-gradient(#ffffff, #cccccc);
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  margin: 50px auto 30px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    height: auto;
    line-height: 1.4;
    margin: 25px auto;
    padding: 10px 5px;
  }
}

div.about {
  margin: 0 auto;
  width: 1040px;
}
div.about:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.about div.about_img {
  float: left;
  height: 390px;
  width: 520px;
}
@media screen and (max-width: 767px) {
  div.about {
    width: 100%;
  }
  div.about div.about_img {
    float: none;
    height: auto;
    width: 100%;
  }
  div.about div.about_img img {
    width: 100%;
  }
}

div.about_text {
  box-sizing: border-box;
  background: #e9f1fb;
  float: right;
  height: 390px;
  padding-top: 20px;
  width: 520px;
}
div.about_text h3 {
  box-sizing: border-box;
  border: 1px solid #003F97;
  color: #003F97;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin: 0 auto 15px;
  text-align: center;
  width: 460px;
}
div.about_text p.text {
  box-sizing: border-box;
  font-size: 14px;
  overflow: auto;
  height: 210px;
  margin: 0 auto 10px;
  width: 460px;
}
div.about_text p.add_info {
  border-top: 1px solid #c3d4ea;
  box-sizing: border-box;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
}
div.about_text ul {
  color: #FFF;
  font-size: 14px;
  height: 60px;
  position: absolute;
}
div.about_text ul:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.about_text ul li {
  background: #003F97;
  border-bottom: 6px solid #002179;
  float: left;
  height: 60px;
  line-height: 55px;
  position: relative;
  text-align: center;
  width: 173px;
}
div.about_text ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
div.about_text ul li a:hover {
  text-decoration: underline;
}
div.about_text ul li:first-child {
  width: 174px;
}
div.about_text ul li.reserve a:before {
  font-size: 20px;
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 8px;
}
div.about_text ul li.enq {
  background: #3d72bc;
  border-bottom: 6px solid #1f549e;
  margin: auto;
}
div.about_text ul li.enq a:before {
  font-size: 20px;
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 8px;
}
div.about_text ul li.pre_reserve {
  background: #6c98d7;
  border-bottom: 6px solid #4e7ab9;
  position: relative;
}
div.about_text ul li.pre_reserve span {
  display: inline-block;
  height: 100%;
  line-height: 1.4;
  padding: 10px 0 0 45px;
  text-align: left;
  width: 100%;
}
div.about_text ul li.pre_reserve span:hover {
  text-decoration: underline;
}
div.about_text ul li.pre_reserve a:before {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 20px;
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  div.about_text {
    float: none;
    height: auto;
    padding: 20px 0 0;
    width: auto;
  }
  div.about_text h3 {
    width: auto;
  }
  div.about_text p.text {
    font-size: 12px;
    height: auto;
    line-height: 1.4;
    padding: 0 5px;
    width: auto;
  }
  div.about_text p.add_info {
    height: auto;
    line-height: 1.4;
    padding: 10px 5px;
  }
  div.about_text ul {
    height: auto;
    position: relative;
  }
  div.about_text ul li {
    height: 50px;
    line-height: 45px;
    width: 100%;
  }
  div.about_text ul li:first-child {
    width: 100%;
  }
  div.about_text ul li.pre_reserve a:before {
    content: "";
  }
  div.about_text ul li.pre_reserve span {
    padding: 0;
    text-align: center;
  }
  div.about_text ul li.pre_reserve span:before {
    font-size: 20px;
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 8px;
  }
}

section.floor_plan ul {
  margin: 30px auto;
  text-align: center;
}
section.floor_plan ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 12px;
}
section.floor_plan ul li a {
  display: inline-block;
  width: 210px;
  height: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  section.floor_plan ul li {
    margin: 20px 0;
  }
  section.floor_plan ul li a {
    width: 280px;
    height: 200px;
  }
}

ul.photo_list {
  margin: 30px auto;
  width: 1040px;
}
ul.photo_list:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
ul.photo_list li {
  float: left;
  margin-left: 22px;
}
ul.photo_list li:first-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  ul.photo_list {
    width: 100%;
  }
  ul.photo_list li {
    margin: 15px 2%;
    width: 46%;
  }
  ul.photo_list li:first-child {
    margin: 15px 2%;
  }
  ul.photo_list li img {
    height: auto;
    width: 100%;
  }
}

hr {
  border: 1px solid #e3e3e3;
}

div.address {
  margin: 30px auto 0;
  width: 1040px;
}
div.address:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.address div.of_name {
  border-left: 3px solid #003F97;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 10px;
}
div.address div.of_name span {
  color: #003F97;
  font-size: 20px;
  font-weight: bold;
}
div.address div.add_inner {
  float: left;
  height: auto;
  margin-right: 40px;
  width: 450px;
}
div.address div.add_inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  div.address {
    padding: 0 5px;
    width: 100%;
  }
  div.address div.of_name {
    line-height: 1.4;
  }
  div.address div.add_inner {
    float: none;
    margin: 0;
    width: 100%;
  }
}

table.office_info {
  box-sizing: border-box;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  font-size: 14px;
  height: 200px;
  margin: 0 0 25px;
  width: 450px;
}
table.office_info th {
  background: #e9f1fb;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  width: 80px;
}
table.office_info td {
  background: #fff;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  table.office_info {
    height: auto;
    width: 100%;
  }
  table.office_info tr {
    display: block;
  }
  table.office_info tr th {
    display: block;
    line-height: 1.5;
    width: 100%;
  }
  table.office_info tr td {
    display: block;
    line-height: 1.4;
    padding: 5px 0;
  }
}

div.map {
  height: auto;
  width: 450px;
}
div.map img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.map {
    width: 100%;
  }
}

div.ggmap {
  background: #ddd;
  float: right;
  height: 550px;
  width: 550px;
}
div.ggmap:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  div.ggmap {
    height: auto !important;
    width: 100% !important;
  }
  div.ggmap div#gmap {
    min-height: 240px;
    height: auto !important;
    width: 100% !important;
  }
}

div.information {
  background: #e9f1fb;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.6;
  margin: 35px auto 60px;
  padding: 20px 30px 40px;
  width: 1040px;
}
div.information div.info_title {
  background: #003F97;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
div.information img {
  display: block;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  div.information {
    padding: 30px 5px;
    width: 100%;
  }
  div.information div.info_title {
    background-size: 100% 100%;
    margin-bottom: 15px;
    width: 100%;
  }
}

div.plus_pics ul:after {
  display: table;
  content: "";
  clear: both;
}
div.plus_pics ul li {
  width: 168px;
  height: 168px;
  margin: 0 6px 0 0;
  float: left;
}
div.plus_pics ul li span {
  display: inline-block;
  width: 168px;
  height: 168px;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  div.plus_pics {
    width: 1040px;
    margin: 20px auto 60px;
  }
  div.plus_pics ul {
    width: 1100px;
  }
}
@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;
  }
}

div.plus_pics ul:after {
  display: table;
  content: "";
  clear: both;
}
div.plus_pics ul li {
  width: 168px;
  height: 168px;
  margin: 0 6px 0 0;
  float: left;
}
div.plus_pics ul li span {
  display: inline-block;
  width: 168px;
  height: 168px;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  div.plus_pics {
    width: 1040px;
    margin: 20px auto 60px;
  }
  div.plus_pics ul {
    width: 1100px;
  }
}
@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 */
