@charset "UTF-8";
.wrapper *,
.wrapper *::before,
.wrapper *::after {
    box-sizing: border-box;
}

.detailMainVisual {
    width: 100%;
    margin: 61px 0 30px;
}

.detailMainVisual__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.detailMainVisual__head {
    text-align: center;
    margin: 0 0 15px;
}

.detailMainVisual__title {
    font-size: 26px;
	font-weight:bold;
    line-height: 1.4;
    text-align: center;
}

.detailMainVisual__text {
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
}

.detailMainVisual__body {
    width: 94%;
    margin: 0 auto;
}

.detailMainVisual__img img {
    width: 100%;
    height: 100%;
}

.fairReservation {

}

.fairReservation__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.fairReservation__head {
    margin: 0 0 20px;
}

.fairReservation__banner {
    margin: 0 auto;
    width: 100%;
    max-width: 672px;
}

.fairReservation__banner img {
    width: 100%;
    height: auto;
}

.fairReservation__body {

}

.fairReservation__btn,
.detailCarousel__btn {
    margin-top: 55px;
}

.fairReservation__link,
.detailCarousel__link {
    position: relative;
    width: 262px;
}

.fairReservation__link:after,
.detailCarousel__link:after {
    content: '';
    display: block;
    width: 34px;
    height: 5px;
    background: url("../img/btn_arrow.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
}

.detailCarousel {
    margin-top: 145px;
}

.detailCarousel__wrap {
    position: relative;
}

.detailCarousel__wrap + .detailCarousel__wrap {
    margin-top: 70px;
}

.detailCarousel__list {

}

.detailCarousel__item {
    padding: 0 6px;
}

.detailCarousel__item img {
    width: 100%;
}

.detailCarousel__text {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    padding: 0 10px;
    line-height: 1.5;

}

.detailCarousel__btn {
    margin-top: 40px;
}

.otherFairList {
    margin-top: 90px;
}

.otherFairList__list {
    padding: 60px 0 0;
    margin: 0 0 60px;
    border-top: 1px dotted #323232;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.otherFairList__list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.otherFairList__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.otherFairItem__item {
    width: calc(50% - 20px);
    margin: 0 0 20px;
}

.otherFairItem__head {

}

.otherFairItem__img {

}

.otherFairItem__img img {
    width: 100%;
    height: auto;
}

.otherFairItem__body {
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 180px;
}

.otherFairItem__description {

}

.otherFairItem__title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.625;
}

.otherFairItem__text {
    font-size: 12px;
    line-height: 1.625;
}

.otherFairItem__title + .otherFairItem__text {
    margin-top: 20px;
}

.otherFairItem__btn {
    margin: auto 0 0;
}

.otherFairItem__link {
    position: relative;
    width: 262px;

}

.otherFairItem__link:after {
    content: '';
    display: block;
    width: 34px;
    height: 5px;
    background: url("../img/btn_arrow.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
}


.detailCarousel__next,
.detailCarousel__prev {
    position: absolute;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    z-index: 10;
    top: 50%;
}
.detailCarousel__next::before,
.detailCarousel__next::after,
.detailCarousel__prev::before,
.detailCarousel__prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.detailCarousel__next::before,
.detailCarousel__prev::before {
    left: 3px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.detailCarousel__prev::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.detailCarousel__prev {
    left: 3%;
}
.detailCarousel__next {
    right: 3%;
}
.detailCarousel__next::before {
    left: auto;
    right: 3%;
}


/*SP*/
@media screen and (max-width: 768px) {
    .detailMainVisual__title {
        font-size: 20px;
		margin:7% 0;
		line-height:1.6;
    }

    .detailMainVisual__text {
        font-size: 12px;
		width:95%;
		margin:0 auto;
    }

    .fairReservation__banner {
        margin: 20px auto;
    }
    .fairReservation__head {
        padding: 0;
        width: 95%;
        margin: 0 auto;
    }

    .btn .fairReservation__link,
    .btn .fairItem__link {
        font-size: 12px;
    }

    .fairReservation__head {
        padding: 0;
    }

    .fairItem__item {
        width: 100%;
    }

    .fairItem__item + .fairItem__item {
        margin-top: 60px;
    }

    .fairItem__title + .f.otherFairList__listairItem__text {
        margin-top: 10px;
    }

    .detailCarousel__text {
        font-size: 13px;
    }

    .otherFairList__list {
        margin-top: 25px;
        justify-content: flex-start;
        flex-direction: column;
    }

    .otherFairList__inner {
        max-width: none;
        padding: 0 7%;
    }

    .otherFairItem__item {
        width: 100%;
    }
    .otherFairItem__item + .otherFairItem__item {
        margin-top: 60px;
    }
    .otherFairItem__title + .otherFairItem__text {
        margin-top: 10px;
    }
    .otherFairItem__btn {
        margin-top: 30px;
    }

}