@charset "UTF-8";
/* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
/* ======================== */
/*  PC　*/
/* ======================== */
@media screen and (min-width: 600px) {
  #visArea {
    margin-left: 300px;
    background: url(img/idx_vis.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 70px 30px;
    position: relative; }
  #visArea:before {
    content: "";
    background: url(img/bg_black_top.png) no-repeat left top;
    background-size: 90px;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0; }
  #visArea:after {
    content: "";
    background: url(img/bg_black_bottom.png) no-repeat left top;
    background-size: 150px;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0; }
  #visArea .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    #visArea .inner .textArea {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 20px 30px;
      width: 530px;
      color: #fff;
      border: solid 1px #c7bd97;
      box-sizing: border-box; }
      #visArea .inner .textArea .catch {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
        z-index: 1;
        text-align: center;
        border-bottom: solid 1px #c3b890;
        margin: 0 0 15px 0;
        padding: 0 0 20px 0; }
      #visArea .inner .textArea p {
        font-size: 14px; }
      #visArea .inner .textArea .btn-internal {
        margin: 20px auto 0 auto; }
        #visArea .inner .textArea .btn-internal a {
          padding: 15px 30px;
          display: inline-block;
          line-height: 1.4;
          background: #700812 url(img/icon_arrow3_white.png) no-repeat right 10px center;
          background-size: auto 16px;
          border: solid 1px #c7bd97; }
          #visArea .inner .textArea .btn-internal a:hover {
            background: #745608 url(img/icon_arrow3_white.png) no-repeat right 10px center;
            background-size: auto 16px; }
    #visArea .inner .illust {
      position: absolute;
		top: 30px;
      right: 240px; } }

/* ======================== */
/*  SP　*/
/* ======================== */
@media screen and (max-width: 599px) {
  #visArea {
    background: #fff;
    padding: 1rem; }
  #visArea .inner {
    width: 100%;
    margin: 0 auto; }
    #visArea .inner .textArea {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 10px;
      width: 100%;
      color: #fff;
      border: solid 1px #c7bd97;
      box-sizing: border-box; }
      #visArea .inner .textArea .catch {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
        z-index: 1;
        text-align: center;
        border-bottom: solid 1px #c3b890;
        margin: 0 0 15px 0;
        padding: 0 0 10px 0; }
      #visArea .inner .textArea p {
        font-size: 1.4rem; }
      #visArea .inner .textArea .btn-internal {
        margin: 20px auto 0 auto; }
        #visArea .inner .textArea .btn-internal a {
          padding: 15px 30px;
          display: inline-block;
          line-height: 1.4;
          background: #700812 url(img/icon_arrow3_white.png) no-repeat right 10px center;
          background-size: auto 16px;
          border: solid 1px #c7bd97; }
  #contents {
    border-top: none; } }
