@charset "UTF-8";
@import url(https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build/reset/reset-min.css);
article, aside, dialog, canvas, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  padding: 0;
  margin: 0; }

body {
  font-size: 16px;
  line-height: 180%;
  /*background:#000000;*/
  background: #c5a499;
  color: #ffffff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

img {
  line-height: 100%;
  vertical-align: top;
  width: 100%; }

.pc-display {
  display: block; }

.sp-display {
  display: none; }

/*float*/
.fr {
  float: right; }

.fl {
  float: left; }

/*padding-top*/
.pgt-100 {
  padding-top: 100px; }

/*margin-top*/
.mgt-100 {
  margin-top: 100px; }

.mgt-80 {
  margin-top: 80px; }

.mgt-50 {
  margin-top: 50px; }

.mgt-30 {
  margin-top: 30px; }

.mgt-20 {
  margin-top: 20px; }

.mgt-10 {
  margin-top: 10px; }

.main-image {
  width: 100%;
  height: 500px;
  position: relative; }
  .main-image ul {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
    .main-image ul li {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 500px;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: all 2s ease 0s;
      -ms-transition: all 2s ease 0s;
      transition: all 2s ease 0s;
      opacity: 0; }
    .main-image ul .image1 {
      background-image: url(../images/main-image1.png); }
    .main-image ul .image2 {
      background-image: url(../images/main-image2.png); }
    .main-image ul .image3 {
      background-image: url(../images/main-image3.png); }
    .main-image ul .image4 {
      background-image: url(../images/main-image4.png); }
    .main-image ul .active {
      opacity: 1; }
  .main-image .title-wrap {
    width: 607px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -303px;
    background-image: url(../images/contents-logo-background.png);
    background-position: center 6px;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    opacity: 0; }
    .main-image .title-wrap h1 {
      font-size: 20px;
      padding: 60px 0 0;
      color: #000000; }
    .main-image .title-wrap h2 {
      font-size: 40px;
      margin: 40px 0 0;
      font-weight: bold;
      letter-spacing: .2em;
      color: #000000; }
    .main-image .title-wrap .logo {
      width: 152px;
      margin: 30px auto 0; }

.content-wrap {
  width: 1000px;
  margin: 0 auto;
  background-image: url(../images/contents-map.png);
  background-size: 588px;
  background-position: 48% 30px;
  background-repeat: no-repeat; }
  .content-wrap .content .text-wrap {
    overflow: hidden;
    padding: 80px 0 0;
    margin: 0 30px; }
    .content-wrap .content .text-wrap figure {
      width: 52%; }
    .content-wrap .content .text-wrap p {
      margin: 50px 0 0;
      line-height: 230%; }
    .content-wrap .content .text-wrap p:first-child {
      margin: 0; }
    .content-wrap .content .text-wrap .text-content2 {
      width: 44%; }
      .content-wrap .content .text-wrap .text-content2 p {
        margin: 80px 0 0; }
  .content-wrap .content .text-wrap:first-child {
    padding: 100px 0 0; }
  .content-wrap .content .tab-title {
    margin: 100px 0 0;
    position: relative;
    text-align: center;
    font-size: 25px;
    /*color:#cccccc;*/
    color: #ffffff; }
    .content-wrap .content .tab-title span {
      /*background:#000000;*/
      position: relative;
      z-index: 1;
      padding: 0 20px;
      background: #c5a499; }
    .content-wrap .content .tab-title hr {
      margin: 0;
      position: absolute;
      left: 25%;
      top: 50%;
      width: 50%;
      border: none;
      /*border-top:1px solid #cccccc;*/
      border-top: 1px solid #ffffff; }
  .content-wrap .content .tab-content-wrap {
    margin: 70px 0 0; }
    .content-wrap .content .tab-content-wrap .note {
      margin: 0 0 30px; }
  .content-wrap .content .tab-wrap ul {
    overflow: hidden; }
  .content-wrap .content .tab-wrap li {
    width: 20%;
    float: left; }
  .content-wrap .content .tab-wrap a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block; }
  .content-wrap .content .tab-wrap a img {
    opacity: 1;
    -webkit-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s; }
  .content-wrap .content .tab-wrap a.active img,
  .content-wrap .content .tab-wrap a:hover img {
    opacity: 0; }
  .content-wrap .content .tab-wrap .tab-target1 {
    /*background-image:url(../images/tab-1-active.png);*/
    background-image: url(../images/tab-5-active.png); }
  .content-wrap .content .tab-wrap .tab-target2 {
    background-image: url(../images/tab-2-active.png); }
  .content-wrap .content .tab-wrap .tab-target3 {
    background-image: url(../images/tab-3-active.png); }
  .content-wrap .content .tab-wrap .tab-target4 {
    background-image: url(../images/tab-4-active.png); }
  .content-wrap .content .tab-content {
    background: #825f3e;
    margin: 1px 0 0;
    padding: 30px 20px; }
  .content-wrap .content .tab-target {
    display: none; }
    .content-wrap .content .tab-target .inner {
      overflow: hidden;
      margin: 20px 0 0;
      padding: 0 0 30px; }
    .content-wrap .content .tab-target .inne:first-child {
      margin: 0; }
    .content-wrap .content .tab-target figure {
      width: 49%; }
    .content-wrap .content .tab-target .content-text {
      width: 49%; }
      .content-wrap .content .tab-target .content-text p {
        margin: 10px 0 0;
        font-size: 14px; }
    .content-wrap .content .tab-target .category {
      margin: 40px 0 0; }
    .content-wrap .content .tab-target .category:first-child {
      margin: 0; }
    .content-wrap .content .tab-target h3 {
      font-size: 25px;
      color: #cccccc;
      font-weight: bold;
      border-bottom: 1px solid #cccccc;
      padding: 0 0 10px; }
      .content-wrap .content .tab-target h3 span {
        color: #ffffff;
        font-size: 14px;
        margin: 0 0 0 20px; }
    .content-wrap .content .tab-target ul {
      overflow: hidden; }
    .content-wrap .content .tab-target li {
      margin: 10px 0 0;
      width: 50%;
      font-size: 14px; }
      .content-wrap .content .tab-target li a {
        color: #ffffff;
        font-size: 14px; }
    .content-wrap .content .tab-target .single {
      width: 100%; }
  .content-wrap .content .tab-target:first-child {
    display: block; }
  .content-wrap .other-link {
    margin: 50px auto 0;
    text-align: center; }
    .content-wrap .other-link a {
      color: #ffffff;
      font-size: 14px; }
  .content-wrap .social {
    margin: 50px 0 0; }
    .content-wrap .social ul {
      width: 100px;
      margin: 0 auto;
      overflow: hidden; }
      .content-wrap .social ul li {
        width: 40px;
        float: right; }
      .content-wrap .social ul li:first-child {
        float: left; }

footer {
  background: #fff;
  color: #000;
  padding: 25px 0;
  margin: 50px 0 0; }
  footer div {
    font-size: 12px;
    text-align: center; }

.modal-bc {
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 1; }

.modal-content-wrap {
  display: none;
  position: fixed;
  background: #fff;
  width: 500px;
  top: 20%;
  left: 50%;
  margin: 0 0 0 -250px;
  z-index: 2; }
  .modal-content-wrap .close {
    padding: 20px 20px 10px;
    text-align: right;
    color: #000000;
    cursor: pointer; }
  .modal-content-wrap .modal-image {
    padding: 0 20px 20px; }
    .modal-content-wrap .modal-image img {
      width: 460px; }

.target-anchor {
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-transform: translate(0px, 2em);
  -ms-transform: translate(0px, 2em);
  transform: translate(0px, 2em); }

.active-target {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

@media (max-width: 1000px) {
  .content-wrap {
    width: 100%; }
    .content-wrap .content .text-wrap .text-content2 p {
      margin: 0; } }
@media (max-width: 768px) {
  .main-image {
    height: auto;
    padding: 150% 0 0; }
    .main-image ul {
      height: auto; }
      .main-image ul li {
        background-position: 90% center;
        height: auto;
        padding: 150% 0 0; }
      .main-image ul .image1 {
        background-image: url(../images/main-image1-sp.png); }
      .main-image ul .image2 {
        background-image: url(../images/main-image2-sp.png); }
      .main-image ul .image3 {
        background-image: url(../images/main-image3-sp.png); }
      .main-image ul .image4 {
        background-image: url(../images/main-image4-sp.png); }
    .main-image .title-wrap {
      width: 100%;
      margin: 0;
      left: 0; }
      .main-image .title-wrap h2 {
        font-size: 30px; }
      .main-image .title-wrap .logo {
        width: 130px; }

  .content-wrap {
    background-size: 75%;
    background-position: 50% 10px;
    padding: 50% 0 0; }
    .content-wrap .content .text-wrap {
      padding: 50px 0 0;
      margin: 0 20px; }
      .content-wrap .content .text-wrap figure {
        float: none;
        width: 100%; }
      .content-wrap .content .text-wrap p {
        margin: 30px 0 0;
        text-align: center; }
      .content-wrap .content .text-wrap .text-content2 {
        width: 100%;
        float: none;
        margin: 30px 0 0; }
        .content-wrap .content .text-wrap .text-content2 .none {
          display: none; }
    .content-wrap .content .text-wrap:first-child {
      padding: 50px 0 0; }
    .content-wrap .content .tab-title hr {
      margin: 0;
      position: absolute;
      left: 5%;
      top: 50%;
      width: 90%;
      border: none;
      border-top: 1px solid #cccccc; }
    .content-wrap .content .tab-wrap li {
      width: 25%; }
    .content-wrap .content .tab-target figure {
      width: 100%;
      float: none; }
    .content-wrap .content .tab-target .content-text {
      margin: 20px 0 0;
      width: 100%;
      float: none; }
    .content-wrap .content .tab-target li {
      float: none;
      width: 100%; }

  .modal-content-wrap {
    width: 320px;
    margin: 0 0 0 -160px; }
    .modal-content-wrap .modal-image img {
      width: 280px; } }
@media (max-width: 500px) {
  .content-wrap .content .tab-wrap li {
    width: 49.4%;
    margin: 0.3%; } }

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