@charset "shift_jis";

/* ----------------------------------------------------------
 title
---------------------------------------------------------- */
/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  position: relative;
  padding-left: 25px;
}
.ttl-cmn-02:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 11px;
  width: 14px;
  height: 14px;
  background-color: #4666af;
}
@media screen and (max-width:768px) {
.ttl-cmn-02 {
  padding-left: 23px;
}
.ttl-cmn-02:before {
  left: 1px;
  top: 8px;
}
}

/* ----------------------------------------------------------
 grid
---------------------------------------------------------- */
.grid-cmn.s-detail {
  margin-top: 45px;
  padding-top: 50px;
  border-top: 1px solid #dfdfdf;
}
  .grid-cmn > .area-detail-01,
  .grid-cmn > .aside-detail-01 {
    float: left;
  }
  .grid-cmn > .area-detail-01 {
    margin-right: 30px;
  }
  .grid-cmn .area-detail-01 { width: 700px;}
  .grid-cmn .aside-detail-01 { width: 210px;}

@media screen and (max-width:768px) {
.grid-cmn.s-detail {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
  .grid-cmn > .area-detail-01,
  .grid-cmn > .aside-detail-01 {
    float: none;
    width: 100%;
  }
  .grid-cmn > .area-detail-01 {
    margin-top: 165px;
  }
  .grid-cmn > .aside-detail-01 {
    position: absolute;
    top: -20px;
    left: 0;
  }

}

/* ----------------------------------------------------------
 box
---------------------------------------------------------- */
.box-information {
  overflow: hidden;
}
  .box-information .txt {
    float: left;
    width: 700px;
  }
  .box-information .img {
    float: right;
    width: 210px;
  }

@media screen and (max-width:768px) {
.box-information {
}
  .box-information .txt,
  .box-information .img {
    float: none;
  }
  .box-information .txt {
    width: 100%;
  }
  .box-information .img {
    width: 73%;
    margin: 20px auto 0;
  }
}
/* ----------------------------------------------------------
 mod
---------------------------------------------------------- */
/* list-detail-sns */
.mod-detail-sns {
    margin:15px 0 0 0;
}
  .mod-detail-sns ul {
    overflow: hidden;
  }
  .mod-detail-sns li {
    float: left;
    width: 60px;
    margin-left: 15px;
  }
  .mod-detail-sns li:first-child {
    margin-left: 0;
  }
@media screen and (max-width:768px) {
.mod-detail-sns {
  margin: 20px -10px 25px;
 /* padding-top: 25px;
  border-top: 1px solid #dfdfdf;*/
}
  .mod-detail-sns ul {
    width: 210px;
    margin: 0 auto;
  }
}

/* mod-detail-archive */
.mod-detail-archive {
  margin-top: 50px;
}
  .mod-detail-archive li {
    margin-top: 30px;
  }
  .mod-detail-archive li:first-child {
    margin-top: 0;
  }
    .mod-detail-archive li figure figcaption {
      margin-top: 6px;
      font-size: 12px;
      text-align: center;
    }
    .mod-detail-archive li figure img {
      width: 100%;
      height: auto;
      -ms-filter: 'alpha( opacity=100)';
      opacity: 1;
    }
    .mod-detail-archive li figure img:hover
    {
      -ms-filter: 'alpha( opacity=70)';
      filter: alpha( opacity=70);
      opacity: 0.7;
    }
@media screen and (max-width:768px) {
.mod-detail-archive {
  margin: 25px -10px 0;
  padding: 25px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
  .mod-detail-archive li {
    margin: 0;
  }
    .mod-detail-archive li figure{
      padding: 0 8px;
    }
      .mod-detail-archive li figure figcaption {
        display: none;
      }
}
.box-detail-movie {
  display: none;
}

/* colorbox */
body:not(#g01) #cboxLoadedContent video {
	width: 100%;
	height: auto;
}

/* bxslider */
.bx-wrapper .bx-prev {
  left: -30px;
  background: url(/gallery/common/image/ico_slider_prev_01.png) no-repeat;
  background-size: 13px 26px;
}
body:not(#g01) .bx-wrapper .bx-prev { left: 10px; }

.bx-wrapper .bx-next {
  right: -30px;
  background: url(/gallery/common/image/ico_slider_next_01.png) no-repeat;
  background-size: 13px 26px;
}
body:not(#g01) .bx-wrapper .bx-next { right: 10px; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  outline: 0;
  width: 13px;
  height: 26px;
  text-indent: -9999px;
  z-index: 9999;
}

/* add class */
.border_white{ border:#fff 1px solid !important}
.boder_grey{ border:#d1d4db 1px solid !important}
.LightBoxMovie{ width:210px; height:auto}
@media screen and (max-width:768px) {
.LightBoxMovie{ width:72px; height:auto}
}