@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=PT+Serif+Caption&display=swap');
@import url(sanitize.css);

* {
  box-sizing: border-box !important;
}

body {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

/*=============
header
=============*/

.spy-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  z-index: 9999;
}

.spy-header h1 {
  position: absolute;
  width: 150px;
  height: auto;
  left: 30px;
  top: 3px;
}

.spy-header ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px auto;
  list-style: none;
}

.spy-header li {
  margin: 0 10px;
}

.spy-header a:link {
  text-decoration: none;
  color: #fff;
}

.spy-header a:visited {
  text-decoration: none;
  color: #fff;
}

.spy-header a:hover {
  text-decoration: underline;
  color: #fff;
}

.ticket_btn {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  min-width: 150px;
  max-width: 180px;
  background-color: #729996;
  font-size: 12px;
  padding-right: 5px;
}

.ticket_btn:hover {
  text-decoration: none;
}

.ticket_btn .ticket_btn_ico {
  width: 49.5px;
  margin: 5px 5px 0;
}

html[lang="ja"] .ticket_btn_other,
html:not([lang="ja"]) .ticket_btn_ja {
  display: none;
}

[lang="ja"] .ticket_btn_ja,
html:not([lang="ja"]) .ticket_btn_other {
  display: block;
}

[class*="section"] h3 {
  font-weight: 900;
}

/*=============
section1
=============*/
.section01 {
  position: relative;
  top: 65px;
  width: 100%;
  padding:0 0 80px;
  text-align: center;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/section2-back.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: repeat;
}

/*=============
section2
=============*/
.section02 {
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/section2-back.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: repeat;
  color: #000;
  padding: 80px 0;
  text-align: center;
}

.section02 h4 {
  font-size: 2.0em;
  margin-bottom: 10px;
}


.section02 strong {
  font-size: 1.4em;
}

.section02 span {
  display: block;
  font-size: 1.0em;
  line-height: 2;
  margin-bottom: 30px;
}

.section02 p {
  font-size: 1.2em;
  line-height: 2;
}

.section02 h3 {
  font-size: 1.8em;
  margin: 60px auto 40px;
}


/*=============
section3
=============*/
.section03 {
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/section3-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  color: #000;
  padding: 150px 0 80px;
  text-align: center;
}

.section03 h3 {
  position: relative;
  font-size: 2.0em;
  margin: 0 auto 50px;
  width: fit-content;
}

.section03 h3::before {
  content: '';
  display: block;
  position: absolute;
  top: -80px;
  left: 50%;
  width: 85px;
  height: 84px;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/news-ico.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-42px);
}

.section03 ul{
 list-style: none;
 padding:0;
}

.section03 li{
  width: 800px;
  padding:30px;
  background-color: #dcd9ce;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  margin: 20px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: left;
  align-items: center;
}
.section03 li img{
  width: 200px;
  height: auto;
}

.news-txt{
margin-left:20px;
}

.news-txt span{
  color:#729996;
  font-weight: 900;
}

.category-news{
  width:800px;
  margin:0 auto;
  text-align: right;
}

.btn-square-soft2:link{
  padding:7px 35px;
  background-color: #2c2c2c;
  color:#fff;
  opacity: 1;
}

.btn-square-soft2:visited{
  color:#fff;
  opacity: 1;
}

.btn-square-soft2:hover{
  color:#fff;
  opacity: 0.8;
  text-decoration: none;
}


.btn-square-soft:link{
  float: right;
  color:#729996;
  font-weight: 900;
}

.btn-square-soft:visited{
  color:#729996;
  font-weight: 900;
}

.btn-square-soft:hover{
  color:#729996;
  font-weight: 900;
}

.x-box {
  width: 800px;
  height: 310px;
  margin: 50px auto;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.90);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.checkbox {
  color: #fff;
  text-align: left;
  margin-right: 30px;
}

.checkbox span {
  font-size: 1.0em;
  display: block;
}

.checkbox h4 {
  font-size: 2.0em;
  margin-top: 5px;
  margin-bottom: 30px;
}

.twitter-list {
  width: 370px;
}


/*=============
section4
=============*/
.section04 {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #a4a9ce;
  color: #000;
  padding: 150px 0 80px;
  text-align: center;
}

.section04 h3 {
  position: relative;
  font-size: 2.0em;
  margin: 23px auto 50px;
  width: fit-content;
}
.section04 p{
  font-family: 'Noto Sans Japanese';
  font-weight: 900;
}

.section04 h3::before {
  content: '';
  display: block;
  position: absolute;
  top: -125px;
  left: 50%;
  width: 78px;
  height: 120px;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/access-ico.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  background-size: contain;
}

.access-btn:link {
  display: inline-block;
  background-color: #000;
  color: #fff;
  margin: 20px 10px;
  padding: 15px;
  width:255px;
  border-radius: 7px;
}

.access-btn:visited {
  color: #fff;
}

.access-btn:hover {
  color: #fff;
}


/*=============
section5
=============*/
.section05 {
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/section5-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  color: #000;
  padding: 150px 0 80px;
  text-align: center;
}

.section05 h3 {
  position: relative;
  font-size: 2.0em;
  margin: 0 auto 50px;
  width: fit-content;
}
.section05 p{
  font-family: 'Noto Sans Japanese';
  font-weight: 900;
}

.section05 h3::before {
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  left: 50%;
  width: 50px;
  height: 100px;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/return-ico.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-25px);
}

.return-box{
  width: 800px;
  margin: 50px auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

/*=============
section6
=============*/
.section06 {
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/section2-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  color: #000;
  padding: 150px 0 80px;
  text-align: center;
}


.section06 h3 {
  width: fit-content;
  font-size: 1.8em;
  margin: 80px auto 20px;
  padding:30px 0 30px 90px;
  text-align: left;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/nigigen-log.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 60px 100px;
}

.section06 a img{
  width:300px;
}

.section06 p{
  padding-bottom:15px;
}

/*=============
section07
=============*/
.section07 {
  position: relative;
  width: 100%;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/ticket_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  color: #000;
  padding: 150px 0 80px;
  font-family: YakuHanJP, 'Noto Sans Japanese';
}
.section07 h3,
.section07 h4,
.section07 h5 {
  position: relative;
  text-align: center;
}
.section07 h3 {
  font-size: 2.35em;
  font-weight: 900;
}
.attraction_ico {
  max-width: 473px;
  margin: 0 auto;
  width: 80%;
}
.section07 p:first-of-type {
  text-align: center;
  font-weight: 900;
  font-size: 1.25em;
}
.sp_block {
  display: none;
}
.attraction_maze {
  text-align: center;
}
.attraction_maze h4 {
  background-color: #492b12;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  max-width: 554px;
  width: 90%;
  padding: 10px;
  font-size: 1.5em;
  margin: 40px 0;
}
.attraction_maze ol {
  max-width: 769px;
  width: 95%;
  text-align: left;
  margin: 0 auto;
  font-weight: 900;
  padding: 0;
  counter-reset: attraction_maze;
  list-style: none;
}
.attraction_maze ol li {
  position: relative;
  padding: 10px 0 16px 1.75em;
  font-size: 1.15em;
}
.attraction_maze ol li:before {
  content: counter(attraction_maze);
  counter-increment: attraction_maze;
  border: 1px solid;
  border-radius: 2em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  width: 1.5em;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 0;
}
.attraction_maze ol li:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/attraction_maze_underline.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.attraction_mission h4 {
  font-family: "PT Serif Caption", serif;
  font-weight: 400;
  color: #492b12;
  font-size: 1.5em;
  margin-top: 70px;
  margin-bottom: 20px;
}
.attraction_mission_list {
  max-width: 655px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}
.attraction_mission_list h5 {
  font-family: "PT Serif Caption", serif;
  font-weight: 400;
  color: #492b12;
  font-size: 1.1em;
  margin: 0 0 10px;
}
.attraction_mission_list h5 span {
  font-size: 1.6em;
}
.attraction_mission_list [class*="mission_0"] {
  width: calc(100% / 3 - 23px);
  text-align: center;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/attraction_mission_bg01.png);
  background-size: contain;
  background-position-y: bottom;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}
.attraction_mission_text {
  line-height: .8;
}
.attraction_mission_text img {
  width: 3.25em;
  margin: 0 8px;
}
.attraction_mission_img {
  max-width: 655px;
  width: 95%;
  margin: 0 auto;
}
.attraction_novelty {
  text-align: center;
  margin-top: 70px;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/attraction_novelty_bg.png);
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.attraction_novelty h5 {
  color: #fff;
  font-size: 1.25em;
  font-weight: 900;
  margin-top: 0;
}
.attraction_novelty img {
  max-width: 748px;
  width: 95%;
}
.attraction_photo {
  max-width: 730px;
  width: 95%;
  margin: 60px auto 0;
}
.attraction_photo h5 {
  font-weight: 900;
  font-size: 2.34em;
  margin: 0 0 25px;
}


/*=============
section8
=============*/
.section08 {
  position: relative;
  width: 100%;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/goods_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  color: #000;
  padding: 150px 0 80px;
  text-align: center;
  font-weight: 900;
}
.section08 h3 {
  font-size: 2em;
  position: relative;
}
#goods h3::before {
  content: '';
  display: block;
  position: absolute;
  top: -125px;
  left: 50%;
  width: 70px;
  height: 120px;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/goods_ico.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.shop_info {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  border: 1px solid #492b12;
  background-color: #fff;
  border-radius: 5px;
}
.shop_info div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.shop_info p {
  text-align: left;
  margin-bottom: 0;
}
.shop_info .shop_info_ttl{
  background-color: #492b12;
  color: #fff;
  border-radius: 5px;
  width: 20%;
}
.shop_info div:not(.shop_info_ttl){
  width: 80%;
}
.shop_info_ec {
  display: flex;
  max-width: 800px;
  width: 95%;
  margin: 30px auto;
  justify-content: space-between;
  align-items: center;
}
.section08_p_large {
  font-weight: 900;
  font-size: 1.25em;
}
.shop_info_ec .section08_p_large {
  font-size: 1.75em;
  margin-bottom: 0;
}
.shop_info_ec .btn {
  min-width: 200px;
  width: 30%;
}
.btn {
  color: #fff;
  background-color: #000;
  font-weight: 900;
  padding: 1em 1.5em;
  text-decoration: none;
}
.btn:hover {
  color: #fff;
  opacity: .8;
}
.goods_list {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}
.goods_list h4,
.food_list h4 {
  font-weight: 900;
  background-color: #fff;
  color: #492b12;
  border-radius: 5px;
  margin: 30px 0;
  padding: 15px;
}
.goodstab {
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
  background-color: #fff;
  padding: 7px 0;
  list-style: none;
  border-radius: 5px;
}
.goodstab a {
  color: #BEBEBE;
  text-decoration: none;
  line-height: 1.25;
  font-size: 1.25em;
}
.goodstab a.on{
  color: #000;
}
.goodstab a small {
  display: block;
  font-size: 70%;
}
.goodstab li {
  width: calc(100% / 2);
}
.goodstab li:not(:last-child) {
  border-right: 1px solid #282828;
}
.tabinner .tabBoxGoods+.tabBoxGoods {
  display: none;
}
.tabinner .itemlist,
.foodlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.tabinner .itemlist li,
.foodlist li {
  width: calc(100% / 3 - 10px);
}
.tabinner .itemlist .itemtxt,
.foodlist .foodtxt {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 1.14286em;
}
.tabinner .itemlist .itemtxt small {
  display: block;
}
.goods_novelty,
.food_novelty {
  max-width: 800px;
  width: 95%;
  margin: 80px auto 0;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/novelty_bg.png);
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0 50px;
}
.goods_novelty h5,
.food_novelty h5 {
  width: 100%;
  color: #50300a;
  font-size: 1.25em;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/novelty_ttl_bg.png);
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
  padding: 1.25em 0;
  position: absolute;
  top: -1.75em;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.goods_novelty p,
.food_novelty p {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.goods_novelty p small,
.food_novelty p small {
  font-size: 70%;
  display: block;
}
.goods_novelty img,
.food_novelty img {
  max-width: 550px;
  width: 60%;
}

/*=============
section9
=============*/
.section09 {
  position: relative;
  width: 100%;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/food_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  color: #000;
  padding: 150px 0 80px;
  text-align: center;
  font-weight: 900;
}
.section09 h3 {
  font-size: 2em;
  position: relative;
  text-align: center;
}
#food h3::before {
  content: '';
  display: block;
  position: absolute;
  top: -125px;
  left: 50%;
  width: 102px;
  height: 120px;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/food_ico.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.section09_p_large {
  font-size: 1.25em;
  margin: 30px 0 20px;
  line-height: 1.75;
}
.food_novelty {
  margin-bottom: 30px;
}
.food_list {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}
#food .shop_info .shop_info_ttl {
  background-color: #000;
}

/*=============
section10
=============*/
.section10 {
  position: relative;
  width: 100%;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/ticket_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  color: #000;
  padding: 150px 0 80px;
}
.section10 h3 {
  font-size: 2em;
  position: relative;
  text-align: center;
}
#ticket h3::before {
  content: '';
  display: block;
  position: absolute;
  top: -105px;
  left: 50%;
  width: 120px;
  height: 100px;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/ticket_ico.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.ticket_inner {
  max-width: 805px;
  width: 90%;
  margin: 0 auto 20px;
}
.ticket_inner table {
  font-weight: 900;
  width: 100%;
  border: 3px solid #40210f;
}
.ticket_inner table td,
.ticket_inner table th{
  border: 1px solid #40210f;
  text-align: center;
  padding: 15px;
}
.ticket_inner table tr th{
  background-color: #f9cd9c;
}
.ticket_inner table tr th:first-child{
  background-color: #c2986d;
  width: 40%;
}
.ticket_inner table td{
  font-size: 1.5em;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: YakuHanJP, 'Noto Sans Japanese';
}
.ticket_inner table tr:nth-child(odd) td:first-child,
.ticket_inner table tr:nth-child(2n) td:last-child {
  background-color: rgba(255, 255, 255, 0.3);
}
ul.notes_list {
  padding-left: 1.5em;
  list-style: none;
}
ul.notes_list li {
  position: relative;
}
ul.notes_list li:before {
  content: "※";
  position: absolute;
  left: -1.25em;
  top: 0;
}

/*=============
section11
=============*/
.section11 {
  position: relative;
  width: 100%;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/faq_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  color: #000;
  padding: 150px 0 80px;
}
.section11 h3 {
  font-size: 2em;
  position: relative;
  text-align: center;
}
#faq.section11 h3::before {
  content: '';
  display: block;
  position: absolute;
  top: -125px;
  left: 50%;
  width: 87px;
  height: 120px;
  background-image: url(/wp-content/themes/habakiri-child/spy_family/img/faq_ico.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.faq_inner {
  max-width: 800px;
  width: 95%;
  margin: 30px auto 0;
}
.faq_inner ul {
  padding: 0;
  list-style: none;
}
.faqlist .faqtit {
  padding: 15px 50px 15px 60px;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #282828;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.faqlist:not(.faqlist_cat) li {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}
.faqlist.faqlist_cat > li > .faqtit {
  color: #ebf0f1;
  background: #282828;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 8px;
}
.faqlist .faqcont {
  display: none;
}
.faqlist:not(.faqlist_cat) .faqcont {
  padding: 20px 30px;
  border-top: 1px solid #a3a3a3;
  font-size: 17px;
  font-weight: 700;
}
.faqlist:not(.faqlist_cat) .faqcont small {
  font-weight: 400;
  display: block;
}
.faqlist:not(.faqlist_cat) .faqcont p:last-child {
  margin-bottom: 0;
}
.faqlist:not(.faqlist_cat) .faqtit:after {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-weight: 900;
  border: 1px solid #a3a3a3;
  border-radius: 2em;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
}
.faqlist .faqtit:before {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/habakiri-child/spy_family/img/open_faq_b.svg) center center no-repeat;
  width: 22px;
  height: 17px;
  background-size: 22px 17px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.faqlist .faqtit.on:before {
  background: url(/wp-content/themes/habakiri-child/spy_family/img/close_faq_b.svg) center center no-repeat;
  background-size: 20px auto;
}
.faqlist.faqlist_cat > li > .faqtit:before {
  background: url(/wp-content/themes/habakiri-child/spy_family/img/open_faq.svg) center center no-repeat;
}
.faqlist.faqlist_cat > li > .faqtit.on:before {
  background: url(/wp-content/themes/habakiri-child/spy_family/img/close_faq.svg) center center no-repeat;
}

.p-footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0 52px;
}
.p-footer__inner {
  padding: 0 30px;
}
.p-footer__logo {
  max-width: 210px;
  width: 100%;
  margin: 0 auto 71px;
}
@media screen and (max-width: 750px) {
  .p-footer__logo {
    max-width: 41.6vw;
    margin: 0 auto 7.46vw;
  }
}
.p-footer__site-map {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p-footer__site-map {
    margin-bottom: 5.33vw;
  }
}

.p-site-map {
  font-size: 14px;
  font-family: "Roboto Condensed", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  letter-spacing: 0.02em;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 750px) {
  .p-site-map {
    padding: 0;
  }
}
.p-site-map ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-site-map li {
  margin: 0;
  padding: 3px 0;
}
@media screen and (max-width: 750px) {
  .p-site-map li {
    padding: 5.6px 0;
  }
}
.p-site-map__contents {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-site-map__contents {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .p-site-map__list {
    width: 50%;
  }
}
.p-site-map__list:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 750px) {
  .p-site-map__list:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-site-map__list:nth-child(even) {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .p-site-map__list li {
    font-size: 2.53vw;
    padding: 1.06vw 0;
  }
}
.p-site-map__list li a {
  color: #fff;
}

.p-sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sns__item:not(:last-child) {
  margin-right: 46px;
}
@media screen and (max-width: 750px) {
  .p-sns__item:not(:last-child) {
    margin-right: 6.13vw;
  }
}
.p-sns__item img {
  height: 30px;
}
@media screen and (max-width: 750px) {
  .p-sns__item img {
    height: 6.4vw;
  }
}

.p-copy-right {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0 20px 78px 20px;
  font-size: 11px;
  letter-spacing: 0.04em;
  margin-top: -1px;
}
@media screen and (max-width: 750px) {
  .p-copy-right {
    font-size: 2.4vw;
    line-height: 1.7777777778;
    margin-bottom: 13.3vw;
  }
}

.p-footer-fixed-btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 12px 10px 2px;
  background: url(../dragonquestisland/images/floating-bg.png) no-repeat;
  background-size: 100% auto;
  text-align: center;
  z-index: 100;
  width: 100%;
  background-color: #000;
}

.footer-fixed-btn.sp img {
  max-height: 50px;
}

.u-separate {
  margin: 24px 0;
}











/*SmartPhone*/
@media screen and (max-width: 912px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*=============
  section3
  =============*/
  .section03 li{
    width: 740px;
  }

  .x-box {
    width: 740px;
    height: 300px;
    margin: 50px auto;
    padding: 20px;
  }

  .category-news{
    width:740px;
  }

  /*=============
  section5
  =============*/
  .return-box{
    width: 740px;
  }

  /*=============
  section7
  =============*/
  .sp_block {
    display: block;
  }

  /*=============
  section8
  =============*/
  .pc_block {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  /*=============
  section8
  =============*/
  .goods_novelty img, .food_novelty img {
    width: 60%;
  }
  .goods_novelty, .food_novelty {
    background-image: url(/wp-content/themes/habakiri-child/spy_family/img/novelty_bg_sp.png);
  }
}

/*SmartPhone*/
@media screen and (max-width: 520px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }



  

  /*=============
  header
  =============*/

  .spy-header {
    top: 0;
  }

  .spy-header h1 {
    left: 20px;
    top: 3px;
  }

  .spy-header ul {
    display: none;
  }

  .ticket_btn {
    right: 20px;
  }

  /*=============
  section1
  =============*/
  .section01 {
    position: relative;
  }

  .section01 img {
    width: 100%;
    height: auto;
  }

  /*=============
section2
=============*/
.section02 {
  padding: 30px 5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section02 h3{
  width:85%;
}


  /*=============
  section3
  =============*/
  .section03 {
    padding:30% 5% 10%;
  }

  .section03 h3::before {
    top: -90px;
    left: 50%;
    width: 95px;
    height: 94px;
    transform: translateX(-47px);
  }
  

  .section03 li{
    width: 100%;
    padding:15px;
    flex-wrap: wrap;
  }

  .section03 li img{
    width: 100%;
    height: auto;
  }

  .category-news{
    margin:30px auto;
    width:95%;
    text-align: center;
  }

  .btn-square-soft2:link{
    padding:10px 50px;
  }
  

  .x-box {
    width:95%;
    height: 530px;
    margin: 50px auto;
    padding: 20px;
    flex-wrap: wrap;
  }
  

  /*=============
section4
=============*/
.section04 {
  padding:35% 15px 10%;
}

.section04 h3::before {
  top: -135px;
  height: 125px;
}

.access-btn:link {
  margin: 10px 10px;
}

.section04 iframe{
  margin-top: 20px;
}

  /*=============
section5
=============*/
.section05 {
  padding:40% 3% 10%;
}

.section05 h3::before {
  top: -120px;
  left: 50%;
  width: 60px;
  height: 130px;
  transform: translateX(-30px);
}

.return-box{
  width: 95%;
  margin: 50px auto 0;
  padding: 15px;
}


  /*=============
section6
=============*/
  .section06 {
    padding: 10% 5%;
  }

  .section06 h3 {
    margin: 20px auto 20px;
    padding:30px 0 30px 90px;
  }

  /*=============
  section07
  =============*/
  .section07 {
    padding: 80px 0;
  }
  .section07 h3 {
    font-size: 1.5em;
  }
  .section07 p:first-of-type {
    font-size: 1.1em;
  }
  .section07 .sp_block {
    font-size: 1em;
  }
  .attraction_maze h4 {
    margin-bottom: 20px;
  }
  .attraction_maze ol li {
    font-size: 1em;
  }
  .attraction_maze ol li:before {
    top: 1.25em;
  }
  .attraction_mission h4,
  .attraction_photo {
    margin-top: 40px;
  }
  .attraction_photo h5 {
    font-size: 1.25em;
    margin-bottom: 15px;
  }
  .attraction_novelty {
    margin-top: 40px;
    padding: 20px 0 13px;
  }
  .attraction_novelty h5{
    font-size: 1em;
  }

  /*=============
  section8
  =============*/
  .section08 {
    padding:35% 15px 10%;
  }
  #goods h3::before {
    top: -135px;
    height: 120px;
  }
  .tabinner .itemlist li,
  .foodlist li {
    width: calc(100% / 2 - 5px);
  }
  .goods_novelty p, .food_novelty p{
    font-size: 1.05em;
  }
  .goods_novelty img, .food_novelty img {
    width: 80%;
  }
  .shop_info {
    font-size: 12px;
  }
  .shop_info .shop_info_ttl {
    width: auto;
    white-space: nowrap;
    padding: 7px;
  }
  .shop_info_ec {
    display: block;
    width: 100%;
  }
  .shop_info_ec .section08_p_large {
    margin-bottom: 15px;
    font-size: 1.15em;
  }
  .goods_list,
  .shop_info,
  .food_list {
    width: 100%;
  }
  .tabinner .itemlist .itemtxt,
  .foodlist .foodtxt {
    font-size: 1em;
  }
  .tabinner .itemlist .itemtxt small {
    font-size: 72%;
  }
  .goodstab a small {
    font-size: 54%;
  }

  /*=============
  section9
  =============*/
  .section09 {
    padding:35% 15px 10%;
  }
  #food h3::before {
    top: -135px;
    height: 120px;
  }
  .section09_p_large {
    font-size: 1em;
  }
  #food .shop_info small {
    display: block;
  }

  /*=============
  section10
  =============*/
  .section10 {
    padding: 35% 15px 40px;
  }
  #ticket h3::before {
    top: -125px;
    height: 115px;
  }
  .ticket_inner {
    width: 100%;
  }
  .ticket_inner table tr th:first-child {
    width: 45%;
  }
  .ticket_inner table td, .ticket_inner table th{
    padding: 10px 7px;
  }
  .ticket_inner table td {
    font-size: 1.25em;
  }

  /*=============
  section11
  =============*/
  .section11 {
    padding:35% 15px 10%;
  }
  #faq.section11 h3::before {
    top: -135px;
    height: 125px;
  }
  .faqlist .faqtit,
  .faqlist:not(.faqlist_cat) .faqcont {
    font-size: 14px;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;


    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 15px;
}

.slick-dots
{
    position: absolute;
    bottom: -55px;

    display: block;

    width: 90%;
    padding: 0;
    margin: 0 auto;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
