@charset "utf-8";
@media  only screen and (min-width: 500px){
 body#kage .box.g_mail_b h1 {
  font-size: 25px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
}
@media only screen and (max-width: 499px) {
	  body#kage .box.g_mail_b h1 {
    font-size: 20px;
	    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  }
}

@media  only screen and (min-width: 771px){
    body#kage #header-search {
        height: 40px;
        right: 148px;
        top: 20px;
        margin-right: 46px !important;
    }
    .mobile-minicart .skip-cart .count {
        position: inherit !important;
        margin-bottom: -9px !important;
    }
    .mobile-minicart .skip-cart .icon {
        margin-right: 7px !important;
        margin-top: 3px !important;
    }
    .mobile-minicart .skip-cart .label {
        margin-top: 4px !important;
        display: inline-block !important;
        font-size: 16px !important;
    }
    body#kage .mobile-minicart .skip-link .label{
        font-size: 16px !important;
        margin-top: 4px !important
    }
    body#kage .mobile-minicart .skip-cart .count{
        margin-bottom: -12px !important;
    }
    body#kage .mobile-minicart .skip-cart .icon{
        margin-right: 9px !important;
        display: inline-block;
        background-size: 100% !important;
    }
    .mobile-minicart{
        width: 172px !important;
        height: auto !important;
        padding-left: 4px
    }
}
#posttoaddr{
    margin-left : 5px;
}
.reien-info-modal-container .modal-box span {
    display: inline !important;
}
.ui-datepicker-calendar .highlight-sunday a {
    color: red !important;
}
.ui-datepicker-calendar .highlight-saturday a {
    color: #009ccf !important;
}
.ui-datepicker-calendar .holiday-highlight {
    color: red !important;
}
.ui-datepicker-calendar .disabled-date-holiday .ui-state-default {
    color: red !important;
}
.ui-datepicker-calendar .disabled-highlight-saturday .ui-state-default {
    color: #009ccf !important;
}
.ui-datepicker-calendar .highlight-saturday a:hover {
    color: #ffffff !important;
}
.ui-datepicker-calendar .highlight-saturday a.ui-state-default.ui-state-active {
    color: #fff !important;
}
.ui-datepicker-calendar .disabled-highlight-sunday .ui-state-default {
    color: red !important;
}
.ui-datepicker-calendar .highlight-sunday a:hover {
    color: #ffffff !important;
}
.ui-datepicker-calendar .highlight-sunday .ui-state-active {
    color: white !important;
}
.ui-datepicker-calendar .tel-active {
    color: white !important;
}
body#kage ul.progress-dot li:before {
    margin: 0 auto 4px auto;
}
.reien-visit-form {
    padding-left: 25px;
}
.kengaku-mailform {
    padding-left: 26px;
}
.ui-datepicker td {
    padding: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    padding-bottom: 20px;
    position: relative;
}
  .reserve-tel {
                        top: 18px;
                        position: absolute;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: auto;
                        font-size: 12px!important;
                        padding-top: 5px;
                    }
.ui-datepicker table {
    font-size: 1.2em;
}
.reserve-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 25px;
    margin-bottom: 20px;
}
.reserve-form .reserve-item {
    width: 48%;
}
.reserve-form .reserve-item .form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reserve-form .reserve-item .form-box .form-box-date {
    width: 58%;
}
.reserve-form .reserve-item .form-box .form-box-time {
    width: 40%;
}
.reserve-form .reserve-item .form-box input[type="text"],
.reserve-form .reserve-item .form-box select {
    height: 40px;
    width: 100%;
    border-radius: 3px;
}
.reserve-form .form-title {
    font-size: 20px;
    font-weight: bold;
    color: #004d99;
    margin-bottom: 10px;
    text-align: left;
    display: block;
}
.reserve-form .req {
    background-color: #cc0000;
    border-radius: 3px;
    color: #fff;
    margin-right: 7px;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 90%;
}
.reserve-form .opt {
    color: #000;
    font-weight: normal;
    font-size: 90%;
}

@media  only screen and (max-width: 769px) {
    .reien-visit-form {
        padding-left: 0;
    }
    .kengaku-mailform {
        padding-left: 22px;
    }
    .ui-datepicker td {
        padding: 0;
    }
    .reserve-form {
        padding-left: 0;
    }
    .reserve-form .reserve-item {
        width: 100%;
    }
    .reserve-form .reserve-item + .reserve-item {
        margin-top: 10px;
    }
    .reserve-form .form-title {
        font-size: 16px;
        font-weight: normal;
        color: #000;
        margin-bottom: 5px;
    }
}

@media  only screen and (max-width: 500px) {
    body#kage .extDocumentForm .box.g_mail_b ul.g_type1 li.reserve-form-furigana {
        padding-right: 0.5%;
    }
}