/* 基本色 */
body {
    color: #7A6565;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* スクロールバー */
::-webkit-scrollbar {
    /* display: none; */
}

/* リンク */
a {
    color: #7A6565; /* リンクのテキスト色 */
    text-decoration: none; /* 下線を無効化 */
}

a:hover {
    color: #6B5757; /* わかりやすいよう少し暗めに */
    text-decoration: underline; /* 下線を有効化 */
}

.link {
    color: #7A6565;
    text-decoration: none;
    cursor: pointer;
}

.link:hover {
    color: #6B5757; /* わかりやすいよう少し暗めに */
    text-decoration: underline; /* 下線を有効化 */
}

/* bootstrap */
/* button */
.btn-secondary {
    background-color: #7A6565 !important;
    border-color: #7A6565 !important;
}
.btn-secondary:hover {
    background-color: #6B5757 !important;
    border-color: #6B5757 !important;
}

.btn-xs {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
}

/* その他 */
.icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.icon-loc {
    width: 12px;
    height: 16px;
    margin-right: 3px;
}
.icon-icon {
    width: 91px;
    height: 97px;
}
.icon-type {
    width: auto;
    height: 20px;
}
.icon-type-check {
    width: 24px;
    height: 24px;
}
.icon-upload {
    width: 80px;
    height: 80px;
    display: inline-block;
}
.icon-url {
    width: auto;
    height: 30px;
}

.menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-check-mood:checked {
    background-color: #6c757d;
    border-color: #6c757d;
}

/* MAP調整用 */
.map {
    background-color: #F4E0E0;
}

.map_material {
    background-color: #fff;
    height: 40px;
    margin: 10px 0px 22px 5px;
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    color: rgb(25,25,25);
    cursor: pointer;
    font-family: Roboto,Arial,sans-serif;
    font-size: 16px;
    line-height: 36px;
}

.map_icon {
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.map_btn_clear {
    position: absolute;
    top: calc(50% - 6px);
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}