
/****************************************************
共通
****************************************************/

body{
  font-size: 16px;
  line-height: 1.7em;
  margin-top:31px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}


h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
}

table{
  background-color: #fff;
}


p{
  font-weight:normal;
}


img{
  width:100%;
  height:auto;
}

section ul li,
section ol li{
  margin-left:-20px;
}

section .alert ul li,
section .alert ol li{
  margin-left:0px;
}


.centered{
  text-align: center !important;
}

.text_right{
  text-align: right;
}

.text_left{
  text-align:left;
}

.arrow{
  padding-top:15px;
  width:150px;
  color: #fff;
  text-align: center;
  margin-right: auto;
  margin-left:auto;
  height: 1.8em;
  font-size:180%;
  font-weight: bold;
  background-color: #D90000;
}

.sankaku{
  margin-right:auto;
  margin-left:auto;
	width: 0;
	height: 0;
	border-top: 30px solid #D90000;
	border-right: 130px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 130px solid transparent;
}

/****************************************************
setionの基本設定
****************************************************/

section{
  width: 100%;
  padding: 50px 0 50px 0;
}

section:nth-child(even){
  background:#fffefe;
  color: #666;
}

section:nth-child(odd){
  background: #fff;
}

section:nth-child(even) .top{
  margin-top: -50px;
  border-top: 30px solid #fff;
	border-right: 130px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 130px solid transparent;
}

section:nth-child(odd) .top{
  margin-top: -50px;
  border-top: 30px solid #efefef;
	border-right: 130px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 130px solid transparent;
}

section:nth-child(even) hr{
  border-top:1px solid #fff;
}

section:nth-child(odd)  hr{
  border-top:1px solid #efefef;
}


section h1,section h2{
  padding-top: 50px;
  padding-bottom:50px;
  color:rgb(83, 81, 85);
}

section h3,section h4,section h5,section h6{
  font-size: 100%;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom:5px;
  margin-top:10px;
}

section h3:first-child{
  margin-top:0;
}

section h3{
  color:#AE0015;
  font-size: 140%;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  border-bottom: 1px solid #AE0015;
  padding-bottom:10px;
  margin-bottom:25px;
}

section h4{
  color:#AE0015;
  font-size: 130%;
  margin-top: 25px;
  padding-bottom:5px;
}

section h5{
  color:#AE0015;
  font-size: 120%;
  margin-top: 25px;
}

section h6{
  color:#AE0015;
  font-size: 110%;
  margin-top: 25px;
}






/****************************************************
素材
****************************************************/
.sample{
  background-color: #efefef;
  font-size:100%;
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 1.8em;
  text-align: center
}

section hr.none{
  border:none;
  height:30px;
  margin:0;
}



/****************************************************
ヘッダー
****************************************************/
header {
  padding-top:0px;
  padding-bottom:0px;
  color: #f8f8f8;
  background: url(../img/bg.png) no-repeat center center;
  background-size: cover;
  height: 100%;
  box-sizing: border-box;
}
.movie{
  padding-top:30px;
  width: 600px;
  height:400px;
  margin: 0 auto;
}

header h1 {
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0,0,0,1);
  font-size: 50px;
  font-weight: bold;
  text-align: right;
}

header h1 span{
  font-size:60%;
}

header h2 {
  text-shadow: 2px 2px 0px rgba(0,0,0,1);
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  font-size:25px;
  line-height: 1.5em;
  text-align: right;
}

/****************************************************
フォーム
****************************************************/
label{
  padding-top:10px;
}

section#form{
  padding-top:0px;
  padding-bottom:40px;
}

section#form p{
  background-color: #efefef;
  font-size:100%;
  padding-top: 100px;
  padding-bottom: 100px;

  line-height: 1.8em;
  text-align: center;
}


/****************************************************
フッター
****************************************************/
#page-top{
  position: fixed;
  right:20px;
  bottom:60px;
}
#page-top a{
  color:#ffffff;
}

footer{
  background-color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .container{
  font-size:80%;
  text-align: center;
  color: #fff;
}

footer a,footer a:hover{
  color: #fff;
}


/****************************************************
テーブル
****************************************************/
table#kakaku tr th:first-child,
table#kakaku tr td:first-child{
  width:70%;
}

.carousel-control.left,
.carousel-control.right{

  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 0%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
      background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 0%);
}
@media screen and ( max-width:479px )
{
  body{
    font-size:13px;
  }

  h1,h2,h3,h4,h5,h6 {
    font-size: 16px;
  }


  .br-sp{
    display:none;
  }


  header {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  header h1 {
    margin: 0;
    font-size: 22px;
    text-align: center !important;
  }
  header h2 {
    margin-top: 20px;
    font-size:0.9em;
    text-align: center !important;
    width:90%;
    margin-left: auto;
    margin-right:auto;
  }

  hr.none{
    border:none;
    height:15px;
    margin:0;
  }

  video{
    width:100%;
    height: auto;
  }

  .sankaku{
    margin-right:auto;
    margin-left:auto;
  	width: 0;
  	height: 0;
  	border-top: 30px solid #D90000;
  	border-right: 100px solid transparent;
  	border-bottom: 30px solid transparent;
  	border-left: 100px solid transparent;
  }


}
