@charset "UTF-8";

/* --------------------------------------------------------------

	初期設定

----------------------------------------------------------------- */
/* h1 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
	max-width: 5000px !important;
}
/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
	display: none;
}

@media only screen and (max-width: 767px) {
 .contents_{
    width: 100% !important; }

 .ec-featureItems,.giftItemsHeadImg{
		padding-left: 16px;
        padding-right: 16px;
}
}

figure {
  margin: 0;
  padding: 0; }

.hp_pcOnly {
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .hp_pcOnly {
      display: none; } }

.hp_spOnly {
  display: none; }
  @media only screen and (max-width: 767px) {
    .hp_spOnly {
      display: inline-block; } }

@media only screen and (max-width: 767px) {
  .image_sp_w100 {
    width: 100%;
    height: auto; } }
.hp_mb0 {
  margin-bottom: 0 !important; }

.hp_mb5 {
  margin-bottom: 5px !important; }

.hp_mb20 {
  margin-bottom: 20px !important; }

.hp_mt5 {
  margin-top: 5px !important; }

.hp_mt10 {
  margin-top: 10px !important; }

.hp_mt15 {
  margin-top: 15px !important; }

.hp_mt20 {
  margin-top: 20px !important; }

.hp_mt25 {
  margin-top: 25px !important; }

.hp_mt30 {
  margin-top: 30px !important; }

.hp_mt40 {
  margin-top: 40px !important; }


/* h1とソート機能を非表示 */
.event_name_header_,
.event_name_,
.category_name_ {
  display: none !important; }

*{
	list-style: none;
}

.ec-featureRole {
   padding-left: 0;
   padding-right: 0;
   max-width: 5000px !important;
}

@media only screen and (max-width: 767px) {
.ec-featureRole {
    padding-left: 0;
    padding-right: 0;
    }	
}

.ec-featureRole .ec-featureRole::before, .ec-featureRole::after {
 	box-sizing: inherit;
    font-size: 15px;
}

.giftItemsHeadImg h3{
	display: none;
}

.ec-featureRole__headdescription{
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.ec-featureRole__content,.giftItemsHeadImg{
	padding-bottom: 0 !important;
}

.swiper-slide img {
    height: 100%;
    object-fit: contain;
}

.items{
    width: 95%;
    margin: 0 auto 40px;
}

/* common
---------------------------------------------------*/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 180px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

dl {
    margin: 0;
}


a {
    color: #000;
}

/* ---
a:visited {
    color: #000;
}
- */

a:hover,
a:hover>*,
a:visited,
a:visited:hover>* {
    text-decoration: none;
}

/* ---
a:visited {
    color: #000;
}

- */

.pc {
    display: block;
}

.sp {
    display: none;
}

.spring-intro {
   margin: 20px auto;
}


.spring-vacationTtl{
	text-align: center;
    font-size: 26px;
    font-weight:700;
    padding: 23px 0;
	line-height: 1.2em;
    margin: 0 auto 20p;
}
   }

/* --------------------------------------------------------------

	アンカーリンク

----------------------------------------------------------------- */
.naviList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0 80px !important;
}

.naviList li a{
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-size: 100% 100%;
    font-size: 20px;
}

.naviList li{
	padding: 24px 35px 24px;
    width: 28%;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    background-color: #3bb9b5;
    box-shadow: 0 6px 1px #138581;
    margin: 0px 1.5%;
}

.naviList li:after {
    position: absolute;
    content: '';
    top: 45%;
    left: 86%;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/html/upload/user_data/feature/fukushima/img/2025/icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.naviList li:hover{
	opacity: 0.6;
}

@media only screen and (max-width: 767px) {
.spring-intro{
	width: 95%;
	}

	.spring-vacationTtl{
    margin: auto;
    font-size: 22px;
    padding: 16px 0;
   }     
}



/* --------------------------------------------------------------

	春休み特集

----------------------------------------------------------------- */
:root{
  --green:#ff6a6a;
  --text:#111;
  --border:#bdbdbd;
  --gap:18px;
}


/* ---
img{ max-width:100%; display:block; }
-- */

.recommend{
  margin: 30px auto 0px;
}



.recommendTtl{
  text-align:center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 10px 12px;
  margin: 0 0 16px;
  background: #fff1f1;
}

/* PC: 2 columns / SP: 1 column */
.recommend__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
}

/* Card */
.event-card{
  border: 1px solid var(--border);
  background:#fff;
}

.event-card__media{
  position:relative;
  aspect-ratio: 1/1;
  overflow:hidden;
  background:#e9e9e9;
}

.event-card__img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.event-card__media--placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
}

.event-card__ph{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#d9d9d9;
  color:#333;
  font-size:12px;
  letter-spacing:.08em;
}



.event-card__body{
  padding: 14px 16px 16px;
}

.event-card__name{
  margin: 4px 0 10px;
  font-size: 18px;
  font-weight: 700;
}

/* ▼ meta（開催日/開催場所） */
.event-card__meta{
  list-style:none;
  padding:0;
  margin: 0 0 12px;
}

.event-card__meta-item{
  display:flex;
  gap: 6px;
  align-items:baseline;
  margin: 6px 0;
  font-size: 14px;
  color:#222;
}

.event-card__meta-label{
  font-weight: 700;
  white-space: nowrap;
}

.event-card__meta-value{
  font-weight: 500;
}

/* points */
.event-card__points{
  margin: 6px 0 16px;
}

.event-card__points-title{
  margin:10px 0 4px;
  font-size: 13px;
  font-weight: 800;
  display:inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--green);
}

.event-card__list{
  margin: 0 0 14px;
  padding-left: 0;
  list-style: none;
  color:#222;
  font-size: 13px;
  line-height: 1.6;
}

.event-card__list li{
  position:relative;
  padding-left: 18px;
  margin: 6px 0;
}

.event-card__list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color: var(--green);
  font-weight: 800;
}

/* CTA */
.event-card__cta{
  display:block;
  width: min(260px, 100%);
  margin: 0 auto;
  text-align:center;
  background: var(--green);
  color:#fff;
  text-decoration:none;
  font-weight: 700;
  padding: 11px 14px;
  border-radius: 999px;
}

/* Responsive */
@media (max-width: 767px){
  .recommend{
  width:95%;
  }
  
  .recommend__grid{ grid-template-columns: 1fr; }

  .recommend__title{
    font-size: 13px;
    padding: 10px;
  }

  .event-card__body{ padding: 14px 14px 16px; }

  .event-card__name{ font-size: 20px; }

  .event-card__cta{ width: 100%; }
}

/* --------------------------------------------------------------

	福島DCバナー

----------------------------------------------------------------- */
#bottomBnr {
	max-width:  980px;
	margin: 0px auto 100px;
}

#bottomBnr img{
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#bottomBnr {
	width: 95%;
    margin: 0px auto 50px;
	}
	#bottomBnr img{
	width: 100%;
	}
}