@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,600&display=swap');

/******************* 全体 ********************/


body {
    position: relative;
    font-weight: 500;
    color: #333;
    font-size: 15px;
}


a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #6CB7C1;
    text-decoration: none;
    opacity: 0.7;
}

#contents {
    padding: 0;
    letter-spacing: 1px;
}
p {
    font-size: 17px;
}
h1 {
    margin: 0 !important;
}
h2 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}
h3 {
    font-weight: 500;
    font-size: 18px;
}
body,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
dt,
dd,
form,
figure {
    margin: 0;
    padding: 0
}

ol li,
ul li {
    list-style: none;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.tac {
    text-align: center;
}
.fwb {
    font-weight: 600;
}
.fs30 {
    font-size: 30px;
}

.h2-fs {
    font-size: 30px;
}
@media(max-width: 768px){
    .h2-fs {
        font-size: 25px;
    }
}

.mt30 {
    margin-top: 30px;
}
.underline {
    background: linear-gradient(transparent 60%, #FCB814 60%);
    padding: 0 10px;
}
.ds-sp {
    display: block;
}
@media(min-width:1000px){ 
    .ds-sp {
        display: none;
    }
}

.ds-pc {
    display: none;
}
@media(min-width:1000px){ 
    .ds-pc {
        display: block;
    }
}
.br-sp {
    display: none;
}
@media(max-width: 768px){
    .br-sp {
        display: block;
    }
}

/* header */

header {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}

.sp-navigation {
    display: none;
}

.navigation {
    margin-right: 3rem;
}

@media(max-width: 768px){
    .navigation {
        display: none;
    }
    .sp-navigation {
        display: block;
        margin-right: 3rem;
    }
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.header__logo {
    position: relative;
}
.header__logo img {
    width: 50%;
    margin-top: 3px;
    margin-left: 25px;
}
@media(max-width: 768px){
    .header__logo logo-sp img {
        width: 100%;
        margin-left: 10px;
        margin-right: 15px;
    }
}


.navi__inner {
    padding: 0;
    display: flex;
}
.navi__btn-wrap {
    display: flex;
    margin-left: 15px;
}
.navi__btn--service > a {
    background-color: #007FB5;
    padding: 18px 5px 18px 42px;
}

.navi__btn > a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 303px;
    transition: all 0.2s ease;
    position: relative;
}
.navi__btn--service > a:before {
    content: '';
    background: url(../images/application.png) no-repeat center/contain;
    width: 31.5px;
    height: 35px;
    left: 35px;
}

.navi__btn > a:before {
    display: block;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
}

/*769px以下navimenu*/
.sp-navigation--item-list {
    margin-top: 5px;
}
.sp-navigation--item-list div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 12px;
    text-align: center;
    letter-spacing: .02em;
    font-weight: 600;
}
.sp-navigation--item-list div .block-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    padding: 3px;
    border-radius: 50%;
}
.sp-navigation--item-list div .block-img img {
    width: 27px;
}
.spnavi__btn--service {
    background-color: #007FB5;
}

/* section全般 */

section {
    margin: 0 auto;
    width: 100%;
}


/* .s_1 */
.s_1 {
    width: 100%;
    background-color: #F0F4F7;
    padding-bottom: 3rem;
}

.s_1 h2 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 2rem;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-item {
    width: 65%;
    min-width: 300px;
    background: #fff;
    padding: 1.5rem 1.5rem 0.5rem;
    border-radius: 1rem;
    box-shadow: 10px 10px 20px #cecece;
    margin: 10px 1rem;
}

.flex:after {
    display: none;
}

@media(min-width: 756px) {
    .flex:after {
        content: "";
        display: block;
        width: 49%;
    }
    
    .flex-item {
        width: 27%;
    }
}

@media(min-width: 756px) {
    .flex:after {
        content: "";
        display: block;
        width: 47%;
    }
}

@media(min-width: 790px) {
    .flex:after {
        content: "";
        display: block;
        width: 45%;
    }
}

@media(min-width: 830px) {
    .flex:after {
        content: "";
        display: block;
        width: 43%;
    }
}

@media(min-width: 890px) {
    .flex:after {
        content: "";
        display: block;
        width: 40%;
    }
}

@media(min-width: 920px) {
    .flex:after {
        content: "";
        display: block;
        width: 38%;
    }
}

@media(min-width: 980px) {
    .flex:after {
        content: "";
        display: block;
        width: 36%;
    }
}

@media(min-width: 1030px) {
    .flex:after {
        content: "";
        display: block;
        width: 34%;
    }
}

@media(min-width: 1100px) {
    .flex:after {
        content: "";
        display: block;
        width: 33%;
    }
}

@media(min-width: 1200px) {
    .flex {
        justify-content: space-between;
    }
}

.event-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: contain;
}

.event-image {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    margin: 0 auto;
}

.event-info {
    margin: 0.5rem 0 1.3rem;
}

.icon-area {
    margin-bottom: 0.5rem;
}

/* 検索フォーム */
.search {
    margin: 1rem 0 2.5rem;
}

.search-form {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 3px;
    justify-content: center;
}

.search-form input {
    width: 280px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 1em;
    outline: none;
}

.search-form input::placeholder {
    color: #777;
}

.search-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    border-radius: 0 3px 3px 0;
    background-color: #007FB5;
    cursor: pointer;
}

.search-form button::after {
    width: 24px;
    height: 24px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    content: "";
}

.search-form button:hover {
    opacity: 0.7;
}

@media(min-width: 500px) {
    .search-form input {
        width: 400px;
    }
}

/* 販売中のアイコン */
.sale-icon {
    background: #f1a8b6;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
}


/* 販売終了のアイコン */
.close-icon {
    background: #a1a1a1;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
}

.event-title {
    font-weight: bold;
    font-size: 21px;
}

.event-comment {
    margin: 0.5rem 0 0;
}

.event-area {
    margin-top: 0.5rem;
}

.event-area::before {
    content: "";
    background: url(../images/event-area.svg) no-repeat center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

@media(min-width: 605px) {
    .flex-item {
        margin: 10px 15px;
    }
}

@media(min-width: 910px) {
    .flex-item {
        margin: 10px;
    }
}

/* ページネーション */
.pagination {
    margin-top: 2.5rem;
}


.pagination-item {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.pagination-item a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.pagination-item a:hover {
    background-color: #4CA5CB;
}

.first a::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-image: url(../images/arrow1.svg);
    background-repeat: no-repeat;
    content: "";
}

.last a::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    background-image: url(../images/arrow2.svg);
    background-repeat: no-repeat;
    content: "";
}

.first a:hover,
.last a:hover {
    background-color: transparent;
    opacity: 0.7;
}

.pagination-item .active a {
    background-color: #007FB5;
    color: #fff;
}

/*　footer */

.footerinfo {
    background: #fff;
    padding: 50px;
}

.footerinfo p {
    font-size: 13px;
    line-height: 1.3;
}
.footerinfo p a {
    text-decoration: none;
}
.logoGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.dsb_logo {
    width: 250px;
    margin: 1rem;
}
.carts_logo {
    width: 182px;
    margin: 1rem;
}
.vertical_line {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 1px;
    background-color: #ccc;
}
.copyright {
    padding-top: 20px;
    text-align: center;
    color: #C1C1C1;
    font-size: 13px;
}


/* ページトップへの戻り */

.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.totop a {
    display: block;
    text-decoration: none;
}

.totop img {
    background: #324D5C;
}

.totop img:hover {
    background: #324D5C;
}

/*パンくず*/
.breadcrumb {
    display: flex;
    gap: 0 15px;
    list-style: none;
    padding: 15px 0 0 15px;
    font-size: 1em;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("../images/home-icon.svg");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb a {
    color: #333333;
    text-decoration: none;
}

