@charset "UTF-8";
/* CSS Document */


.common_inner .anchor_wrap {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.anc01::before {
    background-image: url(/attending/gw/images/anc01.png);
}
.anc02::before {
    background-image: url(/attending/gw/images/anc02.png);
}
.anc03::before {
    background-image: url(/attending/gw/images/anc03.png);
}
.anc04::before {
    background-image: url(/attending/gw/images/anc04.png);
}
.anc05::before {
    background-image: url(/attending/gw/images/anc05.png);
}
.anc06::before {
    background-image: url(/attending/gw/images/anc06.png);
}
.anc07::before {
    background-image: url(/attending/gw/images/anc07.png);
}
.anc08::before {
    background-image: url(/attending/gw/images/anc08.png);
}
.anc08::before {
    background-image: url(/attending/gw/images/anc08.png);
}
.anc12::before {
    background-image: url(/attending/gw/images/anc10.png);
}

.sec_intro {
    margin-top: 50px;
}
.intro__txt {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.intro__txt p{
    display: inline-block;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #3797CE;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    background: url(../images/bg_line.png) repeat-x 0 bottom;
}
.intro__txt span {
    font-size: 41px;
}
.intro__block {
    margin: 30px auto 0;
    border-radius: 20px;
    padding: 35px;
    width: 850px;
    background: #3797CE;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.9;
    text-align: center
}


.gw__box01 {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 20px 40px;
}
.gw__box01:not(:last-child) {
    margin-bottom: 40px;
}
.gw__box01_txt {
    margin: 25px 0 30px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.mt80 {
    margin-top: 80px;
}

.spot__list02 {
    width: 1024px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    gap: 21px;
}
.spot__list02 .spot {
    margin-right: 0;
}

.section02 {
    position: relative;
}
.section02::after {
    content: "";
    display: block;
    background: url(/attending/gw/images/illus_02.png);
    background-size: cover;
    width: 1024px;
    height: 98px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.Qa__q h3 {
    display: block;
    width: 100%;
}

/*人気のキーワードから探す*/
.Keyword__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 3px solid #E0E0E0;
    border-radius: 20px;
    padding: 40px 30px 30px;
}
.Keyword__items{
    display: block;
    margin: 0 15px 15px 0;
    padding: 10px 18px;
    border: 1px solid #7dcd73;
    border-radius: 100px;
    transition: 0.3s!important;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
}
/*
.Keyword__items::before {
    content: "#";
    margin-right: 5px;
    color: #333333;
}
*/
.Keyword__items:hover {
    border-color: #7dcd73;
    background-color: #d8f6d1;
}

.sec_themepark .spot__list02 {
    margin-top: 25px;
}

#sec09 .spot__list {
    width: 780px;
    margin: 0 auto;
}

