/*-----------------------------
base
-----------------------------*/

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

* {
  max-height: 100%;
}

body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo",sans-serif;*/
  font-weight: 500;
  color: #333;
  background: #fff; 
  line-height: 1.5;
}

img {
  vertical-align: middle;
}

a,button {
  outline: none;
  cursor:pointer;
}

.opacity {
  transition: all 0.1s ease;
  cursor: pointer;
}
.opacity:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  -ms-filter: "alpha(opacity=60)";
  opacity:0.60;
}

.list-style-none {
  list-style: none;
}

.cf:before, .cf:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.cf:after {
  clear: both;
}

@media screen and (max-width: 640px) {
  .header,
  .footer,
  .top-mainvisual,
  .main {
    padding: 0 20px;
  }
}

/*-----------------------------
header
-----------------------------*/

.header {
  overflow: hidden;
  background-color: #f0e5c8;
  box-shadow: 0px 1px 4px rgba(182,182,182,0.7);
}

.header-container {
  width: 1000px;
  margin: 0 auto;
}

.site-logo {
  float: left;
  width: 451px;
  height: 123px;
  position: relative;
  margin-left: -123px;
  background-image: url(../images/bg_logo.png);
  background-repeat: no-repeat;
}

.site-logo a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -124px;
}

.gnav {
  float: left;
  width: 795px;
  height: 123px;
  margin-left: -123px;
  background-image: url(../images/bg_bei.png);
  background-repeat: no-repeat;
  position: relative;
}

.gnav:after {
  display: block;
  content: "";
  width: 242px;
  height: 123px;
  position: absolute;
  top: 0;
  right: -120px;
  background-image: url(../images/bg_triangle.png);
  background-repeat: no-repeat;
}

.gnav ul {
  padding-left: 79px;
  line-height: 123px;
}

.gnav li {
  float: left;
  width: 131px;
  text-align: center;
}

.gnav li a {
  display: block;
  position: relative;
}

.greeting-page .gnav li a.gnav-greeting,
.business-page .gnav li a.gnav-business,
.advisory-page .gnav li a.gnav-advisory,
.professional-page .gnav li a.gnav-professional,
.access-page .gnav li a.gnav-access {
  opacity: 0.6;
}

.gnav li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 35px;
  right: 0;
  width: 1px;
  height: 60px;
  background-color: #f0e5c8;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gnav li:last-child a:after {
  display: none;
}


/*-----------------------------
footer
-----------------------------*/

.footer {
  width: 100%;
  margin-top: 100px;
  padding: 15px 0;
  background-color: #a38b78;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
}

.top-page .footer {
  margin-top: 0;
}

.footer-container {
  width: 1000px;
  margin: 0 auto;
}

.copy {
  float: left;
}

.footer-address {
  float: right;
  text-align: right;
}

.footer-address .office-name {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
}

.footer-address p {
  font-size: 12px;
  font-size: 1.2rem;
}


/*-----------------------------
下層ページ
-----------------------------*/

.main {
  width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}

.page-ttl {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.page-ttl:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #f0e5c8;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.tit-bg-beige {
  padding: 8px 10px;
  border-left: 8px solid #a38b78;
  background-color: #f0e5c8;
  font-size: 18px;
  font-size: 1.8rem;
  color: #a38b78;
}

.tit-border-left {
  margin-bottom: 15px;
  padding: 1px 10px;
  border-left: 6px solid #a38b78;
  font-size: 16px;
  font-size: 1.6rem;
  color: #a38b78;
}

.main p {
  margin-bottom: 25px;
}

.main p:last-child {
  margin-bottom: 0;
}