@charset "UTF-8";
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background: #fff;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  width: 100%;
}

div.wholewrapper {
  display: table;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

/*=========================
	sidebar
=========================*/
div.sidebar {
  background: url(../media/images/common/side_bg.png);
  box-shadow: 2px 0 3px 0 #ddd;
  display: table-cell;
  height: 100%;
  position: relative;
  width: 250px;
  vertical-align: top;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  div.sidebar {
    display: none;
  }
}

div.aside {
  height: 100%;
  min-height: 100%;
}

div.logo {
  background: #fff;
  box-shadow: 2px 0 3px 0 #ddd, 0 2px 10px 0 #ddd;
  height: 160px;
  width: 250px;
  position: relative;
}
@media screen and (max-width: 767px) {
  div.logo {
    display: none;
  }
}
div.logo img {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

nav {
  font-size: 14px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  nav {
    display: none;
  }
}
nav ul.gnav {
  margin: 35px 0 0 0;
}
nav ul.gnav li {
  height: 60px;
  vertical-align: middle;
  position: relative;
  width: 250px;
}
nav ul.gnav li a {
  color: #000;
  text-decoration: none;
}
nav ul.gnav li a:hover {
  color: #9B481E;
  cursor: pointer;
  text-decoration: underline;
}
nav ul.gnav li a {
  display: block;
  padding: 0 0 0 40px;
}
nav ul.gnav li span {
  color: #b0a086;
  font-size: 10px;
}

div.form {
  border: 2px solid #b0a086;
  color: #b0a086;
  font-size: 17px;
  height: 60px;
  line-height: 60px;
  margin: 15px auto 0;
  text-align: center;
  width: 210px;
}
div.form a {
  color: #000;
  text-decoration: none;
}
div.form a:hover {
  color: #9B481E;
  cursor: pointer;
  text-decoration: underline;
}
div.form a {
  color: #886644;
  display: block;
}
div.form a:before {
  color: #b0a086;
  content: "";
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}

div.ad_wrap {
  box-sizing: border-box;
  margin: 30px auto 0;
  width: 210px;
}
div.ad_wrap div.ad_title {
  background: #b0a086;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  height: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
}
div.ad_wrap div.ad_img {
  box-shadow: 0 0 15px 1px #ccc;
  margin: 10px auto 0;
  vertical-align: bottom;
}
div.ad_wrap div.ad_img img {
  width: 210px;
  height: auto;
}

ul.primary_link {
  font-size: 14px;
  margin: 20px auto 0;
}
ul.primary_link li {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 40px;
}
ul.primary_link li a {
  color: #000;
  text-decoration: none;
}
ul.primary_link li a:hover {
  color: #9B481E;
  cursor: pointer;
  text-decoration: underline;
}
ul.primary_link li.last a:after {
  color: #b0a086;
  content: "";
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
ul.primary_link li a {
  display: block;
}

/*=========================
	footer
=========================*/
footer {
  width: 100%;
}

/*----------
	pagetop
--------------------*/
div.pagetop {
  background: #eeebe3;
  background: url(../media/images/toppage/contents_bg.png);
  color: #a2a2a2;
  border-top: 1px solid #cfcfcf;
  font-size: 12px;
  height: 50px;
  margin: 80px auto 0;
  padding-top: 25px;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  width: 100%;
}
div.pagetop a {
  color: #000;
  text-decoration: none;
}
div.pagetop a:hover {
  color: #9B481E;
  cursor: pointer;
  text-decoration: underline;
}
div.pagetop a {
  color: #b0a086;
  display: block;
  width: 100%;
}
div.pagetop a:hover {
  text-decoration: none;
}
div.pagetop a:after {
  content: " ";
  font-size: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -5px;
  left: 0;
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  div.pagetop {
    height: 45px;
    margin: 30px auto 0;
    padding-top: 20px;
  }
  div.pagetop a {
    color: #a2a2a2;
  }
  div.pagetop a:after {
    top: -10px;
  }
}

div.foot_inner {
  background: url(../media/images/common/footer_bg.png);
  border-top: 1px solid #cfcfcf;
  height: 135px;
  padding: 30px 25px 20px;
}
div.foot_inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.foot_inner div.f_info {
  font-size: 14px;
  float: left;
  height: 100%;
  position: relative;
}
div.foot_inner div.f_menu {
  float: right;
  height: 100%;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 767px) {
  div.foot_inner {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  div.foot_inner div.f_info {
    float: none;
    height: auto;
    width: 100%;
  }
  div.foot_inner div.f_menu {
    float: none;
    height: auto;
    width: 100%;
  }
}

/*---
	f_info
--------------------*/
div.company {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin: 0 30px 0 0;
}
div.company:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  div.company {
    display: block;
    font-size: 14px;
    float: none;
    text-align: center;
    width: 100%;
  }
}

ul.sns {
  font-size: 22px;
  float: left;
  margin-top: -3px;
}
ul.sns:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
ul.sns li {
  box-sizing: border-box;
  float: left;
  margin: 0 0 0 20px;
}
ul.sns li a {
  color: #000;
  text-decoration: none;
}
ul.sns li a:hover {
  color: #9B481E;
  cursor: pointer;
  text-decoration: underline;
}
ul.sns li a {
  color: #a2a2a2;
}
ul.sns li:first-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  ul.sns {
    font-size: 25px;
    float: none;
    margin: 3px auto 0;
    text-align: center;
    width: 100%;
  }
  ul.sns li {
    display: inline-block;
    float: none;
  }
}

div.company_name {
  clear: both;
  font-weight: bold;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  div.company_name {
    font-size: 13px;
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
  }
}

div.address {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  div.address {
    font-size: 13px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    white-space: normal;
    width: 100%;
  }
}

/*---
	f_menu
--------------------*/
ul.footer_menu {
  float: right;
  width: 300px;
}
ul.footer_menu:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
ul.footer_menu li {
  float: left;
  margin: 0 0 0 40px;
}
ul.footer_menu li a {
  color: #000;
  text-decoration: none;
}
ul.footer_menu li a:hover {
  color: #9B481E;
  cursor: pointer;
  text-decoration: underline;
}
ul.footer_menu li.last a:after {
  color: #a2a2a2;
  content: "";
  vertical-align: bottom;
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  ul.footer_menu {
    float: none;
    font-size: 13px;
    margin: 20px auto;
    text-align: center;
    width: 100%;
  }
  ul.footer_menu li {
    display: inline-block;
    float: none;
    margin-left: 30px;
  }
  ul.footer_menu li:first-child {
    margin-left: 0;
  }
}

div.copyright {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
}
@media screen and (max-width: 767px) {
  div.copyright {
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: center;
  }
}

/*=========================
	contents
=========================*/
div.contents_wrap {
  background: #eeebe3;
  background: url("../media/images/common/contents_bg.png") repeat;
  box-shadow: 0 0 2px 2px #ddd;
  display: table-cell;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  width: 100%;
}
div.contents_wrap:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  div.contents_wrap {
    box-shadow: none;
    min-height: 0;
    /* 余白防止のため */
    width: 767px;
  }
}

/*---------------
	title
---------------*/
div.cont_title {
  background: #eeebe3;
  background-size: cover;
  box-shadow: 0 2px 10px 0 #ddd;
  height: 160px;
  margin: 0 auto 50px;
  position: relative;
  text-align: center;
}
div.cont_title h2 {
  color: #333;
  font-size: 24px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 52px;
}
div.cont_title span {
  color: #b0a086;
  font-size: 12px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 90px;
}
@media screen and (max-width: 767px) {
  div.cont_title {
    height: 80px;
    margin-bottom: 30px;
  }
  div.cont_title h2 {
    top: 10px;
  }
  div.cont_title span {
    top: 45px;
  }
}

/*=========================
	sp_menu
=========================*/
div.sp_header {
  background: #fff;
  height: 75px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  width: 100%;
}
div.sp_header:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.sp_header img {
  float: left;
  height: 75px;
  width: auto;
}
div.sp_header div.sp_menu {
  float: right;
  font-size: 35px;
  line-height: 75px;
}
div.sp_header div.sp_menu:hover {
  cursor: pointer;
}

div#sp_modal {
  background: rgba(0, 0, 0, 0.5);
  cursor: default;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1001;
}

ul.sp_modal {
  background: url("../media/images/common/contents_bg.png");
  font-size: 14px;
  height: 100%;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 1002;
}
ul.sp_modal li {
  border-bottom: 1px solid #ccc;
  height: 45px;
  line-height: 45px;
  width: 100%;
}
ul.sp_modal li a {
  color: #000;
  text-decoration: none;
}
ul.sp_modal li a:hover {
  color: #9B481E;
  cursor: pointer;
  text-decoration: underline;
}
ul.sp_modal li.last {
  border: 0;
}
ul.sp_modal li.last a:after {
  content: "";
  color: #b0a086;
  font-family: FontAwesome;
  content: "";
  padding-left: 7px;
  padding-right: 0;
}
ul.sp_modal li a {
  display: block;
  padding-left: 20px;
}

/*====================
	背景設定========*/
body.philosophy div.cont_title {
  backgruond: url("../media/images/philosophy/philosophy_title.jpg") no-repeat !important;
  background-size: cover;
}

body.office div.cont_title {
  background: url("../media/images/exhibition/exhibition_title.jpg") no-repeat;
  background-size: cover;
}

body.event div.cont_title {
  background: url("../media/images/event/event_title.jpg") no-repeat;
  background-size: cover;
}

body.works div.cont_title {
  background: url("../media/images/works/works_title.jpg") no-repeat;
  background-size: cover;
}

body.topics div.cont_title,
body.form div.cont_title,
body.company div.cont_title {
  background: url("../media/images/common/common_title.jpg") no-repeat;
  background-size: cover;
}

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