@charset 'UTF-8';
/*  Add Custom CSS here.  */

@media only screen and (max-width: 980px) {
    .header .inner .hNavi > ul > li ul a {
        padding: 10px 5px;
        letter-spacing: 0;
    }
}

#top .openBlock .date {
    font-family: "Abril Fatface", cursive;
    color: #f3ac41;
    text-align: center;
}
#top .openBlock .date strong {
    font-size: 26px;
    font-size: 2.6rem;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 30px;
}
#top .openBlock .date span {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
    .openBlock {
        max-width: 1000px;
        margin: 40px auto;
    }
    .openBlock .desc {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
        padding: 20px;
        text-align: left;
    }
    #top .openBlock .date {
        padding: 0 0 45px;
        text-align: left;
    }
    #top .openBlock .date strong {
        font-size: 36px;
        font-size: 3.6rem;
        margin-right: 40px;
    }
    #top .openBlock .date span {
        font-size: 25px;
        font-size: 2.5rem;
    }
    .openBlock .desc .dateLeft {
        text-align: left !important;
        padding: 0 !important;
    }
    .openBlock .desc .dateLeft span {
        font-size: 20px !important;
        font-size: 2rem !important;
    }
    .openBlock .thumb {
        display: inline-block;
        vertical-align: middle;
        width: 40%;
    }
    .openBlock .thumb img {
        display: block;
    }
}
@media only screen and (min-width: 810px) {
    .openBlock .desc {
        padding: 20px 20px 20px 74px;
    }
}

/* modify 2018.06 */
.sponsor {
    display: none;
}
.fSponsor {
    border-top: 1px solid #ddd;
    padding: 50px 0 40px;
    position: relative;
    z-index: 3;
    background: #fff;
}
.fSponsor .inner {
    max-width: 1000px;
    margin: 0 auto;
}
.fSponsor .inner h3 {
    text-align: center;
    font-size: 12px;
    color: #616161;
    margin-bottom: 20px;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
}
.fSponsor .imgSponsor {
    text-align: center;
}
.fSponsor .imgSponsor a {
    display: inline-block;
    margin: 0 15px;
    letter-spacing: 0;
    font-size: 0;
}
.fSponsor .imgSponsor a img {
    display: block;
}
@media only screen and (max-width: 768px) {
    .fSponsor {
        padding: 30px 0 20px;
    }
    .fSponsor .inner h3 {
        margin-bottom: 10px;
        font-size: 10px;
    }
    .fSponsor .imgSponsor a {
        margin: 0 3px;
    }
    .fSponsor .imgSponsor a img {
        width: auto;
        height: 48px;
    }
}
@media only screen and (max-width: 320px) {
    .fSponsor .imgSponsor a {
        margin: 0 2px;
    }
    .fSponsor .imgSponsor a img {
        width: auto;
        height: 40px;
    }
}
/* end modify 2018.06 */

/* mf 2018.06.26 */
@media only screen and (max-width: 768px) {
    .sliderOne .slick-track {
        left: 0px !important;
    }
}
@media only screen and (max-width: 320px) {
    #top .openBlock .date strong {
        margin-right: 10px !important;
    }
}
.listSchedule a:hover > img {
    opacity: 0.6;
}
/* mf 2018.06.26 */

/* attraction */
.attraction .imgBig {
    margin-bottom: 47px;
}
.attraction .imgBig img {
    display: block;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 768px) {
    .attraction .imgBig {
        margin-bottom: 40px;
    }
}
/* attraction */

/*start food*/
.foodBlock {
    max-width: 850px;
    padding: 0 25px;
    margin: 0 auto 140px;
}
.foodBlock .wp-pagenavi {
    margin-top: 100px;
}
.foodBlock h3 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    margin-top: 75px;
    border-bottom: 1px solid #141414;
}
.foodBlock h3:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #141414;
}
.foodBlock .contentTxt {
    margin-top: 35px;
    font-size: 14px;
}
.foodBlock .contentTxt a {
    color: #1155cc;
    text-decoration: underline;
}
.foodBlock .contentTxt a:hover {
    text-decoration: none;
}
.foodBlock .contentTxt a:hover > img {
    opacity: 0.6;
}
.foodBlock .contentTxt p {
    margin-top: 30px;
}
.foodBlock .contentTxt p:first-child {
    margin-top: 0;
}
.foodBlock .imgList {
    margin: 25px -5px 0;
}
.foodBlock .imgList li {
    float: left;
    width: 16.66%;
    padding: 10px 5px 0;
}
.foodBlock .imgList li img {
    display: block;
}
.foodBlock .imgSlider.slick-slider {
    margin-bottom: 20px;
}
.foodBlock .thumbList .slick-current {
    position: relative;
}
.foodBlock .thumbList .slick-current:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    border: 1px solid #141414;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .foodBlock {
        margin: 0 auto 50px;
    }
    .foodBlock .wp-pagenavi {
        margin-top: 50px;
    }
    .foodBlock h3 {
        font-size: 20px;
        padding-bottom: 14px;
        margin: 40px -15px 20px;
    }
    .foodBlock h3:after {
        bottom: -6px;
        height: 4px;
    }
    .foodBlock .contentTxt {
        margin-top: 20px;
    }
    .foodBlock .contentTxt p {
        margin-top: 20px;
    }
    .foodBlock .contentTxt p:first-child {
        margin-top: 0;
    }
    .foodBlock .imgList {
        margin: 14px -6px 0;
    }
    .foodBlock .imgList li {
        float: left;
        width: 33.33%;
        padding: 12px 6px 0;
    }
    .foodBlock .sliderWrap {
        margin-right: -25px;
        margin-left: -25px;
    }
    .foodBlock .imgSlider .slideItem {
        width: 300px;
        margin: 0 9px;
    }
    .foodBlock .imgSlider.slick-slider {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 320px) {
    .foodBlock .imgSlider .slideItem {
        width: 260px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .foodBlock .imgSlider .slideItem {
        width: 400px;
        margin: 0 15px;
    }
}
/*end food*/
