@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

header{
  position: relative;
  width: 100%;
  height: 380px;
  background-image: url("../img/headBack.png");
  background-size: cover;
  background-position: center center;
}

header > img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.titleBox{
  text-align: center;
  margin-bottom: 30px;
}

.titleBox h2{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.titleBox hr{
  display: block;
  width: 100px;
  margin: 15px auto;
  height: 4px;
  background:linear-gradient(90deg,#000000 0%,#000000 50%,#1478dc 50%,#1478dc 100%);
}

.titleBox h2 span{
  color: #1478dc;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.titleBox02{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
}

.titleBox02 hr{
  width: 20px;
  height: 4px;
  margin-bottom: 10px;
  margin-right: 5px;
  background:linear-gradient(90deg,#000000 0%,#000000 50%,#1478dc 50%,#1478dc 100%);
}

.titleBox02 h2{
  font-size: 22px;
  line-height: 22px;
  margin-right: 5px;
  margin-bottom: 0;
}

.titleBox02 h3{
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.titleBox02 h3 span{
  color: #1478dc;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}


#sideMenu{
  width: 250px;
  border: 2px solid #ccc;
}

#sideMenu > h2{
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  background-color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-align: center;
  height: 50px;
}

#sideMenu > ul > li > a{
  display: block;
  color: #fff;
  background-color: #5aa0e6;
  font-size: 15px;
  letter-spacing: 0;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  padding-left: 10px;
  border-bottom: 2px solid #ccc
}

#sideMenu > ul > li > ul > li > a{
  display: block;
  color: #000;
  background-color: #f2f2f2;
  font-size: 15px;
  letter-spacing: 0;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  padding-left: 10px;
  border-bottom: 2px solid #ccc
}

#sideMenu > ul > li > ul > li > ul > li > a{
  display: block;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  padding-left: 10px;
  border-bottom: 2px solid #ccc
}

#sideMenu > ul > li > ul{
  display: none;
}

@media screen and (max-width: 800px){
  #sideMenu{
    display: none;
  }
}

@media screen and (max-width: 600px){
  header{
    height: 280px;
  }
  
  header > img{
    max-width: 50%;
  }

  .titleBox02 h3{
  display: none;
  }
}

/*==============================
メイン
==============================*/
#flexWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#karaokeWrap{
  width: calc(100% - 250px);
}

#karaokeWrap{
  padding: 0 20px;
}

#karaokeWrap > h2{
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#karaokeWrap p{
  margin-bottom: 30px;
}

.karaokeBox{
  margin-bottom: 30px;
}

.karaokeBox > h3{
  margin-bottom: 20px;
}

.karaokeBox > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.karaokeBox > ul li{
  width: 49%;
  margin-bottom: 20px;
}

.karaokeBox > ul li div{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.karaokeBox > ul li div span{
  display: block;
  background-color: #000;
  color: #fff;
  padding: 3px 5px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-right: 5px;
}

.karaokeBox > ul li div h4{
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
}

.karaokeBox > ul li img{
  width: 100%;
  margin-bottom: 5px;
}

.karaokeBox > ul li table tr td{
  vertical-align: top;
}

.karaokeBox > ul li table tr td:first-of-type{
  padding-right: 10px;
}

.flowBox > ul li{
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.flowBox > ul li > span{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background-color: #1478dc;
  color: #fff;
  padding: 5px 12px;
  width: 30px;
}

.flowBox > ul li > div{
  padding-left: 50px;
  padding-top: 5px;
}

.flowBox > ul li > div h3{
  color: #1478dc;
  margin-bottom: 15px;
}

.flowLastbox{
  position: relative;
  background-color: #1478dc;
}

.flowLastbox > span{
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #1478dc;
  padding: 5px 12px;
  width: 30px;
}

.flowLastbox > h3{
  text-align: center;
  padding: 40px 20px;
  color: #fff;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {
  #karaokeWrap{
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  .karaokeBox > ul{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .karaokeBox > ul li{
    width: 100%;
  }
}

@media screen and (max-width: 414px){
}