@charset "UTF-8";
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
/*=========================
	visual
=========================*/
div.visual {
  position: relative;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
div.visual img {
  width: 100%;
}
div.visual.slide > span {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

#visual_pool {
  display: none;
}

/*=========================
	イベント情報
=========================*/
div.event_info_wrap {
  background: url(../media/images/toppage/event_info_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
div.event_info_wrap:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  div.event_info_wrap {
    background: #fff;
    height: auto;
  }
}
div.event_info_wrap div.event_info_inner {
  float: right;
  margin: 30px 30px 30px auto;
}
@media screen and (max-width: 767px) {
  div.event_info_wrap div.event_info_inner {
    float: none;
    margin: auto;
  }
}
div.event_info_wrap div.event_info {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: auto;
  padding: 20px 15px;
  width: 550px;
}
@media screen and (max-width: 767px) {
  div.event_info_wrap div.event_info {
    height: auto;
    padding: 0;
    position: relative;
    right: 0;
    width: 100%;
  }
}

h2.event_info_title {
  color: #886644;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  h2.event_info_title {
    background: url("../media/images/toppage/sp_event_title.jpg") no-repeat;
    background-size: cover;
    font-size: 18px;
    height: 62px;
    margin: 0;
    padding: 10px 10px 0;
  }
}
h2.event_info_title span {
  font-size: 14px;
  margin-left: 15px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  h2.event_info_title span {
    font-size: 11px;
    margin-left: 0;
    vertical-align: top;
  }
}

table.event_info {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  table.event_info {
    width: 100%;
  }
  table.event_info tr {
    border-bottom: 1px solid #ccc;
  }
}
table.event_info th {
  color: #886644;
  font-weight: 400;
  max-width: 150px;
  padding: 2px 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  table.event_info th {
    border-top: 1px solid #ccc;
    display: block;
    max-width: 100%;
    padding: 5px 10px 0;
    white-space: normal;
    width: 100%;
  }
}
table.event_info td {
  padding-left: 15px;
}
table.event_info td a {
  color: #000;
  text-decoration: none;
}
table.event_info td a:hover {
  color: #9B481E;
  cursor: pointer;
  text-decoration: underline;
}
table.event_info td a {
  display: block;
  padding: 3px 0;
}
@media screen and (max-width: 767px) {
  table.event_info td {
    display: block;
    padding: 0 10px 5px;
    width: 100%;
  }
  table.event_info td.last {
    border: 0;
  }
}

div.past_info {
  color: #000;
  font-size: 14px;
  margin: 12px 0;
}
div.past_info a {
  color: #000;
  text-decoration: none;
}
div.past_info a:hover {
  color: #9B481E;
  cursor: pointer;
  text-decoration: underline;
}
div.past_info span:after {
  color: #b0a086;
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  div.past_info {
    background: url("../media/images/common/contents_bg.png");
    line-height: 45px;
    margin: 0;
    padding-right: 10px;
    text-align: right;
  }
}

/*=========================
	works
=========================*/
div.works_wrap {
  background: url("../media/images/toppage/contents_bg.png");
}

div.works_title {
  height: 90px;
}
div.works_title h3 {
  color: #829572;
  font-size: 30px;
  font-weight: bold;
  margin-left: 30px;
  line-height: 90px;
}
div.works_title h3 span {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin-left: 20px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  div.works_title {
    height: auto;
  }
  div.works_title h3 {
    margin: 20px auto 0;
    line-height: 1.4;
    text-align: center;
  }
  div.works_title h3 span {
    font-size: 14px;
    margin-left: 0;
    vertical-align: top;
  }
}

ul.works_img {
  margin: 0 auto;
  width: 950px;
}
ul.works_img:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
ul.works_img li {
  float: left;
}
ul.works_img li img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  ul.works_img {
    width: 100%;
  }
  ul.works_img li {
    float: none;
    margin: 15px auto 0;
    width: 190px;
  }
  ul.works_img li:first-child {
    margin-top: 0;
  }
}

/*=========================
	links
=========================*/
div.links_wrap {
  background: url(../media/images/toppage/contents_bg.png);
  height: 130px;
}
@media screen and (max-width: 767px) {
  div.links_wrap {
    height: auto;
    width: 100%;
  }
}

ul.links {
  position: relative;
}
ul.links li {
  box-sizing: border-box;
  border: 2px solid #829572;
  font-size: 16px;
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 35px auto 0 30px;
  width: 300px;
  text-align: center;
}
ul.links li a {
  color: #000;
  text-decoration: none;
}
ul.links li a:hover {
  color: #9B481E;
  cursor: pointer;
  text-decoration: underline;
}
ul.links li a {
  color: #829572;
  display: block;
}
@media screen and (max-width: 767px) {
  ul.links {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  ul.links li {
    font-size: 15px;
    float: none;
    height: 50px;
    line-height: 50px;
    margin: 10px auto 0;
    width: 100%;
  }
}

/*=========================
	sp_ad_wrap
=========================*/
@media screen and (max-width: 767px) {
  div.sp_ad_wrap {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
  }
  div.sp_ad_wrap div.ad_title {
    background: #b0a086;
    color: #fff;
    font-size: 18px;
    font-weight: blod;
    height: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
  }
  div.sp_ad_wrap div.ad_img {
    margin-top: 10px;
    vertical-align: bottom;
    text-align: center;
  }
  div.sp_ad_wrap div.ad_img img {
    max-width: 100%;
  }
}

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