@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secTop{
    margin-top: 70px;
}
.secTop .linkBox{
    display: flex;
    flex-wrap: wrap;
}
.secTop .item{
    width: 13.282%;
    margin-right: 1.171%;
}
.secTop .linkBox .item:nth-child(7n){
    margin-right: 0;
}
.secTop .linkBox .item:nth-child(n+8){
    margin-top: 1.171%;
}
.secTop .link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    color: #fff;
    min-height: 86px;
    background: #212329;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: bold;
    padding: 13px 5px 10px;
    height: 100%;
    border-radius: 4px;
    text-align: center;
}
.secTop .link.active{
    background: #2b8bbd;
}
@media only screen and (max-width:767px){
    .secTop{
        margin-top: 30px;
    }
    .secTop .item{
        width: 23.769%;
        margin-right: 1.6413%;
    }
    .secTop .linkBox .item:nth-child(7n){
        margin-right: 1.6413%;
    }
    .secTop .linkBox .item:nth-child(4n){
        margin-right: 0;
    }
    .secTop .linkBox .item:nth-child(n+5){
        margin-top: 1.6413%;
    }
    .secTop .link{
        min-height: 50px;
        font-size: 11px;
        line-height: 1.45;
        letter-spacing: 0.5px;
        padding: 3px 2px 3px;
        text-align: center;
    }
}
@media only screen and (max-width:359px){
    .secTop .link{
        font-size: 11px;
    }
}
/* secContent */
.secContent{
    margin-top: 54px;
}
.secContent .linkBox{
    display: flex;
    flex-wrap: wrap;
}
.secContent .item{
    width: 31.25%;
    margin-right: 3.125%;
}
.secContent .linkBox .item:nth-child(3n){
    margin-right: 0;
}
.secContent .linkBox .item:nth-child(n+4){
    margin-top: 50px;
}
.secContent .link{
    position: relative;
    text-decoration: none;
    display: block;
    padding-bottom: 84px;
    color: #212329;
    overflow: visible;
    height: 100%;
}
.secContent .imgBox{
    position: relative;
}
.secContent .img{
    width: 100%;
    padding-top: 67.5%;
    overflow: hidden;
}
.secContent .iconNew{
    position: absolute;
    top: -16px;
    left: 15px;
    z-index: 3;
}
.secContent .dayTxt{
    font-size: 20px;
    line-height: 1.6;
    color: #2b8bbd;
    font-weight: 500;
    margin-top: 17px;
    letter-spacing: 1px;
}
.secContent .mainTxt{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66;
    margin-top: 5px;
    letter-spacing: 1.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*表示マックスの行*/
    overflow: hidden;
    max-height: 60px;/*任意の値*/
}
.secContent .placeBox{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.secContent .icon{
    flex-shrink: 0;
}
.secContent .placeTxt{
    font-size: 13px;
    margin-left: 10px;
    letter-spacing: 0.6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}
.secContent .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    width: 200px;
    height: 52px;
    border-radius: 26px;
    border: 1px solid #212329;
    box-shadow: inset 0px -4px 0px 0px rgba(1, 1, 1, 0.08);
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
}
/* thanksBox */
.secContent .thanksBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(33, 35, 41, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.secContent .thankEng{
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.25px;
}
.secContent .thankJpn{
    font-size: 13px;
    color: #fff;
    margin-top: 21px;
}
@media only screen and (max-width:767px){
    .secContent{
        margin-top: 30px;
    }
    .secContent .linkBox{
        display: block;
    }
    .secContent .item{
        width: 100%;
        margin-right: 0;
    }
    .secContent .linkBox .item:nth-child(n+4){
        margin-top: auto;
    }
    .secContent .linkBox .item:nth-child(n+2){
        margin-top: 59px;
    }
    .secContent .link{
        padding-bottom: 0;
    }
    .secContent .link::after{
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-right: 1px solid #212329;
        border-top: 1px solid #212329;
        transform: rotate(45deg);
        bottom: 7px;
        right: 2px;
    }
    .secContent .img{
        padding-top: 67.537%;
    }
    .secContent .iconNew{
        top: auto;
        bottom: -17px;
        left: auto;
        right: 17px;
    }
    .secContent .dayTxt{
        margin-top: 13px;
    }
    .secContent .mainTxt{
        line-height: 1.728;
        margin-top: 5px;
        letter-spacing: normal;
    }
    .secContent .placeBox{
        margin-top: 14px;
    }
    .secContent .icon{
        width: 16px;
    }
    .secContent .placeTxt{
        font-size: 15px;
        margin-left: 7px;
        letter-spacing: 0.5px;
        padding-right: 10px;
    }
    .secContent .btn{
        display: none;
    }
    .secContent .thankEng{
        font-size: 30px;
        letter-spacing: 1.25px;
    }
    .secContent .thankJpn{
        font-size: 12px;
        margin-top: 18px;
    }
}

/* ---------------------------------------------------------
    details
--------------------------------------------------------- */
.secDetailsTop{
    margin-top: 73px;
}
.secDetailsTop .txtNew{
    width: 50px;
    height: 26px;
    font-size: 15px;
    background: #ff4200;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    letter-spacing: 1px;
}
.secDetailsTop .dayTxt{
    font-size: 24px;
    color: #2b8bbd;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}
.secDetailsTop .tit{
    position: relative;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 4.2px;
    margin-top: 14px;
}
.secDetailsTop .tit::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #212329;
    bottom: -21px;
    left: calc(50% - 10px);
}
.secDetailsTop .img{
    margin-top: 51px;
    text-align: center;
}
.secDetailsTop .img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.secDetailsTop .tableCover{
    margin-top: 30px;
}
.secDetailsTop table,
.secDetailsTop td,
.secDetailsTop th {
    border-collapse: collapse;
    border:1px solid #c4c3c2;
}
.secDetailsTop table{
    width: 100%;
}
.secDetailsTop th{
    width: 220px;
    text-align: center;
    vertical-align: middle;
    background: #eee;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 3px;
    padding: 24px 10px 21px;
}
.secDetailsTop td{
    width: calc(100% - 220px);
    vertical-align: middle;
    font-size: 16px;
    padding: 24px 30px 21px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}
.secDetailsTop .mapCover{
    margin-top: 18px;
}
.secDetailsTop .mapCover iframe{
    max-width: 100%;
}
.secDetailsTop .cmnBtn{
    margin: 45px auto 0;
}
@media only screen and (max-width:767px){
    .secDetailsTop{
        margin-top: 37px;
    }
    .secDetailsTop .txtNew{
        width: 35px;
        height: 22px;
        font-size: 12px;
        margin-bottom: 18px;
        letter-spacing: 0.5px;
    }
    .secDetailsTop .dayTxt{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .secDetailsTop .tit{
        font-size: 18px;
        line-height: 1.55;
        letter-spacing: 1px;
        margin-top: 13px;
    }
    .secDetailsTop .tit::after{
        bottom: -16px;
    }
    .secDetailsTop .img{
        margin-top: 35px;
    }
    .secDetailsTop .img img{
        width: 100%;
        height: auto;
    }
    .secDetailsTop .tableCover{
        margin-top: 20px;
    }
    .secDetailsTop th,.secDetailsTop td{
        font-size: 12px;
        padding: 15px 3px 14px;
        letter-spacing: 1px;
    }
    .secDetailsTop th{
        width: 70px;
    }
    .secDetailsTop td{
        width: calc(100% - 70px);
        padding: 15px 8px 14px;
    }
    .secDetailsTop .mapCover{
        margin-top: 12px;
        position: relative;
        width: 100%;
        padding-top: 80vw;
    }
    .secDetailsTop .mapCover iframe{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .secDetailsTop .cmnBtn{
        margin: 30px auto 0;
    }
}
@media only screen and (max-width:374px){
    .secDetailsTop td{
        letter-spacing: 0;
    }
}
@media only screen and (max-width:359px){
    .secDetailsTop th{
        font-size: 11px;
    }
    .secDetailsTop td{
        font-size: 11px;
    }
}
/* secDetailsEntry */
.secDetailsEntry{
    margin-top: 68px;
}
@media only screen and (max-width:767px){
    .secDetailsEntry{
        margin-top: 23px;
    }
}

/* secTelBox */
.secTelBox{
    margin-top: 52px;
}
.secTelBox .link{
    display: block;
    text-decoration: none;
    margin: 57px auto 0;
    width: 776px;
    border: 1px solid #212329;
    padding-bottom: 26px;
}
.secTelBox .topBox{
    height: 45px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: #292b33;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secTelBox .flexBox{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 21px;
    padding-left: 11px;
}
.secTelBox .telNum{
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 6px;
    margin-left: 15px;
    color: #212329;
}
.secTelBox .subTxt{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1.7px;
    margin-top: 11px;
    color: #212329;
}
@media only screen and (max-width:767px){
    .secTelBox{
        margin-top: 25px;
    }
    .secTelBox .link{
        margin: 30px auto 0;
        width: 100%;
        max-width: 380px;
        padding-bottom: 19px;
    }
    .secTelBox .topBox{
        font-size: 12px;
        letter-spacing: 0.3px;
    }
    .secTelBox .flexBox{
        margin-top: 14px;
        padding-left: 3px;
    }
    .secTelBox .icon{
        width: 26px;
        flex-shrink: 0;
    }
    .secTelBox .telNum{
        font-size: 36px;
        letter-spacing: 4px;
        margin-left: 7px;
    }
    .secTelBox .subTxt{
        font-size: 12px;
        letter-spacing: 1.4px;
        margin-top: 9px;
    }
}
@media only screen and (max-width:359px){
    .secTelBox .topBox{
        font-size: 11px;
    }
}
/* secbnr */
.secbnr{
    margin-top: 70px;
    text-align: center;
}
.secbnr .bnr{
    display: inline-block;
}
@media only screen and (max-width:767px){
    .secbnr{
        margin-top: 30px;
    }
}

.secBnr {
    display: block;
    width: 1040px;
    margin: 60px auto 0;
}
@media only screen and (max-width:767px){
    .secBnr {
        width: 100%;
        margin: 30px auto 0;
    }
    .secBnr.bnr02 {
        width: 92%;
        margin: 30px auto 0;
    }
}