@charset "utf-8";css
/* ===================================================================information
CSS information

 file name  :common.css

/*resetCSS
------------------------------*/
/*PC
------------------------------*/
/*all
/*contact
/*footer

/*SP
------------------------------*/
/*max-width: 1350px
/*max-width: 900px

===================================================================*/
/* CSS Document */
/*resetCSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    margin-top: 0 !important;
}
body {
    line-height: 1;
    color: #000 !important;

}
ol, ul {
    list-style: none;
}
blockquote,q {
    quotes: none;
}
blockquote:before,blockquote:after,
q:before,q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    margin-bottom:10px;
}

.inner_wrap{
    width:100%;
    overflow: hidden;
}

.pc{
  display: block;
}


/*PC
------------------------------*/
/*all*/
body {
    font-size: 18px !important;
    font-weight: normal;
    line-height: 1.6;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
}
section {
    width: 100%;
    text-align: center;
}
h2 {
    width: 100%;
    margin: 0 0 30px 0;
}

a{
    text-decoration:none;
}

br.sp_br_v,br.s_sp_br_v{
    display:none;
}

div.ytp-show-cards-title{
    display:none !important;
}

/* ハンバーガーメニュー */
.hbg_nav{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.86);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}
.hbg_nav.active{
    display: block;
}
.hbg_nav ul{
    width: 100%;
    margin-top: 56px;
    padding: 0 30px;
    box-sizing: border-box;
}
.hbg_nav ul li{
    width: 100%;
    border-bottom: solid 2px #fff;
}
.hbg_nav ul li a{
    width: 100%;
    padding: 20px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}
@media screen and (max-width:768px){
  .hbg_nav ul li a{
    padding: 13px 20px;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}



.menu-trigger {
  position: fixed;
  width: 46px;
  height: 46px;
  top: 11px;
  right: 20px;
  border-radius: 7px;
  border:3px solid #d51429;
  z-index: 10000;
}
.menu-trigger span {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 4px;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  background-color: #439d39;
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
  background-color: #40a0c8;
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  background-color: #eaca1f;
  bottom: 8px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}



/*header*/
header {
    position: fixed;
    background: #fff;
    padding: 10px 20px 10px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width:100%;
    z-index: 999;
}

header h1{ margin:0 !important;}

.headLogo {
    width: 220px;
}
header a.ticket{
    width: 190px;
    text-align: center;
    padding: 3px 0;
    transition: .3s;
    margin-right: 60px;
    color:#fff;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

a.btn--blue.btn--border-double {
    background-color: #cd0000;
    border: 8px double #ffee00;
  }

header a.ticket:hover{
    opacity: .7;
    color:#fff;
    text-decoration: none;
}
header a.ticket i{
    color: #fff;
    margin-right: 10px;
}
.button {
    position: fixed;
    right: 0;
    bottom: 3%;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  
  .active2 {
    opacity: 1;
    visibility: visible;
  }

/*#main
---------------------------------------*/
.slick-slide img{
    width:100%;
}

/*topics
---------------------------------------*/
.topic{
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/topic_bg.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding:100px 20px;
}



.double_line{
    width:750px;
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/topic_chara.png);
    background-position:20px center;
    background-repeat: no-repeat;
    background-size: 100px auto;
    padding:50px 60px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border-radius: 15px; 
    border: solid 8px #FF5C26; /* 内枠のスタイル */
  }
   
.double_line::before {
    content: "";
    position: absolute;
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    border-radius: 15px; 
    border: solid 2px #FF5C26; /* 外枠のスタイル */
    z-index: 2;
  }

.double_line p{
padding-left:90px;
text-align: 3.5;
color:#660000;
font-size: 1.1em;;
font-weight: bold;
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*topics
---------------------------------------*/
.topics{
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/atraction-bg.jpg);
    background-repeat: repeat;
    text-align: center;
    padding:100px 20px;
}

.topics h3{
    width:500px;
    margin:0 auto 30px;
}

.topic-box{
 width:1100px;
 margin:0 auto;
}

.topic-box li{
    position: relative;
    width:800px;
    background-color: #fff;
    padding:30px;
    margin:0 auto 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-align:left;
    box-shadow: 10px 10px 0 #F39E00;
}


.topic-box li p{
 font-size:0.75em;
 margin-left:20px;
}

.topic-img{
 width:320px !important;
 height:auto;
}

.topic-btn{
 margin-top:10px;
 display:block;
}

.topic-more,
.x-btn{
position: relative;
 display: inline-block;
 max-width:350px;
 width: 100%;
 margin:40px auto 30px;
 padding:10px 0 8px;
 background-color: #ff017e;
 color:#fff;
 text-decoration:none;
}

.topic-more::after{
    content:"";
    position: absolute;
    top:42%;
    right:25px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

a:link.topic-more{
    color:#fff;
    text-decoration:none;
    background-color: #ff017e;
}

a:visited.topic-more{
    color:#fff;
    text-decoration:none;
    background-color: #ff017e;

}

a:hover.topic-more{
    color:#fff;
    text-decoration:none;
    background-color: #ff238f;

}

.x-btn,
.x-btn:link,
.x-btn:visited,
.x-btn:hover {
    margin-top: 0;
    color:#fff;
    text-decoration:none;
    background-color: #1d9bf0;
}

/*news
---------------------------------------*/
.news{
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/state_bg.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding:100px 20px;
    display: flex;
    flex-direction: column;
}

.newsbox{
 width:800px;
 background-color: #fff;
 border-radius: 15px;
 padding:30px 50px;
 margin:0 auto;
}

.runtime{
margin:20px;
text-align: left;
}

.runtime h3{
 padding:6px 0 3px 32px;
 font-size: 1em;
 color:#666;
 background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/icon-watch.png);
 background-position:left center;
 background-repeat:no-repeat;
 background-size: 28px 28px;
 margin-bottom:20px;
}

.runtime table{
    border-collapse: collapse;
    border:1px solid #ccc;
}

.runtime table th{
 padding:5px 10px;
 background-color: #eee;
 font-size: 0.8em;
 font-weight: bold;
}
.runtime table td{
    border:1px solid #ccc;
    padding:5px 10px;
    font-size: 0.8em;
}

.runtime p{font-size: 0.7em;}

.tw-stateinfo{
 margin:20px;
}

.tw-stateinfo h3{
    width:280px;
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/x-stateinfo.png);
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    padding:17px 0 27px 25px;
    font-size: 0.8em;
    color:#fff;
}




/*attraction
---------------------------------------*/

#attraction{
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/atraction-bg.jpg);
    background-repeat: repeat;
    text-align: center;
    padding:100px 20px;
    display: flex;
    flex-direction: column;

}

#attraction h3{
    width:500px;
    margin:0 auto 30px;
    z-index: 99;
    }

.as-box1{
    width:1100px;
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/as_bg_r1_c1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin:-100px auto 0;
    padding:50px 50px 20px 50px; 
}


.as-box2{
    width:1100px;
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/as_bg_r2_c1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin:0 auto;
    padding:0 50px; 
    display:none;
}

.as-box-active{
    display:block;
}

.as-box2-col{
    width:100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
   }
.as-box2-col div{
 width:390px;
}

.course-left{
 padding-left:65px;
}

.course-right{
    padding-left:40px;
    padding-right:20px;
}

.as-box2-col div h5{
text-align: left;
margin-top:0;
color:#660000;
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.hight-scale{
display: inline-block;
background-color: #ff4000;
border-radius: 5px;
color:#fff;
font-size: 0.6em;
padding:3px 5px;
margin-left:5px;
}

.as-box2-col div p{
font-size:0.70em;
line-height:1.2;
text-align: left;
}
.as-box3{
    width:1100px;
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/as_bg_r3_c1.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin:0 auto 10px;
    padding:0 50px 90px 50px ; 
}

.at-text{
    color:#F39E00;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.nb-text{
    color:#20813B;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.sengoku-ico{
    position:absolute;
    left:-50px;
    bottom:-40px;
    width:130px;
    height:auto;
}

.border-sengoku{
    border:none !important;
    margin-bottom:20px !important;
}

.detail-couse img{
width:300px;
height:auto;
}

.challenge-margin{
    padding-top:30px;
 }


.at-category{margin:60px auto 15px;}

.nonbiri-box{
    position: relative;
    width:1100px;
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/nonbiri-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin:30px auto;
    padding:50px 50px 100px;
}

.nonbiri-f{
 position:absolute;
 transform:rotate(10deg); 
 left:700px;
 top:-10px;
}

.nonbiri-border{
border-bottom:3px dotted #93ff26 !important;
}

.nonbiri-margin{
    padding-top:70px;
 }


.other-box{
    width:1100px;
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/other_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin:30px auto;
    padding:50px;
}

.atraction-box{
    position: relative;
    width:850px;
    margin:50px auto;
    padding-bottom:50px;
    border-bottom:3px dotted #ff7373;
}

.atraction-box2{
    position: relative;
    width:850px;
    margin:50px auto 0;
    padding-bottom:50px;
    border-bottom:3px dotted #ff7373;
}


.att-margin{
   margin-top:60px; 
}

.atraction-box h4{
    width:auto;
    margin:0 auto;
}

.atraction-box h4 img{
    width:auto;
    height:70px;
}

img.sengoku-log{
    width:auto;
    height:90px !important;
}

img.horror-log{
    width:auto;
    height:150px !important;
}

img.line2-log{
    width:auto;
    height:130px !important;
}

.cols-box{
 width:100%;
 display: flex;
 flex-flow: row nowrap;
 justify-content: center;
}

.cols-box p{
width:400px;
font-size:0.75em;
text-align:left;
margin:0 10px;
line-height: 1.7;
}

.wakuwaku-ico{
position:absolute;
left:-50px;
bottom:10px;
width:80px;
height:auto;
}

.action-ico{
    position:absolute;
    right:-30px;
    bottom:-20px;
    width:130px;
    height:auto;  
}

.horor-ico{
    position:absolute;
    right:-30px;
    bottom:20px;
    width:120px;
    height:auto;
}

.fuwafuwa-ico{
    position:absolute;
    left:-30px;
    bottom:20px;
    width:100px;
    height:auto;
    }

.trager-text{
    padding-top:120px;
}

.cols-box img{
    width:380px;
    height:auto;
    margin:0 10px;
}

img.horror_main{
    width:250px !important;
    height:auto;
    margin:0 10px 30px;
}

.detail-btn{
    display: block;
    margin:10px 0 0 0;
}
.detail-btn img{
width:140px;
height:auto;
margin:0;
}

.border-none{
    border:none !important;
}

.rating{
    font-size: 0.65em;
    width:200px !important;
    color:#660000;
    text-align: left;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/*baget
---------------------------------------*/
.baget{
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/state_bg.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding:100px 20px;
    display: flex;
    flex-direction: column;
}

.baget h3{
width:500px;
margin:0 auto 30px;
}

.baget div{
    width:900px;
    background-color: #fff;
    padding:15px 15px;
    margin:0 auto;
    text-align:left;
    font-size:0.7em;
}

.baget p{
margin-left:30px;
}

/*official_sns
---------------------------------------*/
.official_sns{
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/state_bg.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding:100px 20px;
    display: flex;
    flex-direction: column;
}

.official_sns h3{
    width:500px;
    margin:0 auto 30px;
    }

.sns-box{
 width:800px;
 padding:30px 50px;
 margin:0 auto;
 display: flex;
 flex-flow: row nowrap;
 justify-content: center;
}

.official_sns p{
    font-family:'HG創英角ﾎﾟｯﾌﾟ体',fantasy;
    color:#333;
}

.instagram{
 width:350px;
 margin:0 10px;
}

.instagram h4{
    width:350px;
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/instagram.png);
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    padding:23px 0 35px 36px;
    margin-bottom:0;
    font-size: 0.8em;
    color:#fff;
    z-index: 999;
    font-size:1.1em;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


.tw-shinchan{
    width:350px;
    margin:0 10px;
   }

   .tw-shinchan h4{
    width:350px;
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/x.png);
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    padding:23px 0 35px 36px;
    margin-bottom:0;
    font-size: 0.8em;
    color:#fff;
    z-index: 999;
    font-size:1.1em;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


/* 園内マップ */
.map{
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/map_bg.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding:100px 20px;
}

.mapbox{
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/mapbox.png);
    background-position: center;
    background-size: cover;
    width:1100px;
    padding:70px 100px 30px;
    margin:-70px auto 0;
   }

   .map h3{
    width:500px;
    margin:0 auto 30px;
    }

#guidemap2{
	width:100%;
	height:450px;
}

.selectmap{
    width:900px;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    text-align: left;
}
#guidemap .leaflet-popup-content p {
    margin: 10px 0;
}

.leaflet-popup {
    width: 260px;
}

.guidelist2 ul {
    margin: 20px auto;
}
.guidelist2 ul img {
    width: 32px;
    margin-right: 5px;
}
.guidelist2 ul li {
    list-style: none;
    font-weight: bold;
    font-size: 13px;
    padding: 1px;
    margin-right:5px;
}

li.column1{
    width: calc(55% - 12px);
}

li.column2{
    width: calc(45% - 12px);
}

.guidelist2 ul li a {
    color: #333;
}
.guidelist2+p a.pink_btn {
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}
.guidelist2+p a.pink_btn img {
    margin-right: 10px;
}
i.fa-external-link-alt {
    margin-left: 5px !important;
}
.balloon.aparking_balloon:before {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom: 15px solid #ffffff;
}
span.grandchariot {
    display: block;
    padding-left: 5rem;
}





.leaflet-clickable.attractionIcon,
.leaflet-clickable.fooda,
.leaflet-clickable.parking_f,
.leaflet-clickable.parking_a,
.leaflet-clickable.glamping{
    cursor: pointer !important;
}


.leaflet-clickable {
    cursor: default !important;
}
.leaflet-popup-content .balloon a {
    color: #e4007f;
    text-decoration: underline;
}
.leaflet-bottom {
	z-index: 1 !important;
}
.box .row .col-sm-4 {
    width: 31.2%;
    margin: 10px;
    padding: 15px;
    font-size: 20px;
}
.box .row .col-sm-4 input {
    margin-right: 20px;
}
input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.box label {
    position: relative;
    display: block;
    word-break: break-all;
	margin: 0;
}
.box label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.box label input[type="checkbox"] + span {
    position: relative;
    padding: 0 30px 0 35px;
}
.box label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.box label input[type="checkbox"] + span::before, .box label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.box label input[type="checkbox"] + span::after {
    z-index: 1;
    margin: 6px 8px;
    width: 7px;
    height: 13px;
}
.box label input[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0px 3px 3px 0px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.attraction_check:nth-of-type(2) label input[type="checkbox"] + span::before {
  border-color: #ff0198;
}
.attraction_check:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
  background-color: #ff0198;
}
.attraction_check label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #ff0198 solid;
  border-radius: 5px;
  margin-top: 3px;	
}
.attraction_check label input[type="checkbox"]:checked + span::before {
  background-color: #ff0198;
}

.food_check:nth-of-type(2) label input[type="checkbox"] + span::before {
  border-color: #ea5514;
}
.food_check:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
  background-color: #ea5514;
}
.food_check label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #ea5514 solid;
  border-radius: 5px;
  margin-top: 3px;	
}
.food_check label input[type="checkbox"]:checked + span::before {
  background-color: #ea5514;
}

.other_check:nth-of-type(2) label input[type="checkbox"] + span::before {
  border-color: #02a0e8;
}
.other_check:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
  background-color: #02a0e8;
}
.other_check label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #02a0e8 solid;
  border-radius: 5px;
  margin-top: 3px;	
}
.other_check label input[type="checkbox"]:checked + span::before {
  background-color: #02a0e8;
}
.attraction_content .attraction_check {
    border: #ff0198 3px solid;
    color: #ff0198;
}
.attraction_content .food_check {
    border: 3px solid #ea5514;
    color: #ea5514;
}
.attraction_content .other_check {
    color: #02a0e8;
    border: 3px solid #02a0e8;
}
.leaflet-popup {
    width: 260px;
}
.guidelist h3 {
    font-size: 20px;
}
.guidelist h3 img {
    margin-right: 10px;
}
.guidelist ul {
    padding: 0;
}
.guidelist ul img {
    width: 42px;
    margin-right: 15px;
}
.guidelist ul li {
    list-style: none;
    font-weight: bold;
    font-size: 18px;
    padding: 1px;
}
.guidelist ul li a {
    color: #333;
}
.guidelist+p a.pink_btn {
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}
.guidelist+p a.pink_btn img {
    margin-right: 15px;
}
i.fa-external-link-alt {
    color: #ff0198;
    margin-left: 10px;
}
.balloon.aparking_balloon:before {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom: 15px solid #ffffff;
}
span.grandchariot {
    display: block;
    padding-left: 5rem;
}
/* スマホ用ナビ */
.sp_nav {
    background: #000;
    padding: 15px;
	position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.sp_nav ul {
    padding: 0;
}
.sp_nav a {
    vertical-align: middle;
}
.sp_top_ticket {
	padding: 0px;
}
.sp_top_ticket a img {
    vertical-align: bottom;
}

/*footer*/
footer {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    background-image: url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/footer_bg.png);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    
}
footer a {
    transition: 0.3s;
}
footer a:hover {
    opacity: 0.8;
}
footer h2 {
    margin: 0 0 30px !important;
}
.siteMap {
    display: flex;
    justify-content: space-between;
    width: 60%;
    max-width: 670px;
    margin: 0 auto 40px auto;
}
.siteMap ul {
    text-align: left;
}
.siteMap ul li a {
    font-weight: 300;
    font-size: 80%;
    color: #fff;
    text-decoration: none;
}
.mailticket {
    display: flex;
    justify-content: space-between;
    width: 50%;
    max-width: 700px;
    margin: 0 auto;
}
/*
.mailticket .mailmaga {
    background: #F58365;
}
*/
.mailticket .ticket {
    margin: 0 auto;
    background: #FF0198;
}
.mailticket a {
    display: block;
    height: 69px;
    width: 323px;
    line-height: 4;
    text-decoration: none;
    color: #fff;
}
.mailticket a:hover {
    text-decoration: none;
    color: #fff;
}
.mailticket a i {
    margin: 0 20px 0 0;
    font-size: 120%;
}
.sns {
    margin: 40px 0;
}
.sns a {
    display: inline-block;
    margin: 0 20px;
    height: 31px;
}
.kyousan {
    margin: 20px 0;
}
.kyousan p {
    font-size: 80%;
    line-height: 1;
    color:#fff;
}
.kyousan p:first-child {
    margin: 0 0 20px 0;
}
.kyousan p:nth-child(3) {
    line-height: 1.2;
    margin: 40px 0 0 0;
    font-size: 70%;
}
.ticket_go{
    width: 90%;
    margin: 0 auto 70px;
}
.ticket_go h3{
    font-size: 30px;
    margin-bottom: 20px;
}
.ticket_go table{
    margin: 15px auto;
}
.ticket_go table th{
    width: 50%;
    text-align: right;
    padding-right: 10px;
}
.ticket_go table td{
    width: 50%;
    text-align: left;
    padding-left: 10px;
}
.ticket_go table td b{
    font-size: 26px;
}
.ticket_go p{
    font-size: 20px;
}
.ticket_go p small{
    font-size: 90%;
}
.post_img_grounp{
    background: #fff;
    padding: 25px 40px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
    margin: 30px auto;
    position: relative;
    box-sizing: border-box;
}
.post_img_grounp:before{
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: solid 4px #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.post_img_grounp h4{
    color: #000;
    font-size: 26px;
    margin-bottom: 20px;
}
.post_img_grounp h4 br{
    display: none;
}
.post_img_grounp p{
    color: #000;
    margin-top: 5px;
}
#goods .post_img_grounp img{
    width: 46%;
    height: 100%;
}
.foods{
    width: 80%;
    margin: 0 auto 100px;
}
.foods_contents{
    background: #E0772C;
    width: 70%;
    margin: 0 auto;
    box-sizing: border-box;
}
#goods .foods_contents > img{
    margin: 50px auto;
    width: 80%;
}
.foods_contents_text{
    box-sizing: border-box;
    padding: 0px 30px 30px 30px;
}
.foods_contents_text p{
    text-align: left;
}
.pdf_group{
    margin: 50px auto 40px;
    display: flex;
    justify-content: center;
}
.pdf_group a{
    display: block;
    width: 35%;
    border-radius: 4px;
    overflow: hidden;
    transition: .3s;
    margin-right:50px;
}

.pdf_group a:last-child{
    margin-right:0;
}

.pdf_group a:hover{
    opacity: .8;
}
#goods .pdf_group a img{
    width: 100%;
    display: block;
    height: auto;
}
.foods_img_grounp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
#goods .foods_img_grounp img{
    width: 47%;
    height: 100%;
    border-radius: 10px;
}
.ticket_go .mailticket{
    margin-top: 40px;
}
.ticket_go .mailticket a{
    transition: .3s;
}
.ticket_go .mailticket a:hover{
    opacity: .8;
}
.tweet_shelf{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.specific_tweet{
    display: table;
    box-sizing: border-box;
    margin: 0 4%;
}
.specific_tweet .twitter-tweet.twitter-tweet-rendered{
    overflow: scroll;
    max-height: 450px;
    border-radius: 5px;  
}
.chinomaki_banner{
    width: 60%;
    margin: 50px auto 0;
}
.chinomaki_banner a{
    width: 100%;
}
.chinomaki_banner a img{
    transition: .3s;
}
.chinomaki_banner a img:hover{
    opacity: .8;
}
.chinomaki_banner a img{
    width: 100%;
    display: block;
}
#ennai_nav{
    background: #fff;
}
#ennai_nav .pc_en{
    width: 87.5%;
    max-width: 1005px;
    margin: 0 auto;
}
#ennai_nav .smp_en{
    display: none;
}






/*SmartPhone*/
@media screen and (max-width: 520px) {

.pc{
display: none;
}

.button {
width:120px;
padding:5px;
bottom:0;
  }

header {
padding: 10px 0 10px 2%;
}
header a.ticket {
    padding: 6px 0 0;
}

.menu-trigger {
    top: 1%;
    right: 1%;
}



/*news-3columns
---------------------------------------*/
.topic{
    padding:10% 0;
}



.double_line{
    width:90%;
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/topic_chara.png);
    background-position: center bottom 10px;
    background-size: 100px auto;
    padding:5%;
  }
   


.double_line p{
padding-left:0;
padding-bottom:150px;
text-align: left;
font-size: 1.0em;;
}




/*topics
---------------------------------------*/
.topics{
    padding:10% 0;
}

.topics h3{
    width:90%;
    margin:0 auto 30px;
}

.topic-box{
 width:90%;
 margin:0 auto;
}

.topic-box li{
    width:100%;
    padding:5%;
    margin:0 auto 10%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align:left;
}


.topic-box li p{
 font-size:0.75em;
 margin-left:0;
 margin-top:5%;
 line-height: 1.5;
}



.topic-btn{
text-align: center;
}

.topic-more{
width:90%;
 margin:10px auto;
}


/*news
---------------------------------------*/
.news{
    padding:10% 0;
}

.newsbox{
 width:90%;
 background-color: #fff;
 border-radius: 15px;
 padding:5% 5%;
 margin:0 auto;
 display: flex;
 flex-flow: column nowrap;
}

.runtime{
margin:0 5%;
}


.tw-stateinfo{
    margin:0 5%;
}

.tw-stateinfo h3{
    width:280px;
    background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/x-stateinfo.png);
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    padding:17px 0 27px 25px;
    font-size: 0.8em;
    color:#fff;
}


/*attraction
---------------------------------------*/

#attraction{
    padding:10% 0;
}

#attraction h3{
    width:90%;
    margin:0 auto 30px;
    }

.as-box1{
    width:90%;
    background-image:none;
    background-color: #fff;
    margin:-5% auto 0;
    padding:5% 5% 5% 5%;
    box-shadow: 10px 10px 0 #F39E00;
}


.as-box2{
    width:90%;
    background-image:none;
    background-color: #fffba6;
    margin:0 auto;
    padding:0 5%;
    box-shadow: 10px 10px 0 #F39E00;
}

.as-box-active{
    display:block;
}

.as-box2-col{
    width:100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.as-box2-col div{
 width:100%;
}

.course-left{
 padding-left:0;
}

.course-right{
    padding-left:0;
    padding-right:0;
}

.as-box2-col div h5{
text-align: left;
color:#660000;
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.as-box2-col div h5 span{
display: inline-block;
background-color: #ff4000;
border-radius: 5px;
color:#fff;
font-size: 0.6em;
padding:3px 5px;
margin-left:5px;
}

.as-box2-col div p{
font-size:0.75em;
line-height:1.4;
text-align: left;
}
.as-box3{
    width:90%;
    background-image:none;
    background-color: #fff;
    margin:0 auto 10%;
    padding:0 5% 10% 5%;
    box-shadow: 10px 10px 0 #F39E00;

}

.at-text{
    font-size: 0.95em;
    color:#F39E00;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.nb-text{
    font-size: 0.95em;
    color:#20813B;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.sengoku-ico{
    position:absolute;
    left:-45px;
    bottom:-20px;
    width:120px;
    height:auto;
}

.border-sengoku{
    border:none !important;
    margin-bottom:20px !important;
}

.detail-couse img{
width:100%;
height:auto;
}

.challenge-margin{
    padding-top:30px;
 }


.at-category{margin:5% auto 15px;}

.nonbiri-box{
    width:90%;
    background-image: none;
    background-color: #fff;
    background-repeat: no-repeat;
    margin:30% auto 0;
    padding:5%;
    box-shadow: 10px 10px 0 #93ff26;
}
.nonbiri-border{
border-bottom:3px dotted #93ff26 !important;
}

.nonbiri-margin{
    padding-top:0;
 }


.other-box{
    width:90%;
    background-image:none;
    background-color: #fff;
    background-repeat: no-repeat;
    margin:30% auto 0;
    padding:5%;
    box-shadow: 10px 10px 0 #ff7373;
}

.atraction-box{
    position: relative;
    width:100%;
    margin:10% auto;
    padding-bottom:10%;
    border-bottom:3px dotted #ff7373;
}

.atraction-box2{
    position: relative;
    width:100%;
    margin:50px auto 0;
    padding-bottom:50px;
    border-bottom:3px dotted #ff7373;
}


.att-margin{
   margin-top:0; 
}

.atraction-box h4{
    width:90%;
    margin:5% auto;
}


.atraction-box h4 img{
    width:auto;
    height:auto;
}

img.sengoku-log{
    width:auto;
    height:auto !important;
}

img.horror-log{
    width:auto;
    height:auto !important;
}

img.line2-log{
    width:auto;
    height:auto !important;
}

.cols-box{
 width:100%;
 display: flex;
 flex-flow: column nowrap;
 justify-content: center;
}

.cols-box-sp{
  flex-direction: column-reverse;
}

.cols-box p{
width:100%;
font-size:0.75em;
text-align:left;
margin:10% auto;
line-height: 1.7;
}

.wakuwaku-ico{
position:absolute;
left:-30px;
bottom:10px;
width:80px;
height:auto;
}

.action-ico{
    position:absolute;
    right:-30px;
    bottom:-80px;
    width:130px;
    height:auto;  
}

.horor-ico{
    position:absolute;
    right:-30px;
    bottom:-80px;
    width:110px;
    height:auto;
}

.fuwafuwa-ico{
    position:absolute;
    left:-30px;
    bottom:0px;
    width:100px;
    height:auto;
    }

.trager-text{
    padding-top:0;
}

.cols-box img{
    width:380px;
    height:auto;
    margin:0 auto;
}

.detail-btn{
    display: block;
    margin:10px 0 0 0;
}
.detail-btn img{
width:140px;
height:auto;
margin:0;
}

.border-none{
    border:none !important;
}

.nonbiri-f{
    position:absolute;
    transform:rotate(10deg);
    left:20%;
    top:-140px;
   }



/*baget
---------------------------------------*/
.baget{
    padding:10% 0;
}

.baget h3{
    width:90%;
    margin:0 auto 30px;
}

.baget div{
    width:90%;
    background-color: #fff;
    padding:5%;
}

.baget p{
margin-left:0;
}


/* 園内マップ */
.map{
    padding:10% 0;
}

.mapbox{
    background-image: none;
    background-color: #fff;
    width:90%;
    margin:0 auto;
    padding:0 0 2%;
    margin:0 auto 0;
   }

   .map h3{
    width:90%;
    margin:0 auto 30px;
    }

#guidemap2{
	width:100%;
	height:400px;
}

.selectmap{
    width:97%;
    padding:0 0 0 3%;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    text-align: left;
}

.guidelist2 ul {
    margin: 20px auto;
}
.guidelist2 ul img {
    width: 32px;
    margin-right: 5px;
}
.guidelist2 ul li {
    list-style: none;
    font-weight: bold;
    font-size: 13px;
    padding: 1px;
    margin-right:5px;
}

li.column1{
    width: calc(100% - 12px);
}

li.column2{
    width: calc(100% - 12px);
}

.guidelist2 ul li a {
    color: #333;
}
.guidelist2+p a.pink_btn {
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}
.guidelist2+p a.pink_btn img {
    margin-right: 10px;
}
i.fa-external-link-alt {
    margin-left: 5px !important;
}
.balloon.aparking_balloon:before {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom: 15px solid #ffffff;
}
span.grandchariot {
    display: block;
    padding-left: 5rem;
}





.leaflet-clickable.attractionIcon,
.leaflet-clickable.fooda,
.leaflet-clickable.parking_f,
.leaflet-clickable.parking_a,
.leaflet-clickable.glamping{
    cursor: pointer !important;
}


.leaflet-clickable {
    cursor: default !important;
}
.leaflet-popup-content .balloon a {
    color: #e4007f;
    text-decoration: underline;
}
.leaflet-bottom {
	z-index: 1 !important;
}
.box .row .col-sm-4 {
    width: 31.2%;
    margin: 10px;
    padding: 15px;
    font-size: 20px;
}
.box .row .col-sm-4 input {
    margin-right: 20px;
}
input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.box label {
    position: relative;
    display: block;
    word-break: break-all;
	margin: 0;
}
.box label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.box label input[type="checkbox"] + span {
    position: relative;
    padding: 0 30px 0 35px;
}
.box label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.box label input[type="checkbox"] + span::before, .box label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.box label input[type="checkbox"] + span::after {
    z-index: 1;
    margin: 6px 8px;
    width: 7px;
    height: 13px;
}
.box label input[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0px 3px 3px 0px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.attraction_check:nth-of-type(2) label input[type="checkbox"] + span::before {
  border-color: #ff0198;
}
.attraction_check:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
  background-color: #ff0198;
}
.attraction_check label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #ff0198 solid;
  border-radius: 5px;
  margin-top: 3px;	
}
.attraction_check label input[type="checkbox"]:checked + span::before {
  background-color: #ff0198;
}

.food_check:nth-of-type(2) label input[type="checkbox"] + span::before {
  border-color: #ea5514;
}
.food_check:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
  background-color: #ea5514;
}
.food_check label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #ea5514 solid;
  border-radius: 5px;
  margin-top: 3px;	
}
.food_check label input[type="checkbox"]:checked + span::before {
  background-color: #ea5514;
}

.other_check:nth-of-type(2) label input[type="checkbox"] + span::before {
  border-color: #02a0e8;
}
.other_check:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
  background-color: #02a0e8;
}
.other_check label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #02a0e8 solid;
  border-radius: 5px;
  margin-top: 3px;	
}
.other_check label input[type="checkbox"]:checked + span::before {
  background-color: #02a0e8;
}
.attraction_content .attraction_check {
    border: #ff0198 3px solid;
    color: #ff0198;
}
.attraction_content .food_check {
    border: 3px solid #ea5514;
    color: #ea5514;
}
.attraction_content .other_check {
    color: #02a0e8;
    border: 3px solid #02a0e8;
}
.leaflet-popup {
    width: 260px;
}
.guidelist h3 {
    font-size: 20px;
}
.guidelist h3 img {
    margin-right: 10px;
}
.guidelist ul {
    padding: 0;
}
.guidelist ul img {
    width: 42px;
    margin-right: 15px;
}
.guidelist ul li {
    list-style: none;
    font-weight: bold;
    font-size: 18px;
    padding: 1px;
}
.guidelist ul li a {
    color: #333;
}
.guidelist+p a.pink_btn {
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}
.guidelist+p a.pink_btn img {
    margin-right: 15px;
}
i.fa-external-link-alt {
    color: #ff0198;
    margin-left: 10px;
}
.balloon.aparking_balloon:before {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom: 15px solid #ffffff;
}
span.grandchariot {
    display: block;
    padding-left: 5rem;
}
/* スマホ用ナビ */
.sp_nav {
    background: #000;
    padding: 15px;
	position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.sp_nav ul {
    padding: 0;
}
.sp_nav a {
    vertical-align: middle;
}
.sp_top_ticket {
	padding: 0px;
}
.sp_top_ticket a img {
    vertical-align: bottom;
}

/*official_sns
---------------------------------------*/
.official_sns{
    padding:10% 0;
}

.official_sns h3{
    width:90%;
    margin:0 auto 30px;
    }

.sns-box{
 width:90%;
 padding:5%;
 display: flex;
 flex-flow: column nowrap;
}

.instagram{
 width:100%;
 margin:0 auto;
}

.instagram h4{
    width:100%;
    background-size: 100%;
    padding:23px 0 35px 40px;
}


.tw-shinchan{
    width:100%;
    margin:0 auto;
   }

   .tw-shinchan h4{
    width:100%;
    background-size: 100%;
    padding:23px 0 35px 40px;
}






}

/*pc
------------------------------*/
@media screen and (min-width: 2000px) {
    .shinobi_img{
        height:379px;
    }

    .naruto_img{
        width: 11%;
        height: 412px;
    }

    .jyouei_btn{
        top:53%;
    }


    .play_flow{
        height: 290px;
    }

    /*.acd-label{
        height:145px;
    }

    .acd-check:checked + .acd-label + .acd-content{
        height:auto;
    }*/

    .pc_boruto_png{
        width:31vw;
    }

    .pc_sarada_png{
        width:45vw;
    }



    /*.at_title_ten p, .at_title_chi p{
        font-size:30px;
    }*/

    .chinomaki_band_img>div{
        width: 44%;
    }

    h2.chinomaki_makimono_title_img{
        height: 307px;
    }

    .chinomaki_makimono_title_img p,.hokageiwa_makimono_titile_img p{
        font-size: 30px;
    }


    .nazo_step_img p{
        font-weight: bold;
        text-align: left;
        font-size: 23px;
        color: #c09b30;
    }

    /*section.hikageiwa{
        height: 1500px;
    }*/

    h2.hokageiwa_makimono_titile_img{
        height:342px;
    }

    /*section.hikageiwa{
        height:2000px;
    }*/

    .hokageiwa_title_img img{
        top:350px;
    }

    .jyouei_btn a{
        font-size: 30px;
    }

    /*.ninjyutu_title{
        height:340px;
    }

    .ninjyutu_title p{
        font-size: 30px;
    }*/

    /*.ninjyutsu{
        height:780px;
    }*/

    .ar_dl{
        width:50%;
    }

    table{
        width:100%;
    }

    .ticket_tokuten_p{
        font-size: 25px;
    }

    .ticket_buy_btn a{
        font-size: 40px;
    }

    .ticket_buy{
        font-size: 45px;
    }

    .original_goods_wrap p{
        font-size: 23px;
    }

    .accordion-container .article-title{
        padding: 2.625em 0.625em 0.625em 2em;
    }

    .accordion-content p{
        padding: 2em 18em;
    }

    .accordion-content p:before{
        left: 14%;
    }

    .bus_flex{
        align-items: center;

    }

    .map_navi_img{
        width: 100%;
    height: 800px;
    }

    p.explain1{
        font-size:30px;
    }

    .ichiraku_ramen p,.morinoterasu p{
        font-size:30px;
    }

    /*.food_ramen:after,.goods_new:after{
        height:452px;
    }

    .food_ramen:before{
        height: 680px;
    }

    .terasu_page:after{
        height: 580px;
    }*/

    ul.tennomaki_image{
        width: 50%;
    }

    .thumbnail_box2 img{
    mask-position: 1% 0%, 99% 0%, 1% 99%, 99% 99%;
    -webkit-mask-position: 1% 0%, 99% 0%, 1% 99%, 99% 99%;
    }

    .thumbnail_box3 img{
    mask-position: 5% 0%, 99% -2%, 5% 96%, 99% 96%;
    -webkit-mask-position: 5% 0%, 99% -2%, 5% 96%, 99% 96%;
    }




}

@media screen and (min-width: 1441px){
/*.food_top:before, .goods_page:before{
        width: 40%;
    }

    .goods_popular:before{
        height: 400px;
    }

    .goods_souvenir:after{
        height: 570px;
    }

    .terasu_page:before,.goods_account:before{
        height: 470px;
    }

    .contact_wrap:after{
        height:450px;
    }*/

    ul.nazo_novelty_img{
        width: 85%;
    }

    .main_explain{
        padding: 15px 0;
    }

    .test_ten_p{
        font-size:22px;
    }

    .nazo_step2 p span{
        /*right:-37%;*/
    }

    .boruto_img,.uchiha_img{
        width: 36vw;
    }



}

/*@media screen and (min-width: 1300px){


.pc_boruto_png{
    width: 35vw;
}

ul.tennomaki_image{
    width: 70vw;
}


.pc_sarada_png{
    width: 42vw;
}

.acd_content_wrap p{
    font-size:2.5vw;
}*/

@media screen and (min-width: 1025px){

}






/*sp
------------------------------*/
@media screen and (max-width: 1024px) {
.contact_wrap:after{
    padding-top: 35%;
}

    .kousoku_bus_text_span{
        text-align: center;
    }

    .test_ten_p{
        font-size: 13px;
    }

    .detail_bus_btn a{
        padding: 20px 0;
    }

    /*.food_top:before,.goods_page:before{
        width:56%;
        height:240px;
    }*/

    /*.food_ramen:after,.goods_new:after{
        width:33%;
        height:195px;
    }

    .goods_popular:before{
        width:35%;
        height:300px;
    }

    .goods_souvenir:after{
        width:30%;
        height:240px;
    }

    .terasu_page:before,.goods_account:before{
        width:35%;
        height:200px;
    }

    .contact_wrap:after{
        width:45%;
        height:220px;
    }*/

    .lb-close{
        right:365px;
    }

    .food_top_logo{
        width:80%;
    }

    .ramen_detail_flex{
        padding:0 10px;
    }

    p.ramen_cost{
        font-size:23px;
    }

    .tokuten_wrap{
        width:80%;
    }

    .tokuten_wrap .tokuten_img{
      width:100% !important;
    }
    
    .tokuten_wrap .tokuten_img img {
      margin: 30px auto 0;
    }
    
    .news_sns_wrap{
        display:block;
    }

    .newsArea,.twitterArea{
        width:100%;
    }

    .twitterArea{
        margin-top:30px;
    }

    .post_flex_box{
        display: flex;
        justify-content: center;
    }



    .shinobi_img,.naruto_img{
        display:none;
    }

    .main_explain_wrap{
        display:block;
    }

    .sp_shinobi_naruto{
        display:block;
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_shinobi_naruto.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width:60%;
        height:300px;
        margin:0 auto;
    }


    p.explain1{
        width:100%;
    }


    /*.play_flow{
        height:124px;
        width:85%;
    }*/

    /*.acd-check:checked + .acd-label + .acd-content{
        height:auto;
    }*/


    .tennomaki_wrap{
        padding-bottom:0;
        width: 80%;
        margin: 0 auto;
    }

    .chinomaki_play_wrap{
        width: 80%;
        margin: 0 auto;
    }


    .attraction_title{
        width:80%;
    }

    .play_flow{
        width: 100%;
    }

    .uzumaki_label,.uchiha_label{
        width:100%;
        padding-top: 8%;
    }

    .acd_content_wrap{
        width:100%;
    }


    .chinomaki_makimono_title_img p .sp_br,.hokageiwa_makimono_titile_img p .sp_br{
        display:none;
    }

    /*.chinomaki_makimono_title_img p, .hokageiwa_makimono_titile_img p{
        left:36%;
    }*/

    .chinomaki_band_img{
        width:80%;
        margin:0 auto;
    }


    .nazo_step_img p{
        font-weight: bold;
        text-align: left;
        font-size: 11px;
    }

    .nazo_step1{
        height:0;
        padding-top:13%;
    }

    .nazo_step2{
        height: 0;
        padding-top: 13%;
    }

    .nazo_step3{
        height: 0;
        padding-top: 37%;
    }

    .nov_img{
        height:174px;
    }

    /*.hokageiwa_title_img img{
        top:150px;
    }*/

    .ar_dl{
        width:90%;
        padding:20px 0;
    }

    br.sp_br_v{
        display:block;
    }

    .ticket_buy{
        font-size:20px;
    }


    /*.original_goods{
        height:550px;
    }*/

    .accordion-container .article-title{
        font-size:18px;
    }

    .nijiMap{
        flex-direction: column-reverse;
        width:100%;
    }

    .nijiMapRight{
        margin-bottom:30px;
        margin-left: 0;
    }

    .bus_flex{
        flex-direction: column;
        width:100%;
    }

    .bus_img{
        width:100%;
        padding-top: 35%;
        margin:0 auto;
        margin-top:30px;
        margin-bottom:30px;
    }

    .bus_content{
        margin:0;
        width:100%;
    }

    .kousoku_bus_text{
        text-align: center;
    }

    .detail_access_btn,.detail_bus_btn{
        margin-top:30px;
        width:100%;
    }

    .map_navi{
        width:100%;
    }

    .map_navi_img{
        height:426px;
    }

    .thumbnail_box{
        width:100%;
    }

    .nazo_step3 p{
        top:10%;
    }

    ul.nazo_novelty_img{
        bottom:-16%;
    }

    .nazo_step2 p span{
        font-size: 10px;
    }

    .sp_hokageiwa_makimono_titile_img p{
        left:32%;
    }


    /*.acd-label{
        height:60px;
    }*/

    .nijiMapRight{
        width:100%;
    }

    .ticket_buy_btn{
        bottom:5%;
    }

    .nijiMapLeft iframe{
        margin-right:0;
    }

    .nijiMapLeft{
        width:100%;
        padding-top: 100%;
    }

    .jyouei_btn{
        width:99%;
        margin-bottom: 25px;
    }

    .nightill_video{
        bottom: 4%;
    }

    .pc_boruto_png{
        width:34vw;
    }

    .pc_sarada_png {
        width: 48vw;
    }

    .main_explain{
        padding:50px 0;
    }

    .play_flow div p{
        font-size: 15px;
    }

    .uzumaki_label:after{
        top: 18%;
        width: 20px;
        height: 20px;
    }

    .uzumaki_label.open:after{
        top: 25%;
    }

    .uchiha_label:after{
        top: 18%;
        width: 20px;
        height: 20px;
    }

    .uchiha_label.open:after{
        top: 25%;
    }

    /*.uzumaki_label:after,.uchiha_label:after{
        top: 18%;
        width: 20px;
        height: 20px;
    }*/

    .thumbnail_box2{
        mask-position: 17% 0%, 83% 0%, 17% 94%, 83% 94%;
        -webkit-mask-position: 17% 0%, 83% 0%, 17% 94%, 83% 94%;
    }





}

/*テスト*/


@media screen and (max-width: 768px) {
    .pdf_group{
        display:block;
    }

    .pdf_group a{
        width:100%;
        margin-bottom:20px;
    }

.contact_wrap:after{
    width:50%;
    padding-top: 47%;
}

    li.roop{
        width: 48%;
    }

    .kousoku_bus_p{
        font-size: 23px;
    }

    .ninjyutu_img{
        margin: 10px 0;
    }

    .original_goods_box {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .chinomaki_gaiden{
    padding-top: 60px;
    }

    .ticket_tokuten:after{
        display:none;
    }

    .pc_tennomaki_box,.pc_chinomaki_box,.pc_chinomaki_gaiden_box,.pc_hokageiwa_night_box,.pc_sp_ninjyutsu_box{
        display:none;
    }

    .sp_attraction_box,.sp_chinomaki_gaiden_box,.sp_hokageiwa_night_box,.sp_chinomaki_gaiden,.sp_ticket,.sp_chinomaki_gaiden_box,.sp_sp_ninjyutsu_box{
        display:block;
        position: relative;
    }

    .sp_attraction_box .sp_tennomaki,.sp_attraction_box .sp_chinomaki{
        margin:0;
        width:100%;
    }

    .sp_chinomaki_gaiden_box,.sp_hokageiwa_night_box{
        width: 98%;
        margin: 0 auto;
    }

    .sp_chinomaki_gaiden_box{
        position: absolute;
        top:8px;
        left: 50%;
        transform: translateX(-50%);
    }

    .sp_hokageiwa_night_box .sp_test_ten_p{
        top: 36%;
    }

    .sp_chinomaki_gaiden_box .sp_test_ten_p{
        top: 35%;
    }

    .news_sns_wrap{
        width: 95%;
    }


    .sp_test_ten_p{
        position: absolute;
        top: 37%;
        left: 10%;
        text-align: left;
        font-size:4.2vw;
        font-weight:bold;
        width: 87%;
        font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .attraction_title{
        width:98%;
    }

    .sp_chinomaki_gaiden,.sp_hokageiwa_night_box{
        position:relative;
    }



.menu-trigger span:nth-of-type(3){
    bottom: 6px;
}

    /*.food_top:before,.goods_page:before{
        width:50%;
        height:160px;
    }

    .food_ramen:after,.goods_new:after{
        width:30%;
        height:160px;
    }

    .goods_popular:before{
        width:30%;
        height:200px;
    }

    .goods_souvenir:after{
        width:25%;
        height:195px;
    }

    .terasu_page:before,.goods_account:before{
        width:35%;
        height:200px;
    }

    .contact_wrap:after{
        width:47%;
        height:170px;
    }*/

    .goods_link a{
        font-size:15px;
    }

    .lb-close{
        right:152px;
    }

    .lb-caption .goods_name{
        font-size:20px;
    }

    .sp_br{
        display:none;
    }

    .tokuten_wrap{
        width:100%;
        display: block;
    }

    .tokuten_wrap p{
        text-align: center;
        margin-top: 20px;
    }

    .food_page_wrap,.food_ramen,.goods_page_wrap{
        padding: 30px 0;
    }

    .ramen_detail_flex,.ramen_cost_flex{
        display:block;
    }

    .ramen_detail_flex{
        padding:20px 40px;
    }

    .ramen_image img{
        width:200px;
    }

    .sp_shinobi_naruto {
        display: block;
        background: url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_shinobi_naruto.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        margin: 0 auto;
        padding-top: 43%;
    }

    .pc_tennomaki,.pc_chinomaki,.pc_chinomaki_gaiden,.pc_hokageiwa_naight,.pc_ninjyutsu,.pc_ticket{
        display:none;
    }

    .sp_tennomaki, .sp_chinomaki, .sp_chinomali_gaiden, .sp_hokageiwa_naight, .sp_ninjyutsu, .sp_ticket{
        display:block;
        width:100%;
    }

    .hokageiwa_png{
        display:none;
    }

    .title_h2_img img{
        width:80%;
    }

    .ten_play_flow,.chi_play_flow{
        display:none;
    }

    .sp_ten_play_flow{
        display:block;
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_play_flow_ten.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        padding-bottom: 95%;
    }

    .sp_chi_paly_flow{
        display:block;
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_play_flow_chi.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width:70%;
        padding-bottom:50%;
    }

    .acd_content_wrap{
        width:100%;
    }

    #acMenu dd{
        width:95%;
        margin:0 auto;
    }

    .chinomaki_gaiden_wrap{
        width:95%;
    }

    .hikageiwa_wrap{
        width:98%;
    }

    .chinomaki_gaiden_title{
        background:none;
    }

    .sp_chinomaki_gaiden_title{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_shinobi_chinomaki.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 0;
        padding-bottom: 193%;
    }

    /*h2.sp_chinomaki_makimono_title_img{
        display:block;
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_chinomaki_makimono_title.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width:100%;
        height:0;
        padding-top: 42%;
        margin:0 auto;
        position: relative;
    }*/

   /* h2.hokageiwa_makimono_titile_img{
        display:block;
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_hokageiwa_makimono_title.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width:100%;
        height:295px;
        margin:0 auto;
        position:relative;
    }*/

    /*h2.sp_chinomaki_makimono_title_img p,h2.sp_hokageiwa_makimono_titile_img p{
        position:absolute;
        top:50%;
        left:8%;
        transform:none;
        font-size: 18px;
        padding: 0 25px;
    }*/

    .nazo_step1{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_nazo_step1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width:100%;
        height:0;
        padding-top:44%;
        position: relative;
    }

    .nazo_step2{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_nazo_step2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width:100%;
        padding-top:39%;
        position: relative;
    }

    .nazo_step3{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_nazo_step3.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width:100%;
        padding-top:107%;
        position: relative;
    }

    .nazo_step_img p{
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70%;
        transform: translate(-50%,-50%);
    
    }

    .nazo_step2 p span{
    /*left: 50%;
    transform: translateX(-50%);
    top: 110%;*/
    text-align: center;
    font-size:12px;
    /*font-weight:normal;
    width:70%;*/
    }

    ul.nazo_novelty_img{
        flex-wrap: wrap;
    }

    .nov_img{
        width:33%;
        height:344px;
    }

    .nazo_step3 p{
        top:15%;
    }

    ul.nazo_novelty_img{
        display:none;
    }

    .sp_novelty{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_novelty.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 85%;
        padding-top: 80%;
        margin: 0 auto;
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
    }

    section.hikageiwa{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_hokageiwa_back.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        padding-bottom: 207%;
    }

    section.sp_jyouei_video{
        display:block;
    }

    .nightill_btn_video{
        top: 82%;
        width: 70vw;
    }

    .ninjyutu_img{
        display:block;
    }

    .ninjyutsu{
        padding:20px 0;
    }

    .ar_dl{
        display:block;
        text-align: left;
    }

    .app_ninjyutsu{
        text-align: center;
    }

    .ar_dl p{
        display:inline-block;
        font-size:18px;
        font-weight:normal;
        margin-left:20px;
    }

    .ar_dl a img{
        width:100%;
        height:auto;
    }

    .ar_dl a{
        height:auto;
    }

    .ticket_type{
        width:15%;
    }

    /*.ticket_tokuten_img{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_ticket_tokuten.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width:100%;
        height:684px;
    }*/

    .ticket_tokuten_p{
        width:91%;
        font-weight:normal;
        top:20%;
    }

    .ticket_buy{
        bottom:20%;
    }


    .original_goods_wrap{
        flex-direction: column;
        width:95%;
        margin:0 auto;
    }

    .faq1{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_faq1.png);
    }
    .faq2{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_faq2.png);
    }
    .faq3{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_faq3.png);
    }
    .faq4{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_faq4.png);
    }
    .faq5{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_faq5.png);
    }
    .faq6{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_faq6.png);
    }
    .faq7{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_faq7.png);
    }


    .accordion-container .article-title{
        padding: 1em 6em;
    }

    .accordion-container .article-title{
        font-size:13px;
    }

    .accordion-content span{
        font-size: 13px;

    }

    .accordion-content p{
        width:85%;
    }

    .bus_img{
        width:100%;
    }

    .map_navi_img{
        height:1240px;
    }

    .ninjyutu_img div{
        margin-right:0;
    }

    .sp_map_navi{
        display:block
    }

    .sp_mapnavi_box{
        position:relative;
    }

    .sp_mapnavi_box a{
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        background: #65398e;
        color: #fff;
        padding: 10px 30px;
        font-size: 40px;
        border-radius: 38px;
        width:75vw;
        display: block;
    }

    .pc_map_navi{
        display:none;
    }

    .ticket_buy_btn a{
        font-size:18px;
    }

    .ticket_buy_btn{
        width: 80%;
    }

    .ticket_table table{
        display:none;
    }

    .sp_ticket_cost{
        display:block;
        margin-bottom:4px;
    }

    .sp_ticket_cost table{
        width:100%;
        font-size:4.5vw;
    }

    .sp_ticket_cost tr{
        width: 100%;
    }

    .sp_ticket_cost .ticket_age{
        width:5%;
        font-size:3.4vw;
    }

    .sp_ticket_cost .ticket_cost{
        width:15%;
        font-size:4vw;

    }

    .sp_ticket_cost .red_text{
        color:#ff0000;
    }

    .sp_ticket_cost .ticket_detail{
        text-align: center;
        border-right:none;
        background: #c09b30;
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;
        color:#fff;
    }

    .sp_ticket_cost .ticket_age{
        background:#fff;
        color:#000;
        border-bottom:solid 2px #000;
        border-right:solid 2px #000;
    }


    .sp_ticket_cost .ticket_cost{
        background:#fff;
        border-bottom: solid 2px #000;
        vertical-align: middle;
    }

    .sp_ticket_cost .back_cream{
        background:#fff4eb;
    }


    iframe.main_movie{
        height: 300px!important;
    }

    .acd_content_wrap p{
        font-size: 3.4vw;
    }

    /*.boruto_img{
        background: url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/boruto.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        padding-top: 220%;
    }*/

    /*.uchiha_img{
        background: url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sarada.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 160%;
        height: 0;
        padding-top: 215%;
    }*/

    /*ul.tennomaki_image{
        display:none;
    }*/

    /*.pc_boruto_png,.pc_sarada_png{
        display:none;
    }*/

    .sp_uzumaki_course,.sp_uchiha_course{
        display:block;
        width:100%;
    }

    /*.boruto_img {
        background: url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_aco_uzumaki_course.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        padding-top: 115%;
    }*/

    .uzumaki_label:after,.uchiha_label:after{
        width: 15px;
        height: 15px;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
    }

    .uzumaki_label,.uchiha_label{
        width: 100%;
    }

    .clear_tokuten{
        width:70%;
    }

    .clear_tokuten p{
        font-size: 16px;
    }

    .hokageiwa_title_img img{
        padding-top: 8px;
    }

    .itachi_img img,.pein_img img{
        width:70%;
    }

    .ticket_wrap{
        width: 95%;
    }

    .sp_ticket_cost img{
        width:100%;
    }

    .access_wrap{
        width:95%;
    }

    .tennomaki_wrap{
        width: 100%;
    }

    .chinomaki_play_wrap{
        width: 95%;
    }

    .sp_chi_paly_flow{
        width: 100%;
        padding-bottom: 94%;
    }

    .ninjyutsu_wrap{
        width: 98%;
    }

    .contact_wrap{
        height:auto;
    }

    .map_section_wrap{
        width: 95%;
    }

    .sp_sp_ninjyutsu_box p{
        top: 31%;
    }

    .sp_wrap{
        width: 95%;
        margin: 0 auto;
    }


    .nazotoki_step{
        margin-top:0;
    }

    .sp_makimono{
        width:100%;
        margin:0 auto;
    }

    .play_flow img{
        display:none;
    }

    .play_flow div p{
        display:none;
    }

    .boruto_img,.uchiha_img{
        width:100%;
    }

    .thumbnail_box3{
        mask-position: 5% 0%, 99% -1%, 5% 90%, 99% 90%;
        -webkit-mask-position: 5% 0%, 99% -1%, 5% 90%, 99% 90%;
    }

    .acd_content_wrap{
        display:none;
    }

    .sp_acd_content_wrap{
        display:block;
    }

    .sp_boruto_img,.sp_uchiha_box{
        display:flex;
    }

    .pc_boruto_png {
        width: 45vw;
        position: absolute;
    }

    .sp_acd_content_wrap p{
        font-size:3.4vw;
    }

    .uchiha_tennomaki_image{
        margin-top: 20px;
        width: 70vw;
        margin-left: 49%;
    }

    .pc_sarada_png{
        width: 63vw;
        position: absolute;
    }

    .thumbnail_box2{
        mask-position: 17% 0%, 83% 0%, 17% 94%, 83% 94%;
        -webkit-mask-position: 17% 0%, 83% 0%, 17% 94%, 83% 94%;
    
    }

    ul.tennomaki_image{
        margin-top: 20px;
        width: 70vw;
        margin-left: 49%;
    }











}



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

    .sp_hokageiwa_night_box p{
        top: 45%;
    }
    
    .clear_tokuten p {
        font-size: 12px;
    }

    .nightill_video{
        bottom: 4%;
    }

    .sp_mapnavi_box a{
        font-size: 32px;
        padding: 5px 30px;

    }

    .sp_test_ten_p{
        font-size: 4.2vw;
        top: 36%;
    }

    .sp_chinomaki_box .sp_test_ten_p{
        top: 40%;
    }

    .sp_chinomaki_gaiden_box .sp_test_ten_p {
        top: 35%;
    }

    .thumbnail_box3{
        mask-position: 5% 0%, 99% -1%, 5% 88%, 99% 88%;
        -webkit-mask-position: 5% 0%, 99% -1%, 5% 88%, 99% 88%;
    }

    .thumbnail_box2 {
        mask-position: 17% 0%, 83% 0%, 17% 92%, 83% 92%;
        -webkit-mask-position: 17% 0%, 83% 0%, 17% 92%, 83% 92%;
    }






}



@media screen and (max-width: 425px) {
    .goods_account h3{
        font-size:23px;
    }
    
    .food_top_logo{
        margin-top: 30px;
        margin-bottom: 0px;
    
    }

    .contact_wrap:after{
        padding-top: 73%;
    }

    .ar_dl{
        margin-top: 15px;
    }

    li.roop{
        width:50%;
    }

    .jyouei_btn{
        margin-bottom: 15px;
    }

    .jyouei_btn a{
        padding:10px 0;
    }

    .tennomaki_wrap{
        padding-bottom:8px;
    }

    .uchiha_label{
        margin-top:0;
    }

    .map_section,.chinomaki_play_wrap,.ninjyutsu,.ticket_wrap,.original_goods_wrap,.FAQ_wrap,.access_wrap{
        padding: 25px 0;
    }

    .tennomaki_wrap{
        padding-top:25px;
        padding-bottom:0px;
    }

    .attraction_title{
        padding-top: 25px;
    }

    .chinomaki_band_img,.chinomaki_gaiden_wrap{
        padding-bottom: 25px;
    }

    .sp_test_ten_p{
        top:37%;
    }

    .sp_chinomaki_box .sp_test_ten_p{
        top: 40%;
    }

    .sp_sp_ninjyutsu_box p{
        top:30%;
    }

    iframe.main_movie{
        height:300px!important;
    }


    /*.food_top:before,.goods_page:before{
        width:62%;
        height:110px;
    }

    .food_ramen:after,.goods_new:after{
        width:50%;
        height:120px;
    }*/

    .ramen_topping{
        margin-top:20px;
    }

    .tokuten_wrap{
        margin-top:0;
    }

    /*.goods_popular:before{
        width:33%;
        height:120px;
    }

    .goods_souvenir:after{
        width:40%;
        height:130px;
    }*/

    /*.contact_wrap:after{
        width:70%;
        height:140px;
    }*/

    .goods_link{
        margin-top:30px;
        margin-bottom:30px;
    }

    .goods_link ul{
        display:block;
        border-bottom:0;
    }

    .goods_link ul li{
        width:100%;
        border-right:0;
        border-bottom:solid 2px #c09b30;
    }

    .slider-container li{
        margin-right:0;
    }


    .lb-close{
        right:3px;
    }

    .goods_cost{
        font-size:23px;
    }

    .ichiraku_ramen, .morinoterasu{
        display:block;
    }

    .ichiraku_ramen img, .morinoterasu img{
        width:100%;
    }

    .ichiraku_ramen p, .morinoterasu p{
        width:100%;
    }

    .sp_span{
        display:none;
    }

    .tokuten_wrap{
        width:100%;
        display:block;
    }

    .tokuten_wrap p{
        margin-top:20px;
        margin-bottom:20px;
    }

    .food_terasu{
        margin-top:0;
    }
    h1{
        width:80%;
    }

    .side_conv_btn_wrapper a{
        font-size:15px;
    }

    .side_conv_btn_wrapper{
        width: 50px;
        height: 160px;
        line-height: 3;
    }

    .side_conv_btn_wrapper a:before{
        width:20px;
        height:20px;
    }

    .side_conv_btn_wrapper a:after{
        width:30px;
        height:15px;
    }

    /*.at_title_ten p,.at_title_chi p{
        font-size:10px;
    }*/

    .sp_ten_play_flow,.sp_chi_paly_flow{
        width:100%;
    
    }

    .uzumaki_label{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_uzumaki_course.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position:relative;
        padding-top: 14%;
    }

    .uchiha_label{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_uchiha_course.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position:relative;
        padding-top: 14%;
    }

    .uzumaki_label:after,.uchiha_label:after{
        top:25%;
    }

    .uzumaki_label.open:after,.uchiha_label.open:after{
        top: 33%;
    }

    .acd_content_wrap{
        width:95%;
    }

    /*.tennomaki_image{
        display:none;
    }*/

    .boruto_img{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_aco_uzumaki_course.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width:100%;
        padding-top: 115%;
    }

    .uchiha_img{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_aco_uchihai_course.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width:100%;
        height:0;
        padding-top: 112%;
    }

    /*.acd_content_wrap{
        display:block;
    }*/

    /*.acd-check:checked + .acd-label + .acd-content{
        height:auto;
    }*/


    h2.sp_chinomaki_makimono_title_img p, h2.sp_hokageiwa_makimono_titile_img p{
        font-size:10px;
    }

    .nazo_step_img p{
        font-size:3.3vw;
    }

    .nazo_step2 p span{
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        text-align: center;
        font-size: 13px;
        font-weight: normal;
        width: 70%;
    }

    .sp_novelty{
        width: 85%;
        bottom: 3%;
        padding-top: 75%;
    
    }

    .nazo_step1 p,.nazo_step2 p{
        width:90%;
    }

    .nazo_step3 p{
        top:20%;
    }

    h2.hokageiwa_makimono_titile_img{
        height:168px;
    }

    /*.ninjyutu_title{
        height:170px;
    }*/

    /*.ninjyutu_title p{
        font-size:10px;
        padding:0 10px;
    }*/

    /*.ar_dl a{
        height:45px;
    }*/

    /*.ninjyutsu{
        height:800px;
    }*/

    /*.sp_ticket_cost{
        background:url(/wp-content/themes/habakiri-child/naruto_shinobizato/images/sp_ticket_cost.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width:100%;
        height:130px;
    }*/

    .ticket_buy{
        font-size:15px;
    }

    .ticket_tokuten_p{
        font-size:12px;
    }

    .original_goods_box{
        margin-right:0;
        margin-bottom:40px;
    }

    .title_h2_img{
        margin-bottom:20px;
    }

    .original_goods_wrap p{
        margin-bottom:20px;
        width:90%;
    }

    .accordion-container .article-title{
        padding:11px;
    }

    br.s_sp_br_v{
        display:block;
    }

    .accordion-content p{
        font-size:16px;
        width:91%;
    }

    .accordion-content p:before{
        left:3%;
    }

    .nijiMapLeft{
        padding-top:100%;
    }

    .nijiMapLeft iframe{
        width:98%;
    }

    .accordion-content span{
        width:70%;
    }


    .kousoku_bus_text span{
        font-size:20px;
    }

    .map_navi_img{
        height:1080px;
    }

    /*.contact_wrap{
        height:120px;
    }*/

    .nazotoki_step{
        margin-top:0;
    }

    .movie1 iframe{
        height:300px;
    }

    .movie1{
        height:auto;
    }

    .news_sns_wrap{
        padding:25px 0;
    }

    .thumbnail_box{
        width:90%;
        margin:0 auto;
    }

    #news_sns_map .thumbnail,#news_sns_map .thumbnail_box{
        height:150px;
    }

    .post_date,.post_title{
        font-size:15px;
    }

    .address_p,.reception_time_p{
        font-size:20px;
    }

    .goods_wrap .prev-arrow{
        right: 140px;
    }

    .goods_wrap .next-arrow{
        left: 135px;
    }

    .ticket_buy_btn{
        width:80%;
    }

    .ticket_buy_btn a{
        padding: 10px 0;
    }

    .detail_access_btn a,.map_access_btn a{
        font-size: 14px;
        padding: 20px 30px;
    }

    .app_ninjyutsu{
        text-align: center;
    }

    .ar_dl p{
        font-size: 16px;
    }

    #acMenu dt{
        width:100%;
    }

    .kousoku_bus_p{
        font-size:21px;
        letter-spacing: initial;
    }

    .bus_img{
        margin:10px 0;
    }

    .boruto_img img{
        display:none;
    }

    .uchiha_img img{
        display:none;
    }

    .chinomaki_band_img{
        width:95%;
    }

    .clear_tokuten{
        width: 111%;
    }

    .itachi_img img,.pein_img img{
        width:82%;
    }

    .clear_tokuten p{
        font-size:12px;
    }

    .ticket_tokuten_img{
        margin-top: 20px;
    }

    .faq2,.faq4,.faq6,.faq7{
        padding: 3px 55px!important;

    }

    .bus_content{
        margin-top: 15px;
    }

    .hokageiwa_title_img img{
        padding-top: 8px;
    }

    .sp_ten_play_flow{
        padding-bottom: 94%;
    }

    .ninjyutu_img{
        width: 95%;
        margin: 0 auto;
    }

    ul.main_img_slider{
        padding-bottom: 35px;
    }

    ul.main_img_slider .slick-dots{
        bottom: 0!important;
    }

    .slick-dots li{
        height: 14px;
    }

    ul.main_img_slider .slick-dots li button:before{
        width: 13px;
        height: 13px;
        border-radius: 50%;
    }

    ul.main_img_slider .slick-dots li.slick-active button:before{
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }

    ul.main_img_slider li{
        width: 30px;
    }

    ul.main_img_slider .slick-dots li button{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        height:14px;
        width:14px;
    }

    .main_explain{
        padding:25px 0;
        height:auto;
    }

    .sp_shinobi_naruto{
        padding-top: 70%;
    }

    .h2_title span{
        font-size: 13px;
    }

    .h2_title{
        margin-bottom:25px;
    }

    .sp_test_ten_p{
        width: 87%;
    }

    .sp_ticket_cost .ticket_age{
        width:8%;
    }

    .thumbnail_box3{
        mask-position: 5% 0%, 99% -1%, 5% 85%, 99% 85%;
        -webkit-mask-position: 5% 0%, 99% -1%, 5% 85%, 99% 85%;
    }

    .sp_acd_content_wrap p{
        font-size: 4.5vw;
    }

    .thumbnail_box2 {
        mask-position: 17% 0%, 83% 0%, 17% 88%, 83% 88%;
        -webkit-mask-position: 17% 0%, 83% 0%, 17% 88%, 83% 88%;
    }




}


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

    ul.tennomaki_image{
        margin-top: 12px;
    }

    iframe.main_movie{
        height:200px!important;
    }
    body{
        font-size:16px;
    }
    /*.food_top:before, .goods_page:before{
        width:60%;
        height:90px;
    }

    .food_ramen:after, .goods_new:after{
        top:510px;
    }

    .contact_wrap:after{
        width:70%;
        height:110px;
    }*/

    .goods_account h3{
        font-size:20px;
    }

    .menu-trigger{
        top:10px;
    }

    /*.at_title_ten p, .at_title_chi p{
        top:49%;
    }*/

    /*.acd-check:checked + .acd-label + .acd-content{
        height:auto;
    }*/

    /*.at_title_ten p, .at_title_chi p{
        left:0;
    }*/


    .sp_novelty{
        width: 60%;
    }

    .nazo_step_img p{
        width: 85%;
    }

    h2.hokageiwa_makimono_titile_img{
        height: 150px;
    }

    .nightill_video{
        bottom:5%;
    }


    .ar_dl a{
        width:100%;
        margin:0 auto;
    }

    /*.ninjyutsu{
        height:720px;
    }*/

    /*.sp_ticket_cost{
        height:118px;
    }*/

    .ticket_tokuten_p{
        width:80%;
    }

    .ticket_tokuten ul{
        width:75%;
    }

    .ticket_buy{
        font-size: 14px;
        bottom: 23%;
    }

    /*.original_goods{
        height:790px;
    }*/

    .accordion-container .article-title{
        padding: 10px 55px;
        font-size:12px;
    }

    .accordion-content span{
        font-size:12px;
    }

    .nijiMapLeft iframe{
        width: 98%;
        height: 360px;
    }

    .nijiMap{
        padding:0;
    }

    .kousoku_bus_p{
        font-size:20px;
        letter-spacing: initial;
    }

    .map_navi_img{
        height:965px;
        margin-top:0;
    }


    /*.at_title_ten p, .at_title_chi p{
        padding: 0 23px;
    }*/


    #news_sns_map .thumbnail, #news_sns_map .thumbnail_box{
        height:125px;
    }


    .post_date,.post_title{
        font-size:10px;
    }

    .ar_dl p{
        font-size:14px;
    }


    .detail_access_btn a, .map_access_btn a{
        padding: 20px 10px;
    }

    .sp_novelty{
        width: 70%;
    }

    .nazo_step3 p{
        top: 17%;
    }

    .nazo_step2 p span{
        font-size: 10px;
    }

    .ar_dl a img{
        width: 80%;
    }

    .ar_dl p{
        margin-left: 17px;
    }

    .post_date, .post_title{
        font-size: 12px;
    }

    .sp_chinomali_gaiden p{
        font-size: 11px;
    }


    /*.sp_chinomaki_gaiden_title{
        padding-bottom: 160%;
    }*/

    .sp_novelty{
        width: 85%;
        padding-top: 80%;
    }

    .acd_content_wrap p{
        font-size: 16px;
    }

    .sp_mapnavi_box a{
        display: block;
        font-size: 26px;
        padding: 6px 30px;
    }

    .sp_chinomaki_gaiden_box .sp_test_ten_p{
        top: 38%;
    }

    .sp_hokageiwa_night_box .sp_test_ten_p{
        top: 40%;
    }

    .ticket_buy_btn a{
        font-size:16px;
    }

    .thumbnail_box3{
        mask-position: 5% 0%, 99% -1%, 5% 84%, 99% 84%;
        -webkit-mask-position: 5% 0%, 99% -1%, 5% 84%, 99% 84%;
    }

    .thumbnail_box2 {
        mask-position: 17% 0%, 83% 0%, 17% 85%, 83% 85%;
        -webkit-mask-position: 17% 0%, 83% 0%, 17% 85%, 83% 85%;
    }



}


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

    /*.food_top:before, .goods_page:before{
        width:68%;
        height:90px;
    }*/

    .contact_wrap:after{
        padding-top: 94%;
    }

    .sp_mapnavi_box{
        margin-top: 30px;
    }

    .uzumaki_label.open:after,.uchiha_label.open:after{
        top: 30%;
    }

    .uchiha_label:after,.uzumaki_label:after{
        top: 25%;
    }



    .next-arrow{
        right: calc((100vw - 350px) / 2);
    }

    h1{
        width:80%;

    }

    .goods_account h3{
        font-size:17px;
    }

    .at_title_ten p,.at_title_chi p{
        top:36%;
    }

    h2.sp_chinomaki_makimono_title_img p,h2.sp_hokageiwa_makimono_titile_img p{
        padding:0;

    }

    .sp_novelty{
        width:65%;
    }

    h2.hokageiwa_makimono_titile_img{
        height:127px;
    }
    h2.sp_chinomaki_makimono_title_img p,h2.sp_hokageiwa_makimono_titile_img p{
        top:45%;
    }

    .nightill_video{
        bottom:2%;
    }

    /*.ninjyutu_title{
        height:126px;
    }

    .ninjyutu_title p br{
        display:none;
    }*/
    .ninjyutu_img div{
        margin-right:0;
    }

    .ar_dl p{
        font-size:14px;
    }

    /*.sp_ticket_cost{
        height:99px;
    }*/

    /*.detail_access_btn a,.map_access_btn a{
        font-size: 10px;
    }*/

    .ticket_buy{
        font-size:12px;
        bottom:25%;
    }

    .ticket_buy:before{
        top:-4px;
    }

    .ticket_buy:after{
        top:-2px;
    }

    .accordion-container .article-title{
        padding: 8px 0;
    }

    .accordion-content p{
        font-size:14px;
    }

    .detail_access_btn a, .map_access_btn a{
        padding: 20px 0px;
    }

    .detail_access_btn a:after, .map_access_btn a:after{
        right: 6px;
    }

    .nijiMapLeft iframe{
        width: 98%;
        height: 315px;
    }

    .kousoku_bus_p{
        font-size:18px;
    }

    .map_navi_img{
        height:817px;
    }

    /*.contact_wrap{
        height:105px;
    }*/

    #news_sns_map .thumbnail, #news_sns_map .thumbnail_box{
        height:100px;
    }

    .side_conv_btn_wrapper{
        line-height: 3.2;
    }

    /*.acd-label{
        height:43px;
    }*/

    .ticket_buy_btn a{
        padding: 3px 0;
    }

    .map_navi{
        margin-top:0;
    }

    .itachi_img img, .pein_img img{
        width: 65%;
    }

    .clear_tokuten p {
        font-size: 10px;
    }

    .faq2, .faq4, .faq6, .faq7{
        padding: 0 36px!important;
    }

    .sp_sp_ninjyutsu_box p{
        top: 37%;
        font-size: 3.9vw;
    }

    .post_date, .post_title{
        font-size: 11px;
    }

    .sp_novelty{
        width: 85%;
        padding-top: 78%;
    }


    .sp_makimono{
        width:98%;
    }

    .at_title_ten p{
        top:37%;
    }

    .hokageiwa_title_img img{
        padding-top: 3px;
    }

    .sp_hokageiwa_night_box p{
        top: 41%;
    }

    .h2_title span{
        font-size:11px;
    }

    .goods_wrap .prev-arrow{
        right: 120px;
    }

    .goods_wrap .next-arrow{
        left: 115px;
    }

    .thumbnail_box3{
        mask-position: 5% 0%, 99% -1%, 5% 80%, 99% 80%;
        -webkit-mask-position: 5% 0%, 99% -1%, 5% 80%, 99% 80%;
    }





}









@media screen and (max-width: 900px) {
    /*h2 img {
        width: 90%;
    }*/

    .contact_wrap a{
        width:100%;
    }

    section#intoro p {
        width: 90%;
        margin: 20px auto;
    }
    .nijigennomori p {
        width: 90%;
        margin: 0 auto 40px auto;
    }
    .twitterArea {
        display: block;
    }
    .tweetLeft,
    .tweetRight {
        width: 100%;
        height: 321px;
    }
    .tweetLeft {
        height: 250px;
    }
    .followBox  {
        width: 100%;
    }

    /*
    .ar_dl a{
        height: 80px;
        margin: 10px;
    }*/
    .ap_h3{
        font-size: 32px;
    }
    .ap_h3:before, .ap_h3:after{
        width: 4px;
        height: 35px;
    }
 
    .makimono_pic_group{
        width: 98%;
    }
    .mapArea img {
    width: 90%;
    }

    #map a.linkBtn.arrow.arrow01{
        width: 100%;
        box-sizing: border-box;
    }
    #map a.linkBtn.arrow.arrow01.smp_m10{
        margin-top: 10px;
    }
    .chinomaki,
    .tennomaki{
        display: none;
    }
    .makimonoBox > .ap_h3,
    .makimonoBox > .ar_dl{
        display: none;
    }
    .omaki_sp {
        display: block;
    }
    .omaki_sp p {
        margin: 0 0 20px 0;
        padding: 20px;
        background: #fff;
        color: #000;
        text-align: left;
        box-sizing: border-box;
    }
    .dl_shelf{
        background: #fff;
        margin: 0 auto;
        width: 98%;
        padding-bottom: 15px;
    }
    .dl_shelf h3{
        color: #000;
        margin-top: 5px;
    }
    .dl_shelf .ap_h3:before,
    .dl_shelf .ap_h3:after{
        background: #000;
    }
    /*.ar_dl{
        justify-content: center;
    }*/
    a.ap_google{
        left: 11px;
    }
    #goods .goods {
        width: 90%;
    }
    #goods img {
        width: 100%;
    }
    #goods .goodsArea {
        display: block;
    }
    #goods .goodsBox {
        width: 100%;
    }
    #goods .goodsBox:not(last-child) {
        margin: 0 auto 20px;
    }
    .pCheack p {
        width: 70%;
        margin: 0;
        font-size: 80%;
    }
    .tweet_shelf{
        justify-content: space-around;
    }
    .specific_tweet{
        margin: 3% 0;
    }
    #goods p.goodsBottom {
        font-size: 100%;
    }
    #goods p.goodsBottom:after {
        top: -90%;
        width: 80%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ticket_go p{
        font-size: 16px;
    }
    .ticket_go table th,
    .ticket_go table td{
        font-size: 16px;
    }
    .post_img_grounp{
        width: 100%;
    }
    .post_img_grounp h4{
        font-size: 22px;
        margin-bottom: 0;
    }
    .foods{
        width: 90%;
    }
    .foods_contents{
        width: 100%;
    }
    #goods .foods_contents > img{
        width: 90%;
    }
    .cloud {
        background-size: cover;
        height: 100px;
    }
    
  

    footer h2 img {
        width: auto;
    }
    .siteMap {
        display: block;
    }
    .siteMap ul {
        text-align: center;
    }
    .mailticket {
        display: block;
        width: 90%;
    }
    .mailticket .mailmaga,
    .mailticket .ticket{
        margin: 0 auto 20px auto;
    }
    .mailticket a {
        width: 100%;
    }
    img{
        max-width: 100%;
    }
    img.attraction_map{
        width: 100%;
    }
    .ennai_nav{
        width: 80%;
        padding: 20px;
        margin-top: 0;
    }
    .ennai_nav .ennai_nav_r h3{
        font-size: 20px;
    }
    .ennai_nav .ennai_nav_r p{
        font-size: 17px;
    }
    .ennai_nav .ennai_nav_r li{
        font-size: 14px;
    }
    .ennai_nav .ennai_nav_r a{
        width: 100%;
        padding: 6px 0;
        margin-top: 15px;
    }
    .nijigennomori .newsBox{
        width: 90%;
    }
    #ennai_nav .pc_en{
       display: none;
    }
    #ennai_nav .smp_en{
        display: block;
        width: 90%;
        max-width: 645px;
        margin: 0 auto;
    }
    .chinomaki_banner{
        width: 90%;
        margin-top: 30px;
    }
    .chinomaki_banner a{
        display: block;
        width: 98%;
        margin: 0 auto;
    }




}


/* 202309 スライダー改修 */
.bx-wrapper .bx-controls-direction a{
	z-index:1 !important;
}
.pc_shinchan_slider .bx-wrapper{
	height: 90vh;
}
.bx-wrapper img.slider_img {
    max-width: 100% !important;
    height: 90vh !important;
    display: inline-block;
    max-height: 100%;
}
.bx-wrapper video{
	height: 90vh;
	display: block;
    margin: 0 auto;
}
.top-slider.vegas-container {
    height: 85vh !important;
    background: #000;
}
#previous img {
	position: absolute;
	top: 50%;
}
#next img {
	position: absolute;
	top: 50%;
	right: 0px;
}
.pc_shinchan_slider {
    height: 90vh !important;
    position: relative;
}
.pc_shinchan_slider .bx-wrapper {
    border: none !important;
    background: #000;
    padding: 0 !important;
	margin:0;
}
.pc_shinchan_slider .bx-wrapper .bx-pager, .pc_shinchan_slider .bx-wrapper .bx-controls-auto{
    bottom: 25px !important;
}
.pc_shinchan_slider .bx-wrapper li {
    text-align: center;
}
.pc_shinchan_slider .bx-wrapper .bx-prev{
	background: url(../../img/movie_previous.png) no-repeat;
	left:0 !important;
    width: 80px;
    height: 80px;
}
.pc_shinchan_slider .bx-wrapper .bx-next{
	background: url(../../img/movie_next.png) no-repeat;
	right:0 !important;
    width: 80px;
    height: 80px;
}
.pc_shinchan_slider .bx-wrapper img{
	height: 90vh;
	display: inline-block;
    max-height: initial;
    object-fit: contain;
}

.pc_shinchan_slider a:hover{
    text-decoration: none;
}
.slider_h_l{
    background-color: #000;
}
.slider_h_l_inner {
    text-align: left;
    max-width: 1026px;
    width: 90.33333%;
    height: 186px;
    margin: 0 auto;
    color: #fff;
    padding: 30px 0;
}
.slider_h_l_inner h2{
    text-align: left;
    margin-bottom: 14px;
}

.slider_h_l_inner p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.75;
}

p.scrol {
    margin: 0;
    padding-right: 65px;
}
p.scrol img {
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}
.spslider li {
  display: none;
}
.bx-viewport .spslider li {
  display: block !important;
}
@media (min-width: 1270px){
    .sp_only{
        display:none;
    }
    .pc_only{
        display:block;
    }
}
@media (max-width: 1269px){
    .pc_only{
        display:none;
    }
    .sp_only{
        display: block;
        overflow-x:scroll;
    }
    .sp_shinchan_slider .bx-wrapper {
        border: none !important;
        padding: 0 !important;
        margin-bottom: 0px !important;
        background: #000;
        margin-top:60px !important;
    }
    .sp_shinchan_slider .bx-wrapper img {
        max-height: 100%;
        width: auto;
    }
    .sp_shinchan_slider .bx-wrapper .bx-pager,
    .sp_shinchan_slider .bx-wrapper .bx-controls-auto {
      position: absolute;
      bottom: 7px;
      width: 100%;
    }
    .sp_shinchan_slider .bx-wrapper .bx-prev {
      margin-left: 60px;
      background: url('/wp-content/themes/habakiri-child/img/sp_previous_30.png') no-repeat;
      background-position: 0 0;
    }
    .sp_shinchan_slider .bx-wrapper .bx-next {
      margin-right: 50px;
      background: url('/wp-content/themes/habakiri-child/img/sp_next_30.png') no-repeat;
      background-position: 0 0;
    }
    .sp_shinchan_slider .bx-wrapper .bx-controls-direction a {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      outline: 0;
      width: 30px;
      height: 30px;
      text-indent: -9999px;
      z-index: 9998;
    }
    .sp_shinchan_slider .bx-wrapper .bx-pager.bx-default-pager a {
        background: #fff;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 7.5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 7px;
    }
    .sp_shinchan_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .sp_shinchan_slider .bx-wrapper .bx-pager.bx-default-pager a.active, .sp_shinchan_slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #666;
    }
    .sp_shinchan_slider .slider_sp_img_wrap{
        position: relative;
        width: 100%;
        background-color: #000;
    }
    .sp_shinchan_slider .slider_sp_img_wrap:before{
        content: "";
        display: block;
        padding-top: 45vh;
    }
    .sp_shinchan_slider .slider_sp_img_wrap.slider_h_l_none:before{
        padding-top: calc(45vh + 142px);
    }
    .sp_shinchan_slider .slider_sp_img_wrap img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .sp_shinchan_slider .slider_h_l_inner{
        padding: 15px 0;
        height: 142px;
    }
    .sp_shinchan_slider .slider_h_l_inner h2{
        margin-bottom: 10px;
        font-size: 20px;
    }
}
/* 202311 コラボルーム追加 */

.stay{
  background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/atraction-bg.jpg);
  background-repeat: repeat;
  padding: 100px 0;
}
.stay h3{
  width: 500px;
  margin: 0 auto 30px;
}
.stay__wrapper{
  padding: 0 20px;
}
.stay__contents{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 10px 10px 0 #F39E00;
  padding: 30px;
  position: relative;
}
.stay__contents::before{
  position: absolute;
  content: "";
  top: -130px;
  left: 30px;
  width: 90px;
  height: 135px;
  background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/img_stay_shinchan.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.stay__heading{
  color: #660000;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 17px;
  font-weight: 500;
  line-height: calc(32/18);
  margin-top: -6px;
  margin-bottom: 28px;
}
.stay__images{
  display: flex;
  justify-content: space-between;
  margin: 20px auto 37px;
}
.stay__image{
  max-width: 400px;
  width: 100%;
}
.stay__image:first-child{
  margin-right: 40px;
}
.stay__lead{
  color: #B61B2D;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.stay__detail{
  text-align: justify;
  font-size: 14px;
  line-height: calc(23/14);
}
.stay__btn{
  max-width: 180px;
  width: 100%;
  margin: 10px auto 0;
  display: inline-block;
}
.stay .br-sp{
  display: none;
}
@media screen and (max-width: 520px){
  .stay{
    padding: 10% 0;
  }
  .stay h3{
    width: 90%;
    margin: 0 auto 30px;
  }
  .stay__contents{
    padding: 30px 15px;
  }
  .stay__contents::before{
    width: 60px;
    height: 92px;
    top: -80px;
    left: 0;
  }
  .stay__heading{
    font-size: 0.88em;
  }
  .stay__image:first-child{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .stay__lead{
    font-size: 0.95em;
  }
  .stay__images{
    flex-direction: column;
  }
  .stay .br-sp{
    display: block;
  }
}

/* 202407 料金改定 */
.baget p{
  line-height: 1.6;
}
.baget div{
  max-width: 900px;
  width: 100%;
}
#ticket .ticket-table{
  overflow-x: scroll;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.ticket-table table{
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  background-color: #fff;
  text-align: left;
  margin-bottom: 0;
}
.ticket-table thead{
  background-color: #AED196;
  text-align: center;
}
.ticket-table th{
  text-align: center;
}
.ticket-table tbody tr:nth-of-type(4),
.ticket-table tbody tr:nth-of-type(5),
.ticket-table tbody tr:nth-of-type(6){
  background-color: #eaf3e4;
}
.ticket-table table thead th:not(:first-child){
  border-left: 1px solid #fff;
}

.ticket-table table th{
  font-weight: bold;
  text-align: center;
}
.ticket-table table th,
.ticket-table table td{
  vertical-align: middle;
  padding: 1rem;
}
.ticket-table table td span{
  font-weight: bold;
  font-size: 2rem;
}
.ticket-table tr td:nth-of-type(2){
  font-weight: bold;
}
.ticket-table table td p{
  margin-bottom: 0;
}
.ticket-table table ul{
  text-align: left;
  margin-bottom: 0;
}
.ticket-table tbody th,
.ticket-table tbody td{
  border: 1px solid #333333;
}
.ticket-table .bb_dashed {
  border-bottom: 1px dashed #333333 !important;
}
#ticket .ticket-table p{
  margin-left: 0;
}
@media screen and (max-width:768px){
  #ticket .ticket-table{
    padding: 0;
  }
  .ticket-table table td{
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .ticket-table table tr:nth-of-type(2) th{
    font-size: 1.6rem;
  }
  .ticket-table table td span{
    font-size: 1.6rem;
  }
  .ticket-table .price{
    font-size: 1.6rem;
  }
}
.ticket-table_note.naruto {
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .ticket-table_note {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .ticket-table {
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  /*Google Chrome、Safariへの対応*/
  .ticket-table::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 521px) {
    .topic-box li p {
        width: calc(100% - 340px);
    }
}

/* 202512 グッズとフード追加 */
.goods{
  background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/atraction-bg.jpg);
  background-repeat: repeat;
  padding: 100px 0;
}
.goods__inner,
.food__inner{
  padding: 0 20px;
}
.goods h3,
.food h3{
  width: 500px;
  margin: 0 auto 30px;
}
.goods__list,
.food__list{
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px 14px;
}
.goods__item,
.food__item{
  text-align: left;
}
.goods__name,
.food__name{
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 16px;
}
.goods__price,
.food__price{
  font-size: 16px;
  line-height: 1.6;
}
.food{
  background-image: url(/wp-content/themes/habakiri-child/kureyon_adp/img/state_bg.jpg);
  background-position: center;
  background-size: cover;
  /* background-color:rgba(51, 238, 255,0.8);
  background-blend-mode:lighten; */
  padding: 100px 0;
}
.food__place{
  font-size: 14px;
  padding: 4px 0.5em;
  margin-bottom: 0;
  margin-top: 10px;
  display: inline-block;
  line-height: 1.5;
  color: #fff;
}
.food__place.pink{
  background-color: #FF33A8;
}
.food__place.orange{
  background-color: #FF8833;
}
@media screen and (max-width: 520px){
  .goods,
  .food{
    padding: 10% 0;
  }
  .goods h3,
  .food h3{
    width: 90%;
    margin: 0 auto 30px;
  }
  .goods__list,
  .food__list{
    grid-template-columns: repeat(2,1fr);
    gap: 14px 14px;
  }
  .goods__name,
  .food__name{
    font-size: 14px;
  }
  .goods__price,
  .food__price{
    font-size: 13px;
  }
  .food__place{
    font-size: 13px;
    padding: 2px 0.5em;
  }
}

/* ハンバーガーメニュー修正 */
.hbg_nav{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iOS の慣性スクロール対策 */
}
/* メニューオープン時に body のスクロールを止める用 */
html.menu-open,
body.menu-open {
  overflow: hidden;
  height: 100%;
}

