/* CSS Document */
.humb,.pc_none{
  display: none;
}

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



  @import url('https://fonts.cdnfonts.com/css/silom');
  @import url('https://fonts.cdnfonts.com/css/copperplate');
  
  /*
  -------------------------------
  共通
  -------------------------------
  */
  :root {
    --main-font-color: #000;
    --english-font: "Hind", sans-serif;
  }
  .sub_title{
    font-family: var(--english-font);
    font-size: 24px;
    font-weight: 500;
  }
  .ta_c{
    text-align: center;
  }
  .pc_none{
    display: block;
  }
  .sp_none{
    display: none;
  }
  /*
  -------------------------------
  index
  -------------------------------
  */
  /* メインビジュアル */
  .kv{
    position:relative;
    height:100vh;
    top:0;
  }
  .kv::before {
    height:100vh;
    z-index: -1;
    top:0;
  }
  .kv h1,.kv h2{
    position:absolute;
    left:50%;
    transform: translateX(-50%);
  }
  .kv h1{
    text-align: center;
    width:100%;
    max-width: 1280px;
    font-size:24px;
    top:30vw;
    letter-spacing: 3px;
  }
  .kv h2{
    top:50vw;
    width:80%;

    text-align: center;
  }
  .kv h2 svg{
    width:100%;
  }
  img.main_visual{
    width:auto;
    height:100%;
  }
  img.kv_text_image{
    width:100%;
  }
  /* about */
  .about{
    margin:80px auto;
  }
  .about h4{
    font-size: 24px;
    margin-bottom:80px;
  }
  .about_image img{
    width:100%;
  }
  .about_image.about_map img{
  width:100%;
}
  .about_btn{
    margin:30px auto;
    width:80%;
    display: block;
    justify-content: space-around;
  }
  .about_btn a{
    position: relative;
    font-family: var(--english-font);
    font-weight: 800;
    width:80%;
    padding:15px 20px;
    text-align: left;
    border: 1px solid #4D4D4D;
    margin:20px auto;
    font-size: 14px;
  }
  .about_btn a::after{
    position:absolute;
    right:20px;
    top:21px;
    font-weight: normal;
  }
  
  /* shop */
  .shop{
    margin-top:80px;
  }
  .shop h4{
    font-size: 24px;
    margin-bottom:80px;
  }
  .shop p{
    width:83%;
    margin:0 auto 60px;
    font-size:12px;
    text-align: left;
  }
  .air_image{
    height:40vw;
    margin-bottom:100px;
    overflow: hidden;
  }
  .rellax_inner{
    height:80vw;
    background: url(../images/index/aerial_image.jpg) top center no-repeat;
    background-size: cover;
  }
  .shop .aerial_image p{
    text-align: center;
    bottom:8px;
  }
  .about_image.about_map{
    padding-top:30px;
    padding-bottom:30px;
  }
  /* shop_guide */
  .shop_guide{
    margin:80px auto;
  }
  .shop_category{
    width:80%;
    display: block;
    justify-content: space-between;
    margin:80px auto;
  }
  .shop_category li{
    width:80%;
    font-size: 16px;
    padding:8px 20px 6px;
    box-sizing: border-box;
    position:relative;
    overflow: hidden;
    margin:10px auto;
  }
  .shop_category li::before{
    position:absolute;
    content:"";
    background-color: #E94E57;
    width:30px;
    height:30px;
    top:-20px;
    left:-20px;
    transform: rotate(45deg);
  }
  .shop_category li:nth-child(2):before{
    background-color: #F0831D;
  }
  .shop_category li:nth-child(3):before{
    background-color: #1EB9EE;
  }
  .shop_category li:nth-child(4):before{
    background-color: #CC9966;
  }
  .shop_category li:nth-child(5):before{
    background-color: #0E6EB8;
  }
  .shop_category li::after{
    position:absolute;
    font-weight: normal;
    top:16px;
    right:20px;
  }
  .shop_content{
    margin:80px auto;
    width:80%;
    display: block;
    padding:0;
  }
  .shop_content p{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    width:80px;
    height:80px;
    border: 1px solid #000;
    border-radius: 40px;
    text-align: center;
    line-height: 80px;
  }
  #entrance.shop_content p{
    font-size: 10px;
    letter-spacing: 0;
  }
  .shop_list{
    width:100%;
    margin:20px auto 10px;
    justify-content: space-around;
  }
  .shop_list::after{
    content:"";
    display: block;
    width: 40%;
    height:0;
  }
  .shop_list li{
    position:relative;
    width:45%;
    height:22vw;
    text-align: center;
    margin:30px 0 50px;
    /* border:none;
    overflow: hidden; */
  }
  .shop_detail{
    padding: 0;
  }
  .shop_list li span{
    width:100%;
    padding:0 3px;
  }
  .shop_list li span.shop_cate{
    background-color: rgb(240, 240, 240);
    padding:2px 3px;
  
  }
  
  .shop_list li a img{
    width:100%;
  }
  /* access */
.access{
  margin:100px auto;
  padding:0 5%;
}
/* .access h3.sub_title{
  font-size:24px;
} */
.access table{
  width: 100%;
  margin:30px auto;
  font-size: 14px;
}
.access table tr:not(:last-child){
  border-bottom:none;
}
.access table th{
  display: block;
  text-align: left;
  width:100%;
  background-color: #ccc;
  padding:0.5rem 1rem;
  font-weight:bold;
  box-sizing: border-box;
}
.access table td{
  display: block;
  padding:0.5rem 1rem;
  box-sizing: border-box;
  background-color: rgb(240,240,240);
}
.access iframe{
  width:100%;
  height:300px;
}

  /* news */
  .news{
    margin:0 auto;
  }
  .news.event_news{
    margin:60px auto 0;
  }
  .news.archive_news{
    margin:100px auto 0;
  }
  .news.event_news .cp_list{
    padding:0 8%;
  }
  .news.index_news{
    margin:100px auto;
  }
  .sub_title.news_event_title{
    width:90%;
    margin:0 auto;
    text-align: center;
    font-size:24px;
  }
  .news_head{
    /* margin-top:60px; */
    display: block;
    margin-bottom: 40px;
  }
  .news.archive_news .news_head{
    margin-top:30px;
  }
  .news_head ul{
    width:100%;
    margin:10px 0 0 auto;
    padding-right:5%;
  }
  .news_head ul li{
    font-size: 12px;
  }
  .news_head ul li:after{
    top:4px;
  }
  .news_head ul li:first-child{
    margin-left:0;
  }
  .news_head ul li a{
    display: inline-block;
  }
  .news_head ul li.viewall{
    font-size: 16px;
    font-weight: 600;
    font-family: var(--english-font);
    position:relative;
    padding-right:30px;
    display: inline-block;
  }
  .news_head ul li.viewall::after{
    content:"";
    position:absolute;
    width:16px;
    height:16px;
    background: url(../images/index/view_all.png);
    background-size: contain;
    top:2px;
    right:0;
  }
  .event_slick{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  .news_date{
    margin-top:4px;
    font-size: 12px;
    color:rgb(99, 99, 99)
  }
  .news_title{
    font-size:14px;
  }
  .news_category{
    width:50%;
    margin:10px auto;
    color:#fff;
    height:30px;
    line-height: 30px;
  }
  .news_category.event{
    background-color:#FBB03B;
  }
  .news_category.news{
    background-color:#29ABE2;
  }
  
  /* shop */
  main#content_wrap{
    padding-top:60px;
  }
  .content_area{
    margin-top:40px;
  }
  h2.cp_ttl.ta_l{
    font-size:24px;
  }
  /* .n2-ss-slider .n2-ss-slider-controls-side {
    display: block!important;
  } */
  div#n2-ss-16 .nextend-thumbnail-horizontal .n2-align-content-space-between {
    width:100%;
  }
  .n2-ss-slider picture.n2-ow, .n2-ss-slider .n2-ow-all picture{
    padding:1.1vw 0;
    box-sizing: border-box;
  }
  /*div#n2-ss-16 .nextend-thumbnail-horizontal .n2-align-content-space-between picture img{
    width:100%;
  } */
  .n2-thumbnail-dot img{
    width:31vw!important;
    height:18.6vw!important;
  }
  .nextend-thumbnail-horizontal .n2-align-content-center {
    justify-content: space-between!important;
}

  .cp_header{
    display: block;
  }
  .cp_content h6.wp-block-heading{
    margin:5px auto 0 0;
  }
  .cp_content h6.wp-block-heading{
    width:40%;
    font-size: 10px;
  }
  .n2-ss-slider .n2-ss-slider-controls-left, .n2-ss-slider .n2-ss-slider-controls-right{
    margin-left:0;
  }
  /* .n2-thumbnail-dot{
    width:95%;
    margin:0 auto;
  } */
  .cp_content{
    margin-top:20px;
    padding:0 10px;
    
  }
  .next_btn{
    padding:0 3%;
    box-sizing: border-box;
  }
  .next_btn a:first-child::before{
    top:11px;
  }
  .next_btn a:nth-child(2)::after{
    top:11px;
  }
  .cp_content p{
    font-size:16px;
  }
  .cp_content p.shinai_detail{
    font-size:12px;
  }
  .wp-block-group{
    margin:60px auto;
  }
  .wp-block-group figure{
    width:100%;
    height:100%;
    position:inherit;
    text-align: left;
  }
  body .is-layout-flex figure {
    width: 70%;
    padding: 0;
    margin: 0 auto;
    }
    body .is-layout-flex figure img{
      width:100%;
    }
    body .is-layout-flex figure.wp-block-table{
      width:100%;
      margin:50px auto 0;
    }
  .wp-block-group figure img{
    position:inherit;
    height:fit-content;
    top:0;
    left:0;
    width:50%;
    transform: translate(0,0);
    margin:0 auto;
  }
  .wp-block-group p:first-child{
    margin:0 auto 20px 0;
    width:60px;
    height:60px;
    line-height: 60px;
    border-radius: 30px;
    border:1px solid #000;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
  }
  .wp-block-group p:last-child{
    width:100%;
    font-size: 14px;
  }
  body .is-layout-flex {
    position:relative;
    z-index: 3;
    flex-wrap: inherit!important;
    align-items: center;
    width:90%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
  }
  body .wp-block-group.is-layout-flex{
    padding:10% 0 0;
    width:100%;
    margin:0 auto 50px;
  }
  a.ilex_flex{
    width:100%;
    min-width: 100%;
    font-size:20px;
    padding:1rem 10px;
    margin:0 auto;
  }
  a.ilex_flex.exce{
    margin:0 auto 50px;
  }
  a.ilex_flex p span{
    font-size:10px;
  }
  a.ilex_flex p.ilex_sns_arrow::after{
    border-top: solid 1px;
    border-right: solid 1px;
    right:5px;
  }
  h3.wp-block-heading.shinai{

    font-size:16px;
  }
  body .is-layout-flex figure.wp-block-table.shinai{
    margin:8px auto  50px;
  }
  body .is-layout-flex figure.wp-block-table.shinai{
    margin:16px auto  50px;
  }
  /* .wp-block-table table {
    margin-bottom: 50px;
    } */
  .wp-block-table table tr td{
    display: block;
    width:100%;
    border:none!important;
  }
  .wp-block-table table tr td:first-child,
  .wp-block-table table tr td:last-child{
    width:100%;
    text-align: left;
    font-size:14px;
    padding:0.5rem 1rem;
    box-sizing: border-box;
  }
  .wp-block-table table tr:not(:last-child) {
    border-bottom: none;
    }
  /* .wp-block-table,
  .wp-block-table.shinai{
    margin:0 auto 30px;
    padding:20px;
    box-sizing: border-box;
    background-color:#efefef ;
  }
  .wp-block-table table{
    border:none
  }
  .wp-block-table table tr{
    display: block;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #fff;
  }
  .wp-block-table table tr:last-child{
    border-bottom: none;
  }
  .wp-block-table table tr td{
    padding:0;
    font-size:16px;
    display: block;
    border-bottom: none;
  }
  .wp-block-table table tr td:first-child{
    font-weight:bold;
    width:40%;
  } */
  h2.wp-block-heading{
    margin-top:0;
    padding-bottom:0;
    font-size: 24px;
  }
  .is-layout-flex{
    display: block!important;
    margin:30px auto;
  }
  body .wp-block-columns.is-layout-flex {
    display: block!important;
    padding:10% 0;
  }
  .wp-block-group.is-layout-flex p{
    margin-top:30px;
    padding-left:0;
  }
  
  /* taxonomy */
  .shop_guide.taxonomy_guide{
    margin-top:150px;
    margin-bottom:10px;
  }
  .cp_ttl{
    align-items: center;
    font-size:20px;
  }
  .cp_cate_name {
    font-size: 32px;
    padding-left:10px;
    }
  .cp_ttl.taxonomy_ttl{
    border-bottom:1px solid #000;
    padding-bottom:20px;
    display: block;
  }
  .cp_ttl img{
    width:150px;
    height:90px;
  }
  .cp_ttl span{
    display: block;
    font-size:16px;
  }
  .taxonomy_date{
    margin: auto auto auto 0;
  }
  
  /* 投稿記事 */
  main.main_single{
    padding:0 10px;
  }
  .post_title{
    margin:40px auto 0;
  }
  .post_title h2{
    font-size:16px;
    margin-top:30px;
    font-weight:bold;
  }
  .post_flex{
    display: block;
  }
  .post_flex_content{
    width:100%;
  }
  .post_sidebar{
    width:84%;
    margin:50px auto;
  }
  .single_content{
    margin-top:40px;
    padding-right:0;
  }
  .single_content img{
    width:100%;
  }
  .single_content p{
    margin-top:30px;
    padding:0 8%;
    font-size:12px;
  }
  /*====================================================================
  slick
  ====================================================================*/
  
  .slider {
    margin: 0 auto;
    width: 80%;
    /* width: 80%; */
  }
  .slider.slider_category{
    margin-top:100px;
  }
  /* .slider-img {
    margin: 0 5px;
    
  }
  .slider-img img {
    height: auto;
    width: 100%;
  }*/
  .slide-arrow {
    z-index:10;
    padding:0;
  }
  
  .prev-arrow {
    top:-35px;
  }
  .next-arrow {
    top:-35px;
  } 
/* プライバシーポリシー */
.policy{
  margin:100px auto;
  font-size:14px;
  padding:0 5%;
}
.poricy_head{
  font-size:28px;
}
.policy hr{
  margin:80px 0;
  height:1px;
  border:none;
  background-color: #a0a0a0;
}
.poricy_head span{
  font-size:12px;
}
.policy h2{
  margin:40px auto;
  font-size:16px;
  background-color: #dbdbdb;
  border-left:5px solid #000;
  padding:5px 15px;
  box-sizing: border-box;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.policy ul{
  list-style: decimal;
  padding-left:2rem;
  margin-top:1rem;
}

.popup-close {
  
  top: -20px;
  right: 0;
  font-size:1.5rem;
  font-family:var(--english-font);
}
.close_mark{
  width:20px;
  height:2px;
  background-color: #fff;
  transform:rotate(45deg);
  position:relative;
}
.close_mark::after{
  content:"";
  position:absolute;
  width:20px;
  height:2px;
  background-color: #fff;
  transform:rotate(-90deg);
  top:0;
  left:0;
}
span.p_up_close{
  margin-top:-17px;
  display: block;
  padding-left:0.8rem;
}
.popup-text{
  display: block;
  text-align: center;
}
.popup-text img{
  width:60%;
  margin:8px auto;
}
}
