@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
#header {
    position: absolute;
    top: 40px;
    left: 22px !important;
    z-index: 9;
    width: auto;
}

#header .logo a {
    display: inline-block;
    width: 122px;
}

#content {
    position: relative;
}

#content .mainPhoto img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center -52px;
}


#content .boxForm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20.6%;
    max-width: 290px;
}

#content .boxForm form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content .boxForm .formInput {
    width: 228px;
    margin-bottom: 28px;
}

#content .boxForm .btnSubmit {
    margin-top: -3px;
}

#content .boxForm .btnSubmit button {
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
}

#content .checkIn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20.6%;
    max-width: 290px;
}

#content .boxContent {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
}

#content .boxContent .boxSelect {
    text-align: center;
}

#content .boxContent .boxSelect+.boxSelect {
    margin-left: 50px;
}


#content .boxContent .boxSelect .title {
    margin-bottom: 20px;
    padding: 14px 30px;
    display: inline-block;
    min-width: 242px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #005F23;
    line-height: 1;
    border-radius: 34px;
    text-align: left;
    cursor: pointer;
}

#content .boxContent .boxSelect select {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 13px 20px;
    width: 359px;
    color: #000000;
    border: none;
    outline: none;
    background: #D5D5D5 url(/assets/images/index/icon-pull-down.svg) no-repeat center right 26px;
    background-size: 24px 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    margin: 0 0 -5px 0;
    opacity: 0.8;
    pointer-events: none;
    font-family: 'Noto Sans JP', sans-serif;
}

#content .boxContent .boxSelect.active select {
    opacity: 1;
    pointer-events: initial;
}

#content .boxContent .boxSelect select option {
    margin-top: -2px;
    font-weight: bold;
    text-align: center;
}

#content .boxForm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20.6%;
    max-width: 290px;
}

#content .boxForm form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content .boxForm .formInput{
    width: 228px;
    margin-bottom: 28px;
}

#content .boxForm .btnSubmit{
    margin-top: -3px;
}

#content .boxForm .btnSubmit button{
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
}



#content .formInput .styleInput {
    width: 100%;
    color: #323333;
    font-size: 14px;
    padding: 0 6px;
    border: 1px solid #707070;
    color: #001450;
    box-shadow: none;
    height: 53px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
}

#content .formInput .styleInput::placeholder {
    color: #9D9D9D;
    font-size: 14px;
    padding: 10px 0;
}


@media(max-width: 820px) {
    #content .mainPhoto img {
        object-position: center;
    }

    #content .boxContent .boxSelect select {
        width: 320px;
    }
}

@media(min-width: 1025px) {
    #content .boxContent .boxSelect select {
        padding: 13px 0;
        margin: 0;
    }
}
