@charset "UTF-8";
/* 旧 cocoon-child-master/style.css のうち、記事本文・地域ナビに関わる独自デザインを移設したもの。
 * Cocoon固有の器クラス（.article / .body）は本文ラッパー .ec-legacy-content に読み替えている。
 * サイト全体のガワ（ヘッダー・フッター・サイドバー等）はSWELLのマークアップが異なるため
 * ここには含めず、style.css に申し送りとして列挙してある。 */

.ec-legacy-content .wp-block-image img{
	margin: 0 auto;
}
.ec-legacy-content .toggle-button{
	text-align: left;
	font-weight: 600;
}
.ec-legacy-content .toggle-button::before{
    opacity: 1;
}
.ec-legacy-content .ecocta{
	position: relative;
    text-align: center;
    padding: 45px 0;
	margin: 0;
}
.ec-legacy-content .ecocta .ecocta__micro{
	margin-bottom: 0;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: bold;
	text-wrap: nowrap;
}
.ec-legacy-content .ecocta a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 72px;
    line-height: 1.2em;
    background-color: #FD1515;
    text-decoration: none;
    color: #FFF;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
	overflow: hidden; 
	position:relative;
}
.ec-legacy-content .ecocta a::before{
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 72px;
	background: linear-gradient(
		120deg,
		transparent 0%,
		rgba(255, 255, 255, 0.6) 50%,
		transparent 100%
	);
	transform: skewX(-20deg);
	pointer-events: none; 
		animation: shine 3s infinite;
}
@media (hover: hover) and (pointer: fine) {
.ec-legacy-content .ecocta a:hover{
		transform: translateY(3px);
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
	}
}
.ec-legacy-content .wp-block-table.is-style-stripes{
	border-bottom: none;
}
.ec-legacy-content .wp-block-table table th{
	background: #39458A;
    color: #FFF;
}
.ec-legacy-content .wp-block-table table td{
	background: #EEEEEE;
}
.ec-legacy-content .review-carousel{
  position: relative;
  margin: 24px 0;
	padding: 0 50px;
}
.ec-legacy-content .review-track{
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	padding: 8px;
	padding-inline: 15px;
	scroll-padding-inline: 15px;
	scrollbar-width: none;
	-ms-overflow-style: none;  
}
.ec-legacy-content .review-track::-webkit-scrollbar{
 	display: none;
}
.ec-legacy-content .review-slide{
  flex: 0 0 90%;
  max-width: 90%;
  scroll-snap-align: start;
  background: #F5F6F7;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.ec-legacy-content .review-slide p{
  margin: 0 0 8px;
  line-height: 1.6;
}
.ec-legacy-content .review-source{
  font-size: 0.85em;
  color: #666;
}
.ec-legacy-content .review-prev,.ec-legacy-content .review-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inline-size: 40px;
  block-size: 40px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  cursor: pointer;
}
.ec-legacy-content .review-slide__img{
	width: 36px;
    height: 36px;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.ec-legacy-content .review-slide__img img{
	width: 28px;
    height: 28px;
}
.ec-legacy-content .review-slide__top{
	display: flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
	margin-bottom: 12px;
}
.ec-legacy-content .review-slide .review-source{
    margin: 0;
    line-height: 1;
    font-size: 18px;
}
.ec-legacy-content .review-prev{ 
	left: 4px; 
	font-size: 24px;
}
.ec-legacy-content .review-next{ 
	right: 4px;
	font-size: 24px;
}
.ec-legacy-content .cta-section{
	max-width: 800px;
    margin: 0 auto 60px;
}
.ec-legacy-content .cta-section .cta-section__microcopy{
	font-size: 16px;
    margin-bottom: 5px;
}
.ec-legacy-content .cta-section .cta-banner__box{
	text-align: center;
    margin-bottom: 16px;
}
.ec-legacy-content .cta-section .cta-banner__box a{
	display: inline-block;
}
.ec-legacy-content .cta-section__txt{
	margin-bottom: 0;
}
.ec-legacy-content .cta-section .ecocta a{
	min-width: 280px;
    width: 95%;
    max-width: 320px;
	font-size: 18px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.ec-legacy-content .cta-section .wp-block-table{
	margin-top: 16px; 
}
.ec-legacy-content .cta-section .wp-block-table table td{
	background: #fff;
}
.ec-legacy-content .ranking-table.wp-block-table table{
	width: 100%;
	min-width: 1020px;
}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__ttl{
	width: 120px;
	background-color: #faf0e6;
}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__content{
	width: 300px;
	position: relative;
}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__img{
	margin: 0 0 5px;
}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__img.cover{
	margin: 0 0 15px;
}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__img.cover img{
	max-width: 300px;
	width: 100%;
	aspect-ratio: 3 / 2.5;
	object-fit: cover;
}
.ec-legacy-content .ranking-table.wp-block-table table td,.ec-legacy-content .ranking-table.wp-block-table table th{
    background: #FFF;
    color: #333;
    height: 90px;
    border: solid 1.5px #333;
    text-align: center;
}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__row--service{
	height: 250px;
}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__cell--strong{
	font-weight: bold;
	border-left: solid 10px #FD1515;
	border-right: solid 10px #FD1515;
}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__row--first .ranking-table__cell--strong{
	border-top: solid 10px #FD1515;
}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__row--last .ranking-table__cell--strong{
	border-bottom: solid 10px #FD1515;
}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__content.rank{
	background-color: #faf0e6;
}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__content.rank img{
	width: 100px;
}
.ec-legacy-content .wp-block-table.ranking-table{
	margin-bottom: 0;
	font-size: 16px;
}
.ec-legacy-content .ranking-table.wp-block-table .ecocta{
	padding: 30px 0;
}
.ec-legacy-content .ranking-table.wp-block-table .ecocta__btn{
	width: 100%;
    max-width: 260px;
    height: 65px;
    font-size: 16px;
}
.ec-legacy-content .ranking-table__note,.ec-legacy-content .hiyou-table__note{
	font-size: 12px;
    line-height: 1.2em;
	margin-bottom: 60px;
}
.ec-legacy-content .wp-block-table td,.ec-legacy-content .wp-block-table th{
	padding: 1em;
}
.ec-legacy-content figure.wp-block-table .hiyou-table{
	width: 100%;
}
@media (min-width: 960px) {
.ec-legacy-content .review-slide{
    flex-basis: 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 834px){
.ec-legacy-content .area-links{
		padding: 0;
	}
.ec-legacy-content .ranking-table.wp-block-table table{
		min-width: 870px;
	}
.ec-legacy-content .ranking-table.wp-block-table .ranking-table__content{
		width: 250px;
	}
}
@media screen and (max-width: 480px){
.ec-legacy-content .ecocta .ecocta__micro{ 
		font-size: 14px;	
	}
.ec-legacy-content .review-slide .review-source{
		font-size: 15px;
	}
.ec-legacy-content .review-slide p{
		font-size: 14px;	
	}
.ec-legacy-content .review-prev,.ec-legacy-content .review-next{
		font-size:18px;
		inline-size: 30px;
    	block-size: 30px;
	}
.ec-legacy-content .review-carousel{
		padding: 0 35px;
	}
.ec-legacy-content .cta-section .cta-section__microcopy{
		font-size: 14px;
	}
}
.ec-legacy-content .area-label,.ec-legacy-content .gojuon-label{
	margin: 20px 0 0;
}
.ec-legacy-content .area-block .area-label{
	margin: 0;
}
.ec-legacy-content .area-block .area-label.gojuon{
	text-indent: 1rem;
}
@media (max-width: 900px) {
.ec-legacy-content .area-list{
		padding: 0;
	}
}
.ec-legacy-content .area-region-nav{
  margin: 76px 0 10px;
}
.ec-legacy-content .area-region-nav__title{
  padding: 5px 0px;
  margin: 0 0 16px;
  font-size: 24px;
  border-bottom: #39458A 2px solid;
  border-left: none;
  background: none;
}
.ec-legacy-content .area-region-nav__note{
  margin: 0 0 14px;
  font-size: 14px;
  color: #666;
}
.ec-legacy-content .area-region-block{
  padding: 18px 0;
  border-top: 1px solid #e7e7e7;
}
.ec-legacy-content .area-region-block:first-of-type{
  border-top: 0;
  padding-top: 0;
}
.ec-legacy-content .area-region-block__title{
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 12px;
  border: none;
  padding: 0;
}
.ec-legacy-content .area-region-block__list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ec-legacy-content .area-pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  line-height: 1;
  transition: transform .08s ease, box-shadow .12s ease;
}
.ec-legacy-content .area-pill:hover{
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.ec-legacy-content .area-pill__name{
  font-size: .95rem;
  color: #222;
  font-weight: 600;
}
.ec-legacy-content .area-pill__count{
  font-size: .9rem;
  color: #d40000;
  font-weight: 700;
}
.ec-legacy-content .area-region-block__title::before{
	display: none;
}
@media (max-width: 767px){
.ec-legacy-content .area-region-block__list{ gap: 8px; }
.ec-legacy-content .area-pill{ padding: 8px 10px; }
.ec-legacy-content .area-region-nav__title{font-size: 18px;}
}
.ec-legacy-content .ec-archive-section{
  margin-bottom: 2.5rem;
}
.ec-legacy-content .ec-archive-section__lead{
  font-size: 13px;
  color: #6B7C8D;
  margin-bottom: 1rem;
}
.ec-legacy-content .ec-shops{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.ec-legacy-content .ec-shop-card{
  background: #fff;
  border: 1px solid #D6E4F0;
  border-radius: var(--border-radius-lg, 12px);
  overflow: hidden;
}
.ec-legacy-content .ec-shop-card__header{
  display: flex;
  align-items: center;
  gap: 10px;
  background: #EBF3FB;
  padding: 0.75rem 1rem;
}
.ec-legacy-content .ec-shop-card__num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #1565C0;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.ec-legacy-content .ec-shop-card__name{
  font-size: 15px;
  font-weight: 700;
  color: #0C2D4F;
  margin: 0;
  flex: 1;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
.ec-legacy-content .ec-shop-card__body{
  padding: 1rem;
}
.ec-legacy-content .ec-shop-card__map{
  margin-bottom: 0.875rem;
  border-radius: 8px;
  overflow: hidden;
}
.ec-legacy-content .ec-shop-card__map iframe{
  display: block;
  width: 100%;
  height: 220px;
  border: none;
}
.ec-legacy-content .ec-shop-card__info{
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 4px 8px;
  font-size: 13px;
  margin: 0 0 0.875rem;
}
.ec-legacy-content .ec-shop-card__info dt{
  color: #6B7C8D;
  font-weight: 500;
}
.ec-legacy-content .ec-shop-card__info dd{
  color: #2C3E50;
  margin: 0;
}
.ec-legacy-content .ec-shop-card__info dd a{
  color: #1565C0;
}
.ec-legacy-content .ec-shop-card__btn-wrap{
  text-align: center;
}
.ec-legacy-content .ec-shop-card__btn{
  display: inline-block;
  background: #1565C0;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 24px;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background .15s;
}
.ec-legacy-content .ec-shop-card__btn:hover{
  background: #1251A0;
  color: #fff !important;
}
.ec-legacy-content .ec-archive-section .ec-shop-card__name{
  margin: 0;
  font-size:16px;
}
