@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

a:hover{
    opacity: 1 !important;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

small{
    font-size: 0.8em;
    line-height: 1em;
}

.display_inlineblock span{
    display: inline-block;
}

.-ps-style-normal .p-postList__item:hover .p-postList__body,
.-type-card .p-postList__item:hover .p-postList__body,
.-type-list .p-postList__item:hover .p-postList__body {
    opacity: 1 !important;
}


/*スクロールで出現アニメーション*/


.fadein {
    opacity: 0;
    transition: all 1s;
    }
.scrollin {
    opacity: 1 !important;
    transform: initial;
}

.fadein_popup{
    transform: translateY(50px);
}
.fadein_popup.scrollin {
    transform: translateY(0);
}

.fadein_scale{
    transform: scale(0,0);
}
.fadein_scale.scrollin{
    transform: scale(1,1);
}


/* 両端スクロールアニメ*/

.l-content{
    position: static;
}

.side_roll{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: hidden;
    pointer-events: none;
}

.side_roll_l,
.side_roll_r{
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
}

.side_roll_l{
    left: 0;
}

.side_roll_r{
    right: 0;
}

.side_roll_left *,
.side_roll_right *{
    margin: 0;
}

.side_roll_left{
    margin: 0;
    width: 40px;
    animation: Side_roll_Left 80s infinite linear 0.5s both;
    padding: 0;
}

 @keyframes Side_roll_Left {
    from {
      transform: translateY(0) rotate(180deg);
    }
      to {
      transform: translateY(-100%) rotate(180deg);
    }
}
.side_roll_right{
    margin: 0;
    width: 40px;
    animation: Side_roll_Right 80s infinite linear 0.5s both;
    padding: 0;
}

@keyframes Side_roll_Right {
    from {
      transform: translateY(-100%);
    }
      to {
      transform: translateY(0%);
    }
}

@media screen and (max-width: 599px){
    .side_roll_l,
    .side_roll_r,
    .p-blogParts[data-partsid="80"],
    .p-blogParts[data-partsid="84"],
    .side_roll_left,
    .side_roll_right{
        width: 25px;
    }
    .home .l-content{
        padding: 40px;
    }
}


h2{
    font-size: 50px !important;
    margin-top: 0 !important;
}

@media screen and (max-width: 599px){
    h2{
        font-size: 35px !important;
    }
}

.h2_about{
    margin-top: 100px;
    padding: 2px 30px;
    background: #231815;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
}
@media screen and (max-width: 599px){
    .h2_about{
        font-size: 20px;
    }
}


.h2_map{
    margin-top: 100px;
    padding: 2px 0;
    background: #231815;
    color: #fff;
    border-radius: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px !important;
    text-align: center;
    margin: 30px auto !important;
}



h2.h2_event{
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
h2.h2_event::before,
h2.h2_event::after{
    content: "" !important;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    animation: Jump-in 2s ease-out infinite;
}

h2.h2_event::before{
    background-image: url("http://meetup-ngs.com/wp-content/uploads/2025/07/kira_cap.svg");
    width: 130px;
    height: 100px;
    top: -30px;
    left: -120px;
}

h2.h2_event::after{
    background-image: url("http://meetup-ngs.com/wp-content/uploads/2025/07/onpu.svg");
    width: 80px;
    height: 90px;
    bottom: -30px;
    right: -100px;
}
@keyframes Jump-in {
  60%, 80% {
    transform: translateY(0px);
  }
  0%, 45%, 70%, 100%{
    transform: translateY(10px);
  }
}


@media screen and (max-width: 599px){
    h2.h2_event::before{
        width: 100px;
        height: 80px;
        top: -30px;
        left: -90px;
    }
    h2.h2_event::after{
        width: 60px;
        height: 70px;
        bottom: -30px;
        right: -70px;
    }
}


.l-header,.l-fixHeader{
    display: none;
}

.top_section{
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.main_images{
    position: relative;
}
.main_img_bace{
    width: 100%;
    height: 100%;
}

.main_img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 100px auto;
    max-width: 1000px;
    width: 100%;
    height: 100%;
}

.about_link{
    position: absolute;
    bottom: 50px;
    right: 20px;
}
@media screen and (max-width: 959px){
    .main_img img{
        margin-bottom: 250px;
    }
    .about_link{
        width: 120px;
        height: 120px;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
}
@media screen and (max-width: 599px){
    .main_img{
        width: 120%;
        left: 52%;
    }
    .about_link{
        width: 100px;
        height: 100px;
        bottom: 0;
    }
}


.about_link img{
    animation: rumble 1s ease-in-out infinite;
}
@keyframes rumble {
  10% { transform: translateX(3px) rotate(1deg); }
  20% { transform: translateX(-3px) rotate(-1deg); }
  30% { transform: translateX(2px) rotate(1deg); }
  40% { transform: translateX(-2px) rotate(-1deg); }
  50% { transform: translateX(1px) rotate(1deg); }
  60% { transform: translateX(-1px) rotate(-1deg); }
}


.map_pc,
.map_sp{
    position: relative;
}
.map_pc .map_pc_buttonslist,
.map_pc .map_sp_buttonslist{
    position: absolute;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
}
.map_pc_buttonslist > *,
.map_sp_buttonslist > *{
    position: absolute !important;
}
.map_pc_buttonslist .map_pc_button{
    height: 11%;
    width: 18% !important;
}
.map_pc_buttonslist .map_pc_button img,
.map_sp_buttonslist .map_sp_button img{
    object-fit: contain !important;
}
.map_pc_kenhoku001{
    right: 15%;
    top: 22%;
}
.map_pc_shimabara{
    right: 0;
    bottom: 25%;
}
.map_pc_tsushima{
    left: 0;
    top: 35%;
}
.map_pc_kenoh{
    right: 8%;
    bottom: 38%;
}
.map_pc_nagasaki{
    right: 40%;
    bottom: 15%;
}
.map_pc_iki{
    left: 35%;
    top: 10%;
}
.map_pc_shimo_goto{
    left: 0%;
    bottom: 18%;
}
.map_pc_kami_goto{
    left: 0%;
    bottom: 6%;
}
.map_pc_kenhoku002{
    right: 15%;
    top: 34%;
}



.event_open{
    position: relative;
}

.event_open::before{
    content: "";
    position: absolute;
    background-image: url("https://meguriaings.xsrv.jp/meetup_dev/wp-content/uploads/2025/07/map_open.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block;
    top: -10px;
    left: -10px;
}

.map_sp .event_open::before{
    width: 15px;
    height: 15px;
    top: -5px;
    left: -5px;
}




.event_area{
    position: relative;
}

.event_area::before,
.event_area::after{
    position: absolute;
    content: "";
    background-repeat: repeat-x;
    height: 30px;
    width: 5000px;
    left: 50%;
    transform: translateX(-50%);
}

.event_area::before{
    background-image: url("http://meetup-ngs.com/wp-content/uploads/2025/07/back_wave_top.svg");
    top: -20px;
}
.event_area::after{
    background-image: url("http://meetup-ngs.com/wp-content/uploads/2025/07/back_wave_bottom.svg");
    bottom: -20px;
}

.wa_img{
    max-width: 1000px;
    margin: 50px auto;
}

.wa_img .c-bannerLink__title{
    margin-bottom: 20px;
}


.editorskit-no-desktop .c-bannerLink__title{
    margin-bottom: 10px;
}

.editorskit-no-desktop .c-bannerLink__description{
    line-height: 1.2em;
}

.table_footer th{
    background: #FFF;
    border: #231815 2px solid;
    color: #231815;
    border-radius: 20px;
    padding: 2px 20px;
    margin: 3px 0;
}

.table_footer td{
    padding: 2px 10px;
}

@media screen and (min-width: 600px){
    .table_footer th,
    .table_footer td{
        display: inline-block;
    }
}
@media screen and (max-width: 599px){
    .table_footer th,
    .table_footer td{
        display: block;
    }
}

@media screen and (max-width: 599px){
    .p-postListWrap{
        padding: 30px;
    }
}

.p-postListWrap .p-postList__title{
    font-size: 25px;
    text-align: center;
}

.p-postListWrap .p-postList__thumb{
    border-radius: 20px;
    border: #231815 3px solid;
    overflow: visible;
}

.c-postThumb__figure{
    border-radius: 17px;
}

.c-postThumb__cat{
    position: absolute;
    right: -30px;
    top: -30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: #231815 3px solid;
    background-image: none;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-postThumb__cat::before,
.single .c-categoryList__link::before{
    position: absolute;
    white-space: pre;
    font-weight: bold;
    text-align: center;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    line-height: 1.2em;
    font-size: 20px;
}

.c-postThumb__cat[data-cat-id="102"],
.single .c-categoryList__link[data-cat-id="102"]{
    background: #ED6D1F;
    color: #ED6D1F;
}
.c-postThumb__cat[data-cat-id="102"]::before,
.single .c-categoryList__link[data-cat-id="102"]::before{
    content: "参加\A受付中";
    padding-bottom: 5px;
}

.c-postThumb__cat[data-cat-id="103"],
.single .c-categoryList__link[data-cat-id="103"]{
    background: #009944;
    color: #009944;
}
.c-postThumb__cat[data-cat-id="103"]::before,
.single .c-categoryList__link[data-cat-id="103"]::before{
    content: "受付\A終了";
}

.c-postThumb__cat[data-cat-id="100"],
.single .c-categoryList__link[data-cat-id="100"]{
    background: #2badd7;
    color: #2badd7;
    font-size: 14px !important;
}
.c-postThumb__cat[data-cat-id="100"]::before,
.single .c-categoryList__link[data-cat-id="100"]::before{
    content: "Coming\Asoon";
    font-size: 14px;
}

.c-postThumb__cat[data-cat-id="101"],
.single .c-categoryList__link[data-cat-id="101"]{
    background: #0068b7;
    color: #0068b7;
}
.c-postThumb__cat[data-cat-id="101"]::before,
.single .c-categoryList__link[data-cat-id="101"]::before{
    content: "イベント\A終了";
    font-size: 18px;
}

.c-postThumb__cat[data-cat-id="1"],
.single .c-categoryList__link[data-cat-id="1"]{
    background: #959595;
    color: #959595;
}

.icon-folder::before{
    content: none;
}

.p-postList__body{
    position: relative;
    margin-top: 20px;
}

.post_list_date{
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 30px;
    border: #231815 3px solid;
    background: #fff;
    color: #231815;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    top: -40px;
    max-width: 300px;
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 960px){
    .p-postList__item{
        margin: 50px 2% !important;
        width: 46% !important;
    }
}

.list_event_title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 599px){
    .list_event_title{
        font-size: 16px;
    }
}
.p-postList__link:has(.c-postThumb__cat[data-cat-id="100"]){
    pointer-events: none;
}


.about_massage{
    max-width: 1000px;
    margin: auto !important;
    padding: 20px;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 600px){
    .about_massage{
        font-size: 1.3em;
    }
}


/* single */


.single h2{
    font-size: 35px !important;
    text-align: center;
}

@media screen and (max-width: 599px){
    .single h2{
        font-size: 20px !important;
    }
}

.single .l-mainContent__inner{
    background: #fff;
    padding: 100px;
    border: #231815 3px solid;
    border-radius: 30px;
    position: relative;
}

.single .p-articleFoot{
    border-top: none;
}

.single .p-articleThumb__img{
    box-shadow: none;
    border-radius: 20px;
    border: #231815 3px solid;
}

.single .p-articleThumb{
    position: relative;
}
.single .p-articleThumb::before,
.single .p-articleThumb::after{
    content: "" !important;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}
.single .p-articleThumb::before{
    background-image: url("http://meetup-ngs.com/wp-content/uploads/2025/07/onpu_cap.svg");
    width: 170px;
    height: 150px;
    top: -50px;
    left: -70px;
}
.single .p-articleThumb::after{
    background-image: url("http://meetup-ngs.com/wp-content/uploads/2025/07/flower_kira.svg");
    width: 130px;
    height: 170px;
    bottom: -50px;
    right: -70px;
}

@media screen and (max-width: 599px){
    .single .p-articleThumb::before{
        width: 100px;
        height: 70px;
        top: -50px;
        left: -40px;
    }
    .single .p-articleThumb::after{
        width: 90px;
        height: 110px;
        bottom: -30px;
        right: -40px;
    }
}


.single .c-postTitle__ttl{
    text-align: center;
    font-size: 50px;
}

@media screen and (max-width: 959px){
    .single .l-mainContent__inner{
        padding: 50px;
    }
}
@media screen and (max-width: 599px){
    .single .l-mainContent__inner{
        padding: 20px;
    }
    .single .c-postTitle__ttl{
        font-size: 30px;
    }
}


.single .p-articleFoot .c-categoryList{
    position: absolute;
    right: -30px;
    top: -30px;
}
.single .p-articleFoot .c-categoryList .c-categoryList__link{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: #231815 3px solid;
    background-image: none;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1,1);
    transition: transform 0.2s;
}
.single .p-articleFoot .c-categoryList::before{
    display: none;
}

.single .p-articleFoot .c-categoryList .c-categoryList__link:hover{
    opacity: 1 !important;
    transform: scale(1.1,1.1);
    box-shadow: none;
}

@media screen and (max-width: 599px){
    .single .p-articleFoot .c-categoryList{
        right: -15px;
        top: -15px;
    }
    .single .p-articleFoot .c-categoryList .c-categoryList__link{
        width: 70px;
        height: 70px;
        font-size: 15px;
    }

    .single .c-categoryList__link::before{
        font-size: 15px;
    }
}


.external_link_button{
    margin: 80px auto 50px;
    display: block;
}

.external_link_button_inner{
    position: relative;
    max-width: 500px;
    margin: auto;
    height: 60px;
    display: block;
    background: #ffed61;
    border: 3px #231815 solid;
    border-radius: 40px;
    font-weight: bold;
    color: #231815;
    filter: drop-shadow(8px 8px 0px #231815);
    transition: all 0.2s
}

.external_link_button_inner > span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.external_link_button_inner:hover{
    background: #fff;
}

.p-articleFoot{
    margin: 0;
    padding: 0;
}


.field_table{
    width: 100%;
    margin: 0.5%;
}


.field_table th{
    background: #FFF;
    border: #231815 2px solid;
    color: #231815;
    border-radius: 20px;
    padding: 2px 10px;
    margin: 10px 0;
}

.field_table td{
    padding: 2px 10px;
}

@media screen and (min-width: 600px){
    .field_table th,
    .field_table td{
        display: inline-block;
    }
    .field_table th{
        width: 110px;
    }
    .field_table td{
        width: calc(100% - 115px);
    }
}
@media screen and (max-width: 599px){
    .field_table th,
    .field_table td{
        display: block;
    }
    .field_table{
        width: 100%;
    }
}


/* post-list */

.archive h2.p-postList__title{
    font-size: 25px !important;
    text-align: center;
}

.archive .p-postList__thumb{
    border-radius: 20px;
    border: #231815 3px solid;
    overflow: visible;
}

.archive .p-postList__thumb .c-postThumb__figure{
    border-radius: 17px;
}

.c-pageTitle__subTitle{
    display: none;
}

.c-pagination{
    display: none;
}



/* footer */

.c-fixBtn{
    opacity: 1;
    background: #ed6d1f;
    border: #fff 3px solid;
    
}

.c-fixBtn__icon{
    font-size: 25px;
}
.c-fixBtn__icon[class*=" icon-"]::before,
.c-fixBtn__icon[class^="icon-"]::before{
    font-weight: bold;
    color: #fff;
}

@media screen and (min-width: 960px){
    .w-footer{
        align-items: center;
    }
    .l-footer .w-footer__box:nth-child(2){
        max-width: 150px;
    }
}

.l-footer .c-iconList__link{
    width: 80px;
    height: 80px;
    background: #FFF;
    border-radius: 50%;
    position: relative;
    border: 3px #fff solid;
}

.l-footer .c-iconList__icon{
    font-size: 45px !important;
    color: #00a33e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.2s;
}
.l-footer .c-iconList__link:hover{
    background: #ED6D1F;
}
.l-footer .c-iconList__link:hover .c-iconList__icon{
    color: #FFF;
}

.l-footer .copyright{
    display: none;
}