@charset "UTF-8";

#container{
  max-width: inherit;
}

body{
  width: 100%;
  margin: 0;
}

.mtB{
  margin-top: 500px;
}
.mbB{
  margin-bottom: 1000px;
}


h2{
  width: 95%;
  margin: 20px auto;
  border-top: 4px dashed #a8c2e6;
  border-bottom: 4px dashed #a8c2e6;
  border-right: 5px solid #a8c2e6;
  box-sizing:border-box;
}

#container{
  width: 100%;
  /*
  max-width: 1200px;
  */
  margin:50px auto 0;
  border:1px #ddd solid;
  box-sizing:border-box;
}

/*******************/
/***** 横並び *****/
/*******************/
.heightUnchangedFloat{
  margin-top: 30px;
  position: relative;
}
.heightUnchangedFloat:after {
 content:"";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
  .heightUnchangedFloat .slideCtrlParts.right{
    position: absolute;
    right:0;
    top:50%;
    background-color: #FFF; 
    z-index: 100;
  }
  .heightUnchangedFloat .slideCtrlParts.left{
    position: absolute;
    left:0;
    top:50%;
    background-color: #FFF;
    z-index: 100;
  }

  .ctrlIcon{
    position: relative;
    text-align: center;
    padding-top: 1%;
  }
    .ctrlIcon a {
      height: 10px;
      width: 10px;
      display: inline-block;
      border:1px #000 solid;
      border-radius: 10px;
      margin-left:1%; 
      background-color: #FFF;
      box-sizing:border-box;
    }
    .ctrlIcon a:first-child {
      margin-left:0%; 
    }
    .ctrlIcon a.active {
      background-color: #000;
      border:0 none;
    }
  
  .ctrlImg{
    width: 80%;
    margin:0 auto;
    text-align: center;
  }
    .ctrlImg .heightUnchangedOuter{
      display: inline-block;
      width: 33%;
      height:100px;
      box-sizing: border-box;
      overflow: hidden;
      position: relative;      
    }
      .ctrlImg .heightUnchangedOuter.active{
        border: 3px #ff0000 solid;
      }
      .ctrlImg .heightUnchangedOuter .heightUnchanged{
        bottom: auto;
        max-height: initial;
        max-width: 100%;
        top: 50%;
        width: 100%;
      }


.heightUnchangedOuter{
  width: 100%;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
}
  .heightUnchangedOuter.portrait > .heightUnchanged {
    bottom: auto;
    max-height: initial;
    max-width: 100%;
    top: 50%;
    width: 100%;
  }
  .heightUnchangedOuter.landscape > .heightUnchanged {
    height: 100%;
    left: 50%;
    max-height: 100%;
    max-width: initial;
    right: auto;
  }
  .heightUnchangedOuter > .heightUnchanged {
      max-height: initial;
      max-width: initial;
  }
  .heightUnchangedOuter > * {
      bottom: 0;
      display: block;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
  }
  .heightUnchanged {
      height: auto;
      vertical-align: bottom;
  }

.heightUnchangedFloat .heightUnchangedOuter {
  width: 50%;
  float: left;
}

/* PC/SPスライダー用 */
.heightUnchangedFloat.sliderElem .heightUnchangedOuter {
  width:100%;
  float: none;
  position: absolute;
  top:0;
  left:0;
}

.slideCtrlParts{
  display: none;
}


/******************/
/*** モック高さ設定 ***/
/******************/

/* 2要素 SP版スライダー(廃止) */
.elem1Height{
  height:500px;
}
  .elem1Height .heightUnchangedOuter{
    height:500px;
  }

/* 3要素 SP版スライダー */
.elem2Height{
  height:380px;
}
  .elem2Height .heightUnchangedOuter{
    height:380px;
  }

/* PC/SP版スライダー */
.elem3Height{
  height:360px;
}
  .elem3Height .heightUnchangedOuter{
    height:360px;
  }

/* PC/SP版スライダー（複数設置確認用） */
.elem4Height{
  height:340px;
}
  .elem4Height .heightUnchangedOuter{
    height:340px;
  }

/* 画面内パララックス */
.elem5Height{
  height:360px;
}
  .elem5Height .heightUnchangedOuter{
    height:360px;
  }

/* 画面内パララックス（複数設置確認用） */
.elem6Height{
  height:300px;
}
  .elem6Height .heightUnchangedOuter{
    height:300px;
  }

.elem7Height{
  max-width: 1000px;
  margin: 0 auto;
  height:300px;
}
  .elem7Height .heightUnchangedOuter{
    height:300px;
  }

.elem8Height{
  max-width: 1200px;
  margin: 0 auto;
  height:600px;
}
  .elem8Height .heightUnchangedOuter{
    height:600px;
  }

.elem9Height{
  max-width: 1200px;
  margin: 0 auto;
  height:600px;
}
  .elem9Height .heightUnchangedOuter{
    height:600px;
  }

.elem10Height{
  max-width: 1200px;
  margin: 0 auto;
  height:600px;
}
  .elem10Height .heightUnchangedOuter{
    height:600px;
  }

.elem11Height{
  max-width: 1200px;
  margin: 0 auto;
  height:600px;
}
  .elem11Height .heightUnchangedOuter{
    height:600px;
  }

.elem12Height{
  max-width: 1200px;
  margin: 0 auto;
  height:600px;
}
  .elem12Height .heightUnchangedOuter{
    height:600px;
  }

.elem13Height{
  margin: 0 auto;
  height:560px;
}
  .elem13Height .heightUnchangedOuter{
    height:600px;
  }




.fixedWidthBox{
  max-width:1200px;
  margin:0 auto
}
  .fixedWidthBox .heightUnchangedFloat{
    padding: 0;
    width: 100%;
    max-width: inherit;
  }




/**************/
/* タブレット */
/**************/
@media screen and (max-width:769px) {
  .slideCtrlParts{
    display: block;
  }
  .heightUnchangedOuter{
  }

  .heightUnchangedFloat{
    position: relative;
  }
    .heightUnchangedFloat .slideCtrlParts.right{
      position: absolute;
      right:0;
      top:50%;
      background-color: #FFF;
      z-index: 100;
    }
    .heightUnchangedFloat .slideCtrlParts.left{
      position: absolute;
      left:0;
      top:50%;
      background-color: #FFF;
      z-index: 100;
    }

    .ctrlIcon{
      position: relative;
      text-align: center;
      padding-top: 1%;
    }
      .ctrlIcon a {
        height: 10px;
        width: 10px;
        display: inline-block;
        border:1px #000 solid;
        border-radius: 10px;
        margin-left:1%; 
        background-color: #FFF;
        box-sizing:border-box;
      }
      .ctrlIcon a:first-child {
        margin-left:0%; 
      }
      .ctrlIcon a.active {
        background-color: #000;
        border:0 none;
      }

  .heightUnchangedFloat .heightUnchangedOuter{
    float:none;
    width: 100%;
    position: absolute;
  }


	/******************/
	/*** モック高さ設定 ***/
	/******************/

	/* 2要素 SP版スライダー(廃止) */
	.elem1Height{
	  height:400px;
	}
	  .elem1Height .heightUnchangedOuter{
	    height:400px;
	  }

	/* 3要素 SP版スライダー */
	.elem2Height{
	  height:380px;
	}
	  .elem2Height .heightUnchangedOuter{
	    height:380px;
	  }

	/* PC/SP版スライダー */
	.elem3Height{
	  height:360px;
	}
	  .elem3Height .heightUnchangedOuter{
	    height:360px;
	  }

	/* PC/SP版スライダー（複数設置確認用） */
	.elem4Height{
	  height:340px;
	}
	  .elem4Height .heightUnchangedOuter{
	    height:340px;
	  }

	/* 画面内パララックス */
	.elem5Height{
	  height:360px;
	}
	  .elem5Height .heightUnchangedOuter{
	    height:360px;
	  }

	/* 画面内パララックス（複数設置確認用） */
	.elem6Height{
	  height:300px;
	}
	  .elem6Height .heightUnchangedOuter{
	    height:300px;
	  }

.elem8Height{
  height:320px;
}
  .elem8Height .heightUnchangedOuter{
    height:320px;
  }

.elem9Height{
  height:320px;
}
  .elem9Height .heightUnchangedOuter{
    height:320px;
  }

.elem10Height{
  height:320px;
}
  .elem10Height .heightUnchangedOuter{
    height:320px;
  }

.elem11Height{
  height:320px;
}
  .elem11Height .heightUnchangedOuter{
    height:320px;
  }

.elem12Height{
  height:320px;
}
  .elem12Height .heightUnchangedOuter{
    height:320px;
  }

.elem13Height{
  height:320px;
}
  .elem13Height .heightUnchangedOuter{
    height:320px;
  }

}

/**************/
/*   スマホ   */
/**************/
@media screen and (max-width: 479px) {
	/******************/
	/*** モック高さ設定 ***/
	/******************/

	/* 2要素 SP版スライダー(廃止) */
	.elem1Height{
	  height:200px;
	}
	  .elem1Height .heightUnchangedOuter{
	    height:200px;
	  }

	/* 3要素 SP版スライダー */
	.elem2Height{
	  height:180px;
	}
	  .elem2Height .heightUnchangedOuter{
	    height:180px;
	  }

	/* PC/SP版スライダー */
	.elem3Height{
	  height:160px;
	}
	  .elem3Height .heightUnchangedOuter{
	    height:160px;
	  }

	/* PC/SP版スライダー（複数設置確認用） */
	.elem4Height{
	  height:140px;
	}
	  .elem4Height .heightUnchangedOuter{
	    height:140px;
	  }

	/* 画面内パララックス */
	.elem5Height{
	  height:120px;
	}
	  .elem5Height .heightUnchangedOuter{
	    height:120px;
	  }

	/* 画面内パララックス（複数設置確認用） */
	.elem6Height{
	  height:100px;
	}
	  .elem6Height .heightUnchangedOuter{
	    height:100px;
	  }


.elem8Height{
  height:320px;
}
  .elem8Height .heightUnchangedOuter{
    height:320px;
  }

.elem9Height{
  height:320px;
}
  .elem9Height .heightUnchangedOuter{
    height:320px;
  }

.elem10Height{
  height:320px;
}
  .elem10Height .heightUnchangedOuter{
    height:320px;
  }

.elem11Height{
  height:320px;
}
  .elem11Height .heightUnchangedOuter{
    height:320px;
  }

.elem12Height{
  height:320px;
}
  .elem12Height .heightUnchangedOuter{
    height:320px;
  }

.elem13Height{
  height:320px;
}
  .elem13Height .heightUnchangedOuter{
    height:320px;
  }





}
