@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;
}


/* 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;
}

.fukushimaTtl{
	text-align: center;
    font-size: 26px;
    color: #3bb9b5;
    border-bottom: solid 3px;
    border-top: solid 3px;
    padding: 23px 0;
	line-height: 1.2em;
}


/* --------------------------------------------------------------

	アンカーリンク

----------------------------------------------------------------- */
.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) {
	.naviList {
    margin: 20px 0 30px !important;
    }
	.naviList li a{
    font-size: 15px;
    }
   .naviList li{
	 padding: 9px 15px 24px;
	 width: 30%;
	 margin: 0px 1%;  
	}
   .naviList li:first-child{
	 padding-top: 1.6em;
	}	
   .naviList li:after {
    position: absolute;
    content: '';
    top: 75%;
    left: 45%;
	}	
}


/* --------------------------------------------------------------

	エリア紹介

----------------------------------------------------------------- */
.AreaIntroduction{
	width: 95%;
	margin: 0 auto 50px;
	display: -webkit-flex;	
	display: flex;
}

.AreaIntroduction h2{
	width: 45%;
	margin-right: 5%;
}

.AreaIntroduction h2 img{
	width: 100%;
}

.AreaIntroduction p{
	width: 50%;
    line-height: 1.6em;
	font-size: 16px;
	padding-top: 0.7%;
}

.ttlmb{
	margin-bottom: 40px;
}

#koriyama,#iwaki{
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	.AreaIntroduction{
	width: 95%;
	display: block;
	margin: 0 auto 30px;	
	}
	.AreaIntroduction h2{
	width: 100%;
	}	
	.AreaIntroduction p{
	width: 95%;
	margin: auto;
    line-height: 1.6em;
	font-size: 16px;
	padding-top: 5%;
	}
	.ttlmb{
	margin-bottom: 30px !important;
	}
	#koriyama,#iwaki{
	margin-top: 40px;
	}
}


/* --------------------------------------------------------------

	観光スポット紹介

----------------------------------------------------------------- */
.spotBox{
	width: 95%;
	margin: auto;
	display: -webkit-flex;	
	display: flex;
	border-bottom: solid 1px #e5e5e5;
	padding: 50px 0;
}

.spotBox:last-child{
	margin-bottom: 30px;
}

#aizu .spotBox:last-child,
#iwaki .spotBox:last-child{
	border-bottom: none;
}

.spotBox .txt{
	width: 45%;
	margin-right: 5%;
}

.spotBox .img{
	width: 50%;
}

.spotBox .img img{
	width: 100%;
}

.spotBox .img p{
	text-align: right;
	color: #85bbba;
	font-size: 0.8em;
	padding-top: 0.5em;
}

.spotBox .txt h4{
    position: relative;
	text-indent: 1.2em;
    font-size: 22px;
}

.spotBox .txt h4:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(/html/upload/user_data/feature/fukushima/img/2025/icon_pin.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.spotBox .txt p{
    margin: 20px 0;
	line-height: 1.6em;
	font-size: 16px;
}

.spotBox .txt dl{
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    border-bottom: 2px solid #d3efef;
	border-right: 3px solid #fff;
	background: #e7f9f9;
}

.spotBox .txt dl dt{
	width: 30%;
    padding: 0.8em 0 0 1em;
    font-weight: normal;
	border-top: 2px solid #d3efef;
}

.spotBox .txt dl dd{
	width: 70%;
	padding: 0.8em 0 0.8em 1em;
    background: #fff;
	border-top: 2px solid #d3efef;
}

@media only screen and (max-width: 767px) {
	.spotBox{
	display: block;
	padding: 30px 0;
	}
	.spotBox .txt{
	width: 95%;
	margin: 0 auto 30px;	
	}
	.spotBox .img{
	width: 95%;
	margin: auto;
	}
	.spotBox .img p{
	font-size: 1em;
	padding-top: 0.5em;
	}
	.spotBox .txt h4{
    font-size: 20px;
	}
	.spotBox .txt h4:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/html/upload/user_data/feature/fukushima/img/2025/icon_pin.png);
    background-size: contain;
    background-repeat: no-repeat;
	}
}


/* --------------------------------------------------------------

	福島県のおすすめ観光記事

----------------------------------------------------------------- */
#travelArticle{
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	#travelArticle{
	margin-top: 40px;
	}
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
	margin: 35px auto !important;
}

.card {
    padding: 10px;
    background-color: white;
    margin: 5px;
    width: calc(33.3% - 10px);
}

.card_image {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.card_title {
    display: block;
    padding: 5px;
    letter-spacing: 0.01em;
    font-weight: bold;
    font-size: 12px;
}

@media screen and (max-width: 600px) {
	.fukushimaTtl{
	width: 95%;
    margin: auto;
    font-size: 22px;
    padding: 16px 0;		
    }
    .card {
        width: calc(50% - 10px);
        padding: 5px 0;
    }
	.card_image {
    height: 110px;
	width: 100% !important;	
    }
	.flexbox {
    width: 98%;
    }
}

.btn-green a {
    display: block;
    text-decoration: none;
    background: #1e9d99;
    color: #ffffff;
    text-align: center;
    margin: 0 auto 100px;
    width: 70%;
    border-radius: 36px;
    vertical-align: middle;
    padding: 15px 20px;
	font-size: 18px;
}

.btn-green a:hover{
	opacity: 0.6;
}

@media only screen and (max-width: 767px) {
	.btn-green a {
    margin: 0 auto 50px;
    }
}


/* --------------------------------------------------------------

	福島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%;
	}
}