

.entry__content{
    font-family:'M PLUS Rounded 1c', sans-serif;
}

.pc{
  display: inline-block;
}

.sp{
  display:none;
}


/*=============
section1
=============*/
.section01{
    position: relative;
    top:70px;
    width:100%;
    text-align: center;
    padding-bottom:70px;
}

/*=============
section2
=============*/
.section02{
  position: relative;
  width:100%;
  text-align: center;
  background-image:  linear-gradient(rgba(13,22,55,1) 60%,rgba(8,92,156,0.8) 100%),url(/wp-content/themes/habakiri-child/city_hunter/img/top_bg.jpg);
  background-size:100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  color:#fff;
  padding:80px 0;
  text-align: center;
}

.section02 h2{
 font-size:2.2em;
 margin-bottom:40px;
}

.section02 p{
  font-size:1.3em;
  line-height: 2;
}

.section02 h3{
  font-size:1.8em;
  margin:60px auto 40px;
}

.section02 ul{
list-style: none;
width:800px;
margin:0 auto;
padding:0;
}

.section02 li{
  background-image: url(/wp-content/themes/habakiri-child/city_hunter/img/news-bg.jpg);
  background-size:100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin:0 auto 20px;
  padding:30px;
  }

  .section02 li img{
   width:320px;
   height:auto;
   align-self: flex-start;
  }

  .news-txt{
   width:100%;
   text-align: left;
   color: #000;
   margin-left:30px;
  }

  .news-txt span{
    font-size: 0.8em;
  }

  .news-txt h4{
   color:#d50303;
   font-size: 1.2em;
  }

  .news-txt p{
    font-size: 0.9em;
    line-height: 1.6;
   }

   .btn-square-soft {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    background: linear-gradient(#b80303 0%, #d50303 100%);
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 1px 1px 1px rgba(0,0,0,0.7), 1px 1px 1px rgba(0,0,0,0.7);
    float: right;
  }

  .btn-square-soft span{
    position: relative;
  }

  .btn-square-soft span::after{
    content:"";
    position: absolute;
    top:3px;
    right:-15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  .btn-square-soft:hover {
    /*押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    background-image: linear-gradient(#c70303 0%, #e60404 100%);/*グラデーションを明るく*/
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 0 0 1px rgba(0,0,0,0.2), 0 0 1px rgba(0,0,0,0.2);
    text-decoration: none;
    color: #fff;
  }

 
  
  .btn-square-soft2 {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 170px;
    height: 50px;
    line-height: 53px;
    font-weight: normal;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
      background: linear-gradient(#b80303 0%, #d50303 100%);
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 1px 1px 1px rgba(0,0,0,0.7), 1px 1px 1px rgba(0,0,0,0.7);
  }

 
  .btn-square-soft2:hover {
    /*押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    background-image: linear-gradient(#c70303 0%, #e60404 100%);/*グラデーションを明るく*/
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 0 0 1px rgba(0,0,0,0.2), 0 0 1px rgba(0,0,0,0.2);
    text-decoration: none;
    color: #fff;
  }


  .twitter-box{
    width:800px;
    margin:80px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding:0;
  }
  .twitter-box h4{
    width:40px;
    height:auto;
    margin:30px 70px 0 0;
  }

  .twitter-list{
    width:500px;
    height:500px;
    padding:50px 20px 10px 20px;
    background-image: url(/wp-content/themes/habakiri-child/city_hunter/img/twitterbg.jpg);
    background-size:100%;
    background-position: center;
    background-repeat: no-repeat;
  }

/*=============
section3
=============*/
.section03{
  position: relative;
  width:100%;
  text-align: center;
  background:  linear-gradient(rgba(224,230,220,1) 60%,rgb(255, 255, 255) 100%);
  color:#000;
  padding:80px 0;
  text-align: center;
}

.section03 h3{
  position: relative;
  width:600px;
  margin:0 auto 50px;
 }

 .section03 h3::after{
  content:'';
  display: block;
  position: absolute;
  top:120px;
  right:-50px;
  width:100px;
  height:100px;
  background-image: url(/wp-content/themes/habakiri-child/city_hunter/img/misson-ico.png);
  background-size:100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;

 }

 .section03 h4{
  color:#bd0000;
  font-weight: 600;
  font-size: 1.4em;
  margin:0 auto 50px;
  line-height: 1.8;
 }

 .section03 p{
  line-height: 2.5;
  font-size: 0.9em;
 }

 .section03 ul{
  width:800px;
    margin:80px auto 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding:0;
    list-style: none;
 }

 .section03 li{
 margin: 0 15px;
 }

 .section03 li img{
  filter: drop-shadow(5px 5px 5px #aaa);
 }

 .section03 span{
  display: block;
  margin:0 auto 10px;
  font-size: 1.1em;
 }

 .ticketbtn {
  width:300px !important;
 }

 /*=============
section4
=============*/
.section04{
  position: relative;
  width:100%;
  text-align: center;
  background-image: url(/wp-content/themes/habakiri-child/city_hunter/img/colab-bg.jpg);
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  color:#000;
  padding:80px 0;
  text-align: center;
}

.section04 h3{
  position: relative;
  width:fit-content;
  font-size:1.8em;
  margin:0 auto 40px;
}

.section04 h3::after{
  content:'';
  font-display: block;
  left:50%;
  top:40px;
  position: absolute;
  width:50%;
  border-top:1px solid #000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.colabo-info{
  position: relative;
  width:800px;
  margin:0 auto 60px;
}

.colabo-info p{
  font-size:1em;
  line-height: 2;
}

.eclink{
  width:240px;
  margin:10px auto;
  font-size:0.85em;
}


.btn-square-soft3 {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 180px;
  height: 40px;
  padding:8px 0 0 0;
  line-height: 1.2;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#b80303 0%, #d50303 100%);
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 1px 1px 1px rgba(0,0,0,0.7), 1px 1px 1px rgba(0,0,0,0.7);
}

.btn-square-soft3 small{
  font-weight: normal;
}

.btn-square-soft3 span{
  position: relative;
}

.btn-square-soft3 span::after{
  content:"";
  position: absolute;
  top:10px;
  right:-15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.btn-square-soft3:hover {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  background-image: linear-gradient(#c70303 0%, #e60404 100%);/*グラデーションを明るく*/
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 0 0 1px rgba(0,0,0,0.2), 0 0 1px rgba(0,0,0,0.2);
  text-decoration: none;
  color: #fff;
}

.section04 ul{
  width:900px;
    margin:50px auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:0;
    list-style: none;
 }

 .section04 li{
  width:250px;
 margin: 10px;
 background-color: #fff;
 font-size: 0.9em;
 }

 .section04 h5{
margin:0;
padding:12px 0 0;
 }

 
 /*=============
section5
=============*/
.section05{
  position: relative;
  width:100%;
  text-align: center;
  background-image: url(/wp-content/themes/habakiri-child/city_hunter/img/menu-bg.jpg);
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  color:#000;
  padding:80px 0;
  text-align: center;
}

.section05 h3{
  position: relative;
  width:fit-content;
  font-size:1.8em;
  margin:0 auto 40px;
}

.section05 h3::after{
  content:'';
  font-display: block;
  left:50%;
  top:40px;
  position: absolute;
  width:50%;
  border-top:1px solid #000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.menu-box{
width:80%;
margin:0 auto;
padding:80px 0 50px;
background-image: url(/wp-content/themes/habakiri-child/city_hunter/img/menu-bg2.jpg);
background-size:cover;
background-position: center;
background-repeat: no-repeat;
filter: drop-shadow(3px 3px 3px #2d2d2d);
}

.menu-box p{
  font-size:1em;
  line-height: 2;
}

.shop-info{
  margin:10px auto 30px;
  padding:30px 0;
 }

.menu-box h4{
  font-size:1.6em;
  margin:0 0 20px;
  padding:0;
  }

.shop-info h4{
  font-size:1.2em;
}

.menu-box span{
  font-size: 0.8em;
}

.shop-info p{
  font-size: 0.9em;
  line-height: 1.6;
}

.menu-list{
  width:900px;
  margin:20px auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding:0;
  list-style: none;
   }

 .menu-list li{
  width:250px;
 margin: 10px;
 font-size: 0.9em;
 }

 .menu-list h5{
  margin:0;
  padding:12px 0 0;
   }

 .other-info{
  width:790px;
  margin:10px auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding:0;
  list-style: none;
 }

 .novelty{  
 width:470px;
 padding:20px;
 margin: 0;
 display: flex;
 flex-wrap: nowrap;
 justify-content: center;
 align-items: center;
 font-size: 0.9em;
 border:1px solid #000;
 }

 a.infobtn{
  position: relative;
  width:290px;
  display: block;
  border:1px solid #000;
  margin:auto 0 0 0;
  color:#000;
  padding:10px 20px;
 }

 a.infobtn span::after{
  content:"";
  position: absolute;
  top:18px;
  right:50px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}


 .novelty img{ 
  width:250px;
  height:auto;
 }

 .novelty h5{
  margin:0 20px 0 0;
  padding:12px 0 0;
  vertical-align: middle;
 }
 .novelty span{
  font-weight: normal;
  font-size: 0.8em;
}

/*=============
section6
=============*/
.section06{
  position: relative;
  width:100%;
  text-align: center;
  background-color: #000;
  color:#fff;
  padding:80px 0;
  text-align: center;
}

.section06 h3{
  position: relative;
  width:fit-content;
  font-size:1.8em;
  margin:0 auto 70px;
}

.section06 h3::after{
  content:'';
  font-display: block;
  left:50%;
  top:40px;
  position: absolute;
  width:50%;
  border-top:1px solid #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.section06 img{
  width:700px;
  height:auto;
  border:2px solid #fff;
}
.section06 h4{
  width:700px;
  font-size: 1em;
  text-align: left;
  margin:10px auto;
}

.section06 p{
  display: block;
  width:700px;
  font-size: 0.9em;
  text-align: left;
  margin:0 auto;
}

 /*=============
section7
=============*/
.section07{
  position: relative;
  width:100%;
  text-align: center;
  background-image: url(/wp-content/themes/habakiri-child/city_hunter/img/access.jpg);
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  color:#fff;
  padding:80px 0;
  text-align: center;
}

.section07 h3{
  position: relative;
  width:fit-content;
  font-size:1.8em;
  margin:0 auto 70px;
}

.section07 h3::after{
  content:'';
  font-display: block;
  left:50%;
  top:40px;
  position: absolute;
  width:50%;
  border-top:1px solid #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.access-box{
  width:900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 0.9em;
  text-align: left;
}

.map{
  width:420px;
}

.map a{
  color:#fff;
}

.attention{
  width:430px;
}

.attention h4{
  font-weight: normal;
  font-size: 0.9em;
  margin:5px 0;
  padding:0;
}

.attention img{
  width:auto;
  height:300px;
}


/*=============
section9
=============*/

.section09{
  position: relative;
  width:100%;
  text-align: center;
  background-color: #f1f1f1;
  color:#000;
  padding:80px 0;
  text-align: center;
}

.section09 h3{
  position: relative;
  width:fit-content;
  font-size:1.8em;
  margin:0 auto 70px;
}

.section09 h3::after{
  content:'';
  font-display: block;
  left:50%;
  top:40px;
  position: absolute;
  width:50%;
  border-top:1px solid #000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.section09 p{
  display: block;
  margin: 0 auto;
  width:600px;
  height:400px;
  overflow: scroll;
  font-size: 0.8em;
  line-height: 1.6;
  padding:10px;
  text-align: left;
  color:#000;
  background-color: #fff;
}

.section09 p a{
  background-image: url(/wp-content/themes/habakiri-child/city_hunter/img/blank-ico.gif);
  background-size:16px 19px;
  background-position: right center;
  background-repeat: no-repeat;
  padding:4px 25px 0 0;
}



/*=============
section8
=============*/
.section08{
  position: relative;
  width:100%;
  text-align: center;
  background-color: #000;
  color:#fff;
  padding:80px 0;
  text-align: center;
}

.section08 h3{
  position: relative;
  width:fit-content;
  font-size:1.8em;
  margin:0 auto 70px;
}

.section08 h3::after{
  content:'';
  font-display: block;
  left:50%;
  top:40px;
  position: absolute;
  width:50%;
  border-top:1px solid #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.section08 ul{
  width:800px;
  margin:0 auto 80px;
  list-style: none;
  padding:0;
}

.section08 li{
 margin:10px auto 20px;
 text-align: left;
}

.section08 li h5{
  width:100%;
  border-bottom:1px solid #fff;
  padding:3px 5px 5px;
}

.section08 li h5::before{
content:'Q';
display: inline-block;
font-weight: bold;
font-size: 1.4em;
color:#ffea01;
padding: 0 10px 0 0;
}

.section08 li p{
  padding:3px 5px 0 2.3em;
	text-indent:-1.9em;
}

.section08 li p::before{
  content:'A';
  font-weight: bold;
  font-size: 1.4em;
  color:#d50303;
  padding: 0 10px 0 0;
  }

  .faqbtn{
    width:290px !important;
  }

/*SmartPhone*/
@media screen and (max-width: 912px) {

  .pc{
    display: none;
  }
  
  .sp{
    display:inline-block;
  }
  .section01{
    position: relative;
    top:20px;
    padding-bottom:20px;
}

/*=============
section2
=============*/
.section02{
  background-image:  linear-gradient(rgba(13,22,55,1) 90%,rgba(8,92,156,0.8) 100%),url(/wp-content/themes/habakiri-child/city_hunter/img/top_bg.jpg);
}

.section02 h2{
  font-size:1.8em;
  margin-bottom:40px;
 }

.section02 ul{
  list-style: none;
  width:700px;
  margin:0 auto;
  padding:0;
  }

  .section02 li{
    padding:20px;
    }

  .section02 li img{
    width:280px;
    height:auto;
   }
   .news-txt{
    margin-left:20px;
   }
/*=============
section3
=============*/
.section03 h4{
  width:65%;
 }

 .section03 p{
  display: inline-block;
  width:85%;
 }

 .section03 ul{
  width:700px;
 }

 /*=============
section4
=============*/

.section04 ul{
  width:700px;
 }

 
 .section04 li:last-child{
  margin-right: 280px;
  }
 /*=============
section5
=============*/
.menu-box{
  width:90%;
  }
  .menu-list{
    width:700px;
    margin:20px auto 20px;
   }
 .menu-list li:last-child{
  margin-right: 280px;
}

.other-info{
  width:700px;
  justify-content: center;
 }
 .novelty{  
  width:380px;
  padding:20px;
  margin: 0 30px 0 0;
  }

  a.infobtn{
    width:200px;
   }
   a.infobtn span::after{
    right:20px;
  }
 /*=============
section7
=============*/

.access-box{
  width:700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*=============
section8
=============*/
.section08 ul{
  width:700px;
}
}

/*SmartPhone*/
@media screen and (max-width: 520px) {

  .pc{
    display: none;
  }
  
  .sp{
    display:inline-block;
  }

/*=============
section1
=============*/
.section01{
    top:40px;
    padding:0 0 30px 0;
}

.section01 img{
 width:100%;
 height:auto;
}

/*=============
section2
=============*/
.section02{
  padding:10% 3%;
  background-image:  linear-gradient(rgba(13,22,55,1) 90%,rgba(8,92,156,0.8) 100%),url(/wp-content/themes/habakiri-child/city_hunter/img/top_bg.jpg);
}

.section02 h2{
  font-size:1.8em;
  margin-bottom:10%x;
 }

 .section02 p{
  font-size:0.9em;
}

.section02 ul{
  width:94%;
  }

 .section02 li{
    background-image: url(/wp-content/themes/habakiri-child/city_hunter/img/twitterbg.jpg);
    background-size:cover;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 auto 20px;
    padding:5%;
 }

 .section02 li img{
      width:100%;
      height:auto;
}

.news-txt{
  margin-left:0;
 }

 

.btn-square-soft {
  float: none;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}


.twitter-box{
  width:100%;
  margin:10% auto 0;
}
.twitter-box h4{
  width:30px;
  height:auto;
  margin:10px 30px 0 0;
}

.twitter-list{
  width:260px;
  height:440px;
  padding:20px 15px 10px 15px;
  background-image: url(/wp-content/themes/habakiri-child/city_hunter/img/twitterbg_sp.jpg);
  background-size:cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/*=============
section3
=============*/
.section03{
  padding:10% 0;
}

.section03 h3{
  width:85%;
  margin:0 auto 10%;
 }

 .section03 h3::after{
  top:80%;
  right:-40px;
  width:90px;
  height:90px;
 }

 .section03 h4{
  width:90%;
  font-size: 1.2em;
  margin:0 auto 15%;
  line-height: 1.8;
 }

 .section03 p{
  display: inline-block;
  width:90%;
 }

 .section03 ul{
  width:85%;
    margin:10% auto;
     flex-wrap: wrap;
 }

 .section03 li{
  margin: 3% auto;
  }
  .section03 span{
    margin:0 auto 3%;
    font-size: 1.0em;
   }

 /*=============
section4
=============*/
.section04{
  width:100%;
  padding:10% 0;
}

.section04 h3{
  margin:0 auto 10%;
}

.colabo-info{
  width:90%;
  margin:0 auto 10%;
}

.section04 ul{
  width:94%;
    margin:10% auto 0;
    display: flex;
    flex-wrap: wrap;
 }

 .section04 li{
  width:46%;
 margin: 2%;
 }

 .section04 li:last-child{
 margin-right: auto;
 }

  /*=============
section5
=============*/
.section05{
  padding:10% 0;
}

.section05 h3{
  margin:0 auto 10%;
}

.menu-box{
  width:96%;
  padding:10% 3% 3%;
  }

.shop-info{
  margin:0 auto;
  padding:10% 0;
}

.menu-list{
  width:100%;
  margin:10% auto 0;
 }

 .menu-list li{
  width:46%;
  margin: 2%;
 }

 .menu-list li:last-child{
  margin-right: auto;
}

.other-info{
  width:96%;
  margin:7% auto;
  justify-content: center;
  align-items:center;
 }

 .novelty{  
  width:100%;
  padding:3%;
  display: block;
  margin:0 0 7%;
 }

 .novelty h5{
  margin:0 0 7% 0;
  padding:0;
 }

 .novelty img{ 
  width:100%;
  height:auto;
 }

 /*=============
section6
=============*/
.section06{
  padding:10% 0;
}
.section06 h3{
  margin:0 auto 10%;
}
.section06 img{
  width:90%;
}
.section06 h4{
  width:90%;
}

.section06 p{
  width:90%;
}

 /*=============
section7
=============*/
.section07{
  padding:10% 0;
}
.section07 h3{
  margin:0 auto 10%;
}

.access-box{
  width:90%;
  margin: 7% auto;
  flex-wrap: wrap;
}

.map{
  width:100%;
}

.attention{
  width:100%;
}

/*=============
section9
=============*/

.section09{
  padding:10% 0;
}

.section09 h3{
  margin:0 auto 10%;
}

.section09 p{
  width:90%;
  height:400px;
}

.section09 p a{
  padding:7px 25px 0 0;

}

/*=============
section8
=============*/
.section08{
  padding:10% 0;
}

.section08 h3{
  margin:0 auto 10%;
}
.section08 ul{
  width:90%;
  margin:0 auto 10%;
}

}