/* ==================
  預ける
  */


/* タブ */

.leaveTab {
    display: flex;
    background-color: #FDE67C;
    padding: 2px;
    border-radius: 10px;
    height: 40px;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.leaveTab__link {
    width: 50%;
    line-height: 2.143;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

.leaveTab__link.is-active {
    background-color: #F87549;
    color: #fff;
}


/* 上部検索 */

.leaveSearch {
    z-index: 1;
    position: relative;
}

.leaveSearch__label {
    border: 1px solid #fff;
    display: flex;
    border-radius: 10px;
    height: 36px;
    background-color: rgba(255, 255, 255, .15);
    align-items: center;
    padding: 8px 10px;
    color: #fff;
}

.leaveSearch__input {
    font-size: 12px;
}

.leaveSearch__input::placeholder {
    color: #fff;
}

.iconDate,
.iconMap {
    width: 15px;
    margin-right: 10px;
}

.iconDate {
    background: no-repeat center url(../images/icon_date.svg);
    height: 15px;
}

.iconMap {
    background: no-repeat center url(../images/icon_map.svg);
    height: 17px;
}


/* ==================
  預ける 一覧
  */


/* 一覧 */

.leaveList__item {
    background-color: #fff;
    border-radius: 10px;
}

.leaveInfo {
    display: flex;
    justify-content: space-between;
}

.leaveInfo__left {
    display: block;
}

.leaveInfo__title {
    font-weight: bold;
    padding: 20px;
}

.leaveInfo__contents {
    display: flex;
    padding: 0 20px 20px;
}

.leaveInfo__image {
    margin-right: 16px;
}

.leaveInfo__listItem {
    display: flex;
    padding: 2px;
    margin: 5px 0;
    font-size: 14px;
}

.leaveInfo__icon {
    margin-right: 6px;
}

.iconDeposited {
    background: no-repeat center url(../images/icon_deposited.svg);
    width: 17px;
    height: 16px;
}

.iconPrice {
    background: no-repeat center url(../images/icon_price.svg);
    width: 17px;
    height: 16px;
}

.iconMap2 {
    background: no-repeat center url(../images/icon_map2.svg);
    width: 17px;
    height: 16px;
}

.leaveInfo__right {
    width: 78px;
    padding: 10px;
}

.leaveInfo__linkItem:nth-child(n + 2) {
    margin-top: 10px;
}

.leaveInfo__link {
    width: 58px;
    border-radius: 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F4F4F4;
    font-weight: bold;
    font-size: 14px;
}

.leaveInfo__link--leave {
    background-color: #FDE67C;
}

.leaveSchedule {
    height: 96px;
    position: relative;
    overflow: hidden;
}

.leaveSchedule__nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 210px;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 14px;
    z-index: 1;
}

.leaveSchedule__navButton {
    background-color: #f4f4f4;
    padding: 10px 10px 5px;
    border-radius: 8px;
    display: flex;
}

.leaveSchedule__navButton--prev,
.leaveSchedule__navButton--next {
    font-weight: bold;
}

.leaveSchedule__navButton--date {
    pointer-events: none;
}

.leaveSchedule__nav {
    position: relative;
    width: 100%;
}

.leaveSchedule__navItemBefore,
.leaveSchedule__navItemCenter,
.leaveSchedule__navItemAfter {
    display: block;
    border: 6px solid #fff;
    height: 6px;
    transform: translateY(9px);
}

.leaveSchedule__navItemCenter {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: none;
}

.leaveSchedule__navItemBefore {
    border-bottom-right-radius: 6px;
    border-top: none;
    flex-grow: 1;
}

.leaveSchedule__navItemAfter {
    border-bottom-left-radius: 6px;
    border-top: none;
    flex-grow: 1;
}

.leaveSchedule__inputDate {
    width: 100px;
    text-align: center;
    height: 18px;
}

.leaveSchedule__base {
    width: 100%;
    height: 87px;
    background-color: #f4f4f4;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    padding: 26px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.leaveSchedule__time {
    width: 267px;
    overflow-y: scroll;
    font-size: 12px;
}

.leaveSchedule__time::-webkit-scrollbar {
    display: none;
}

.leaveSchedule__timeWrap {
    display: flex;
}

.leaveSchedule__timeBox {
    display: block;
    background-color: #fff;
    width: 47px;
    height: 30px;
    position: relative;
    margin-left: 3px;
    border-radius: 2px;
}

.leaveSchedule__timeItem.is-active .leaveSchedule__timeBox {
    background-color: #FDD6FF;
}

.leaveSchedule__timeBox::before {
    content: "";
    width: 1px;
    height: 30px;
    margin-right: 1px;
    background-color: orange;
    display: block;
    position: absolute;
    left: -2px;
}

.leaveSchedule__timeItem {
    height: 51px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leaveSchedule__arrow {
    width: 30px;
    height: 34px;
    display: block;
}

.leaveSchedule__arrow--prev {
    background: no-repeat center url(../images/icon_arrowprev.svg);
}

.leaveSchedule__arrow--next {
    background: no-repeat center url(../images/icon_arrownext.svg);
}


/* お知らせ */

.information {
    position: fixed;
    /* bottom: 0;//変更0908 */
    bottom: 10px;
    /* width: 100%;//変更0908 */
    width: calc(100% - 40px);
    height: 65px;
    /* //変更0908:以下追加 */
    margin: 0 20px 0 20px;
    padding: 14px 20px;
    background-color: #fff;
    /* border-radius: 20px 20px 0 0;//変更0908 */
    border-radius: 50vh;
    z-index: 500;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* box-shadow: 0px -6px 6px rgb(0 0 0 / 10%);//変更0908 */
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: all;
}

.information.is-active {
    transform: translateY(0);
    opacity: 1;
}

.information__title {
    font-size: 12px;
    color: #F87549;
    display: flex;
    align-items: center;
}

.information__title::before {
    content: "";
    background: no-repeat center url(../images/icon_bell.svg);
    width: 12px;
    height: 15px;
    display: block;
    margin-right: 5px;
}

.information__text {
    font-size: 14px;
}

.information__time {
    margin-right: 5px;
}


/* ==================
  預ける 地図
  */

.leaveMap .leaveSearch__label {
    background-color: #F4F4F4;
    color: initial;
    box-shadow: 0px 6px 6px rgba(0 0 0 / 10%);
    border: none;
}

.leaveMap .iconDate {
    background-image: url(../images/icon_date2.svg);
}

.leaveMap .leaveTab {
    box-shadow: 0px 6px 6px rgba(0 0 0 / 10%);
}

.map {
    height: 100vh;
    width: 100%;
    position: fixed!important;
    top: 0;
    left: 0;
}

.map__info {
    display: flex;
    color: #F87549;
    font-weight: bold;
}

.map__infoIcon {
    width: 18px;
    height: 18px;
    background: no-repeat center url(../images/icon_place.svg);
    display: block;
    margin-right: 5px;
    font-size: 12px;
}

.map .gm-ui-hover-effect {
    display: none!important;
}


/* 下部スライド */

.leaveList--slide {
    position: fixed;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 200ms ease;
}

.leaveList--slide.is-active {
    opacity: 1;
    pointer-events: all;
}

.leaveList__slide {
    padding: 0 20px;
    display: flex;
}

.leaveList--slide .leaveList__item {
    width: calc(100% - 10px);
    margin: 10px 5px;
    flex-shrink: 0;
}

.leaveList__button {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 60px;
}

.leaveList__button--prev {
    left: 0;
    border-radius: 0 5px 5px 0;
    background: #FDE67C no-repeat center url(../images/icon_arrowprev.svg);
}

.leaveList__button--next {
    right: 0;
    border-radius: 5px 0 0 5px;
    background: #FDE67C no-repeat center url(../images/icon_arrownext.svg);
}


/* ==================
  預ける 依頼登録
  */

.leaveRegister .leaveSchedule__base {
    border-radius: 0;
}

.leaveRegisterForm {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding-bottom: 30px;
}

.leaveRegisterForm__item {
    padding: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.leaveRegister .leaveDate {
    background-color: #f4f4f4;
    display: flex;
    height: 36px;
    border-radius: 10px;
    align-items: center;
    padding: 0 12px;
}

.leaveDate__input {
    position: absolute;
    opacity: 0;
}

.leaveDate__value {
    width: 100%;
    font-size: 12px;
}

.leaveRegister .iconDate {
    background-image: url(../images/icon_date2.svg);
}

.leaveRegisterForm__submit {
    width: 198px;
    height: 60px;
    margin: 30px auto 0;
}

.leaveRegisterForm__cuponInfo {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 10px;
    width: 198px;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    justify-content: space-around;
    padding: 0 10px;
}

.leaveRegisterForm__cuponIcon {
    width: 20px;
    height: 14px;
    background: no-repeat center url(../images/icon_cupon.svg);
}

.leaveRegisterForm__cuponNum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
}

.leaveRegisterForm__cuponLabel {
    display: block;
    width: 210px;
}

.leaveRegisterForm__cuponText {
    font-size: 12px;
    color: #7F7F7F;
}

.leaveRegisterForm__cuponBtn {
    width: 58px;
    height: 40px;
}

.leaveRegisterForm__price {
    font-size: 24px;
    font-weight: bold;
    color: #F87549;
}

.leaveRegisterForm__priceTax {
    font-size: 14px;
}

.leaveRegisterForm__close {
    padding: 5px;
}

.leaveRegisterForm__closeIcon {
    display: block;
    width: 15px;
    height: 15px;
    background: no-repeat center url(../images/icon_close.svg);
}

.leaveRegisterForm__cuponPrice {
    align-items: flex-end;
    display: none;
    margin-top: 20px;
}

.leaveRegisterForm__cuponPrice.is-active {
    display: flex;
}

.gm-style .gm-style-iw-c {
    padding: 6px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    -webkit-appearance: inherit!important;
}