@charset "utf-8";


.secTopBox{
    margin-top: 79px;
}
.secTopBox .tabList{
    display: flex;
    /* ▼エリアtab非表示時 */
    /* height: 0;
    overflow: hidden; */
}
.secTopBox .tabItem{
    width: calc(50% - 20px);
    margin-right: 40px;
    height: auto;
}
.secTopBox .tabItem:last-child{
    margin-right: 0;
}
.secTopBox .aTab{
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    height: 100px;
    padding: 10px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 0px 4.25px 0.75px rgba(0, 0, 0, 0.15);
}
.secTopBox .aTab.active{
    color: #fff;
    text-shadow: 0px 0px 4.25px rgba(0, 0, 0, 0.15);
    background: #dd371f;
}
/* search */
.secTopBox .boxForm{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    /* ▼エリアtab非表示時 */
    /* margin-top: 0; */
}
.secTopBox .resultTxt{
    font-size: 15px;
    font-weight: 700;
    margin-top: 6px;
}
.secTopBox .spanNum{
    font-size: 32px;
    color: #dd371f;
    vertical-align: -3px;
    padding-right: 5px;
}
.secTopBox .selectBox{
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.secTopBox .tit{
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 9px;
}
.secTopBox select{
    min-width: 260px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 15px;
    background: #fff;
    font-family: inherit;
    border: solid 1px #7d7d7d;
    border-radius: 5px;
}
@media only screen and (max-width:767px){
    .secTopBox{
        margin-top: 30px;
    }
    .secTopBox .tabItem{
        width: calc(50% - 7.5px);
        margin-right: 15px;
    }
    .secTopBox .aTab{
        font-size: 14px;
        height: 60px;
    }
    /* search */
    .secTopBox .boxForm{
        justify-content: flex-start;
        margin-top: 20px;
        flex-flow: column-reverse;
        /* ▼エリアtab非表示時 */
        /* margin-top: 0; */
    }
    .secTopBox .resultTxt{
        font-size: 12px;
        border-top: solid 1px #ddd;
        width: 100%;
        padding-top: 18px;
        margin-top: 20px;
        text-align: center;
    }
    .secTopBox .spanNum{
        font-size: 26px;
        vertical-align: -2px;
        padding-right: 5px;
        text-align: center;
    }
    .secTopBox .selectBox{
        justify-content: center;
        background: #f5f5f5;
        border-radius: 35px;
        padding: 12px 5px 12px 10px;
        width: 92%;
        margin: 0 auto;
    }
    .secTopBox .tit{
        font-size: 12px;
        letter-spacing: normal;
        margin-right: 12px;
    }
    .secTopBox select{
        min-width: 150px;
        height: 46px;
        font-size: 16px;
        padding-left: 10px;
    }
}
/* secEventMain */
.secEventMain{
    margin-top: 57px;
}
.secEventMain .linkBox{
    display: flex;
    flex-wrap: wrap;
}
.secEventMain .item{
    width: 30.46875%;
    margin-right: 4.296875%;
}
.secEventMain .item:nth-child(3n){
    margin-right: 0;
}
.secEventMain .item:nth-child(n+4){
    margin-top: 4.298%;
}
.secEventMain .link{
    text-decoration: none;
    position: relative;
    color: #000;
    background: #f3f4f4;
    display: block;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 4.25px 0.75px rgba(0, 0, 0, 0.15);
}
.secEventMain .imgBox{
    position: relative;
}
.secEventMain .img{
    width: 100%;
    padding-top: 64.103%;
}
.secEventMain .newTxt{
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #fff;
    background: #dd371f;
    width: 56px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.secEventMain .topBox{
    background: #f3f4f4;
    padding: 24px 25px 134px;
}
.secEventMain .itemTit{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.77;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*表示マックスの行*/
    overflow: hidden;
    max-height: 67px;/*任意の値*/
    min-height: 64px;
}
.secEventMain .placeTxt{
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    letter-spacing: 1px;
}
.secEventMain .bot{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.secEventMain .botBox{
    position: relative;
    background: #fff;
    padding: 24px 18px 21px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secEventMain .item.close .botBox{
    padding-top: 32px;
}
.secEventMain .tagBox{
    display: flex;
    position: absolute;
    top: -13px;
    left: 25px;
}
.secEventMain .tag{
    min-width: 64px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    padding: 0 8px;
}
.secEventMain .tagBox .tag:nth-child(n+2){
    margin-left: 5px;
}
.secEventMain .bg01{
    background: #dd371f;
}
.secEventMain .bg02{
    background: #6a7683;
}
.secEventMain .bg03{
    background: #ecd349;
    color: #000;
}
.secEventMain .bg04{
    background: #cbd4d4;
    color: #000;
}
.secEventMain .leftBox{
    display: flex;
    align-items: center;
}
.secEventMain .iconDay{
    margin-right: 15px;
}
.secEventMain .finTxt{
    font-size: 17px;
    font-weight: bold;
}
.secEventMain .txtBot{
    font-size: 13px;
    font-weight: 500;
    margin-top: 7px;
    letter-spacing: 1px;
}
.secEventMain .rightBox{
    display: flex;
    align-items: flex-end;
}
.secEventMain .numTxt{
    font-size: 45px;
    font-weight: bold;
}
.secEventMain .bgAbu{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 55px;
    z-index: 1;
}
.secEventMain .bgAbu::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ecd349;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}
.secEventMain .item.open .bgAbu{
    color: #fff;
}
.secEventMain .item.open .bgAbu::before{
    background: #dd371f;
}
.secEventMain .bgAbu::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
    z-index: -1;
}
.secEventMain .numTxt .bgAbu:nth-child(n+2){
    margin-left: -5px;
}
.secEventMain .dayTxt{
    font-size: 18px;
    font-weight: bold;
    margin-left: 6px;
    margin-bottom: 9px;
}
.secEventMain .thanksBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(44, 44, 44, 0.502);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 27px;
}
.secEventMain .thankEng{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.secEventMain .thankJpn{
    font-size: 15px;
    line-height: 1.73;
    margin-top: 16px;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secEventMain{
        margin-top: 25px;
        padding: 0;
        background: none;
    }
    .secEventMain .item{
        width: 47.827%;
        margin-right: 4.346%;
    }
    .secEventMain .item:nth-child(3n){
        margin-right: 4.346%;
    }
    .secEventMain .item:nth-child(2n){
        margin-right: 0;
    }
    .secEventMain .item:nth-child(n+3){
        margin-top: 15px;
    }
    .secEventMain .img{
        padding-top: 64.243%;
    }
    .secEventMain .newTxt{
        font-size: 10px;
        letter-spacing: 0px;
        width: 40px;
        height: 20px;
    }
    .secEventMain .topBox{
        padding: 6px 10px 136px;
    }
    .secEventMain .itemTit{
        font-size: 13px;
        line-height: 1.69;
        min-height: 0px;
    }
    .secEventMain .placeTxt{
        font-size: 11px;
        margin-top: 8px;
        letter-spacing: 1px;
    }
    .secEventMain .placeTxt{
        display: none;
    }
    .secEventMain .botBox{
        padding: 22px 6% 16px 6%;
        display: block;
    }
    .secEventMain .item.close .botBox{
        padding-top: 25px;
    }
    .secEventMain .tagBox{
        top: -11px;
        left: 9px;
    }
    .secEventMain .tag{
        min-width: 54px;
        height: 22px;
        font-size: 11px;
        padding: 0 4px;
    }
    .secEventMain .iconDay{
        width: 30px;
        margin-right: 9px;
        flex-shrink: 0;
    }
    .secEventMain .finTxt{
        font-size: 13px;
    }
    .secEventMain .linkBox .item.close .finTxt{
        text-align: center;
        line-height: 2;
    }
    .secEventMain .txtBot{
        font-size: 10px;
        margin-top: 4px;
        letter-spacing: 0.5px;
    }
    .secEventMain .linkBox .item.close .leftBox{
        display: block;
    }
    .secEventMain .linkBox .item.close .txtBot{
        text-align: center;
        margin-top: 11px;
    }
    .secEventMain .rightBox{
        margin-top: 10px;
    }
    .secEventMain .numTxt{
        font-size: 36px;
    }
    .secEventMain .bgAbu{
        width: 30px;
        height: 44px;
    }
    .secEventMain .numTxt .bgAbu:nth-child(n+2){
        margin-left: -5px;
    }
    .secEventMain .dayTxt{
        font-size: 14px;
        margin-left: 8px;
        margin-bottom: 4px;
    }
    .secEventMain .thanksBox{
        padding-top: 0;
    }
    .secEventMain .thankEng{
        font-size: 16px;
    }
    .secEventMain .thankJpn{
        font-size: 10px;
        line-height: 1.6;
        margin-top: 6px;
    }
    .secEventMain .cmnBtnBox{
        margin-top: 30px;
    }
    .secEventMain .bot{
    }
}
@media only screen and (max-width:359px){
    .secEventMain .tag{
        font-size: 10px;
    }
    .secEventMain .iconDay{
        margin-right: 3px;
    }
    .secEventMain .finTxt{
        font-size: 11px;
    }
    .secEventMain .txtBot{
        letter-spacing: -0.1px;
    }
}

.secReserveBnr{
    margin-top: 100px;
}
@media only screen and (max-width:767px){
    .secReserveBnr{
        margin-top: 58px;
    }
}

/* secCmnBnr */
.secCmnBnr{
    margin-top: 51px;
}
.secCmnBnr .inner.lazyloaded {
    background: url(../img/common/bnrBlog.jpg) right top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnBnr{
        margin-top: 20px;
    }
    .secCmnBnr .inner.lazyloaded {
        background: url(../img/common/bnrBlog_sp.jpg) right top / contain;
    }
}
/* ----------------------------------------------
    details
---------------------------------------------- */
.details #pnkz{
    background: #fafafa;
}
@media only screen and (max-width:767px){
    .details .mainConte{
        order: 1;
    }
    .details #pnkz{
        margin-top: 50px;
        order: 2;
    }
}

.secDetailsTop{
	margin-top: 39px;
	padding-bottom: 33px;
	border-bottom: solid 1px #dddddd;
	position: relative;
}
.secDetailsTop .iconNew{
	margin-bottom: 17px;
}
.secDetailsTop .newsTit{
	font-size: 18px;
	line-height: 1.89;
	font-weight: bold;
	letter-spacing: 1px;
}
.secDetailsTop .txtBox{
    display: flex;
    margin-top: 23px;
    align-items: center;
}
.secDetailsTop .tagBox{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.secDetailsTop .tag{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    height: 26px;
    color: #fff;
    font-size: 13px;
    line-height: 1.667;
    letter-spacing: 1px;
    margin: 0px 5px 0 0;
    padding: 0 2px;
}
.secDetailsTop .bg01{
    background: #dd371f;
}
.secDetailsTop .bg02{
    background: #ecd349;
    color: #000;
}
.secDetailsTop .bg03{
    background: #cbd4d4;
    color: #000;
}
.secDetailsTop .bg04{
    background: #6a7683;
}
.secDetailsTop .bg05{
    background: #313131;
}
.secDetailsTop .newsTxt{
	font-size: 13px;
    line-height: 1.4;
	margin: 0 0 3px 19px;
	letter-spacing: 1.5px;
}
@media only screen and (max-width:767px){
	.secDetailsTop{
		margin-top: 19px;
		padding-bottom: 15px;
		position: relative;
	}
	.secDetailsTop .iconNew{
		margin-bottom: 9px;
        width: 50px;
	}
	.secDetailsTop .newsTit{
		font-size: 13px;
		line-height: 1.69;
		letter-spacing: 0.5px;
	}
    .secDetailsTop .txtBox{
        display: block;
        margin-top: 14px;
    }
    .secDetailsTop .tag{
        min-width: 54px;
        height: 22px;
        font-size: 11px;
        letter-spacing: normal;
        margin: 0 5px 0 0;
    }
	.secDetailsTop .newsTxt{
		font-size: 10px;
		letter-spacing: 0.5px;
        line-height: 1.8;
        margin: 11px 0 0;
	}
}

/* secDetailsImg */
.secDetailsImg{
    margin-top: 49px;
    text-align: center;
}
.secDetailsImg img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
@media only screen and (max-width:767px){
    .secDetailsImg{
        margin-top: 19px;
    }
}
/* secBnr */
.secBnr{
    margin-top: 82px;
}
@media only screen and (max-width:767px){
    .secBnr{
        margin-top: 23px;
    }
}
/* secDetailsEntry */
.secDetailsEntry{
    margin-top: 85px;
}
@media only screen and (max-width:767px){
    .secDetailsEntry{
        margin-top: 35px;
    }
}

/* secDetailsInfo */
.secDetailsInfo{
    margin-top: 180px;
}
.secDetailsInfo table{
    margin-top: 52px;
    border-radius: 10px;
    border-collapse: separate;
    border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.secDetailsInfo th{
    width: 200px;
    background: #313131;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
}
.secDetailsInfo td{
    width: 440px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    padding: 23px 29px;
    font-size: 15px;
    letter-spacing: 0.7px;
    line-height: 1.5;
}
.secDetailsInfo tr:first-child th:first-child{
    border-radius: 10px 0 0 0;
}
.secDetailsInfo tr:first-child td:last-child{
    border-radius: 0 10px 0 0;
}
.secDetailsInfo tr:last-child th:first-child{
    border-radius: 0 0 0 10px;
}
.secDetailsInfo tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}
/* map */
.secDetailsInfo .mapBox{
    position: relative;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}
.secDetailsInfo iframe{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
/* bnr */
.secDetailsInfo .secBnr{
    margin-top: 55px;
}
@media only screen and (max-width:767px){
    .secDetailsInfo{
        margin-top: 40px;
    }
    .secDetailsInfo table{
        margin-top: 30px;
        display: block;
        border-radius: 8px;
    }
    .secDetailsInfo table.spNone {
        display: none;
    }
    .secDetailsInfo th{
        width: 23.189%;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .secDetailsInfo td{
        padding: 14px 10px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
    .secDetailsInfo tr:first-child th:first-child{
        border-radius: 8px 0 0 0;
    }
    .secDetailsInfo tr:first-child td:last-child{
        border-radius: 0 8px 0 0;
    }
    .secDetailsInfo tr:last-child th:first-child{
        border-radius: 0 0 0 8px;
    }
    .secDetailsInfo tr:last-child td:last-child{
        border-radius: 0 0 8px 0;
    }
    /* map */
    .secDetailsInfo .mapBox{
        height: auto;
        padding-top: 82.4%;
        border-radius: 0;
        margin-top: 30px;
    }
    /* bnr */
    .secDetailsInfo .secBnr{
        margin-top: 27px;
    }
}
