.button {
    width: 60%;
    height: 100%;
    padding: 5px;
    color: #ffc95f;
    padding-right: 50px;

    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffc95f;
    box-shadow: none;
    opacity: 1;
}
.button2 {
    width: 80%;
    height: 100%;
    padding: 5px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffc95f;
    box-shadow: none;
    opacity: 1;
}
.register-button {
    width: 100%;
    height: 50px;
    line-height: 50px !important;
    background: orange 0% 0% no-repeat padding-box;
    box-shadow: none;
    opacity: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.register-button-box{
    width:40%;
    margin: 20px auto 5% auto;
}

/* キャンセルポリシー設定の追加 */
.cancel-policy-add {
    border: none;
    padding-bottom: 40px;
    color: white;
    margin-top: 10px;
    background-color: blue;
}
/* キャンセルポリシー設定の削除 */
.cancel-policy-del {
    border: none;
    padding-bottom: 40px;
    color: white;
    margin-top: 10px;
    background-color: red;
}
/* 追加 */
.add {
    border: none;
    padding-bottom: 40px;
    color: white;
    margin-top: 10px;
    background-color: blue;
}
/* 削除 */
.del {
    border: none;
    padding-bottom: 40px;
    color: white;
    margin-top: 10px;
    background-color: red;
}
.member-link {
    width: 100%;
    height: 50px;
    /*margin-top: 5%;*/
    color: #aaaaaa;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: solid 2px #bfbfbf;
    box-shadow: none;
}
.member-link:visited,
.member-link:focus,
.member-link:hover,
.member-link:active {
    background: #ffffff 0% 0% no-repeat padding-box;
}

.member-link-button {
    width: 100%;
    height: 50px;
    /* margin-top: 5%; */
    color: #fff;
    background: #eebb3e 0% 0% no-repeat padding-box;
    /* border: solid 2px #bfbfbf; */
    box-shadow: none;
    background-color: #eebb3e !important;
}

/* 基本リンク */
.transition-link {
    width: 294px;
    height: 60px;
    color: #aaaaaa;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: solid 2px #bfbfbf;
    box-shadow: none;
}
.transition-link:hover {
    color: #aaaaaa;
    background: #ffffff 0% 0% no-repeat padding-box;
}

/* 詳細画面に遷移するときのボタン */
.details-link {
    width: 100%;
    height: 40px;
    margin-top: 5%;
    color: #aaaaaa;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: solid 2px #bfbfbf;
    box-shadow: none;
}
.details-link:hover {
    color: #aaaaaa;
    background: #ffffff 0% 0% no-repeat padding-box;
}
/*ブックマークボタンのクラス名 */
.link-false {
    margin-top: 0%;
    background-color: #cccccc;
    box-shadow: none;
}
.link-false:visited,
.link-false:focus,
.link-false:hover,
.link-false:active {
    background-color: #cccccc;
    box-shadow: none;
}
.link-true {
    margin-top: 0%;
    background-color: #ff0000;
}

.link-true:visited,
.link-true:focus,
.link-true:hover {
    background-color: #ff0000;
}
/* ソートボタン */
.sort-btn {
    background-color: #ffffff;
    color: #8b8b8b;
    border: solid 2px #7c7c7c;
    width: 100%;
    height: 40px;
    box-shadow: none;
}
.sort-btn:active,
.sort-btn:visited,
.sort-btn:focus,
.sort-btn:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}
/* 検索ボタン */
.search-btn {
    color: #aaaaaa;
    background: #000000 !important;
    width: 100%;
    height: 40px;
    box-shadow: none;
}

.more-see-btn {
    color: #000000;
    background: #ffffff;
    width: 20%;
    height: 40px;
    margin-top: 25px;
    box-shadow: none;
}

.more-see-btn:hover {
    color: #000000 !important;
    background: #ffffff !important;
    border: #ffffff !important;
}

.search-btn:hover {
    color: #aaaaaa;
    background: #000000 !important;
}

.property-add-button {
    padding-top: 1%;
    width: 20%;
    height: 65px;
}

.modal_register_button {
    width: 80%;
    padding: 3%;
    color: #fff;
    background-color: #eebb3e !important;
    border: none;
}

.prperty-reservation-button {
    float: right;
    bottom: 48px;
    width: 20%;
}

.property-detail-button {
    width: 100%;
    margin: 15px 0px;
}

.search-button-box{
    margin-top: 20px;
    padding-right: 0 !important;
}

.delete-button-box{
    padding-left: 0 !important;
}

.submit-button-box{
    padding-right: 0 !important;
}

.check-box{
    text-align: center !important;
}

.checkbox-label2{
    padding-left: 0 !important;
}

.circle-button{
    color: orange;
    border: solid 1px orange;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 5px;
}

/* page-topボタン */
#page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #FFC95F;
    opacity: 0.8;
    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
}
#page_top a::before{
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 5px #333;
    border-right: solid 5px #333;
    position: absolute;
    top: 25px;
    left: 30px;
    margin-top: -4px;
    transform: rotate(-45deg);
}
#page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #333;
    position: absolute;
    top: 43px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
  

@media screen and (max-width: 750px) {
    .login-button-box {
        width: 90%;
        margin: 80px auto 45px auto;
    }

    .circle-button {
        margin-top: 0;
    }
}

@media screen and (min-width: 751px) and (max-width: 992px) {
    .login-button-box {
        width: 88%;
        margin: 80px auto 45px auto;
    }
}

@media screen and (max-width: 992px) {
    .login-button-box2 {
        width: 84%;
        margin: 80px auto 20px auto;
    }
}

@media screen and (min-width: 993px) {
    .login-button-box {
        width: 68.5%;
        margin: 80px auto 45px auto;
    }

    .login-button-box2 {
        width: 67%;
        margin: 80px auto 20px auto;
    }
}

.login-button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: orange 0% 0% no-repeat padding-box;
    box-shadow: none;
    opacity: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (min-width: 451px) {
    .login-button {
        font-size: 15px;
    }
}

@media screen and (max-width: 450px) {
    .login-button {
        font-size: 11px;
    }
}



/* ノートPCやタブレット表示するときのCSS */
@media screen and (max-width: 1300px) {
    .link-false {
        margin-top: 0%;
    }
    .details-link {
        margin-top: 3%;
    }
}
/* スマホ表示するときのCSS */
@media screen and (max-width: 600px) {
    .button {
        width: 100%;
    }
    .details-link {
        width: 100%;
    }
    .link-false {
        width: 100%;
    }
    .property-add-button {
        width: 45% !important;
        height: 50px !important;
        margin-top: 5%;
    }

    .search-btn {
        color: #aaaaaa;
        background: #000000 !important;
        width: 45%;
        height: 40px;
        box-shadow: none;
        margin-left: auto;
    }
    .modal_register_button{
        width: 100%;
    }
    .register-button-box{
        width: 100% !important;
    }
    .button-area{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* 管理者用css */
.admin-button {
    width: 60%;
    height: 100%;
    padding: 5px;
    color: #ffc95f;
    padding-right: 50px;

    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffc95f;
    box-shadow: none;
    opacity: 1;
}

.admin-button2 {
    width: 80%;
    height: 100%;
    padding: 5px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #ffc95f;
    box-shadow: none;
    opacity: 1;
}

.admin-register-button {
    width: 100%;
    height: 50px;
    line-height: 48px !important;
    background: orange 0% 0% no-repeat padding-box;
    box-shadow: none;
    opacity: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.admin-register-button-box {
    width: 50%;
    margin: 85px auto 40px auto;
}

.admin-modal_register_button {
    width: 100%;
    height: 50px;
    line-height: 50px !important;
    padding: 0 4% 0 4%;
    color: #fff;
    background-color: #eebb3e !important;
    border: none;
    font-size: 15px;
}

.admin-member-link {
    width: 100%;
    height: 50px;
    /*margin-top: 5%;*/
    color: #aaaaaa;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: solid 2px #bfbfbf;
    box-shadow: none;
}
.admin-member-link:visited,
.admin-member-link:focus,
.admin-member-link:hover,
.admin-member-link:active {
    background: #ffffff 0% 0% no-repeat padding-box;
}

.admin-member-link-button {
    width: 100%;
    height: 50px;
    color: #fff;
    background: #eebb3e 0% 0% no-repeat padding-box;
    box-shadow: none;
    background-color: #eebb3e !important;
}

.admin-details-link {
    width: 100%;
    height: 40px;
    margin-top: 5%;
    color: #aaaaaa;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: solid 2px #bfbfbf;
    box-shadow: none;
}
.admin-details-link:hover {
    color: #aaaaaa;
    background: #ffffff 0% 0% no-repeat padding-box;
}

.admin-search-button-box{
    margin-top: 20px;
    padding-right: 0 !important;
}

.admin-delete-button-box{
    padding-left: 0 !important;
}

.admin-submit-button-box{
    padding-right: 0 !important;
}

.admin-check-box{
    text-align: center !important;
}

.admin-checkbox-label2{
    padding-left: 0 !important;
}

.admin-login-button {
    width: 100%;
    height: 50px;
    background: orange 0% 0% no-repeat padding-box;
    box-shadow: none;
    opacity: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.admin-login-button-box {
    width: 67%;
    margin: 45px auto 45px auto;
}
