@charset "UTF-8";
/* ------------------------------------------------------------------------------
   mixin Global Styles
-------------------------------------------------------------------------------*/
body {
  background: url(../img/contBg_pc.png) repeat;
}

@media (min-width: 1200px){
.col-lg-10 {
    width: 100% !important;
}
}

.pl10{
  padding-left: 15% !important;
}

/* ------------------------------------------------------------------------------
   mainVisual
-------------------------------------------------------------------------------*/
.mainVisual {
  background: url(../img/main_visua_pc.jpg) no-repeat center center;
  background-size: cover;
}
.mainVisual h2 {
  margin: 5em 0 1.8em;
  text-align: center;
}
.mainVisual p {
  margin-bottom: 7.5em;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}

@media (max-width: 640px) {
  .mainVisual {
    background: url(../img/main_visua_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .mainVisual h2 {
    margin: 1em 0;
    text-align: center;
  }
  .mainVisual h2 span {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 16px;
    color: #fff;
  }
  .mainVisual p {
    margin-bottom: 2.6em;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
  }
}
/* ------------------------------------------------------------------------------
   imageArea
-------------------------------------------------------------------------------*/
@media (min-width: 641px) {
  .imageArea {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
  }
  .imageArea img {}
  .imageArea .mask img {
    width: auto;
  }
  .imageArea figure {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 1% 1%;
  }
  .imageArea figure .mask {
    width: 98%;
    height: 98.4%;
    position: absolute;
    /* 絶対位置指定 */
    top: 0;
    left: 1%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    /* マスクは半透明 */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .imageArea figure .mask .caption {
		text-align: center;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
		z-index: 9;
  }

  .imageArea figure a {
    display: block;
  }

  .imageArea figure .mask .caption.capM1 {
	  width: 100%;
  }
  .imageArea figure .mask .caption.capM2 {
	  width: 100%;
  }
  .imageArea figure .mask .caption.capM3 {
	  width: 100%;
	}
  .imageArea figure .mask .caption.capM4 {
		width: 100%;
	}
  .imageArea figure .mask .caption.capL1 {
    width: 205px;
    height: 12px;
  }
  .imageArea figure .mask .caption.capL2 {
    width: 420px;
    height: 50px;
  }
  .imageArea figure .mask .caption.capS1 {}
  .imageArea figure .mask .caption.capS2 {}
  .imageArea figure .mask .caption.capS3 {}
  .imageArea figure:hover .mask {
    opacity: 0;
  }
  .imageArea .col-md-12.col-sm-12,
  .imageArea .col-md-6.col-sm-6,
  .imageArea .col-md-4.col-sm-4 {
    padding: 0;
  }
  .imageArea .col-md-12.col-sm-12 figure,
  .imageArea .col-md-6.col-sm-6 figure,
  .imageArea .col-md-4.col-sm-4 figure {
    padding: 0;
  }
  .imageArea .col-md-12.col-sm-12 {
    padding: 0 1% 1%;
  }
  .imageArea .col-md-6.col-sm-6:first-child {
    padding: 0 0.5% 0 0;
  }
  .imageArea .col-md-6.col-sm-6:last-child {
    padding: 0 0 0 0.5%;
  }
  .imageArea .col-md-6.col-sm-6 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    /* 絶対位置指定 */
    top: 0;
    left: 0;
  }
  .imageArea .col-md-4.col-sm-4:first-child {
    padding: 0 0.7% 0 0;
  }
  .imageArea .col-md-4.col-sm-4:last-child {
    padding: 0 0 0 0.7%;
  }
  .imageArea .col-md-4.col-sm-4:nth-of-type(2) {
    padding: 0 0.15%;
  }
  .imageArea .col-md-4.col-sm-4 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    /* 絶対位置指定 */
    top: 0;
    left: 0;
  }
}
@media (max-width: 640px) {
  .imageArea figure {
    padding: 0 10px;
  }
  .imageArea figure a {
    display: block;
  }
  .imageArea figure img {
    margin-bottom: 12px;
  }
  .imageArea figure .mask {
    width: 100%;
    height: 100%;
    position: static;
  }
  .imageArea figure .mask .caption img {
    width: 55%;
    margin-bottom: 12px;
  }
  .imageArea figure .mask .caption p {
    margin-bottom: 25px;
    font-size: 1.1rem;
  }
  .imageArea figure .mask .capM1 img, .imageArea figure .mask .capM2 img, .imageArea figure .mask .capL1 img, .imageArea figure .mask .capL2 img, .imageArea figure .mask .capS1 img {
    display: none;
  }
  .imageArea figure .mask .capM2.spM2 img{
    display: inline-block;
  }
  .imageArea.cont {
    margin-bottom: 0;
  }

  .col-md-12.col-sm-12,
  .col-md-6.col-sm-6,
  .col-md-4.col-sm-4 {
    padding: 0;
  }

  .pb250 {
    padding-bottom: 2em !important;
  }
}
/* ------------------------------------------------------------------------------
   BtnAreaFoot
-------------------------------------------------------------------------------*/
.BtnAreaFoot.section-spacing {
    padding: 6em 0 !important;
}
.BtnAreaFoot {
  background: #fff;
}
.BtnAreaFoot ul{
  letter-spacing: -.40em;
}
.BtnAreaFoot ul li{
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
}
.BtnAreaFoot ul li a{
  display: block;
  margin-bottom: 20px;
}
.BtnAreaFoot ul li:first-child{
  text-align: right;
  padding-right:15px;
}
.BtnAreaFoot ul li:last-child{
  text-align:left;
  padding-left:15px;
}
.BtnAreaFoot ul li span {
    display: inline-block;
    text-align: center;
}

@media (max-width: 640px) {
  .BtnAreaFoot.BtnAreaFoot {
    padding: 4em 0 !important;
  }
  .BtnAreaFoot ul li{
    font-size: 12px;
  }

  .BtnAreaFoot ul li span {
    display: inline-block;
    text-align: center;
}
}
/* ------------------------------------------------------------------------------
   contentes
-------------------------------------------------------------------------------*/
.lineBt {
  padding-bottom: 1em;
  margin-bottom: 6em;
  border-bottom: 2px solid #d3d2cc;
}

@media (max-width: 640px) {
  .lineBt {
    margin-bottom: 1em;
  }
}
/* ------------------------------------------------------------------------------
   Small devices (tablets, 768px and up)
-------------------------------------------------------------------------------*/
@media (min-width: 641px) {
  .section-spacing {
    padding: 6em 0;
  }

  .cont {
    background: url(../img/contBg_pc.png) repeat;
  }
  .cont h2 {
    margin: 0 !important;
    padding-top: .35em;
  }
  .cont p {
    margin-bottom: 2em;
    color: #010101;
    line-height: 2.5;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .cont {
    margin-bottom: 1em;
  }
  .cont h2 {
    margin-bottom: 1em;
    text-align: center;
  }
  .cont h2 img {
    width: 60%;
  }
  .cont p {
    font-size: 1.3rem;
    line-height: 2;
    color: #010101;
  }
}
/* ------------------------------------------------------------------------------
   Medium devices (desktops, 992px and up)
-------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------
   small devices
-------------------------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
