@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.l-headVis {
    background: #eee;
}

.l-headVisInner {
    height: 300px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-headVis__ttl {
    text-align: center;
    font-size:30px;
    font-weight: 200;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.l-headVis__mainTxt {
    font-size: 40px;
    display: block;
    font-weight: 500;
}

 .l-headerLinkBtn {
    display: none;
 }

.l-headerLinkBtns__icon img {
    width: 20px;
}

.headVis__srhBg {
    background: rgba(255,255,255,0.8);
    border-radius: 6px;
    width: 64%;
    margin: auto;
    padding: 50px 0;
}

.headVis__srhWrap {
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: 630px;
    margin-bottom: 15px;
}

.headVis__srhWrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:#EEE url(../images/arrow_down.png) no-repeat;
    background-size:30px;
    background-position: right center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    vertical-align: middle;
    border:1px solid #CCC;
    margin-bottom:5px;
    background:#eeeeeee;
    width: 200px;
    border-radius: 6px;
    text-indent: 1em;
}

.headVis__srhWrap .cnt {
    width: 200px;
}

@-moz-document url-prefix() { /* for firefox */
    .headVis__srhWrap select {
        text-indent: 0.1px;
        text-overflow: '';
    }
}

.srhsubmit__btn {
    width: 100px;
    height: 40px;
    background: #eb6877;
    color: #fff;
    font-size:18px;
    border-radius: 6px;
}

.srhsubmit__btn img {
    height: 20px;
    vertical-align: text-top;
}

.srhsubmit__btn span {
    text-indent: 0.3em;
    display: inline-block;
}

.headVis__freewordWrap {
    background: #e9e9ea;
    width: 630px;
    margin: auto;
    position: relative;
    height: 40px;
    border-radius: 6px;
}

.freeword__btn {
    position: absolute;
    left: 1%;
    top: -50%;
    bottom: -50%;
    padding: 5px;    
}
.freeword__btn img {
    width: 25px;
}

.freeword {
    border: none;
    line-height: 2.5;
    background: #e9e9ea;
    width: 570px;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px;
}

.l-campain__bnrImg-pc {
    display: block;
}

.l-campain__bnrImg-sp {
    display: none;
}

.l-newposts {
    display: flex;
    justify-content: space-around;
}

.l-newposts__list {
    display: block;
    width: 32%;
}

.l-newpost__txtWrap {
    background: #f9b5b5;
    color: #fff;
    padding: 10px;
}

.l-mainBnr {
    display: flex;
    justify-content: space-around;
}

.l-mainBnr__img {
    width: 49%;
}

.l-sectTtl {
    text-align: center;
    margin-bottom: 50px;
}

.l-sectTtl_main {
    font-family: 'Abel', sans-serif;
    font-size: 4.2rem;
    color:#ff8b8b;
}

.l-sectTitle__subTxt {
    display: block;
    margin: 20px 0;
    font-size: 3rem;
    color: #303030;
}

.l-sectTtl__lead {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #303030;
    font-weight: 200;
}

.l-slickBox-top {
    margin: 40px 0;
    padding-bottom: 80px;
}

.l-slickBox-top:nth-of-type(even) {
    background: #f8f8f8;
}

.l-slickBox {
    margin: auto;
}

.l-slickBox__linkWrap {
    display: block;
    position: relative;
    margin: 5px;
}

.l-slickBox__txtWrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #ea68a2;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.l-slickBox__mainTxt {
    color: #303030;
    padding: 15px;
    line-height: 2;

}

.l-slickBox__detailLists {
    display: block;
    text-align: center;
    width: 100%;
}

.l-slickBox__center {
    background: #c1b8b9;
    color: #fff;
    display: block;
    width: 50%;
    margin: auto;
    font-size: 26px;
    line-height: 2;
}

.slick-prev, .slick-next {
    border-radius: 50%;
    z-index: 10;
    width: 67px;
    height: 67px;
    border: 5px solid #fff;
    background: none;
    top:36%;
}

.slick-prev {
    left: 10%;
}

.slick-next {
    right: 10%;
}

.l-info__wrap {
    text-align: center;
}

.l-info {
    margin: auto;
    width: 600px;
    height: 350px;
    background: #ffecec;
    color: #929292;    
}

.l-info__ttl {
    padding: 30px 0;
    font-size: 20px;
}

.l-info__ttl span {
    text-indent: 0.5em;
    display: inline-block;
}

.l-info__ttl img {
    width: 40px;
    vertical-align: baseline;
}

.l-info__txt {
    margin: 20px auto;
    width: 80%;
    text-align: left;
}

/*お気に入り*/

.l-form {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
    margin: auto;
}

.l-form__allcheck {
    position: relative;
}
 
.l-form__allcheck input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
}

.l-form__allcheck input[type="checkbox"] + label {
    display: block;
    background-image: url(../images/checkbox_off.png);
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4px 0 0 28px;
}
 
.l-form__allcheck input[type="checkbox"]:checked + label {
    background-image: url(../images/checkbox_on.png);
}

.l-form__btn {
    display: inline-block;
    background: #eb6877;
    color: #fff;
    width: 300px;
    line-height: 3;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
}


.l-keep {
    background: #f7f7f7;
    width: 80%;
    padding: 20px;
    margin: 20px auto;
}

.l-keep-headWrap {
    display: flex;
    padding:20px 0;
}

.l-keep__btnWrap {
    display: flex;
    width: 90%;
}

.l-keep__btn {
    display: inline-block;
    background: #eb6877;
    color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    line-height: 2;
    margin-right: 3%;
}

.l-keep__btn:nth-child(even) {
    opacity: 0.5;
}

.l-keep-bodyWrap {
    display: flex;
    justify-content: space-around;
    color: #333;
}

.l-keep__img {
    width: 60%;
    margin-right: 2%;
}

.l-keep__txtWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}

.l-keep__txt {
    text-align: left;
    border-bottom: 1px dotted #c0c0c0;
    font-size: 20px;
}

.l-pageNav {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    background: #fff;
    text-align: center;
}

.l-pageNav__num {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

.l-pageNav__num span,
.l-pageNav__num a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    background: #eeeeee;
    text-decoration: none;
    vertical-align: middle;
}

.l-pageNav li a:hover {
    color: #000;
}

/**/


/*会場詳細*/

.l-headVis__ruby {
    font-size:14px;
}

.l-slickBox .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}

.l-detail__lead {
    font-size:22px;
    line-height: 2;
    text-align: left;
    margin-bottom: 50px;

}

.l-detail__wrap {
    width: 80%;
    margin: auto;
    text-align: center;
}

.l-detail__ttl {
    background: #fff;
    border-bottom: 1px solid #f9b5b5;

}
.l-detail__ttl span {
    display: block;
    width: 30%;
    margin: auto;
    padding:10px 0;
    font-size:20px;
    background: #f9b5b5;
    color: #fff;
}

.l-detail__name {
    font-size:20px;
    padding:10px 0;
    margin-bottom: 40px;
}

.l-detail__txt {
    width: 50%;
    margin: 40px auto;
    text-align: left;
}

.l-ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.l-ggmap iframe,
.l-ggmap object,
.l-ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-form__btn--fav {
    display: block;
    background: #eb6877;
    border-radius: 30px;
    padding: 0 20px;
    opacity: 0.7;
    line-height: 2;
    width: 40%;
    margin: 30px auto;
    font-size:18px;
}

.l-form__btn--fav span {
    color: #fff;
}

.l-form__btn--fav img {
    width:20px;
    vertical-align: sub;
}

/**/

/*お問い合わせ*/

.c-titlefin {
    width: 80%;
    font-size:20px;
    margin: auto;
    text-align: center;
}

.l-form-con {
    display: flex;
    justify-content: space-around;
    margin: 30px auto;
    width: 80%;
    font-size: 22px;
}

.l-form-con__btn {
    display: inline-block;
    background: #eb6877;
    color: #fff;
    border-radius: 50px;
    padding: 20px;
    width: 45%;
    text-align: center;
}

.l-form-con__btn--back {
    display: inline-block;
    background: #eeeeee;
    color: #464646;
    width: 30%;
    text-align: center;
    border-radius: 50px;
    padding: 20px;
}
/**/

/*検索一覧*/

.l-srh {
    display: flex;
    flex-flow: row wrap;
}

.l-srh-bodyWrap {
    /* display: flex;
    flex-direction: column; */
    margin: 10px;
    width: 30%;
    background: #f2f2f2;
    padding: 20px;
}

.l-srh__txtWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    color: #333;
    padding: 10px;
}

.l-srh__txt {
    overflow: hidden;
    width: 100%;
    margin-bottom: 3%;
    background: #f2f2f2;
}

.l-srh__txt:first-child {
	overflow: visible;
    font-size:20px;
    border-bottom: 1px dotted #333;
}

.l-srh__txt:last-child {
    font-size:16px;
    text-align: center;
    color: #fff;
    background: #f9b5b5;
    padding:20px 0;
}

.l-srh__txt p {
    height: 5.3em;
    line-height: 1.4;
    position: relative;
    margin:0;
    word-break: break-all;
    text-align:justify;
    font-weight: 200;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.l-srh__txt p:before,
.l-srh__txt p:after {
    background: #f2f2f2;
    position: absolute;
}

.l-srh__txt p:before {
    content: "…";
    top: 4em;
    right: 0;
}

.l-srh__txt p:after {
    content: "";
    height: 100%;
    width: 100%;
}

/**/


@media print, screen and (max-width: 640px) {

    .l-headerMenuWrap {
        position: fixed;
        top: 78px;
        left: 0;
        height: calc(100% - 78px);
        z-index: 1100;
        background: #fff;
    }

    .l-headerLinkBtn {
        display: block;
        position: absolute;
        right: 5px;
        top: 10px;
        width: 62px;
        height: 32px;
        text-align: center;   
    }

    .l-headerMenuBtn {
        position: absolute;
        top: 20px;
        left: 20px;
        cursor: pointer;
        display: inline-block;
    }

    .l-headerInner {
        position: relative;
        width: 100%;
        height: 78px;
        border-bottom: 1px solid #dcdcdc;
    }

    .l-gnavi__list {
        display: flex;
    }

    .l-gnavi__listItem {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        color: #fff;
        margin: 0 10px;
    }


    .headVis__srhBg {
        width: 94%;
    }

    .headVis__srhWrap {
        width: 100%;
        margin-bottom: 5%;
        flex-flow: row wrap;
    }

    .headVis__srhWrap li{
        width: 48%;
    }
    .headVis__srhWrap select {
        width: 100%;
    }

    .headVis__srhWrap .cnt {
        width: 100%;
    }

    .headVis__srhCnt {
        width: 40%;
    }

    .headVis__srh {
        width: 48%;
    }

    .srhsubmit__btn {
        width: 100%;
    }

    .headVis__freewordWrap {
        width: 100%;
    }

    .freeword {
        width: 85%;
    }

    .l-campain__bnrImg-pc {
        display: none;
    }

    .l-campain__bnrImg-sp {
        display: block;
    }

    .l-newposts__list {
        width: 48%;
    }

    .l-newposts__list:last-child {
        display: none;
    }

    .l-mainBnr {
        display: none;
    }

    .l-info {
        width:100%;
    }

/*お気に入り*/

    .l-headVis__mainTxt {
        font-size: 22px;
    }

    .l-form {
        flex-direction: column;
    }

    .l-form__btn {
        width: 100%;
        margin-bottom: 5%;
    }

    .l-keep {
        width: 100%;
        padding: 5px;
    }

    .l-keep__btnWrap {
        width: 80%;
    }

    .l-keep__btn {
        padding: 0 10px;
        height: 30px;
        line-height: 2.5;
    }

    .l-keep__txt {
        font-size: 15px;
    }

/**/

/*会場詳細*/

    .l-detail__wrap {
        width: 100%;
    }

    .l-detail__lead {
        font-size: 12px;
    }

    .l-detail__ttl span {
        width: 60%;
    }

    .l-detail__txt {
        width: 80%;
    }

    .l-form__btn--fav {
        width: 80%;
    }

/**/

/*お問い合わせ*/

    .l-form-con {
        flex-direction: column;
        width: 100%;
    }

    .l-form-con__btn {
        padding: 20px;
        width: 100%;
        margin-bottom: 3%;
    }

    .l-form-con__btn--back {
        width: 80%;
        padding: 10px 20px;
        margin: auto;
    }
/**/


/*検索一覧*/

    .l-srh {
        flex-direction: column;
    }

    .l-srh-bodyWrap {
        width: 100%;
        margin: 2% 0;
    }

/**/

}


#LP{
	width:958px;
	margin:0 auto;
}

#LP #Special{
	text-align:left;
	margin:0 auto;
	padding:38px 40px 35px 40px;
}

#LP #Special h2{
	margin-bottom:43px;
	text-align:center;
}

#LP #Special ul{
	margin:0 auto 41px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

#LP #Special li + li{
	margin-left: 100px;
}

@media print, screen and (max-width: 640px) {
	#LP{
		width:100%;
		margin:0 auto;
	}
	#LP #Special li + li{
		margin-left: 3%;
	}
	#LP #Special li{
		width: 30%;
	}
}
