#SearchModal{
    height: 100vh !important;
}
.modal{
    display: none;
}
.modal .modal_wrap{
    max-height: 90vh !important;
}
.modal .modal_inner{
    min-height: auto;
    overflow-y: auto;
    max-height: 90vh !important;
}
.modal-body{
    font-size: 16px;
}
.modal .modal_close:hover{
    opacity: 1;
    box-shadow: inset 0 0 6px #FFF;
    border-radius: 50%;
}
.alert.alert-success{
    padding: 5px 15px;
    margin-bottom: 20px;
    background: #2bbc59;
    color: #FFF;
}
.alert.alert-danger{
    padding: 5px 15px;
    margin-bottom: 20px;
    background: #c30000;
    color: #FFF;
}
.text-danger{
    color: #c30000;
}
.color_red{
    color: red !important;
}
.font_bold{
    font-weight: bold !important;
}
.mg-top-0{
    margin-top: 0;
}
.mg-top-10{
    margin-top: 10px;
}
.mg-bottom-10{
    margin-bottom: 10px;
}
.mg-bottom-30{
    margin-bottom: 30px;
}
.mg-left-0{
    margin-left: 0;
}
.mg-left-30{
    margin-left: 30px;
}
.text-sm{
    font-size: 13px;
}
.d_flex{
    display: flex;
    align-items: center;
}
.invalid-feedback{
    display: none;
    color: #c30000;
    padding-top: 5px;
    font-size: 13px;
}
input.is-invalid,
select.is-invalid,
textarea.is-invalid{
    box-shadow: inset 0 0 4px rgba(249, 0, 42, 0.4);
}
/* modal */
.modal .modal_inner{
    overflow-y: auto !important;
}
.public_modal h3 {
    font-size: 36px !important;
    color: #000000;
    line-height: 40px;
    padding-bottom: 15px;
    border-bottom: 4px solid #e1e1e1;
    margin: 0 0 60px;
}
.public_modal .modal_wrap,
.public_modal .modal_wrap{
    height: 60vh;
}
.public_modal .modal_inner{
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
}
.public_modal .lead{
    font-size: 16px;
    padding-bottom: 20px;
}
.public_modal ul.group_list{
    padding-left: 30px;
}
.public_modal ul.group_list li{
    display: inline-block;
    margin-right: 30px;
    padding: 5px 0;
}
.public_modal .packageBox {
    border: 1px solid #e1e1e1;
    border-top-width: 4px;
    padding: 30px;
}
.public_modal h5 {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #000000;
    font-size: 14px !important;
    font-weight: bold;
    color: #ffffff;
    padding: 1px 9px;
    line-height: 28px;
    letter-spacing: 0.05em;
}
/* common confirm modal */
#public_confirm.modal .modal_wrap,
#image_modal.modal .modal_wrap{
    max-width: 650px !important;
}
#public_confirm.modal .modal_inner,
#image_modal.modal .modal_inner{
    padding: 25px 30px !important;
}
#public_confirm .service h3,
#image_modal .service h3{
    font-size: 23px !important;
    color: #000000;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 4px solid #e1e1e1;
    margin: 0 0 30px;
}
#public_confirm .modal-body,
#image_modal .modal-body{
    font-size: 18px;
    line-height: 1.5;
}
#public_confirm .btnConfirm,
#public_confirm .btnCancel,
#image_modal .btnConfirm,
#image_modal .btnCancel{
    min-width: 150px;
}
/* common error modal */
#ajax_error.modal .modal_wrap{
    max-width: 650px !important;
}
#ajax_error.modal .modal_inner{
    padding: 25px 30px !important;
}
#ajax_error .service h3{
    font-size: 23px !important;
    color: #000000;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 4px solid #e1e1e1;
    margin: 0 0 30px;
}
#ajax_error .modal-body{
    font-size: 18px;
    line-height: 1.5;
}
#ajax_error .btnConfirm{
    min-width: 150px;
}
/* loader */
#publicLoadingModal{
    z-index: 999999;
}
#publicLoadingModal .modal_wrap{
    background: none;
}
#publicLoadingModal.modal .modal_inner{
    overflow-y: unset;
}
.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.tooltip {
    position: relative;
    cursor: pointer;
}
.tooltip-text {
    opacity: 0;
    visibility: hidden;
    position: absolute !important;
    display: block;
    width: 200px;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    font-size: 0.8rem;
    line-height: 1.3;
    background: #333;
    color: #fff;
    border-radius: 3px;
    transition: 0.3s ease-in;
    white-space: normal !important;
}
.tooltip-text:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 7px solid #333;
}
/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover .tooltip-text {
    opacity: .8;
    visibility: visible;
}
.service_onetime h4 .iconQue {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../common/img/contents/icon_04.png) no-repeat left top;
    background-size: contain;
    margin-left: 8px;
    vertical-align: bottom;
}
/* ページャー */
#PageShop #Main .contBox ul li span.page_dot{
    display: block;
    width: 28px;
    height: 30px;
    color: #666;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
nav.pageMove ul li.prev {
    background: transparent url(../img/contents/category_arrow1.png) no-repeat scroll left top / 16px 30px;
}
nav.pageMove ul li.next {
    background: url(../img/contents/category_arrow2.png) no-repeat top right;
}
nav.pageMove ul li span.current_page {
    display: block;
    width: 28px;
    height: 30px;
    color: #aaa;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
nav.pageMove ul li a {
    color: #666;
    text-decoration: underline;
}
span.must {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #c659ba;
    padding: 5px 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    line-height: 1.5;
}
/* input type="number"にした場合の右端矢印を無効化 */
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
/* テキストリンク */
.link_text {
    text-decoration: underline !important;
    color: #a91e9a !important;
    text-align: center;
    display: block;
}
.onetime_img{
    width: 100%;
    height: 100%;
    background: #f0d9ee;
    border: solid 2px #f0d9ee;
    border-radius: 50%;
    box-shadow: 0 0 5px 3px #ffffff inset;
    position: relative;
}
.onetime_img::before{
    content: 'ONETIME\AOPTION';
    color: #ce70c3;
    position: absolute;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: pre;
}
@media print, screen and (min-width: 768px){
    nav.pageMove {
        margin: 30px 0;
    }
    nav.pageMove ul {
        position: relative;
        width: auto !important;
        margin: 0 auto;
        text-align: center;
    }
    nav.pageMove ul li {
        display: inline-block;
        width: 28px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    nav.pageMove ul li.prev {
        position: unset !important;
        background: transparent url(../common/img/contents/category_arrow1.png) no-repeat scroll left top / 16px 30px !important;
        text-indent: -9999px;
        font-size: 16px;
        line-height: 30px;
        width: 28px !important;
        height: 30px !important;
    }
    nav.pageMove ul li.next {
        position: unset !important;
        width: 28px !important;
        height: 30px !important;
        text-indent: -9999px;
        background: transparent url(../common/img/contents/category_arrow2.png) no-repeat top right / 16px 30px !important;
    }
    nav.pageMove ul li.prev a,
    nav.pageMove ul li.next a {
        display: block;
        width: 100%;
        height: 100%;
        color: #666;
        text-decoration: underline;
    }
    aside.sub h3 {
        font-size: 16px !important;
    }
}
@media print, screen and (max-width: 767px){
    nav.pageMove {
        margin: 30px 0;
    }
    nav.pageMove ul li.prev,
    nav.pageMove ul li.next {
        position: unset;
    }
    nav.pageMove ul {
        position: relative;
        width: auto !important;
        margin: 0 auto;
        text-align: center;
    }
    nav.pageMove ul li {
        display: inline-block;
        width: 28px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    nav.pageMove ul li.prev,
    nav.pageMove ul li.next {
        position: unset !important;
        width: 16px;
        height: 30px;
        text-indent: -9999px;
    }
    nav.pageMove ul li.prev {
        background: transparent url(../common/img/contents/category_arrow1.png) no-repeat scroll left top / 16px 30px !important;
        font-size: 16px;
        line-height: 30px;
    }
    nav.pageMove ul li.next {
        position: unset !important;
        font-size: 16px;
        background: transparent url(../common/img/contents/category_arrow2.png) no-repeat top right / 16px 30px !important;
    }
    #PageShop.pageCategory #Main #ContBox01 li.next{
        background-position: top right;
    }
    nav.pageMove ul li.prev {
        top: 0;
        left: 0;
    }
    .cart h3,
    .cart .address dt,
    .cart .date dt{
        position: relative;
    }
    .cart .tooltip{
        position: unset;
    }
    .cart .tooltip-text {
        left: 0;
        bottom: unset;
        top: 0;
        transform: unset;
        margin-bottom: 18px;
    }
    .tooltip-text:before{
        content: unset;
    }
}
@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0 -2.6em 0 0 #ffffff, 1.8em -1.8em 0 0 rgba(255,255,255, 0.2), 2.5em 0 0 0 rgba(255,255,255, 0.2), 1.75em 1.75em 0 0 rgba(255,255,255, 0.2), 0 2.5em 0 0 rgba(255,255,255, 0.2), -1.8em 1.8em 0 0 rgba(255,255,255, 0.2), -2.6em 0 0 0 rgba(255,255,255, 0.5), -1.8em -1.8em 0 0 rgba(255,255,255, 0.7);
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.7), 1.8em -1.8em 0 0 #ffffff, 2.5em 0 0 0 rgba(255,255,255, 0.2), 1.75em 1.75em 0 0 rgba(255,255,255, 0.2), 0 2.5em 0 0 rgba(255,255,255, 0.2), -1.8em 1.8em 0 0 rgba(255,255,255, 0.2), -2.6em 0 0 0 rgba(255,255,255, 0.2), -1.8em -1.8em 0 0 rgba(255,255,255, 0.5);
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.5), 1.8em -1.8em 0 0 rgba(255,255,255, 0.7), 2.5em 0 0 0 #ffffff, 1.75em 1.75em 0 0 rgba(255,255,255, 0.2), 0 2.5em 0 0 rgba(255,255,255, 0.2), -1.8em 1.8em 0 0 rgba(255,255,255, 0.2), -2.6em 0 0 0 rgba(255,255,255, 0.2), -1.8em -1.8em 0 0 rgba(255,255,255, 0.2);
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.2), 1.8em -1.8em 0 0 rgba(255,255,255, 0.5), 2.5em 0 0 0 rgba(255,255,255, 0.7), 1.75em 1.75em 0 0 #ffffff, 0 2.5em 0 0 rgba(255,255,255, 0.2), -1.8em 1.8em 0 0 rgba(255,255,255, 0.2), -2.6em 0 0 0 rgba(255,255,255, 0.2), -1.8em -1.8em 0 0 rgba(255,255,255, 0.2);
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.2), 1.8em -1.8em 0 0 rgba(255,255,255, 0.2), 2.5em 0 0 0 rgba(255,255,255, 0.5), 1.75em 1.75em 0 0 rgba(255,255,255, 0.7), 0 2.5em 0 0 #ffffff, -1.8em 1.8em 0 0 rgba(255,255,255, 0.2), -2.6em 0 0 0 rgba(255,255,255, 0.2), -1.8em -1.8em 0 0 rgba(255,255,255, 0.2);
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.2), 1.8em -1.8em 0 0 rgba(255,255,255, 0.2), 2.5em 0 0 0 rgba(255,255,255, 0.2), 1.75em 1.75em 0 0 rgba(255,255,255, 0.5), 0 2.5em 0 0 rgba(255,255,255, 0.7), -1.8em 1.8em 0 0 #ffffff, -2.6em 0 0 0 rgba(255,255,255, 0.2), -1.8em -1.8em 0 0 rgba(255,255,255, 0.2);
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.2), 1.8em -1.8em 0 0 rgba(255,255,255, 0.2), 2.5em 0 0 0 rgba(255,255,255, 0.2), 1.75em 1.75em 0 0 rgba(255,255,255, 0.2), 0 2.5em 0 0 rgba(255,255,255, 0.5), -1.8em 1.8em 0 0 rgba(255,255,255, 0.7), -2.6em 0 0 0 #ffffff, -1.8em -1.8em 0 0 rgba(255,255,255, 0.2);
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.2), 1.8em -1.8em 0 0 rgba(255,255,255, 0.2), 2.5em 0 0 0 rgba(255,255,255, 0.2), 1.75em 1.75em 0 0 rgba(255,255,255, 0.2), 0 2.5em 0 0 rgba(255,255,255, 0.2), -1.8em 1.8em 0 0 rgba(255,255,255, 0.5), -2.6em 0 0 0 rgba(255,255,255, 0.7), -1.8em -1.8em 0 0 #ffffff;
    }
}
@keyframes load5 {
    0%,
    100% {
        box-shadow: 0 -2.6em 0 0 #ffffff, 1.8em -1.8em 0 0 rgba(255,255,255, 0.2), 2.5em 0 0 0 rgba(255,255,255, 0.2), 1.75em 1.75em 0 0 rgba(255,255,255, 0.2), 0 2.5em 0 0 rgba(255,255,255, 0.2), -1.8em 1.8em 0 0 rgba(255,255,255, 0.2), -2.6em 0 0 0 rgba(255,255,255, 0.5), -1.8em -1.8em 0 0 rgba(255,255,255, 0.7);
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.7), 1.8em -1.8em 0 0 #ffffff, 2.5em 0 0 0 rgba(255,255,255, 0.2), 1.75em 1.75em 0 0 rgba(255,255,255, 0.2), 0 2.5em 0 0 rgba(255,255,255, 0.2), -1.8em 1.8em 0 0 rgba(255,255,255, 0.2), -2.6em 0 0 0 rgba(255,255,255, 0.2), -1.8em -1.8em 0 0 rgba(255,255,255, 0.5);
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.5), 1.8em -1.8em 0 0 rgba(255,255,255, 0.7), 2.5em 0 0 0 #ffffff, 1.75em 1.75em 0 0 rgba(255,255,255, 0.2), 0 2.5em 0 0 rgba(255,255,255, 0.2), -1.8em 1.8em 0 0 rgba(255,255,255, 0.2), -2.6em 0 0 0 rgba(255,255,255, 0.2), -1.8em -1.8em 0 0 rgba(255,255,255, 0.2);
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.2), 1.8em -1.8em 0 0 rgba(255,255,255, 0.5), 2.5em 0 0 0 rgba(255,255,255, 0.7), 1.75em 1.75em 0 0 #ffffff, 0 2.5em 0 0 rgba(255,255,255, 0.2), -1.8em 1.8em 0 0 rgba(255,255,255, 0.2), -2.6em 0 0 0 rgba(255,255,255, 0.2), -1.8em -1.8em 0 0 rgba(255,255,255, 0.2);
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.2), 1.8em -1.8em 0 0 rgba(255,255,255, 0.2), 2.5em 0 0 0 rgba(255,255,255, 0.5), 1.75em 1.75em 0 0 rgba(255,255,255, 0.7), 0 2.5em 0 0 #ffffff, -1.8em 1.8em 0 0 rgba(255,255,255, 0.2), -2.6em 0 0 0 rgba(255,255,255, 0.2), -1.8em -1.8em 0 0 rgba(255,255,255, 0.2);
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.2), 1.8em -1.8em 0 0 rgba(255,255,255, 0.2), 2.5em 0 0 0 rgba(255,255,255, 0.2), 1.75em 1.75em 0 0 rgba(255,255,255, 0.5), 0 2.5em 0 0 rgba(255,255,255, 0.7), -1.8em 1.8em 0 0 #ffffff, -2.6em 0 0 0 rgba(255,255,255, 0.2), -1.8em -1.8em 0 0 rgba(255,255,255, 0.2);
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.2), 1.8em -1.8em 0 0 rgba(255,255,255, 0.2), 2.5em 0 0 0 rgba(255,255,255, 0.2), 1.75em 1.75em 0 0 rgba(255,255,255, 0.2), 0 2.5em 0 0 rgba(255,255,255, 0.5), -1.8em 1.8em 0 0 rgba(255,255,255, 0.7), -2.6em 0 0 0 #ffffff, -1.8em -1.8em 0 0 rgba(255,255,255, 0.2);
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255, 0.2), 1.8em -1.8em 0 0 rgba(255,255,255, 0.2), 2.5em 0 0 0 rgba(255,255,255, 0.2), 1.75em 1.75em 0 0 rgba(255,255,255, 0.2), 0 2.5em 0 0 rgba(255,255,255, 0.2), -1.8em 1.8em 0 0 rgba(255,255,255, 0.5), -2.6em 0 0 0 rgba(255,255,255, 0.7), -1.8em -1.8em 0 0 #ffffff;
    }
}

