@charset "utf-8";
/*==================================================
    lowerContent
==================================================*/
.conentWrap{
    margin-top: 30px;
}
.conentWrap_room{
    margin-top: 30px;
    height: 500px;
}
@media (max-width:768px){
    .conentWrap{
        margin-top: 30px;
    }
    .conentWrap_room{
        margin-top: 30px;
    }
}
/* result */
.resultData {
    padding: 20px 0 0 0;
}
.resultData p {
    font-size: 20px;
}
.resultData p span{
    font-size: 28px;
    margin: 0 5px;
    font-weight: bold;
    color: var(--color-red01);
}

/* single */
.roomState{
    margin-top: 80px;
}
.photo {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.photo:after {
    content: "";
    display: block;
    width:30%;
}
.photo__text {
    margin: 15px 0 0 0;
    font-weight: bold;
}
.photo__item {
    width: 32%;
}
.subText{
    margin: 15px 0 0 0;
}
@media (max-width:768px){
    .roomState{
        margin-top: 40px;
    }
    .photo__item{
        width: 80%;
        margin: 0 auto 45px;
    }
}

/* vacancy */
.buttonBox{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    max-width: 1100px;
}
.button.--disabled{
    background: #666666;
    pointer-events: none;
}
.buttonBox .buttons:not(:first-of-type){
    margin-left:50px;
}
.vacancyImg{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.imgSearch{
    position: relative;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
}
.imgSearch img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
span.imgSearch__icon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    padding: 10px;
    pointer-events: none;
}
@media (max-width:768px){
    .buttonBox{
        flex-wrap: wrap;
    }
    .buttonBox .buttons:not(:first-of-type){
        margin-left:0;
    }
    .vacancyImg__img{
        width: 48%;
        margin:0 0 30px 0;
    }
}

/* contact */
.phoneWrap{
    display: inline-block;
    padding: 10px 30px;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #ff5504;
}
.phoneWrap__text{
    font-size: 28px;
}
.phoneWrap__num{
    font-size: 60px;
    font-weight: bold;
}
@media (max-width:12000px){
    .phoneWrap__text{
        font-size: 22px;
    }
    .phoneWrap__num{
        font-size: 46px;
    }
}
@media (max-width:768px){
    .phoneWrap{
        width: 100%;
        padding: 10px;
    }
    .phoneWrap__text{
        font-size: 16px;
    }
    .phoneWrap__num{
        font-size: 28px;
    }
}
/* news */
.newsSingle h2{
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 10px 0;
}
.newsSingle h3{
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px 0;
    display: block;
}
.singleWrap p {
    margin: 15px 0;
}
.newsSingle a {
    color: #ff5504;
    text-decoration: underline;
    margin-bottom: 10px;
}
.newsSingle h4{
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 10px 0;
}
.date{
    margin-top: 20px;
}
.date__text{
    text-align: left;
    font-weight: bold;
}
/* company */
.companyInfo .dataList{
    padding: 0;
}
.companyInfo .dataTitle{
    width: 200px;
    padding: 10px 20px 0px 20px;
}
.companyInfo .dataDetail {
    width: calc(100% - 220px);
    padding: 10px 20px 0px 20px;
}
@media (max-width: 768px){
    .companyInfo .dataTitle{
        padding: 0 15px;
        font-weight: bold;
    }
    .companyInfo .dataTitle,.companyInfo .dataDetail{
        padding: 0 15px;
        margin: 0;
        width: 100%;
    }
    .companyInfo .dataTitle p {
        font-size:16px;
    }
    
}
/* confirmation */
.confirmation .contact__data{
    background: #f5f5f5;
    padding: 25px;
}
.confirmation .contact__title{
    background: #dcdcdc;
    color: #333;
}