.spacer {
    clear: both;
    height: 10px;
    font-size: 0px;
}
/* news */
.news {
    padding: 25px 0 45px;
}
.news-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1270px;
}
.news-head {
    padding: 35px 0 80px;
    text-align: center;
}
.news-head h2 {
    font-size: 28px;
    font-family: "Times new Roman";
    color: #000;
    font-weight: normal;
}
.news-items {
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 1015px;
}
.news-items li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.3s ease-in-out;
	padding-bottom:1%;
}
.news-date {
    color: #999;
    display: block;
    font-size: 16px;
    margin-right: 10px;
}
.news-date font {
    color: #999;
}
.news-cat {
    background: #757575;
    color: #ffff;
    font-size: 14px;
    margin-right: 12px;
    padding: 3px 0;
    text-align: center;
    width: 80px;
}
.news-cat font {
    color: #fff;
}
.news-ttl {
    width: calc(100% - 235px);
}
.news-ttl p,
.news-ttl font {
    font-size: 16px;
}
.news-items li a:hover .news-ttl {
    color: #ff659d;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .news-head {
        padding: 10px 0 35px;
    }
    .news-head h2 {
        font-size: 21px;
    }
    .news-date {
        font-size: 14px;
    }
    .news-cat {
        margin-right: 0;
        padding: 2px 0;
    }
    .news-ttl {
        font-size: 14px;
        margin: 5px 0 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 100%;
    }
}

/* .top contents */
.top-contents {
    background: #f5f5f5;
    margin: 0 0 65px;
    padding: 25px 0;
}
.top-contents__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1270px;
}
.top-contents__rowhead {
    padding: 80px 0 80px;
    text-align: center;
}
.top-contents__rowhead h2 {
    font-size: 28px;
    font-family: "Times new Roman";
    color: #000;
    font-weight: normal;
}
.top-contents__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.top-contents__item {
    position: relative;
}
.top-contents__item a {
    display: block;
    line-height: 0;
}
.top-contents__item .caption {
    background: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.8em;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
    text-align: center;
    width: 100%;
}
.top-contents__item a:hover .caption {
    opacity: 1;
}
.top-contents__item .caption p {
    transform: translateY(-100px);
    transition: all 0.4s ease;
}
.top-contents__item .caption p font {
    color: #fff;
}
.top-contents__item a:hover .caption p {
    transform: translateY(0);
}
.top-contents__item .caption p {
    font-size: 18px;
    color: #111;
    font-family: 'Times New Roman';
}
.top-contents__item .caption p font {
    color: #111;
}
.top-contents__item .caption p span {
    font-size: 14px;
    color: #887453;
}
.top-contents__item .caption p span font {
    color: #887453;
}
.instagram_row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}


.x_wrap{
max-width:1000px;
margin:5% auto;
}
.x_column{
/*height:300px;
overflow-y:scroll;*/
margin-bottom:10%;
}
.btn_sns {
    background: #000;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 3%;
    border-radius: 50px;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .top-contents__item:nth-child(1) { grid-area: 1 / 1 / 2 / 4; }
    .top-contents__item:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    .top-contents__item:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
    .top-contents__item:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
    .top-contents__item:nth-child(5) { grid-area: 3 / 1 / 4 / 4; }
}
@media screen and (max-width: 768px) {
    .top-contents__row:not(:last-child) {
        margin: 0 0 35px;
    }
    .top-contents__rowhead {
        padding: 10px 0 35px;
        text-align: center;
    }
    .top-contents__rowhead h2 {
        font-size: 21px;
    }
    .top-contents__items {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .top-contents__item {
        width: 50%;
    }
    .top-contents__item:first-child {
        display: none;
    }
    .top-contents__item .caption {
        background: none;
        height: auto;
        line-height: 1.8em;
        opacity: 1;
        padding: 10px;
        position: static;
        text-align: center;
        transition: none;
        width: 100%;
    }
    .top-contents__item .caption p {
        transform: none;
        transition: none;
    }
    .x_column{
height:250px;
overflow-y:scroll;
}
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* information */
.information {
    margin: 0 0 25px;
    text-align: center;
}
.infomation-shoptime {
    display: none;
}
.information a {
    color: #987C19;
    font-size: 14px;
    text-decoration: underline;
}
.information a font {
    color: #987C19;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .information {
        background: #f1f1f1;
        margin: 0;
        padding: 10px 0;
    }
    .infomation-shoptime {
        display: block;
        font-size: 12px;
        margin: 0 0 10px;
    }
    .information a {
        color: #333;
        font-size: 12px;
    }
}


/* slider */
.add-slider {
    padding: 0 0 50px;
    position: relative;
}
.add-slider__pc {
    display: block !important;
}
.add-slider__sp {
    display: none !important;
}
.add-slider__item.swiper-slide {
    background: #fff;
    height: 100%;
    text-align: center;
    width: 100%;
}
.add-slider__item iframe {
    /*min-height: 600px;*/
    height: 46.9vw;
    width: 100%;
}
.add-slider__item.swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
}
.add-slider__item.swiper-slide img {
    width: 100%;
}
.add-slider .swiper-pagination-bullet-active {
    background: #000;
}
@media screen and (max-width: 768px) {
    .add-slider {
        padding: 0;
    }
}
/* about */
.about {
    padding: 65px 0;
}
.about-inner {
    margin: 0 auto;
    text-align: center;
    width: 85%;
    max-width: 1270px;
}
.about-head {
    margin: 0 0 25px;
}
.about-head h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-family: "Times new Roman";
    color: #000;
    font-weight: normal;
}
.about-head h2::before,
.about-head h2::after {
    background: #000;
    content: "";
    display: block;
    height: 1px;
    width: 25px;
}
.about-head h2::before {
    margin-right: 5px;
}
.about-head h2::after {
    margin-left: 5px;
}
.about-body p {
    font-size: 16px;
    line-height: 2.5;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .about-head h2 {
        font-size: 16px;
    }
    .about-body p {
        font-size: 15px;
        text-align: left;
    }
}
.p_ttl{
font-weight: normal;
    font-size:1.4rem;
    margin: 20px auto;
    color: #987c19;
    padding: 0 0 5px;
    position: relative;
    text-align: center;
    font-weight: normal;
}