@charset "utf-8";
.eyecatch{
  background-color: #8ed2df;
  color: white;
  font-weight: bold;
  font-size: 42px;
  width: auto;
  padding-left: 8%;
  padding-bottom: 2%;
  padding-top: 1%;
}

.titlebox{
  color: white;
  text-align: center;
  background-color: #db002b;
  font-size: 22px;
  padding: 5px;
  margin: 10px 8px;
  margin-top: 0;
  width: 8%;
}
@media all and (-ms-high-contrast: none){
  .titlebox{
    padding: 2px;
    padding-top: 7px;
  }
}

.text{
  font-size: 1.6em;
  padding: 0.7% 9%;
  border-bottom: solid 1px #534e4d;
  font-weight: bold;
}
.lastt{
  border-bottom: none;
}
.breadcrumb{
  background-color: #8ed2df;
  font-size: 38%;
  margin-bottom: 0.8em;
  padding: 0;
}
.breadcrumb li a {
  color:white;/*色*/
}
.movie1{
  width: 68.5%;
  position: relative;
}
.movie2{
  width: 56%;
  position: relative;
}




/*以下から武田追加*/

/*タブレット対応（画面サイズが959px以下の場合ここの記述が適用される）*/
@media screen and (max-width:959px) {
  .titlebox {
    width: 10%;
}



}


/*スマホ対応（画面サイズが559px以下の場合ここの記述が適用される）*/
@media screen and (max-width:559px) {

  .breadcrumb{
    font-size: 12px;
    margin-bottom: 0.8em;
    margin: 2% 0 4% 0;
  }
  .titlebox{
    font-size: 13px;
    padding: 3px 5px;
    margin: 18px 0px 11px 0;
    width: 20%;
  }
  .eyecatch{
    font-size: 24px;
    padding: 1% 7% 4% 7%;
  }
  .text{
    font-size: 1.1em;
    padding: 0% 30px;
  }
  .movie1{
    width: 91%;
  }
  .movie2{
    width: 76.5%;
  }


}
