/*
Theme Name: Yaese
Theme URI:
Description: Yaese is a WordPress child theme for Lightning.
Author: DAC
Author URI: 
Template:lightning
Version: 1.00
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700;900&family=Zen+Maru+Gothic:wght@400;500;900&family=Zen+Old+Mincho:wght@400;700&display=swap');

/*HEADER TOP MENU*/
body{
    font-family: 'Zen Kaku Gothic New', sans-serif;    
}
.header-top .container {
    max-width: 100%;
}
.header-top ul>li {
    border-left: 1px solid #444444;
}
.header-top ul>li:nth-child(5),.header-top ul>li:nth-child(6),.header-top ul>li:nth-child(7) {
    border-left: none;
}
.header-top ul>li>a{
    font-size: 1.2rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    
}
.header-top ul>li:nth-child(4)>a,.header-top ul>li:nth-child(5)>a,.header-top ul>li:nth-child(6)>a,.header-top ul>li:nth-child(7)>a{
    padding:0 5px;
    font-size: 1.5rem;
    
}

a.anchor {
    display: block;
    padding-top: 1000px;
    margin-top: -1000px;
}
a:hover{
    opacity:0.7;
}
h2.h2title,h3.h3title{
    padding-top: 100px;
    margin-top: -100px!important;    
}
/*HEADER MENU*/

@media (min-width: 992px){
.site-header-logo {
    margin-top: -74px;
    margin-bottom:-20px;
    

    position: absolute;
    left: 1vw;
}
}

@media (min-width: 992px){}
.site-header-container {
    margin-bottom:50px;
}

.site-header-logo img {
    max-height: 14vw;
}

.site-header {
    background-color: #E4E4E4;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.site-header-container {
    padding: 2rem 0;
}
.header-top {
    background-color: #E4E4E4;
    border-bottom: none;
    
}
.global-nav--layout--center{
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .global-nav--layout--center{
        width: 80%;
        margin: 0 0 0 auto;
    }

}
.global-nav--layout--center .global-nav-list{
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
}
.global-nav-list>li .global-nav-name {
    font-size: 1.5rem;
    font-family: 'Zen Maru Gothic', sans-serif;
}
@media screen and (max-width: 1200px) {
    .global-nav-list>li .global-nav-name {
        font-size: 1.2rem;
    }

}
.header_scrolled.admin-bar .site-header-container {
    padding: 0;
}

/**** swiper ****/
.swiper-container.topswiper {
    max-width: none;
    width: 100vw;
    margin: 0;
    margin-left: calc( 50% - 50vw);
    
}


.swiper-button-next{
    display: none;
  width: 0;
  height: 0;
  border-left: 30px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-right:26vw;
  -webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
  top:250px;
    
}
.swiper-button-prev{
    display: none;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 15px solid transparent;
  margin-left:26vw;
  -webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
  top:250px;
}
.swiper-button-next:after,.swiper-button-prev:after{
    display: none;   
}
.swiper-slide img{  
    border-radius: 10px; 
}
.z9{
    z-index: 9;
    position: relative;
}
/**** swiper-End ****/

/**** swiper yaese****/
.swiper-containery.topswiper {
    max-width: none;
    width: 100vw;
    margin: 0;
    margin-left: calc( 50% - 50vw);
    
}
    
.swiper-containery .pickup{
    border-radius: 10px;
    background-image: url(https://yaese-kankou.com/wp/wp-content/uploads/2025/04/yaese_bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    width:auto;
    /*height:18.5vw;
   height:calc(( 50vw - 30px ) * 694 / 1024);*/
   height:calc(( 50vw - 15px ) * 9 / 16 );
   overflow: hidden;
}
@media screen and (max-width: 781px) {
    .swiper-containery .pickup{
        height:calc(( 50vw - 15px ) * 9 / 16 );

    }
}

.swiper-containery img, .swiper-containery a{

    display: block;
    position: relative;
   /* height:calc(( 50vw - 30px ) * 694 / 1024);*/
   height:100%;
   width:auto;
    margin:auto;
}
.swiper-containery .pickup.comsoon img{
    /*position: relative;
    width:100%;*/
    position: absolute; 
    top: 50%; 
    left: 50%; 
    bottom: unset; 
    right: unset; 
    -webkit-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%); 
    width: 100%; 
    height: auto; 
    max-width: unset!important; 
    display: block; 
    transition-duration: 0.3s;
}

.swiper-containery .pickup.comsoon img.tate{
    position: relative;
    height:100%;
    width:auto;

}
.swiper-containery .pickup.comsoon .oncs{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    bottom: unset; 
    right: unset; 
    -webkit-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%); 
    width: 80%; 
    height: auto; 
    max-width: unset!important; 
    display: block; 
    transition-duration: 0.3s;
}

.swiper-containery .pickup .conte{
    display: block;
    color:#fff;
    width: 100%;
    position: absolute;
    background-color: #dd3333;
    border-radius: 0 0 10px 10px;
    bottom:0px;
    left:0;
}
.swiper-containery .pickup.event .conte{
    background-color:#9b5222
}
.swiper-containery .pickup .entry-label{
    top:40%; 
}

.swiper-containery .pickup h4{
    font-size:1rem;
    text-align: right;
    color:#fff;
 /*   text-shadow: 2px 2px 2px rgba(30,30,30,1);
    -webkit-text-shadow: 2px 2px 2px rgba(30,30,30,1);*/

    padding: 2px;
    background-color: none;
    border-radius: var(--vk-size-radius);
    margin-bottom:0;
}


/**** swiper-End ****/
/**** bloc1 ****/
.bl1-box{
    padding: 1rem 0;
    z-index: 9;
}
.top-banner1{
    width:500px; /*800px;*/
    margin:0 auto;
}
@media screen and (max-width: 782px) {
 .top-banner1{
    width:80%;
    margin:0 auto;
}   
    .top-banner1  .wp-block-image  {
        margin:0 auto;
    }
} 
     

.bl1-box .wp-container-5 {
    gap: 1rem;
}
.bl1-box .wp-block-columns {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 0
}
.bl1-btn{
    background-color: #fff;
    max-width: 90%!important;
}
.bl1-box img{
    height:100px;
    width:auto;
    margin:0 auto;
}
.bl1-btn a{
    padding-top: 1.5rem!important;
    padding-bottom:1.5rem!important;
}
h2.h2title{
    margin-top:100px!important;
}

h2.h2title::after {
    content: '';
    display: block;
    width: 180px;
    height: 9px;
    background-image: url(./assets/images/h2line.png);
    background-size: contain;
    /* vertical-align: middle; */
    background-repeat: no-repeat;
    background-position: center top;
    margin: 1rem auto 0;  
    
}
.ta-center{
    text-align: center;
}
h1.h1title {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h1.h1title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 125px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #969696;
  border-radius: 2px;
}
h2.h2title2 {
  position: relative;
  display: block;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
h2.h2title2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #969696;
  border-radius: 2px;
}
.archive-header-title {
  position: relative;
  display: block;
  margin-top: 5rem;
  margin-bottom: 3rem;
  text-align: center;
}
.archive-header-title:after{
content: '';
    display: block;
    width: 180px;
    height: 9px;
    background-image: url(./assets/images/h2line.png);
    background-size: contain;
    /* vertical-align: middle; */
    background-repeat: no-repeat;
    background-position: center top;
    margin: 1rem auto 0;
}
/**** bloc1-End ****/
/**** bloc2 ****/
.bl2-box{
    margin-right: calc( 50% - 50vw );
    margin-left: -15vw;
    border-radius: 15vw 0 0 15vw;
    padding-left: 15vw;
    padding-right: calc( 50vw - 50% );
    height: 30vw;
}
.bl2-box a{
    color:#fff;
}

.bl2-box{
    color:#fff;   
    
}
.bl2-box p{
    font-size: 0.8rem;
    line-height: 1.3;
}

/**** bloc2-End ****/
/**** bloc3 ****/
.bl3-box{
    
}
.bl3-box h2.h2title {
    margin-top:0!important;
    padding-top:0!important;
}

.white-box{
    position: relative;
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
}
.white-box2{
    position: relative;
    background-color: #fff;
    border:1px solid #000;
    padding: 1rem;
}
@media screen and (max-width: 782px) {
    .white-box2{
       padding: 2rem; 
           margin-top:5rem; 
    }
    
    
}
.important-box{
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-left:20px;
    border-right: 1px solid #000;
    
}

@media screen and (max-width: 782px) {
.important-box{
       border-right: none;
       display: block;
    text-align: center;
    border-bottom: 1px solid #000;

        
    }
    
    
}
.morebottom{
    position: absolute;
    bottom:0;
    right:10px;
}
.news{
     
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #000;

}
@media screen and (max-width: 782px) {
    .news{display: block;}
    
    
}
.news-top{
    border-bottom: none;
}
.wdate{
    min-width:100px;
}
.new{
    margin-left:0;
    color:red;
    font-weight: bold;
    font-size: 0.8rem;
    min-width: 30px;
}

.cat{
    
    margin-left: 0.5rem;
    color: #fff;
    padding: 2px;
    border-radius: 2px;
    font-size: 0.8rem;
    padding: 2px 0.5rem;
    line-height: 1;
    /* width: 50px; */
    text-align: center;
    padding: 0 0.5rem;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
    padding: 0 1rem;
    line-height: 16px;
    border-radius: 2px;
    text-align: center;
}
.sightseeing{
    background-color:#009802;

}

.member{
    background-color:#0074e1;
}

.event{
    background-color:#e5a32e;
}
.notification,.uncategorized{
    background-color: #999999;

}

.important{
    background-color: #dd3333;

}
.ellipsis200{   
    margin-left:1rem;
    width:290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
}


.ellipsis500{   
    margin-left:1rem;
    width:500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 782px) {
 .ellipsis500{   
     width:calc( 100% - 15px );
     
    }
    
    
}
/**** bloc3-End ****/
/**** bloc4 ****/

/**** bloc4-End ****/
/**** bloc5 ****/

.bl5-box{
    margin-right: -15vw;
    margin-left: calc( 50% - 50vw );
    border-radius: 0 15vw 15vw 0;
    padding-left: calc( 50vw - 50% );
    padding-right: 15vw;
    height: 30vw;
    z-index: 9;
}
.bl5-img1,.bl5-img2,.bl5-img3,.bl5-img4,.bl5-img5{
    position: relative;
}
.bl5-img1::after{
    content: '';
    display: block;
    width: 180px;
    height: 40px;
    background-image: url(./assets/images/bl5-tag1.png);
    background-size: contain;
    /* vertical-align: middle; */
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: -10px;
    left: -10px;

}
.bl5-img2::after{
    content: '';
    display: block;
    width: 180px;
    height: 40px;
    background-image: url(./assets/images/bl5-tag2.png);
    background-size: contain;
    /* vertical-align: middle; */
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: -10px;
    left: -10px;

}
.bl5-img3::after{
    content: '';
    display: block;
    width: 180px;
    height: 40px;
    background-image: url(./assets/images/bl5-tag3.png);
    background-size: contain;
    /* vertical-align: middle; */
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: -10px;
    left: -10px;

}
.bl5-img4::after{
    content: '';
    display: block;
    width: 180px;
    height: 40px;
    background-image: url(./assets/images/bl5-tag4.png);
    background-size: contain;
    /* vertical-align: middle; */
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: -10px;
    left: -10px;

}
.bl5-img5::after{
    content: '';
    display: block;
    width: 180px;
    height: 40px;
    background-image: url(./assets/images/bl5-tag5.png);
    background-size: contain;
    /* vertical-align: middle; */
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: -10px;
    left: -10px;

}
.bl5-tag1{
    margin: 1rem auto 0;  
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: pink;
    padding: 5px 20px 5px 5px;
}
/**** bloc5-End ****/
/**** bloc6 ****/

.bl6-box{
    width: 80%;
    margin: 0 auto;
    padding: 3rem;
    color:#fff;
    border-radius: 10px;
    z-index: 9;
    
}
.bl6-btn a{
    width:100%;
}
.wp-container-32{
   justify-content: center!important;
  align-items: center!important; 
}
/**** bloc6-End ****/
/**** bloc7 ****/


/*** footer ***/
.site-footer{
    border-top:none;
}
.footer-nav {
    background-color: #000;
    border-bottom: none;
}
.footer-nav-list li{
    border-left:none;
    border-right: none;
}
.footer-nav-list li:first-child {
    border-left:none;
}

.site-footer-copyright{
    background-color: #000;
    max-width: none;
    padding: 0.2rem;
}


/*** decoration ***/
.deco01{
    position: absolute;
    left: calc(50% - 50vw );
    margin-top: -4vw;
    z-index: 0;
    width: 18vw;
}
.deco02{
    position: absolute;
    right: calc(50% - 50vw );
    margin-top: -5vw;
    z-index: 3;
    width: 17vw;
}

.deco03{
    position: absolute;
    right: 11%;
    margin-top: 0;
    z-index: 0;
    width: 5vw;
}

.deco04{
    position: absolute;
    right: 35%;
    z-index: 0;
    width: 17vw;
}
.deco05{
    position: absolute;
    left: calc(50% - 50vw );
    margin-top: 5vw;
    z-index: 0;
    width: 17vw;
}

.deco06{
    display: none;
    position: absolute;
    right: calc(50% - 50vw );
    margin-top: -290px;
    z-index: 0;
    width: 200px;
}
.deco07{
    position: absolute;
    left: 40%;
    z-index: 0;
    width: 15vw;
    margin-top: -3vw;
    z-index: 0;
}
.deco08{
    position: absolute;
    left: calc(50% - 50vw );
    margin-top: -2vw;
    z-index: 0;
    width: 25vw;
}

.deco09{
    position: absolute;
    right: calc(50% - 50vw );
    margin-top: -14vw;
    z-index: 0;
    width: 25vw;
}

.deco10{
    position: absolute;
    left: calc(50% - 50vw );
    margin-top: 5vw;
    z-index: 0;
    width: 17vw;
}

.decop01{
    position: absolute;
    left: calc(50% - 50vw );
    margin-top: 4vw;
    z-index: 0;
    width: 17vw;
}

.decop02{
    position: absolute;
    right: calc(50% - 50vw );
    margin-top: 29vw;
    z-index: 3;
    width: 17vw;
}
.decop03{
    position: absolute;
    left: calc(50% - 50vw );
    margin-top: 70vw;
    z-index: 9;
    width: 17vw;
}

.decop04{
    position: absolute;
    right: calc(50% - 50vw );
    margin-top: 29vw;
    z-index: 3;
    width: 17vw;
}


.decon01{
    position: absolute;
    left: calc(50% - 50vw );
    margin-top: 50vw;
    z-index: 0;
    width: 17vw;
}

.decon02{
    position: absolute;
    right: calc(50% - 50vw );
    margin-top: 0;
    z-index: 0;
    width: 17vw;
}
.decon03{
    position: absolute;
    left: calc(50% - 50vw );
    margin-top: 129vw;
    z-index: 0;
    width: 17vw;
}

.decon04{
    position: absolute;
    right: calc(50% - 50vw );
    margin-top: 109vw;
    z-index: 0;
    width: 17vw;
}
.decon05{
    position: absolute;
    right: calc(50% - 50vw );
    margin-top: 190vw;
    z-index: 0;
    width: 17vw;
}
.width100{
    margin-left: calc( 50% - 50vw );
    margin-right: calc( 50% - 50vw );
    width:100vw
}
.prof-tbl{
   margin-top:3rem;
   border-bottom:2px solid #969696;  
}
.prof-tbl tr{
   border-top:2px solid #969696;  
   border-bottom:none;    
}

.prof-tbl th{
    border-top:none;
    border-left:none;
    border-bottom:none;
   border-right:2px solid #969696;  
}
.prof-tbl td{
    border-top:none;
    border-left:none;
    border-bottom:none;
   border-right:none;
}

.prof-btn{
    background-color: #b1b1b1;  
    color:#fff;
}

.sp{
    display: none!important;
} 
.pc{
    display: block;
}
.pc_inline{
    display: inline-block;
}
@media screen and (max-width: 991px) {
    .sp{
       display: block!important; 
    }
    .pc{
       display: none!important; 
    }
    .pc_inline{
    display: none!important; 
}
    .site-body{
        padding: 0 0 2rem;
    }

    .vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background-color: #fcf3e3;
}
    .sp-headermenu{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .sp-headermenu .wp-block-columns{
         margin-bottom: 0;
        justify-content: space-around;
    }
    .sp-headermenu .vk_outer_container{
        min-height: unset!important;
    }
    .sp-headermenu h4{
         margin-bottom: 0;
    }
    .sp-headermenu h4 a{
         color:#fff;
    }
    .sp-headermenu .wp-block-columns{
    
    }
    .sp-headermenu .wp-block-column{
        border-right:1px solid #fff;
    }
    
    .sp-headermenu .wp-block-column:last-child{
        border-right:none;
    }
    
    #menu-headernavi-1 {
     border-top:none;   
     font-family: 'Zen Maru Gothic', sans-serif;      
    }
    #vk-mobile-nav{
       background-color: #fbf3e3; 
    }
    #menu-headernavi-1 li{
         font-family: 'Zen Maru Gothic', sans-serif;   
        border-bottom: none;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.5rem;
    font-weight: bold;
    margin:1rem auto;
    width: 90%;
        
    }   
    #menu-headernavi-1 li:first-child{
        background-color: #db5b73; 
        color:#fff;
    }
    #menu-headernavi-1 li:first-child a{
       color:#fff; 
    }
    
    #menu-headernavi-1 li a{
        border-bottom: none;
        padding: 0.5rem 0;
    }

    

    #menu-footernavi-1{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    border-top:none;
    }
    #menu-footernavi-1 li{
    width: 75%;
    margin: 0 auto;
    font-size: 1rem;
    border-bottom: 1px #000 solid;
    }
    #menu-footernavi-1 li:first-child{
     border-top: 1px #000 solid;   
        
    }
    
    #menu-footernavi-1 li a{
        border:none;
        background: none;
    }
    

    .spmenu-sns{
    width: 70%;
    margin: 0 auto;
    }
    .spmenu-sns i{
     color:#000;   
    }
    .spmenu-sns .vk_icon{
        margin-bottom: 0;
    }
    .spmenu-sns  .vk_icon_border {
    width: 40px;
    height: 40px;
    }
.site-header-container{
    padding: 0;
}
    
.site-header-logo img{
  margin-left: 5%;      
    }
    
.vk-mobile-nav-menu-btn {
    border: none;
    background-color: #e4e4e4;
    vertical-align: middle;
    top: 0;
    right: 20px;
    width: 60px;
    height: 60px;
    }
    
.post-name-home .bl2-box,.post-name-about .bl2-box{
    height:  unset;
    }
    
.post-name-home .bl2-box .vk_outer_container,.post-name-about .bl2-box .vk_outer_container{
        width:80%;
        margin:0 auto;
    }
    .post-name-home .news {
    display: block;
}
    .post-name-home .bl5-box{
    height:  unset;        
    }
    
    .post-name-home .bl5-box .vk_outer_container{
        width:80%;
        margin:0 auto;
    }
    
    .return-btn{
        display: none!important;
    }
    .pinkbox2{
    padding-top: 4rem;
    border-radius: 0;
    height: unset;
    }
}

@media screen and (max-width: 782px) {
    
    h2.h2title{
        margin-top:20px;   
    }
    .swiper-button-next{
        margin-right: 5%;
    }  
    .swiper-button-prev{
        margin-left: 5%;
    }
    .bl1-box .bl11 {    
        flex-wrap: wrap!important;
        align-items: stretch!important;
    }
    .post-name-home .bl1-box .bl11 .wp-block-column{
        display: flex;
        align-items: stretch;
        flex-basis: auto;
        width: 30%;
    }
    .post-name-home .wp-container-20 {
        width: 80%;
        margin: 0 auto;
    }
    .post-name-home .deco06,.post-name-home .deco08,.post-name-home .deco06,.post-name-home .deco09{
    display: none;    
    }
    .post-name-home .wp-container-33 {
        width: 80%;
        margin: 0 auto;
    }
    
    .post-name-home .bl6-box{
    width: 100vw;
    margin-right: -15vw;
    margin-left: calc( 50% - 50vw );
    border-radius: 0;
    }
    
    .footer-nav ul{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    }
    .footer-nav li{
      width:45%;
      margin: 0 auto;
}
    .footer-nav li:last-child{
      width:45%;
      margin: 0 auto 0 0;
}
    .site-footer-content {
    position: relative;
    padding-top: 0;
    }
    .site-footer-content .f1 {
        flex-direction: column-reverse;
    }
    
    .site-footer-content .noblock{
        display: none;
    }
    .site-footer-content .f2 {
        justify-content: center;
        padding: 0 20px;
    }
    .site-footer-content .f2 .wp-block-column{
        width:35%; 
        padding-top: 5px;
        flex-basis: auto!important;
        border-top: 1px solid #fff;
    }
        .site-footer-content .wp-container-52 {
        flex-direction: column-reverse;
    }
    
    .site-footer-content .f3{
        border-top: 1px solid #fff;
        margin-right: -15vw;
        margin-left: calc( 50% - 50vw );
        padding: 5px 35px;
    }
    .site-footer-content .wp-container-51{
        margin-bottom: 0;
    }
}


.postListText_singleTermLabel{
    min-width: 50px;
}

.card_item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_item .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
   font-size: 12px;
   line-height: 1.4;
}
.card_item .vk_post_taxonomy_title{
    background-image: url(assets/images/tag.png);
    background-size: 13px 13px;
    background-position: bottom right;
    display: block;
    width: 13px;
    height: 16px;
    background-repeat: no-repeat;

    
}
.card_item .vk_post_taxonomy_title span{
    display: none;
}
.card_item .btn,.card_item2 .btn{
   background-color: #e5a32e;
   border: 1px solid #e5a32e;
    width:100%;

}
/* shop single*/

.shopdetail{
    width:80%;
    margin:0 auto;
}
.shopline{
    height: 4px;
    background-color: #969696;
    border: none;
}
.shopdetail .title{
    color:#db5b73;
    margin-bottom: 0;
}
.shopdetail .smallcap{
    font-size: 0.8rem;
}
.shopdetail .cate{
    text-align: right;
}
.shopdetail .cate img{
    width:0.8rem;
}
.shopdetail .cate a{
    margin-right:0.6rem;   
}
.shopdetail .photo{
    display: block;
}
.photo .swiper-slide {
	position: relative;
	overflow: hidden;
    border-radius: 10px;
}
.photo .swiper-slide img{  
    position: absolute;
	top: 50%;
	left: 50%;
	bottom: unset;
	right: unset;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	max-width: unset!important;
	display: block;
	transition-duration: 0.3s;
    border-radius: 10px; 
}

.shopdetail_minami .photo .swiper-slide {
    border-radius: 10px 10px 0 0; 
}
.shopdetail .swiper-containershop {
 width: 100%;
 height: auto;
}

.shopdetail .thumb-list {
 padding: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.shopdetail .thumb-item {
 list-style: none;
 width: 16%;
}

.shopdetail .thumb-link {
position: relative;
overflow: hidden;
 display: block;
 width: 100%;
 border-radius: 10px;

}
.shopdetail .thumb-link img{  
    position: absolute;
	top: 50%;
	left: 50%;
	bottom: unset;
	right: unset;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	max-width: unset!important;
	display: block;
	transition-duration: 0.3s;
}
.shopdetail_minami .thumb-list {
    justify-content: center;
   }

.shopdetail_minami .thumb-link {
    border-radius:0;
 }
.shopdetail_minami .thumb-link img{
    margin: 0 5px;
 }
.shopdetail h3 , .h3title{
    margin-bottom: 0;
    margin-top: 5rem;
    padding:0;
    border:none;
}
.shopdetail h3:after{
    display: none;
}
.shopdetail .tel{
    font-size: 1.5rem;
    text-decoration: underline;
}

.tbl1{
 margin-top:2rem;   
    
}
.tbl1 .map{
    display: inline-block;
    background-color: #019801;
    padding: 0.5rem 2rem;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 3rem;
}

.m-eat2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
  /*
.m-eat2 > * {
    flex: 1 1 33.3%;
  }
  */

.m-eat2 article{
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-right:1.5%;
    margin-left:1.5%;
    background-color: #fff;
    border-radius: 20px;
    padding-bottom:40px;

}
.m-eat2 .imgwrap {
    width: 100%;
    border-radius: 20px 20px 0 0;
    margin: 0 auto;
    height:12vw;
    position: relative; 
    overflow: hidden; 
}

.m-eat2 img {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    bottom: unset; 
    right: unset; 
    -webkit-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%); 
    height: auto; 
    width:100%;
    max-width: unset!important; 
    display: block; 
}

@media screen and (min-width: 1200px) {
    .m-eat2 .imgwrap {
        height:170px;
    }
}
@media screen and (max-width: 781px) {
    .m-eat2 article{
        width: 80%;
        margin-right:10%;
        margin-left:10%;
        margin-bottom:2rem;
    }

    .zd {
        height:40vw;
    }

    .m-eat2 .imgwrap {
        height:27vw;
    }
}
@media screen and (max-width: 576px) {
    .m-eat2 .imgwrap {
        height:40vw;
    }
}
.m-eat2 .conte{
    display: flex;
    flex-direction: column;
    padding:20px;
    position: relative;
}

.m-eat2 article:nth-child(n+4){
    margin-top:20px;
}

.m-eat2 .btn{
    bottom:5px;
    color:#333;
    background-color: #ccc;
    display: block;
    margin:0 auto;
    min-width: 160px;
    width:70%;
    margin-top:auto;
}
.m-eat2 .btn.on{
    color:#333;
    background-color: #e3ad3f;
}


.m-eat2 .btn a{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.m-eat2 .btn a:hover{
    color: #fff;
}
.appformlist  {
    width:80%;
    margin:0 auto;

}
.appformlist dl{
    display: flex;
    flex-direction: row; 
    padding:10px 50px;
    border-top:1px solid #666;
    margin:0;
}

.appformlist dl:last-child{
    border-bottom:1px solid #666;
}
.appformlist dt{
    width:calc( 100% - 200px);
    margin-bottom: 0;
    padding:.375rem 0;
}
.appformlist dd{
    width: 200px;
}
@media screen and (max-width: 781px) {
    .appformlist dl{
        display: flex;
        flex-direction:column; 
        padding:0;
    }
    .appformlist dt{
        width: 100%;
    }
    .appformlist dd{
        width: 100%;
        padding: .375rem 0 .75rem;
        text-align: center;
        
    }
}
.appformlist .btn{
    color: #333;
    background-color: #e3ad3f;
    border-radius: 10px;
    font-size:16px;
    font-weight: 400;

    font-family: 'Zen Kaku Gothic New', sans-serif;

}
@media screen and (max-width: 991px) {
.tbl1 .map{
    margin-left: 0;
    margin-top: 1rem;
}    
    
}
.sns span, .payment span{
    margin-right:0.2rem;
}

.sns span::after ,.payment span::after{
    content: " ・ ";
    
}
.sns span:last-child::after,.payment span:last-child::after{
    display: none;
}

.tbl1{
    border-bottom:1px solid #707070;
    border-right: none;
}

.tbl1 th{
    border:none;
    border-top:1px solid #707070;
    color: #fff;
    background-color: #4b4b4b;
    font-weight: normal;
    width: 30%;
}
.tbl1 td{
    padding:1rem;
    border:none;
    border-top:1px solid #707070;
    border-right: none;
}
.tbl1 td.tel{
    font-size: 1.5rem;
    text-decoration: underline;
}
.tbl2{
 margin-top:2rem;   
 text-align: center;
}

.tbl2 td{
    width:25%;
}
.tbl3{
 margin-top:0;   
 text-align: center;
}

.stay_bl1{
    
}
.stay_bl1 > div{
    padding-bottom: 50px;
    position: relative;
}
.stay_bl1 > div > div{
        position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%!important;
    
}

@media screen and (max-width: 781px) {
.stay_bl1{
 padding: 20px;
    margin-left: -15px!important;
    margin-right: -15px!important;
}
.stay_bl1 .wp-block-column {
    flex-basis: 45%!important;
}
} 
.platyaese-box{
    padding:0 10%;
    margin:0 auto;
}

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

/*--------------------------------------
  tab
--------------------------------------*/
.tab-wrap{
    margin-bottom: 40px;
}
.tab-group{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 781px) {
 .tab-group{
    width: 100%;
}   
    
}
.tab{
    flex-grow: 1;
    background: #e4e4e4; /* タブのカラー */
    border-radius: 10px 10px 0 0;
    color: #4b4b4b;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 5px;
    padding: 14px 0 12px;
    text-align: center;
    transition: 1s;
    vertical-align: bottom;
}
.mt100{
    margin-top:100px;
}
.panel-group{
    min-height:100px;
}
.panel{
    padding: 5rem 8rem;
    display:none;
}
@media screen and (max-width: 991px) {
    .panel{
        padding: 2rem 1.5rem;
    } 
}
.panel-white{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #fff;
    }
.tab.is-active{
    transition: 1s;
    padding-bottom: 20px;
    background-color: #fff;
}
.panel.is-show{
    display:block;
}

/*************
　前の記事・次の記事　画像を表示しない
**************/

.next-prev {
    display: none;   
}
.next-prev-prev.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-start;
}

.next-prev-prev.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f053";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
left: 1rem;
}

.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 1.0rem 1.5rem 3.5rem;
}

.next-prev-next.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-end;
}

.next-prev-next.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f054";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
right: 1rem;
}

.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 3.5rem 1.5rem 1.0rem;
}

.dispnone{
    display:none!important;  
}
.postNextPrev {
	display:none;
}
.page-header{
    color: #fff!important;
    height: 30vw;
    max-height: 400px;
}
.page-header:before{
    background-color: transparent!important;

}
.breadcrumb{
    background-color: #d8d8d8;
}

/*.card_item,.card_item .vk_posts {
justify-content: space-around;
}*/
.shop .swiper-slide {
    height: 51vw;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.shop .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: unset;
	right: unset;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	max-width: unset!important;
	display: block;
	transition-duration: 0.3s;
}

.shop li.thumb-item{
    height: 10vw;
    position: relative;
    overflow: hidden;
}

.shop li.thumb-item img{
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: unset;
	right: unset;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	max-width: unset!important;
	display: block;
	transition-duration: 0.3s;
}
.multilingual_list{
    font-family: 'Zen Maru Gothic', sans-serif;
    background-color: #e5a32e;
   border-radius: var(--vk-size-radius);
   list-style: none;
   display: flex;
   flex-wrap: nowrap;
   padding: 5px;
   list-style: none;
}

.multilingual_list li{
   width:100%;
   padding: 0;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  border-right:1px solid #000;
  position: relative;

}
.multilingual_list>li:before ,.multilingual_list .selected:before{
    position: absolute;
    left: 10%;
    bottom: 0;
    content: "";
    width: 0;
    border-bottom: 1px solid #333;
    transition: all .5s ease-out;
}
.multilingual_list>li a{
    text-decoration:none;
    display: block;
    height: 100%;
    width: 100%
}
.multilingual_list>li a:hover,.multilingual_list .selected:before{
    color:#333;
}

.multilingual_list>li:hover:before ,.multilingual_list .selected:before{
    width: 80%;
}

.multilingual_list li:last-child{
  border-right:none;
}

.multilingual_list li img{
    height:27px;
    vertical-align: middle;
}
.sc,.post-name-activity_kr{
    font-family: '圆体-简', "Zen Maru Gothic", sans-serif;
    line-height: 1.6;
   font-size: 1.6rem!important;
}
.tc,.post-name-activity_ta{
    font-family: '圆体-繁',  "Zen Maru Gothic", sans-serif;
    line-height: 1.6;
    font-size: 1.6rem!important;
}
.kr,.post-name-activity_kr{
    font-family: '배달의민족 주아 OTF', "Zen Maru Gothic", sans-serif;
    line-height: 1.7;
   font-size: 1.7rem!important;
}
.ta,.post-name-activity_ta{
    font-family: 'Tahoma',  "Zen Maru Gothic", sans-serif;
    font-size: 1.8rem!important;
}

.ja ,.footer-nav, .site-footer-copyright{
    font-family: "Zen Maru Gothic", sans-serif;
}
.multilingual_sp{
    display: block;
    width: 40px;
    height: 40px;

    margin: 10px;
}
p:has(.multilingual_sp){
    position: absolute;
    right: 70px;
    top: 15px;

    position:fixed;
    top: calc(46px + 5px);
    top:0;
    border: none;
    background-color: #e4e4e4;
    vertical-align: middle;
    right: 60px;
    width: 60px;
    height: 60px;
  }


  
.white_waku{
    border-radius: 20px;
    padding:1rem;
    background-color: #fff!important;
  }
  .white_waku_nop{
    border-radius: 20px;
    padding:0;
    background-color: #fff;
  }
  .white_waku_nopt{
    border-radius: 20px 20px 0 0;
    padding:0;
    background-color: #fff;

  }

  .btnfooter{
    display: flex;
    flex-direction: column;
  }
  .btnfooter .btn{
    margin-top:auto;
  }

  .white_waku_nopb{
    border-radius: 0 0 20px 20px;
    padding:0;
    background-color: #fff;
  }
  .white_waku h4{
      background-color: unset;
      border-radius: 0;
      font-size: 1rem;
      margin-bottom: 0;
  }

  .post-type-minami_pickup .vk_posts,.post-type-minami_event .vk_posts{
        margin-left: unset;
        margin-right:unset;
  }
  .post-type-minami_pickup .entry-label,.post-type-minami_event .entry-label {
    display: inline-block;
    border-radius: 3px;
    padding: 1px 6px;
    color: #fff;
    font-size: 0.7rem;
}

  .beside01{
    display: flex;
   flex-wrap: wrap;
}

.beside01 dt{
 width: 12vw;
 height: 9vw;
 position: relative;
 overflow: hidden;
     margin-bottom:0;
}
.beside01 dt img {
 position: absolute;
 top:50%;
 left: 50%;
 bottom: unset;
 right: unset;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: 100%;
 height: auto;
 max-width: unset!important;
 display: block;
 transition-duration: 0.3s;
}
.beside01 h4{ 
    padding:0;
}
.beside01 dd{
    width: calc( 100% - 12vw );
    padding:10px;
overflow: hidden;

}
.beside01 dd p{
    font-size:0.7rem;
    line-height:1;
}
.beside01 dd p{
  margin-bottom:0;
  overflow:hidden;
  line-height: 1.3;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
}


.beside01_archive dt{
      width: 24vw;
 height: 15vw;
     margin-bottom: 20px
}

.beside01_archive dd{
     width: calc( 100% - 24vw );
}
.video_cover{
    width: 100vw;
    height: 30vw;
}

.post-type-minami_pickup .page-header{
display:none;
}
.post-type-minami_event .page-header{
    display:none;
    }

 .swiper-slide video {
        width: 100%;
        height: 100%;
        border-radius: 10px;
 }

 /*テストTOPプレビュー*/
 .page-id-2868 .page-header { display:none; }
 .page-id-2868 .breadcrumb { display:none; }
 /*テストTOPプレビュー*/

@media (max-width: 576px){
.video_cover{
    height: 50vw;
}

.post-name-yaese-minami .wp-block-cover,.post-name-pickupevent .wp-block-cover
,.post-type-minami_event .wp-block-cover, .post-type-minami_pickup .wp-block-cover{
    min-height: 100px;
}



}

@media (max-width: 576px){
    .multilingual_list{
        display: none;
    }  
    .multilingual_menu{
        background-color: #f8f1e3;
        display: block;
        position: absolute;
        width: 100%;
        
    }
    #multilingual_menu{
        position: fixed;
        top: -120%;
        position:fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
      top:-120%;
        left:0;
      width:100%;
        height: 100vh;/*ナビの高さ*/
        /*動き*/
      transition: all 0.6s;
    }
    #multilingual_menu.panelactive{
        top: 0;
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999; 
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .vk-mobile-nav-menu-btn.panelactive{
        display: none;
    }
    .multilingual_close{
        width:auto;
        position: absolute;
        top:20px ;
        right:20px;
        cursor:pointer;
        width:30px;
    }
    .multilingual_list_sp{
        font-family: 'Zen Maru Gothic', sans-serif;
        border-radius: var(--vk-size-radius);
        list-style: none;
        padding: 5px;
        list-style: none;
        top: 0;
        width: 90%;
        margin:0 auto;
    }
    .multilingual_list_sp li{
        background-color: #e5a32e;
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        position: relative;
        margin: 0 auto;
        display: block;
        margin:10px auto;
        padding:10px;
        border-radius:5px;

     
     }

     .multilingual_list_sp li img{

        height:30px;
        vertical-align: middle;

     }
     .multilingual_list_sp li a{
        text-decoration: none;
            display: block;
            height: 100%;
            width: 100%
     }
     .multilingual_menu img.splogo{
        width: 60%;
        margin: 20px auto;
        display: block;
     }

     .deco10 img{
        height:auto!important;
    }
    .beside01 dt{
        width: 100%!important;
        height: 50vw!important;
        margin-bottom:0!important;
       }
    .beside01 dd{
    margin-bottom:20px;
    }
    .white_waku h4 {
        font-size: 1.5rem;
    }
}



@media (min-width: 1200px){
}
    
@media (min-width: 992px){
    
}
@media (min-width: 768px){
    
}
@media (min-width: 576px){
    
}