@charset "utf-8";
/*10%OFF
#price10off {
    border: 2px solid #1d2089;
    background: #f2faff;
}
#price10off .subttl span:before, #price10off .subttl span:after {
    border-top: 2px solid #1e2089;
}
#price10off h2.seibottl.redttl {
    color: #1e2089;
}
#price10off .subttl span {
    color: #1e2089;
}
#price10off .offitemlistcolum4 li {
    border: 1px solid #1e2089;
}

p.peroffbtn {
  background: #1d2089;
  border: 1px solid #1d2089;
}
*/

/*MV下
.p-heading__heading{
  padding: 40px 0 0;
  text-align:center;
  background-image:url("https://saikaya.itembox.cloud/item/LP/2026ochugen/assets/images/title_deco.png");
  background-repeat:repeat-x;
  background-size: 260px;
}*/
.p-lead {  padding: 20px 0px 20px;
  text-align:center;
  background-image:url("https://saikaya.itembox.cloud/item/LP/2026ochugen/assets/images/title_deco.png");
  background-repeat:repeat-x;
  background-size: 260px;
}

.p-lead__inner::before{
  background:url("https://saikaya.itembox.cloud/item/LP/2026ochugen/assets/images/lead_l.svg") no-repeat 50%
}

.p-lead__inner::after{
  background:url("https://saikaya.itembox.cloud/item/LP/2026ochugen/assets/images/lead_r.svg") no-repeat 50%
}


/*ひとつつみ、老舗*/
#tophitotsutsumi .ttlwrap .topttl {
  width: 300px;
}
#topshinise .ttlwrap .topttl {
  width: 300px;
}
#topshinise {
    display: flex;
    flex-direction: column;
    justify-content: end;
}


#tophitotsutsumi {
    display: flex;
    flex-direction: column;
    justify-content: end;
}



/*神奈川*/
section#oseibokanagawa {
    background: url("https://saikaya.itembox.cloud/item/LP/2026ochugen/assets/images/22288567_l_4c.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

ul.tabSwitch.scrollX li {
    background: aliceblue;
    padding: 12px;
}

#oseibokanagawa h2.seibottl.redttl {
    color: #1d50a2;
    padding-bottom: 30px;
}

.section-title {
    color: #1d50a2;
}

.tabSwitch {
    border-bottom: 1px solid #1d4fa2;
}

.u-bg-yellow {
    background-color: #f2faff;
}

ul.tabSwitch.scrollX li {
    background: #fff;
}

#oseibokanagawa {
    margin: 60px auto 0px;
}


.p-relations__title {
    background-color: rgba(0, 105, 168, 0.75);
}


/*お中元のマナー・豆知識中元*/
.p-knowledge__heading {
    text-align: center;
}

.p-knowledge__desc {
    margin-top: 20px;
}

.p-knowledge__list {
    margin-top: 10px;
}

.p-knowledge__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: img;
}

.p-knowledge__img {
    margin-right: 0px;
}

.p-knowledge__item>.p-knowledge__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.p-knowledge__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: title;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 20px;
    font-weight: bold;
    font-size: 18px;
}

.p-knowledge__item>.p-knowledge__title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.p-knowledge__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: body;
}

.p-knowledge__item>.p-knowledge__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
}

a.c-btn.p-knowledge__btn.js-anchor {
    background: #00a1e9 !important;
}

.p-knowledge__btn {
    margin-top: 20px;
    background-color: #00a1e9;
}

.p-knowledge__title {
    color: #3d3d3d;
}

li.p-knowledge__item:first-child {
    border-top: 0;
}

.p-knowledge__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 20px 1fr;
    -ms-grid-columns: 150px 1fr;
    grid-template:
        "img title" auto
        "... ..." 20px
        "body body" 1fr /150px 1fr;
}

li.p-knowledge__item:last-child {
    border-bottom: 0;
}



/*予算から選ぶ*/

.p-budgets__heading {
    margin-top: 6px;
    text-align: center
}

.p-budgets__desc {
    margin-top: 20px
}

.p-budgets__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: -5px;
    margin-left: -5px
}

.p-budgets__item {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px
}

.p-budgets__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 0
}

.p-budgets__link::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 105, 168, 0.75);
    content: "";
}

.p-budgets__link:hover,
.p-budgets__link:focus {
    text-decoration: none;
}

.p-budgets__item:nth-of-type(1) .p-budgets__link {
    background: no-repeat center / cover url("https://saikaya.itembox.cloud/item/LP/2026ochugen/assets/images/budget01.jpg");
}

.p-budgets__item:nth-of-type(2) .p-budgets__link {
    background: no-repeat center / cover url("https://saikaya.itembox.cloud/item/LP/2026ochugen/assets/images/budget02.jpg");
}

.p-budgets__item:nth-of-type(3) .p-budgets__link {
    background: no-repeat center / cover url("https://saikaya.itembox.cloud/item/LP/2026ochugen/assets/images/budget03.jpg");
}

.p-budgets__item:nth-of-type(4) .p-budgets__link {
    background: no-repeat center / cover url("https://saikaya.itembox.cloud/item/LP/2026ochugen/assets/images/budget04.jpg");
}

.p-budgets__title {
    position: relative;
    z-index: 1;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center
}

.p-budgets__title::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 6px;
    height: 10px;
    background: no-repeat center / cover url("https://noguchi56.itembox.cloud/item/LP/2025ochugen/assets/images/chev-right-w.svg");
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ""
}



.u-bg-gray {
    background-color: #eeeeee;
}

.u-bg-sub {
    background-color: #f2faff;
}

.c-subtitle span {
    color: #2559a8;
}

.c-subtitle span::before,
.c-subtitle span::after {
    background-color: #2559a8;
}

.p-gift-search__btn {
    background: #2559a8;
}

.p-gift-search__title .en {
    color: #2559a8;
}


.p-note__bnr{
  margin:0 auto;
  text-align:center;
}

.p-note__bnr img{
  margin:0 auto;
}
.p-note__bnr + .p-note__heading{
  margin-top:50px;
}



p.peroffbtn.hotelbtn {
    background: #795548;
    border: 1px solid #795548;
margin-bottom: 30px;
}
h2.seibottl.redttl.hotelttl {
    color: #795548!Important;
}
ul.offitemlistcolum4.hotelmeitencolum li {
    border: 1px solid #795548!important;
}
.hotelmeiten {
background: none!Important;
    border: none!Important;
}
/* ホバー時の変化 */
p.peroffbtn.hotelbtn:hover {
  background: #f4f4f4;
  border: 1px solid #ccc;
}

p.peroffbtn.hotelbtn:hover a.peroff_arrow_r {
  color: #795548;
}

p.peroffbtn.hotelbtn:hover a.peroff_arrow_r:after {
  border-color: #795548;
  right: 6px;
}
p.price.offprice.hotel-offprice a {
    font-size: 20px!important;
    color: #795548!important;
}
.hotel-wrap.text-wrap {
    max-width: calc(100% - 0px)!important;
}





@media only screen and (min-width: 1024px) {

    .p-budgets__list {
        margin-top: 40px;
        margin-right: -16px;
        margin-left: -16px
    }

    .p-budgets__item {
        width: calc(25% - 32px);
        margin-top: 0;
        margin-right: 16px;
        margin-left: 16px
    }

    .p-budgets__link {
        padding: 32px 0
    }

    .p-budgets__title {
        font-size: 18px
    }

    .p-budgets__title::after {
        right: 16px
    }
}

@media only screen and (min-width: 768px) {
    .p-nav__item {
        width: 20%;
    }

    .p-knowledge__item {
        -ms-grid-rows: auto 20px 1fr;
        -ms-grid-columns: auto 40px 1fr;
        grid-template: "img ... title" auto "img ... ..." 20px "img ... body" 1fr / auto 40px 1fr;
        padding-top: 40px;
    }

    .p-knowledge__body {
        text-align: right;
    }

    .p-knowledge__body p {
        text-align: left;
    }
}

/* レスポンシブ */
@media screen and (max-width: 768px) {}