@charset "utf-8";
#ota-contact-wrapper {
    background-color: #e9ecef;
}
#ota-contact-wrapper div.mb-ota-contact {
    margin-bottom: 4rem!important;
}
div.ota-link-info {
    display: inline-block;
    word-break: break-all;
}
.link-border {
    margin:0px;
    height:1px;
    border-width:0px;
    background-color: #747475;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
}
.shadow-top {
    box-shadow: .5rem 0 1rem rgba(0,0,0,.15)!important;
}

.product-name-truncate {
    position: relative;
    /* UPD 2023/11/16 t.nishimura START 商品名を大きめに変更 */
    /* max-height: calc(1.0rem * 1.2 * 2); */
    /* font-size: 1.0rem; */
    /* line-height: 1.2; */
    /* max-height計算式: font-size × line-height × 2行表示 */
    max-height: calc(1.1rem * 1.5 * 2);
    font-size: 1.1rem;
    line-height: 1.5;
    /* UPD 2023/11/16 t.nishimura END */
    /* UPD 2023/05/08 START */
    /* word-break: break-all; */
    word-break: break-word;
    /* UPD 2023/05/08 END */
    overflow: hidden;
}
.product-name-truncate::before,
.product-name-truncate::after {
    position: absolute;
    background: #fff;
}
.product-name-truncate::before {
    content: '...';
    /* UPD 2023/11/16 t.nishimura START 商品名を大きめに変更 */
    /* top: calc(1.0rem * 1.2 * (2 - 1)); */
    /* top計算式: font-size × line-height × (表示箇所の行数 - 1) */
    top: calc(1.1rem * 1.5 * (2 - 1));
    /* UPD 2023/11/16 t.nishimura END */
    right: 0;
    /* UPD 2023/11/16 t.nishimura START 商品名を大きめに変更 */
    /* width: 1.0rem; */
    width: 1.5rem;
    /* UPD 2023/11/16 t.nishimura END */
    /* ADD 2023/05/08 START */
    color: #007bff;
    /* ADD 2023/05/08 END */
}
.product-name-truncate::after {
    content: '';
    width: 100%;
    height: 100%;
}
/* ADD 2023/05/08 START */
div.card-body:hover .product-name-truncate::before,
div.card-body:focus .product-name-truncate::before {
    color: #0056b3 !important;
}
/* ADD 2023/05/08 END */

/* ADD 2023/11/20 t.nishimura START カードの角丸を強調 */
div.card {
    border-radius: 0.75rem;
}
/* ADD 2023/11/20 t.nishimura END*/

/* ADD 2023/11/16 t.nishimura START 商品名を大きめに変更 */
.product-date-price {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    background-color: rgba(0,0,0,.03);
}
/* ADD 2023/11/16 t.nishimura END*/

.product-text-truncate {
    position: relative;
    max-height: calc(14 * 1.8 * 4 * 1px);
    font-size: 14px;
    line-height: 1.8;
    /* UPD 2023/05/08 START */
    /* word-break: break-all; */
    word-break: break-word;
    /* UPD 2023/05/08 END */
    overflow: hidden;
}
.product-text-truncate::before,
.product-text-truncate::after {
    position: absolute;
    background: #fff;
}
.product-text-truncate::before {
    content: '...';
    top: calc(14 * 1.8 * (4 - 1) * 1px);
    right: 0;
    width: 14px;
}
.product-text-truncate::after {
    content: '';
    width: 100%;
    height: 100%;
}

div.aspect-ratio {
    position: relative;
}
div.aspect-ratio:before {
    content:"";
    display: block;
}
div.aspect-ratio {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
div.aspect-ratio.aspect-ratio-16-9:before {
    padding-top: 56.25%;
}
div.aspect-ratio.aspect-ratio-3-2:before {
    padding-top: 66.67%;
}
div.aspect-ratio.aspect-ratio-4-3:before {
    padding-top: 75%;
}

.no-image-content {
    background-color: #ccc;
    color: #999;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-carousel .carousel-inner {
  margin-bottom: calc(9px * 9);
}
#product-carousel .carousel-indicators {
  bottom: calc(-9px * 9);
  z-index: 0;
}
#product-carousel .carousel-indicators div {
  width: calc(9px * 16);
  height: calc(9px * 9);
}
#product-carousel .carousel-indicators div.active canvas {
  opacity: 1.0 !important;
  border-style: solid;
  border-color: #007bff;
}
#product-carousel .carousel-indicators div canvas {
  opacity: 0.5;
  cursor: pointer;
}
#product-carousel .carousel-control-prev,
#product-carousel .carousel-control-next {
    opacity: 1;
}

/* bootstrap-datepicker disabled day */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #CCC;
}

/* ADD 2024/03 定期verup Datepickerのverupに伴うサイズ調整 START */
.datepicker table tr th.dow {
    width: 40px;
}

.datepicker table tr td.day {
    height: 40px;
}
/* ADD 2024/03 定期verup END */

/* placeholder */
.form-control::-webkit-input-placeholder {
    /* for Webkit*/
    color: #cccccc;
    font-size: 0.9em;
}
.form-control::-moz-placeholder {
    /* for Firefox */
    color: #cccccc;
    font-size: 0.9em;
}
.form-control:-moz-placeholder {
    /* for Firefox 18以前 */
    color: #cccccc;
    font-size: 0.9em;
}
.form-control:-ms-input-placeholder {
    /* for Windows IE用 */
    color: #cccccc;
    font-size: 0.9em;
}

/* validation errors */
*[data-error-of] {
    display: none;
}
.show-errors *[data-error-of].show {
    display: block;
}
.show-errors .form-control:invalid {
    border: 1px solid #f00;
}
.show-errors .form-control:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,0,0,.25);
}

.travel-date-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
}

#top-scroll-button {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    opacity: 0.0;
    cursor: default;
}

.fadein {
    animation: fadein 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    cursor: pointer !important;
}
@keyframes fadein {
    0% {opacity: 0.0}
    100% {opacity: 1.0}
}
.fadeout {
    animation: fadeout 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeout {
    0% {opacity: 1.0}
    100% {opacity: 0.0}
}

/* IEのみに適応 */
@media all and (-ms-high-contrast: none) {
    .product-wrapper .card-body {
        height: 600px;
    }
}
/* FireFoxのみに適応 */
@-moz-document url-prefix() {
    /* ここに書く */
    body * {
        word-wrap: break-word;
    }

    #plan-detail-wrapper .nav-item {
        width: auto;
        max-width: 100%;
    }
}

/* loading */
.overlay {
    position: fixed;
    z-index: 99;
    background: rgba(255, 255, 255, 0);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}
.overlay.op_on {
    display: block;
}
.overlay_cnt {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 78vmin;
    height: 44vmin;
    margin: auto;
    background: #fff;
    border-radius: 0.6vmin;
}
.loading.overlay.op_on {
    background-color: rgba(255,255,255,0.5);
}
.loading.overlay .overlay_cnt {
    background-color: transparent;
    text-align:center;
}
.loading.overlay .spinner-border {
    width: 15rem;
    height: 15rem;
    border-width: 0.8rem;
}

/* tags-group */
#tags-group label{
    cursor: pointer;
    text-align: left!important;
}

.product-wrapper .product-tags {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ADD 2023/11/20 t.nishimura START カードの角丸を強調 */
#tags-group .btn {
    border-radius: 0.75rem;
}
/* ADD 2023/11/20 t.nishimura END */

c-product-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Extra small */
@media (max-width:575px) {
    /* tags-group の画面サイズ別ボタン表示個数制御*/
    /* n+99形式で記述、(99部分の数字-1)個を画面に表示する*/
    div #tags-group > label[class~='tag-auto-none'][name='tagsLabel']:nth-child(n+12){
        display: none!important;
    }
}
/* Small */
@media (min-width:576px) and (max-width:767px) {
    /* tags-group の画面サイズ別ボタン表示個数制御*/
    /* n+99形式で記述、(99部分の数字-1)個を画面に表示する*/
    div #tags-group > label[class~='tag-auto-none'][name='tagsLabel']:nth-child(n+12){
        display: none!important;
    }
}
/* Medium */
@media (min-width:768px) and (max-width:991px) {
    /* tags-group の画面サイズ別ボタン表示個数制御*/
    /* n+99形式で記述、(99部分の数字-1)個を画面に表示する*/
    div #tags-group > label[class~='tag-auto-none'][name='tagsLabel']:nth-child(n+22){
        display: none!important;
    }

    #booking-title,
    #booking-description {
        white-space: pre-line;
    }
}
/* Large */
@media (min-width:992px) and (max-width:1199px) {
    /* tags-group の画面サイズ別ボタン表示個数制御*/
    /* n+99形式で記述、(99部分の数字-1)個を画面に表示する*/
    div #tags-group > label[class~='tag-auto-none'][name='tagsLabel']:nth-child(n+32){
        display: none!important;
    }

    #booking-title,
    #booking-description {
        white-space: pre-line;
    }
}
/* Extra large */
@media (min-width:1200px) {
    /* tags-group の画面サイズ別ボタン表示個数制御*/
    /* n+99形式で記述、(99部分の数字-1)個を画面に表示する*/
    div #tags-group > label[class~='tag-auto-none'][name='tagsLabel']:nth-child(n+42){
        display: none!important;
    }

    #booking-title,
    #booking-description {
        white-space: pre-line;
    }
}

/* 追加タグの非表示設定 */
div #tags-group > label[class~='add-tag-none'][name='tagsLabel']{
    display: none!important;
}

.page_title {
    font-size: 1.5rem;
}

/* ADD 2023/04/17 D.Sugahara START おすすめ追加 */
/* 商品一覧 商品情報表示 */
c-recommend-product-list div.card-body a#detail-link,
c-product-list div.card-body a#detail-link {
    color: #007bff;
    text-decoration: underline;
}

c-recommend-product-list div.card-body:hover a#detail-link,
c-recommend-product-list div.card-body:focus a#detail-link,
c-product-list div.card-body:hover a#detail-link,
c-product-list div.card-body:focus a#detail-link {
    color: #0056b3 !important;
}

.marker-border-15.border-orange {
    background: linear-gradient(transparent 85%, orange 0%);
}

/* 続きを見るデザイン */
input.read-more-toggle {
    display: none;
}

.read-more:not(.read-more-invalid) input.read-more-toggle:checked~.read-more-open::before {
    content: attr(data-close);
}

.read-more:not(.read-more-invalid) input.read-more-toggle:not(checked)~.read-more-open::before {
    content: attr(data-open);
}

.read-more:not(.read-more-invalid) .read-more-open {
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
}

.read-more:not(.read-more-invalid) .read-more-open:hover,
.read-more:not(.read-more-invalid) .read-more-open:focus {
    color: #0056b3 !important;
}

.read-more:not(.read-more-invalid) input.read-more-toggle:not(:checked)~.read-more-body {
    position: relative;
    background: linear-gradient(to bottom, transparent, white);
    overflow: hidden;
    max-height: calc(3.5em * 1.5); /* 3.5行分（1.5は行間を含める） */
}

.read-more:not(.read-more-invalid) input.read-more-toggle:not(:checked)~.read-more-body .read-more-text {
    position: relative;
    z-index: -1;
}

.read-more .read-more-body .read-more-text {
    white-space: break-spaces;
    word-break: break-word;
}

/* おすすめ商品一覧 */
c-recommend-product-list .recommend-product-list {
    overflow: auto;
}
c-recommend-product-list .btn-right-container,
c-recommend-product-list .btn-left-container{
    top:50%;
    z-index: 1;
}
c-recommend-product-list .btn-right-container {
    right:-2.5rem;
}
c-recommend-product-list .btn-left-container {
    left:-2.5rem;
}
/* UPD 2023/05/08 START */
@media (min-width: 992px) {
    c-recommend-product-list .recommend-product-list {
        overflow: hidden;
    }
}
@media (max-width: 991.98px) {
    c-recommend-product-list .btn-right,
    c-recommend-product-list .btn-left{
        display: none;
    }
}

.header-recommend-product-list,
.header-all-product-list {
    border-bottom: 1px solid #0a58ca !important;
    border-left: 10px solid #0a58ca !important;
}
/* UPD 2023/05/08 END */
/* ADD 2023/04/17 END */

/* ADD 2023/05/08 ADD */
/* カスタムスクロール */
/* 
c-recommend-product-list .recommend-product-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

c-recommend-product-list .recommend-product-list::-webkit-scrollbar-track {
    margin: 5px;
    background-color: transparent;
}

c-recommend-product-list .recommend-product-list::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0, 0.25);
    border-radius: 5px;
    transition: 0.5s;
}
*/
/* ADD 2023/05/08 END */

/* ADD 2023/09/01 D.Sugahara START カレンダーは在庫情報の読込完了後に行うよう変更 */
/* datepicerの表示可否（display:none;だと表示位置がズレるため、scale(0)で対応） */
body:has(c-plan-detail:not([data-loaded-dates="true"])) .datepicker.datepicker-travel-date {
    transform: scale(0)!important;
}
/* datepicerの表示可否（display:none;だと表示位置がズレるため、scale(0)で対応） */
body:has(c-plan-detail:not([data-loaded-product-dates="true"])) .datepicker.datepicker-product-travel-date {
    transform: scale(0)!important;
}
/* ADD 2023/09/01 D.Sugahara END */

/* ADD 2023/11/06 D.Sugahara START タスク対応 即予約確定バッチの表示サイズ・文字色・位置調整*/
c-booking-mode-badge[data-booking-mode="1"] .border-booking-mode {
    border-color: #00009E !important;
}
c-booking-mode-badge[data-booking-mode="1"] .text-booking-mode {
    color: #00009E;
}

c-booking-mode-badge[data-booking-mode="2"] .border-booking-mode {
    border-color: #666666 !important;
}
c-booking-mode-badge[data-booking-mode="2"] .text-booking-mode {
    color: #666666;
}
/* ADD 2023/11/06 D.Sugahara END*/
/*
 * Timepicker stylesheet
 * Version 0.3.3
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R 
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */

.ui-timepicker-inline { display: inline; }

#ui-timepicker-div { padding: 0.2em; }
.ui-timepicker-table { display: inline-table; width: 0; }
.ui-timepicker-table table { margin:0.15em 0 0 0; border-collapse: collapse; }

.ui-timepicker-hours, .ui-timepicker-minutes { padding: 0.2em;  }

.ui-timepicker-table .ui-timepicker-title { line-height: 1.8em; text-align: center; }
.ui-timepicker-table td { padding: 0.1em; width: 2.2em; }
.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em; }

/* span for disabled cells */
.ui-timepicker-table td span {
	display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;

    text-align:right;
    text-decoration:none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
    display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    cursor: pointer;
    text-align:right;
    text-decoration:none;
}


/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
    background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0;
}
.ui-timepicker .ui-timepicker-buttonpane button { margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
/* The close button */
.ui-timepicker .ui-timepicker-close { float: right }

/* the now button */
.ui-timepicker .ui-timepicker-now { float: left; }

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect { float: left; }



