/* Merged Final CSS: Organized + Base Reset + Media Queries */

/* Base Reset */
@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
  -webkit-text-size-adjust: none;
}
h1,h2,h3,p,ul,li,dl,dt,dd,form,figure { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
textarea,select,input[type="text"],input[type="checkbox"],input[type="radio"],input[type="button"],input[type="submit"]{ font-size: 100%; }
ul { list-style-type: none; }
img { border: none; max-width: 100%; height: auto; vertical-align: middle; }

/* Links */
a { color: #333; transition: 0.5s; }
a:hover { color: #2b3f7f; text-decoration: none; }

/* Header Additional */
/* header { border-top: 4px solid #2b3f7f; background: linear-gradient(#d1e1ff, #fff 40%); } */
header{background: #ffffff;}
.header{background: #ffffff;}
header .inner { position: relative; height: 140px; }
header #logo img { width: 350px; position: absolute; left: 3%; top: 38px; }

/* Content and List */
.contents { clear: both; overflow: hidden; padding: 50px 0; }
/* .contents p { padding: 0 20px 40px; } */

/* Footer */
footer { clear: both; font-size: 85%; background: #2b3f7f; color: #fff; }
footer a { text-decoration: none; color: #fff; }
footer .pr { display: block; font-size: 80%; }
#copyright { clear: both; text-align: center; background: #fff; color: #000; margin: 15px auto 5px; }

/*  */
#menubar-s {display: none;}

/* Media Queries */
@media screen and (max-width: 800px) {
  #menubar-s { display: block; overflow: hidden; position: absolute; border-top: 1px solid #fff; width: 100%; z-index: 10; }
  #menubar-s { position: fixed;top:80px;left:0px;}
  #menubar-s li a { display: block; text-decoration: none; padding: 15px 5%; border-bottom: 1px solid #fff; background: #1167f2; color: #fff; font-size: 120%;}
  #menubar_hdr { display: block; position: absolute; top: 3%; right: 3%; }
  #menubar_hdr.close, #menubar_hdr.open { width: 50px; height: 50px;}
  #menubar_hdr.close { background: #fff url(../images/icon_menu.png) no-repeat center top/50px;  opacity: 0.8; }
  #menubar_hdr.open { background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px; opacity: 0.8;}
  /* .contents { padding: 3%; } */
  .contents { padding:20px 0 3% 0; }
}

@media screen and (max-width: 480px) {
  body { font-size: 12px; }
  .contents h2, .contents h3 { padding: 5px 0 5px 10px; margin-bottom: 20px; font-size: 150%; }
  /* .contents p { padding: 0 10px 15px; } */
}

@media screen and (min-width: 481px) { .sponly { display: none; } }
@media screen and (max-width: 480px) { .pconly { display: none; } }

/* === COMMON === */
h2, h3 { font-weight: bold; }
.contents { padding-bottom: 15px; }

/* === HEADER === */
.header { width: 100%; border: none; background: #ffffff; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 40px; background-color: #1167f2;}
.logo img { height: 40px; }
.nav ul { list-style: none; display: flex; align-items: center; gap: 30px; }
.nav li { display: flex; align-items: center; }
.nav a { text-decoration: none; color: #333; font-weight: normal; }
.request-btn img { height: 50px; }
.mv {background-color: #1167f2;}
.mv img { width: 100%; display: block; max-width: 1200px;margin: 0 auto;}

/* === OFFER === */
.offer { width: 100%;text-align: center; padding: 100px 20px; color: #fff; }
.offer-inner { display: flex; align-items: center; justify-content: center; max-width: 1200px; margin: 0 auto; gap: 80px; flex-wrap: wrap; }
.offer .icons-left, .offer .icons-right { display: flex; flex-direction: column; gap: 80px; }
.offer .icons-left img, .offer .icons-right img { width: 180px; }
.offer-content { max-width: 600px; }
.offer-content h2 { font-size: 28px; line-height: 1.5; margin-bottom: 20px; }
.offer-content h2 span { color: #ffeb3b; }
.offer-content p { font-size: 16px; line-height: 1.8; margin-bottom: 25px; }
.offer-content .request-btn img { height: 90px; }
.offer-content small { display: block; margin-top: 20px; font-size: 14px; color: #fff; }

/* === LECTURE === */
.lecture {padding: 100px 20px; }
.lecture-inner { display: flex; align-items: center; justify-content: center; max-width: 1200px; margin: 0 auto; gap: 50px; flex-wrap: wrap; }
.lecture-image img { width: 100%; max-width: 600px; border-radius: 20px; }
.lecture h2 { font-size: 32px; margin-bottom: 20px; color: #007bdb; text-align: center; }
.lecture-content { max-width: 500px; }
.lecture-content p { font-size: 16px; line-height: 1.8; margin-bottom: 30px; }
.lecture-info { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.lecture-info li { display: flex; align-items: center; overflow: hidden; }
.lecture-info .label { background: #007bdb; color: #fff; padding: 15px; min-width: 140px; text-align: center; font-weight: bold; }
.lecture-info .value { background: #fff; color: #333; padding: 15px 20px; flex: 1; border-radius: 0 6px 6px 0; line-height: 1.5; }

/* === REASONS === */
.reasons {padding: 100px 20px; text-align: center; }
.reasons-inner { max-width: 1200px; margin: 0 auto; }
.reasons-title { display: flex; align-items: center; justify-content: center; gap: 30px; margin-bottom: 30px; }
.reasons-title h2 { font-size: 36px; line-height: 1.4; font-weight: bold; }
.reasons-title h2 span { color: #007bdb; }
.reasons-title h2 span span { font-size: 50px; }
.reasons-title .icon { width: 180px; }
.reasons-list { display: flex; justify-content: center; gap: 30px; flex-wrap: nowrap; }
.reason { background: #fff; border-radius: 12px; padding: 30px 20px; width: calc((100% - 60px) / 3); text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.reason img { width: 340px; height: 210px; object-fit: cover; margin-bottom: 20px; }
.reason h3 { font-size: 24px; color: #007bdb; margin-bottom: 15px; line-height: 1.4; font-weight: bold; }
.reason p { font-size: 16px; line-height: 1.8; color: #333; text-align: left; }
.highlight { background: linear-gradient(transparent 60%, #ffff66 60%); }

/* === VOICES === */
.voices {padding: 20px 20px; }
.voices-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.voices-title img { max-width: 400px; height: auto; margin-bottom: 60px; }
.voices-list { display: flex; gap: 30px; flex-wrap: wrap; justify-content: center; }
.voice { background: #e6f7ff; border: 3px solid #1c86d1; border-radius: 12px; padding: 20px 20px 30px; max-width: 500px; text-align: left; }
.voice-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; width: 100%; }
.voice-header img { display: block; height: auto; max-height: 100px; flex-shrink: 0; }
.voice-titles { text-align: right; flex: 1; }
.voice-header h3 { font-size: 24px; color: #007bdb; margin: 0 0 5px; font-weight: bold; }
.voice-header .voice-subtitle { font-weight: bold; margin: 0 0 10px; }

/* === MESSAGE === */
.message {padding: 20px 20px; }
.message h2 { color: white; }
.message-inner { max-width: 1200px; margin: 0 auto; background: #fff; border-radius: 20px; padding: 50px; display: flex; gap: 40px; flex-wrap: wrap; }
.message-left { flex-shrink: 0; text-align: center; }
.message-left img { width: 450px; margin-bottom: 10px; }
.ceo-name { font-size: 16px; margin: 0; font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif; }
.ceo-name strong { font-weight: bold; font-size: 22px; }
.message-right { flex: 1; }
.message-right p { font-size: 16px; line-height: 1.8; margin-bottom: 10px; }
.profile { padding: 20px; border-radius: 10px; }
.profile h3 { font-size: 18px; color: #007bdb; margin-bottom: 10px; }
.profile p { font-size: 14px; line-height: 1.8; }

/* === CERTIFIED === */
.certified {padding: 100px 20px 30px; }
.certified-inner { max-width: 800px; margin: 0 auto; background: #fffde7; border: 3px solid #f8d13b; padding: 50px 40px 40px; position: relative; text-align: center; }
.certified-title { position: absolute; top: -25px; left: 50%; transform: translateX(-50%); }
.certified-title img { display: block; height: auto; max-width: 100%; }
.certified p { font-size: 16px; line-height: 1.8; color: #333; text-align: left; margin-top: 20px; }

/* === FAQ === */
.faq {padding: 50px 20px; }
.faq-inner { max-width: 1000px; margin: 0 auto; }
.faq-inner h2 { text-align: center; font-size: 32px; margin-bottom: 60px; }
.faq-item { margin-bottom: 30px; }
.faq-q, .faq-a { display: flex; align-items: center; gap: 20px; }
.faq-q img, .faq-a img { width: 70px; height: 70px; flex-shrink: 0; }
.faq-q h3 { font-size: 20px; margin: 0; }
.faq-a p { font-size: 16px; line-height: 1.8; margin: 0; }
.faq-item:not(:last-child) { border-bottom: 1px solid #ccc; padding-bottom: 25px; }

/* === FOOTER === */
.footer { background: #fff; padding: 20px 40px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
.footer .logo img { height: 40px; }
.footer .nav ul { list-style: none; display: flex; gap: 30px; }
.footer .nav a { text-decoration: none; color: #333; font-weight: normal; }

.offer {padding: 60px 20px;}
.offer-content .request-btn img {width: 100%;max-width: 320px;height: auto;}

/* 改行 */
.pc-br {display: inline;}
.br-sp {display: inline;}

/* === SPレスポンシブ === */
@media screen and (max-width: 768px) {
  /* === COMMON === */
  body {font-size: 14px;line-height: 1.6;}
  .contents { padding:20px 0 3% 0; }
  /* === HEADER === */
  .header-inner {flex-direction: row;padding: 15px 20px;}
  .logo img {height: 30px;}
  .mv img {margin-top: 10px;}
  /* === OFFER === */
  .offer {width:96%;padding: 30px 2%;}
  .offer-inner {flex-direction: column;gap: 30px;}
  .offer .icons-left,
  .offer .icons-right {flex-direction: row;gap: 30px;justify-content: center;}
  .offer .icons-left img,
  .offer .icons-right img {width: 80px;}
  .offer-content {max-width: 100%;text-align: center;}
  .offer-content h2 {font-size: 22px;}
  .offer-content p {font-size: 14px;}
  .offer-content .request-btn img {height: 60px;}
  /* === LECTURE === */
  .lecture {padding: 60px 15px;}
  .lecture-inner {flex-direction: column;gap: 30px;}
  .lecture-image img {max-width: 100%;}
  .lecture h2 {font-size: 24px;}
  .lecture-content {max-width: 100%;}
  /* === REASONS === */
  .reasons {padding: 60px 15px;}
  .reasons-title {flex-direction: column;gap: 10px;}
  .reasons-title h2 {font-size: 24px;}
  .reasons-title h2 span span {font-size: 32px;}
  .reasons-list {flex-direction: column;}
  .reason {width: 100%;margin-bottom: 30px;}
  .reason img {width: 100%;height: auto;}
  /* === VOICES === */
  .voices {padding: 60px 15px;}
  .voices-title img {max-width: 300px;margin-bottom: 30px;}
  .voices-list {flex-direction: column;}
  .voice {width: 100%;margin-bottom: 30px;}
  /* === MESSAGE === */
  .message {padding: 60px 15px;}
  .message-inner {flex-direction: column;padding: 30px 20px;}
  .message-left img {width: 100%;}
  /* === CERTIFIED === */
  .certified {padding: 60px 15px 30px;}
  .certified-inner {padding: 30px 20px 20px;}
  /* === FAQ === */
  .faq {padding: 60px 15px;}
  .faq-inner h2 {font-size: 24px;}
  .faq-q img, .faq-a img {width: 50px;height: 50px;}
  /* === FOOTER === */
  .footer {padding: 20px;}
  .footer-inner {flex-direction: column;text-align: center;gap: 20px;}
  .footer .logo img {height: 30px;}
  .footer .nav ul {flex-direction: column;gap: 10px;}

  #menubar_hdr {display: block !important;}
  .header-inner {justify-content: space-between;align-items: center;padding: 15px 20px;}
  .logo img {height: 40px;padding-top: 10px;}
  nav.nav {display: none;}
  #menubar_hdr {position: absolute;top: 20px;right: 20px;z-index: 999;}
  .mv img {margin-top: 10px;}
  .offer-inner {flex-direction: column;gap: 30px;text-align: center;}
  .offer .icons-left,
  .offer .icons-right {flex-direction: row;gap: 100px;justify-content: center;}
  .offer .icons-left img,
  .offer .icons-right img {width: 120px;}
  .offer-content h2 {font-size: 26px;line-height: 1.6;text-align: left;}
  .offer-content p {font-size: 16px;line-height: 1.6;text-align: left;}
  .offer-content .request-btn img {width: 100%;max-width: 320px;height: auto;}
  .pc-br {display: none;}
  .br-sp {display: block;}
}

/* === SEARCH SECTION === */
.search-section {
  background: #fff;
  border: 5px solid #a8cfd8;
  border-radius: 40px;
  padding: 40px 20px;
  max-width: 1000px;
  margin: 40px auto;
}
.search-inner {
  text-align: center;
}
.search-section h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.search-form input[type="text"] {
  width: 300px;
  max-width: 80%;
  padding: 10px 15px;
  border: 2px solid #ccc;
  border-radius: 25px;
  font-size: 16px;
}
.search-form button {
  background: #1167f2;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.search-categories h3 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 15px;
}
.search-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.search-categories li a {
  display: inline-block;
  background: #a8cfd8;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s;
}
.search-categories li a:hover {
  background: #88b7c1;
}
/* Responsive */
@media screen and (max-width: 600px) {
  .search-section {
    background: #fff;
    border: 5px solid #a8cfd8;
    border-radius: 30px;
    padding: 30px 20px;
    max-width: 1000px;
    margin: 30px 10px;
  }
  .search-form {flex-direction: column;gap: 15px;}
  .search-form input[type="text"] {width: 100%;}
  .search-categories ul {justify-content: flex-start;}
  .search-categories li a {
    display: inline-block;
    background: #a8cfd8;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.3s;
  }
}

/* === SMILE SECTION === */
.smile-section {
  background: #fff;
  border-radius: 40px;
  max-width: 1000px;
  margin: 60px auto;
  overflow: hidden;
}
.smile-inner {
  display: flex;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
}
.smile-image img {
  width: 100%;
  max-width: 700px;
  border-radius: 40px;
  border: 5px solid #1167f2;
}
.smile-text {
  flex: 1;
  background: #1167f2;
  color: #fff;
  border-radius: 40px;
  padding: 50px;
}
.smile-text h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.smile-text p {
  font-size: 16px;
  line-height: 1.6;
  padding:0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .smile-inner {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .smile-image img {max-width: 100%;}
  .smile-text {padding: 20px;}
  .smile-text h2 {font-size: 20px;}
  .smile-text p {font-size: 14px;}
}

/* === NEWS SECTION === */
.news {
  background: #b0d5e5;
  padding: 60px 20px;
}
.news-inner {
  background: #fff;
  border-radius: 50px;
  padding: 40px 30px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.news-inner h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.news-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}
.news-list li {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
}
.news-list li:last-child {margin-bottom: 0;}

/* Responsive */
@media screen and (max-width: 768px) {
  .news-inner {
    padding: 30px 20px;
    border-radius: 30px;
  }
  .news-inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news-list li {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}

/* === COLUMN SECTION === */
.column {
  text-align: center;
  background: #f5f6f8;
  padding: 60px 20px;
}
.column h2 {
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.4;
}
.column-list {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.column-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 300px;
  flex: 1 1 250px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: left;
}
.column-image img {
  width: 100%;
  border-radius: 20px;
}
.column-card h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 10px;
  line-height: 1.4;
}
.column-card p {
  font-size: 14px;
  line-height: 1.6;
}
.column-button a img {
  display: inline-block;
  width: 200px;
  max-width: 100%;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .column h2 {font-size: 22px;margin-bottom: 30px;}
  .column-list {flex-direction: column;align-items: center;}
  .column-card {max-width: 90%;}
  .column-button a img {width: 150px;}
}

/* === supporter SECTION === */
.supporter {
  background: #fff;
  padding: 60px 20px;
}
.supporter .supporter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.supporter-text {
  flex: 1;
  min-width: 300px;
}
.supporter-text h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.supporter-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.supporter-btn {
  display: inline-block;
  background: #1167f2;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.supporter-image img {
  max-width: 400px;
  width: 100%;
  border-radius: 30px;
  border: 5px solid #1167f2;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .supporter .supporter-inner {flex-direction: column;text-align: center;}
  .supporter-text h2 {font-size: 20px;}
  .supporter-text p {font-size: 14px;}
  .supporter-btn {font-size: 14px;padding: 10px 25px;}
  .supporter-image img {max-width: 100%;}
}

.teacher-detail h2, .teacher-detail h3 { color: #007bdb; }
.teacher-detail-info p { line-height: 1.8; margin-bottom: 20px; }

/* === HEADER-SEARCH === */
.header-search form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-search input[type="text"] {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 30px;
}
.header-search button {
  padding: 8px 20px;
  border: none;
  background: #1167f2;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}
.header-search button:hover {background: #c8b292;}
@media (max-width: 768px) {
  .header-search {display: none;}
}

footer{border-top: 1px solid #ccc;}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-nav {margin-top: 20px;}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
.footer-links li a {color: #333;text-decoration: none;color: #1a73e8;}
.footer-links li a:hover {text-decoration: underline;}
#copyright {text-align: center;margin-top: 20px;font-size: 12px;}

@media (max-width: 768px) {
  .footer-links {flex-direction: column;gap: 10px;}
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #1167f2;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 15px;
  display: none;
  transition: opacity 0.3s;
  z-index: 9999;
}

.back-to-top:hover {opacity: 0.8;}

/*コンテンツ（mainとsubを囲むブロック） ---------*/
.contents {padding: 3%;}
/*inner共通 ---------*/
.inner {
	max-width: 1300px;
	margin: 0 auto;
  width: 1300px;
}
/*mainコンテンツ ---------*/
.main {
	float: left;
	width: 72%;
	overflow: hidden;
}
/*subコンテンツ ---------*/
.sub {
	float: left;
	width: 24%;
  padding-top:20px;
  padding-left: 20px;
}

@media screen and (max-width:1200px){
  .inner {width: auto;}
  .contents {padding: 3%;}
  .main, .sub {
    float: none;
    width: auto;
  }
  .sub{
    max-width: 800px;
    background: #fff;
    padding: 40px;
    margin: 40px auto;
  }
}

@media screen and (max-width:800px){
  .inner {width: auto;}
  .contents {padding: 3%;}
  .main, .sub {float: none;width: auto;}
}

@media screen and (max-width:480px){
  .sub h2 {margin-bottom: 10px;}
  .sub .box1 {padding: 10px;}
}

h3 a{text-decoration: none;}

/* privacypolicy, company,  */
.policy {
  max-width: 900px;
  background: #fff;
  padding: 40px;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  line-height: 1.8;
  color: #333;
}
.policy h1 {
  font-size: 32px;
  margin-bottom: 30px;
  border-bottom: 3px solid #f5d9ab;
  display: inline-block;
  padding-bottom: 5px;
}
.policy h2 {
  font-size: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.policy p, .policy ul {margin: 20px 0;}
.policy ul {padding-left: 20px;}
@media (max-width: 768px) {
  .policy {padding: 20px;}
  .policy h1 {font-size: 26px;}
  .policy h2 {font-size: 18px;}
}

/* blog list */
.blog-list {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}
.blog-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.blog-item img {
  width: 300px;
  max-width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.blog-content {
  flex: 1;
  min-width: 200px;
}
.blog-list h2 {
  margin-bottom: 30px;
  font-size: 2em;
  color: #0b2239;
  text-align: center;
}
.blog-content h3 {
  margin: 0 0 10px;
  font-size: 1.6em;
  color: #333;
}
.blog-content a {
  text-decoration:none;
  line-height:1.5;
}
.blog-meta {
  font-size: 0.9em;
  color: #999;
  margin-bottom: 10px;
}
.blog-excerpt {
  font-size: 1em;
  color: #555;
}
.blog-readmore {
  display: inline-block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: underline;
}
.blog-readmore:hover {text-decoration: none;}
.blog-meta .blog-category {
  background: #1167f2;
  padding: 7.5px 17.5px;
  border-radius: 20px;
  color: #fff;
  margin-right: 10px;
  text-decoration: none;
}
.blog-meta a .blog-category:hover{opacity: 0.7;}
.blog-meta .blog-date {color: #1167f2;}
@media (max-width: 768px) {
  .blog-item {flex-direction: column;}
  .blog-item img {width: 100%;}
}

/*  */
.mv {
  background: #0073ff; /* 背景色 */
  color: #fff;
  padding: 50px 20px;
}

.mv-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.mv-text h1 {
  font-size: 68px;
  margin-bottom: 15px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

.mv-text p {
  font-size: 16px;
  line-height: 1.6;
}

.mv-search {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  min-width: 250px;
}

.mv-search form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mv-search select,
.mv-search button {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.mv-search button {
  background: #800000;
  color: #fff;
  border: none;
  cursor: pointer;
}

.mv-search button:hover {
  background: #a00000;
}

@media (max-width: 768px) {
  .mv-content {
    flex-direction: column;
    text-align: center;
  }
  .mv-search {
    margin-top: 20px;
    width: 90%;
  }
}

/*  */
/* ===== 地域検索セクション ===== */
:root{
  --area-blue: #2196f3;         /* 基調の青 */
  --area-blue-50: #e8f3ff;      /* ごく薄い青(背景/枠) */
  --area-line: #cfe6ff;         /* 枠線色 */
  --area-text: #0f172a;         /* 本文色 */
}

.area-search{ padding: 32px 0 16px; }
.area-search__inner{ max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.area-search__title{
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  margin: 0 0 16px;
  display: flex; align-items: center; gap: .5em;
}
.area-search__icon{ font-size: 1.1em; }

/* 3カラムグリッド */
.area-search__grid{
  position: relative;            /* 沖縄の絶対配置用 */
  display: grid;
  grid-template-columns: 280px 1fr 280px;
  gap: 24px;
  align-items: start;
}

/* 地図 */
.map-wrap{ display:flex; align-items:center; justify-content:center; }
.japan-map{
  max-width: 520px; width: 100%; height: auto;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.06));
}

/* 地域カード */
.area-block{ display: grid; gap: 14px; }
.region-card{
  background: #fff;
  border: 1px solid var(--area-line);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(15,23,42,.04);
  padding: 6px 6px 4px;
}
.region-card__title{
  font-size: 13px;
  color: #3b82f6;
  letter-spacing: .02em;
  margin: 0 0 6px;
  font-weight: 700;
  text-align: center;
}

/* 都道府県のタグ（2～3列で折り返し） */
.pref-list{
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
.pref-list a{
  display: block;
  text-align: center;
  padding: 4px 3px;
  font-size: 14px;
  color: var(--area-blue);
  background: #fff;
  border: 1px solid var(--area-line);
  border-radius: 6px;
  text-decoration: none;
  transition: background-color .15s, border-color .15s, transform .05s;
}
.pref-list a:hover{
  background: var(--area-blue-50);
  border-color: #b8dbff;
}
.pref-list a:active{ transform: translateY(1px); }

/* 北海道のように1件だけのカードは2列表示に調整 */
.region-card .pref-list:has(> li:nth-child(1):last-child){
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* 沖縄の小チップ（地図の南西に浮かせる） */
.okinawa-chip{
  position: absolute;
  /* ↓地図の見た目に合わせて微調整してください */
  left: 33%;                     /* 30–38% くらいで微調整 */
  bottom: 8%;                    /* 6–12% くらいで微調整 */
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  color: var(--area-blue);
  background: #fff;
  border: 1px solid var(--area-line);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(15,23,42,.04);
  transition: background-color .15s, border-color .15s, transform .05s;
}
.okinawa-chip:hover{ background: var(--area-blue-50); border-color: #b8dbff; }
.okinawa-chip:active{ transform: translateY(1px); }

/* レスポンシブ */
@media (max-width: 1080px){
  .area-search__grid{
    grid-template-columns: 250px 1fr 250px;
  }
}
@media (max-width: 920px){
  .area-search__grid{
    grid-template-columns: 1fr;   /* 1カラム */
  }
  .map-wrap{ order: -1; margin-bottom: 10px; }  /* 地図を先頭へ */
  .okinawa-chip{
    position: static;             /* モバイルはカードと同列に */
    margin-top: -2px;             /* 直前カードに寄せる */
    width: fit-content;
  }
  .area-block{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 560px){
  .area-block{ grid-template-columns: 1fr; }
  .pref-list{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/*  */
:root{
  --brand-blue:#1e66d0;
  --ink:#0f172a;
  --muted:#64748b;
  --card-line:#e5e7eb;
  --tag-green:#22c55e;
  --btn-blue:#1e66d0;
  --btn-blue-press:#1855ad;
}

/* 包み */
.popular-region{ padding: 28px 0 36px; }
.popular-region__inner{ max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.popular-region__title{
  margin: 0 0 10px;
  font-size: clamp(18px, 2.2vw, 22px);
  color: var(--brand-blue);
  font-weight: 700;
}

/* タブ */
.pr-tabs{
  display: flex; gap: 20px; align-items: flex-end;
  border-bottom: 1px solid #dbe3f2;
  margin-bottom: 16px;
}
.pr-tab{
  appearance: none; background: none; border: 0; padding: 8px 2px 10px;
  font-size: 15px; color: #8aa0b8; cursor: pointer; position: relative;
}
.pr-tab.is-active{ color: var(--ink); font-weight: 700; }
.pr-tab.is-active::after{
  content:""; position:absolute; left:0; right:0; bottom:-1px; height:3px;
  background: var(--brand-blue); border-radius: 2px;
}

/* パネル */
.pr-panel{ }
.pr-panel[hidden]{ display:none; }
.pr-panel.is-active{ display:block; }

/* グリッド */
.bbq-grid{
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px){
  .bbq-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px){
  .bbq-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px){
  .bbq-grid{ grid-template-columns: 1fr; }
}

/* カード */
.bbq-card{
  border: 1px solid var(--card-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  transition: box-shadow .15s, transform .03s;
}
.bbq-card:hover{ box-shadow: 0 6px 16px rgba(30,102,208,.08); transform: translateY(-1px); }

.bbq-card__link{ color: inherit; text-decoration: none; display: grid; grid-template-rows: auto 1fr; height: 100%; }

.bbq-card__media{
  aspect-ratio: 4/3; width: 100%; overflow: hidden; background: #eef2f7;
}
.bbq-card__media img{
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.bbq-card__media.is-placeholder{
  background: linear-gradient(180deg, #e5ebf5 0%, #e7edf7 100%);
}

.bbq-card__body{ padding: 12px; }
.bbq-card__title{
  font-size: 16px; font-weight: 700; line-height: 1.35; margin: 4px 0 6px;
}
.bbq-card__meta{
  font-size: 13px; color: var(--muted);
  margin: 0 0 8px; line-height: 1.5;
}

.bbq-tags{
  list-style: none; margin: 0 0 10px; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.bbq-tags li{
  font-size: 12px; color: #fff; background: var(--tag-green);
  border-radius: 6px; padding: 4px 8px; line-height: 1;
}

.bbq-card__desc{
  font-size: 13px; color: #334155; line-height: 1.7;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* もっと見る */
.pr-more{ display:flex; justify-content: center; margin-top: 18px; }
.btn-more{
  display:inline-block;
  /* padding: 12px 28px; */
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--btn-blue); color: #fff; text-decoration: none; font-weight: 700;
  width:280px;
  font-size:14px;
  text-align: center;
  line-height: 1.3;
}
.btn-more:hover{ background: var(--btn-blue-press); color:#ddd;}


/*  */
:root{
  --brand-blue:#1e66d0;
  --ink:#0f172a;
  --muted:#64748b;
  --chip-line:#e5e7eb;
  --chip-hover:#f3f6fb;
}

.purpose-search{ padding: 18px 0 8px; }
.purpose-search__inner{ max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.purpose-search__title{
  margin: 0 0 12px; font-size: clamp(18px,2.2vw,22px); color: var(--ink); font-weight: 700;
}

.chip-form{ }
.chip-list{
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap;
  gap: 10px 12px;   /* 行間・列間 */
}

/* アクセシブルな入力＋ラベルの組み合わせ */
.chip-item{ position: relative; }
.chip-input{
  position: absolute; inline-size: 1px; block-size: 1px;
  margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); overflow: hidden;
}
.chip{
  display: inline-block;
  padding: 9px 14px;
  font-size: 14px; line-height: 1; white-space: nowrap;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--chip-line);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color .15s, border-color .15s, color .15s, transform .03s;
  text-decoration: none;
  margin:5px;
}
.chip:hover{ background: var(--chip-hover); }
.chip:active{ transform: translateY(1px); }

/* ブログ */
:root{
  --brand-blue:#1e66d0;
  --ink:#0f172a;
  --muted:#64748b;
  --card-line:#e5e7eb;
}

/* 包み */
.blog-picks{ padding: 24px 0 20px; }
.blog-picks__inner{ max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.blog-picks__title{
  margin: 0 0 12px;
  font-size: clamp(18px,2.2vw,22px);
  color: var(--brand-blue);
  font-weight: 700;
}

/* グリッド */
.post-grid{
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px){
  .post-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px){
  .post-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px){
  .post-grid{ grid-template-columns: 1fr; }
}

/* カード */
.post-card{
  border: 1px solid var(--card-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  transition: box-shadow .15s, transform .03s;
  height: 100%;
}
.post-card:hover{ box-shadow: 0 6px 16px rgba(30,102,208,.08); transform: translateY(-1px); }

.post-card__link{
  text-decoration: none; color: inherit; display: grid;
  grid-template-rows: auto 1fr; height: 100%;
}

/* 画像 */
.post-card__media{
  aspect-ratio: 4/3; width: 100%; background: #eef2f7; overflow: hidden;
}
.post-card__media img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.post-card__media.is-placeholder{
  background: linear-gradient(180deg,#e7ecf6 0%,#edf2fa 100%);
}

/* 本文 */
.post-card__body{ padding: 12px; }
.post-card__title{ font-size: 16px; font-weight: 700; line-height: 1.4; margin: 0 0 6px; }
.post-card__excerpt{
  font-size: 13px; color: var(--muted); line-height: 1.7; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* 右下のリンク */
.blog-picks__more{ display: flex; justify-content: flex-end; margin-top: 10px; }
.link-more{
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--brand-blue); text-decoration: none; font-weight: 700; font-size: 14px;
}
.link-more:hover{ text-decoration: underline; }

/* 黄色い三角アイコン */
.link-more__icon{
  width: 0; height: 0; display: inline-block;
  border-left: 10px solid #f6c000;           /* 黄色三角 */
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  transform: translateY(1px);                 /* ほんの少し下げるとスクショ風 */
}


/*  */
:root{
  --brand-blue:#1e66d0;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#e5e7eb;
  --pill-bg:#f5f9ff;
  --pill-border:#bcd8ff;
}

.container{ max-width:1200px; margin:0 auto; padding:0 16px; }
.section-title{
  margin: 0 0 12px;
  font-size: clamp(18px,2.2vw,22px);
  color: var(--brand-blue);
  font-weight: 700;
}

/* --- 解説 --- */
.site-about{ padding: 18px 0 8px; }
.about-text {
  border:1px solid #ddd;
  padding:15px;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.about-text p{
  /* margin: 0 0 12px; */
  margin:0;
  color: var(--ink);
  line-height: 1.9;
  font-size: 14px;
}

/* --- ニュース --- */
.site-news{ padding: 16px 0 24px; }
.news-list{
  list-style: none; margin: 0; padding: 0;
  border-top: 1px solid var(--line);
}
.news-item{ border-bottom: 1px solid var(--line); }
.news-row{
  display: grid;
  grid-template-columns: 150px 110px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 4px;
  text-decoration: none;
  color: inherit;
  transition: background-color .12s;
}
.news-row:hover{ background: #fafbfd; }

.news-date{
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
}

/* タグ（青のアウトラインピル） */
.news-tag{
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 84px;
  padding: 7px 12px;
  font-size: 13px;
  /* font-weight: 700; */
  color: var(--brand-blue);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  line-height: 1;
}
.news-tag.is-maintenance{ color:#b45309; background:#fff7ed; border-color:#fed7aa; } /* 例: メンテ色 */

.news-title{
  font-size: 15px; color: var(--ink);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* モバイル */
@media (max-width: 680px){
  .news-row{
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }
  .news-title{ white-space: normal; }
}

/*  */
:root{
  --brand-blue:#1e66d0;
  --ink:#0f172a;
  --muted:#6b7280;
  --line:#e5e7eb;
}

.site-footer{
  background:#fff;
  padding: 28px 0 36px;
  color: var(--ink);
  /* 必要なら上線を出す: border-top:1px solid var(--line); */
}
.site-footer .container{ max-width:1200px; margin:0 auto; padding:0 16px; }

/* ロゴ＋説明 */
.footer-brand{
  display:flex; align-items:center; justify-content:center;
  gap: 16px;
  margin-bottom: 14px;
}
.footer-logo img{
  height: 34px; width:auto; display:block;
}
.footer-tagline{
  font-size: 14px; line-height: 1.7; color:#4b5563;
  max-width: 520px; /* 2行程度で折り返す */
  margin: 0;
  text-align: left;
}

/* リンク列（中央・縦線区切り） */
.footer-links{ margin: 8px 0 8px; }
.footer-links ul{
  list-style:none; margin:0; padding:0;
  display:flex; flex-wrap:wrap; justify-content:center; gap:12px;
}
.footer-links li{
  position:relative; padding: 0 10px;
}
.footer-links li + li::before{
  content:""; position:absolute; left:-2px; top:50%;
  width:1px; height:1.1em; background: var(--line); transform: translateY(-50%);
}
.footer-links a{
  color: var(--brand-blue); text-decoration:none; font-size:14px;
}
.footer-links a:hover{ text-decoration: underline; }

/* コピーライト */
.footer-copy{
  display:block; text-align:center; margin-top: 6px;
  color: var(--muted); font-size: 12px;
}

/* モバイル */
@media (max-width:640px){
  .footer-brand{ flex-direction:column; text-align:center; }
  .footer-tagline{ text-align:center; max-width: 100%; }
  .footer-logo img{ height: 32px; }
}

/*  */
h2{color:black !important;}

/*  */
:root{
  --brand-blue:#1e66d0;
  --muted:#64748b;
  --ink:#0f172a;
  --line:#e5e7eb;
}

.breadcrumb{
  margin: 6px 0 14px;
  font-size: 13px;
  color: var(--muted);
}
.breadcrumb ol{
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
  align-items: center;
}
.breadcrumb li{
  display: inline-flex; align-items: center; gap: 8px;
  max-width: 100%;
}
.breadcrumb li + li::before{
  content: "›";
  color: #c0c8d4;
}
.breadcrumb a{
  color: var(--muted);
  text-decoration: none;
}
.breadcrumb a:hover{ color: var(--brand-blue); text-decoration: underline; }

/* 現在位置（最後の要素） */
.breadcrumb [aria-current="page"],
.breadcrumb li:last-child span{
  color: var(--ink); font-weight: 700;
}

/*  */
:root{
  --brand-blue:#1e66d0;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#e5e7eb;
  --soft-blue:#f5f9ff;
  --soft-blue-line:#cfe2ff;
}

/* サイドバーの箱 */
.list-sidebar{
  position: sticky; top: 16px;
  max-width: 280px; width: 100%;
}
.filter-form{ display:block; }

/* 共通カード */
.filter-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.filter-card + .filter-card{ margin-top: 12px; }

.filter-card__title{
  font-size: 14px; font-weight: 700; margin: 0 0 8px;
  color: var(--ink);
}

/* 地域カードは薄い青背景 */
.location-card{
  background: var(--soft-blue);
  border-color: var(--soft-blue-line);
}
.location-current .current-pref{
  display:flex; align-items:center; justify-content:space-between;
}
.current-label{ font-weight:700; }
.location-sub{ margin: 6px 0 8px; font-size: 12px; color: var(--muted); }
.loc-actions{ display:flex; gap: 8px; }

/* legend（セクション見出し） */
.filter-legend{
  padding: 0 4px;
  font-size: 14px; font-weight: 700; color: var(--brand-blue);
  margin-left: 2px;
}

/* チェックボックス */
.check-list{ list-style:none; margin: 8px 0 0; padding:0; display:grid; gap: 8px; }
.check{ display:flex; align-items:center; gap: 8px; color: var(--ink); font-size: 14px; }
.check input[type="checkbox"]{
  width: 16px; height: 16px; accent-color: var(--brand-blue);
}

/* ボタン類 */
.btn-outline{
  appearance:none; background:#fff; color: var(--brand-blue);
  border:1px solid var(--soft-blue-line); border-radius: 8px;
  padding: 8px 10px; font-size: 13px; font-weight:700; cursor:pointer;
}
.btn-outline:hover{ background:#eff6ff; border-color:#b6d4fe; }
.btn-sm{ padding: 6px 10px; font-size: 12px; }

.btn-primary{
  appearance:none; border:0; cursor:pointer;
  background: var(--brand-blue); color:#fff; font-weight: 700;
  padding: 12px 14px; border-radius: 10px;
}
.btn-primary:hover{ filter: brightness(0.95);color:#ddd }
.btn-block{ width: 100%; }

.btn-link{
  appearance:none; background:none; border:0; cursor:pointer;
  color: var(--muted); text-decoration: underline;
}
.btn-link.btn-sm{ font-size: 12px; }

/* レイアウトが1カラムになる時 */
@media (max-width: 960px){
  .list-sidebar{ position: static; max-width: 100%; }
}



/*  */
/* ===== サイドバー：おすすめ ===== */
.sidebar-picks{
  margin-top: 18px;
}
.sidebar-picks__title{
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 20px;
  line-height: 1.2;
}

.side-spot-list{
  list-style: none; margin: 0 0 12px; padding: 0;
  display: grid; gap: 14px;
}

/* 1件の行：左画像／右テキスト */
.side-spot{
  border-radius: 10px;
  overflow: hidden;
}
.side-spot__link{
  display: grid; gap: 12px;
  grid-template-columns: 112px 1fr;   /* 画像幅 */
  text-decoration: none; color: inherit;
  align-items: start;
}
.side-spot__media{width: 100%; aspect-ratio: 4/3;background: #eef2f7; border-radius: 8px; overflow: hidden;}
.side-spot__media img{ width: 100%; height: 100%; object-fit: cover; display:block; }
.side-spot__media.is-placeholder{background: linear-gradient(180deg,#e7ecf6 0%,#edf2fa 100%);}

.side-spot__body{ min-width: 0; }
.side-spot__title{font-size: 13px; font-weight: 800; color: #1e66d0;margin: -2px 0 4px; line-height: 1.25;}

/* 県名行 */
.side-spot__meta{margin: 0 0 4px; font-size: 11px; color: #9aa3af; display: flex; align-items: center; gap: 6px;}
.side-spot__meta .pin{ width: 16px; height: 16px; fill: #c0c7d6; }

/* 料金行 */
.side-spot__price{margin: 0 0 8px; font-size: 12px; color: var(--ink);font-weight: normal;}
.side-spot__price .lbl{ font-weight: normal; }

/* タグ（アウトラインのピル） */
.side-spot__tags{list-style: none; margin: 0; padding: 0;display: flex; flex-wrap: wrap; gap: 8px;}
.side-spot__tags li{font-size: 12px; color: #6b7280; background: #fff;border: 2px solid #bfc6d4; border-radius: 8px;padding: 6px 10px; line-height: 1;}

/* もっと見る（大きめ） */
.sidebar-picks__more{margin-top: 14px;padding: 14px 16px; font-size: 18px;border-radius: 12px;}
.sidebar-picks__more{
  display: block;
  width:100%;
  max-width: 280px;
  appearance: none;
  border: 0;
  cursor: pointer;
  background: var(--brand-blue);
  color: #fff;
  font-weight: 700;
  padding: 12px 14px;
  border-radius: 10px;
  font-size:14px;
  text-decoration: none;
  text-align: center;
}
a.btn-block{
  width:280px;
}

/* サイドバーが1カラム時（スマホ） */
@media (max-width: 960px){
  .side-spot__link{ grid-template-columns: 140px 1fr; }
  .sidebar-picks__title{ font-size: 22px; }
}

/*  */
:root{
  --brand-blue:#1e66d0;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#e5e7eb;
  --star:#f59e0b;
  --pill:#22c55e;
  --blue-50:#eef5ff;
  --blue-200:#cfe2ff;
}

/* ===== リスト（1件） ===== */
.result-list{ display:block;margin-bottom:20px; }
.result-card{
  display: grid;
  grid-template-columns: 320px 1fr;  /* 左画像/右本文 */
  gap: 18px;
  padding: 14px;
  border:1px solid var(--line);
  border-radius: 12px;
  background:#fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

/* 左画像 */
.result-media{
  display:block; border-radius: 10px; overflow:hidden;
  aspect-ratio: 4/3; background:#eef2f7;
}
.result-media img{ width:100%; height:100%; object-fit:cover; display:block; }

/* タイトル */
.result-title{ margin: 2px 0 6px; line-height: 1.25; }
.result-title a{
  color: var(--brand-blue); font-size: 26px; font-weight: 800; text-decoration: none;
}
.result-title a:hover{ text-decoration: underline; }

/* 評価・料金 */
.result-meta{ display:flex; flex-wrap:wrap; gap: 12px 20px; align-items:center; margin-bottom: 8px; }
.rating{ display:flex; align-items:center; gap:6px; }
.stars{ color: var(--star); font-size: 16px; letter-spacing: 1px; }
.rating-score{ color: var(--star); }
.rating-count{ color: var(--muted); font-size: 14px; }
.price{ margin:0; font-size:15px; }
.price .label{ font-weight:800; }

/* 説明（青枠の帯） */
.result-excerpt{
  background: var(--blue-50);
  border: 1px solid var(--blue-200);
  border-radius: 8px;
  padding: 8px 10px;
  line-height: 1.8;
  margin: 4px 0 10px;
  color: var(--brand-blue);
}

/* サムネ群 */
.result-thumbs{
  list-style:none; margin: 0 0 10px; padding:0;
  display:flex; gap: 8px;
}
.thumb{
  width: 96px; aspect-ratio: 4/3; border-radius: 8px; overflow:hidden;
  background: #e7ecf6;
}
.thumb.is-placeholder{
  background: linear-gradient(180deg,#e7ecf6 0%,#edf2fa 100%);
}

/* 仕様テーブル */
.result-spec{ margin: 0 0 12px; }
.spec-row{
  display:grid; grid-template-columns: 94px 1fr; gap: 10px;
  padding: 8px 0; border-top: 1px solid var(--line);
}
.spec-row:first-child{ border-top: 0; }
.result-spec dt{
  color: var(--muted); font-weight: 700; align-self:start; padding-top: 2px;
}
.result-spec dd{ margin:0; }

.tags{ list-style:none; margin: -2px 0 0; padding:0; display:flex; flex-wrap:wrap; gap:8px; }
.tag{
  background:#e8fbe9; color:#0f5132; border:1px solid #b6e5bf;
  border-radius: 8px; padding: 6px 10px; font-size: 14px; line-height:1;
}

/* 口コミ */
.result-reviews{
  list-style:none; margin: 0 0 12px; padding:0; display:grid; gap:10px;
}
.review-card{
  display:grid; grid-template-columns: 64px 1fr; gap: 10px;
  border:1px solid var(--line); border-radius: 10px; padding: 10px;
  background:#fff;
}
.review-left .avatar{
  width: 48px; height: 48px; border-radius: 999px;
  background:#f3f4f6; border:1px solid #e5e7eb;
  display:flex; align-items:center; justify-content:center;
  font-size: 12px; color:#6b7280; text-align:center; padding: 4px;
}
.review-rating{ display:flex; align-items:center; gap:6px; margin-bottom: 4px; }
.review-rating .stars{ font-size: 14px; }
.review-text{
  margin: 0; color:#374151; line-height: 1.7;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* CTAボタン */
.result-actions{ display:flex; flex-wrap:wrap; gap: 12px; }
.btn-cta{
  display:inline-block; padding: 12px 20px; border-radius: 10px;
  font-weight: 700; text-decoration:none; color:#fff;
}
.btn-orange{ background:#f59e0b; }
.btn-orange:hover{ filter: brightness(0.95);color:#ddd }
.btn-blue{ background: var(--brand-blue); }
.btn-blue:hover{ filter: brightness(0.95);color:#ddd }

/* レスポンシブ */
@media (max-width: 1000px){
  .result-card{ grid-template-columns: 260px 1fr; }
  .result-title a{ font-size: 22px; }
}
@media (max-width: 760px){
  .result-card{ grid-template-columns: 1fr; }
  .result-media{ order: -1; } /* 画像→本文の順を維持 */
  .result-title a{ font-size: 20px; }
}

/* ===== 横いっぱいにするためのスパン ===== */
.result-wide{
  grid-column: 1 / -1;   /* 2カラムを跨ぐ */
}

/* 口コミカードの左側：円形画像＋下にラベル */
.review-left{
  display: flex; align-items: center; justify-content: center;
}
.avatar-wrap{ margin: 0; text-align: center; }
.avatar{
  width: 56px; height: 56px; border-radius: 999px;
  background: #f3f4f6 center/cover no-repeat;  /* 画像があれば inline style で background-image  */
  border: 1px solid #e5e7eb;
  margin: 0 auto;
}
.avatar-label{
  font-size: 12px; color: #6b7280; line-height: 1.2;
  margin-top: 6px; display: block;
}

/* 口コミカードのレイアウト（既存と同じだが幅に合わせて微調整） */
.review-card{
  display:grid; grid-template-columns: 72px 1fr; gap: 10px;
  border:1px solid var(--line); border-radius:10px; padding: 10px; background:#fff;
}

/* モバイル時も“横いっぱい”を維持（1カラム化してもOK） */
@media (max-width: 760px){
  .result-card{ grid-template-columns: 1fr; }
  .result-wide{ grid-column: 1; }  /* 単一カラム時の安全策 */
}


/* ▼ ボタン行を“横いっぱい”にし、2等分で並べる */
.result-actions{
  grid-column: 1 / -1;                 /* 2カラムを跨ぐ（既に .result-wide があれば不要） */
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 左右を等幅 */
  gap: 24px;                            /* ボタンの間隔 */
  padding: 18px 10px 8px;               /* 上に少しゆとり */
  border-top: 1px solid var(--line);    /* 口コミと区切る線 */
  align-items: stretch;                  /* ボタンの高さを揃える */
}

/* ボタンの見た目を統一（幅100%・同じ高さ・中央揃え） */
.btn-cta{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 26px;                      /* 画像の雰囲気に合わせた高さ */
  font-size: 16px;
  font-weight: 800;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}

/* 既存色のまま */
.btn-orange{ background:#f59e0b; }
.btn-orange:hover{ filter: brightness(0.95);color:#ddd }
.btn-blue{ background:#1e66d0; }
.btn-blue:hover{ filter: brightness(0.95);color:#ddd }

/* 1つだけのときは自動で中央寄せ（対応ブラウザが多い :has を使用） */
.result-actions:has(.btn-cta:only-child){
  grid-template-columns: 1fr;
  justify-items: center;
}

/* スマホでは縦積み */
@media (max-width: 760px){
  .result-actions{
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0 6px;
  }
  .btn-cta{ min-height: 28px; font-size: 16px; }
}


/*  */
:root{
  --brand-blue:#1e66d0;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#e5e7eb;
  --accent-orange:#f97316; /* 件数の強調色 */
}

/* 件数表示 */
.result-summary{
  border-top: 1px solid var(--line);
  padding: 14px 0 6px;
  margin: 6px 0 10px;
}
.result-summary__text{
  margin: 0;
  font-size: 18px; color: var(--ink);
}
.result-summary__num{ color: var(--accent-orange); font-weight: 800; font-size: 1.15em; }
.result-summary__range{ color: var(--muted); margin-left: .5em; }

/* ページネーション */
/* .pager{ margin: 12px 0 0; }
.pager__list{
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 10px; align-items: center; flex-wrap: wrap;
}
 */
/* 中央寄せ：親を中央寄せ、子は shrink-fit */
.pager{
  margin: 16px 0 0;
  text-align: center;           /* 中央寄せの基点 */
}
.pager__list{
  display: inline-flex;         /* 幅＝中身だけ */
  gap: 10px;
  align-items: center;
  justify-content: center;
}



.pager__item{ }

.pager__link{
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 10px;
  border-radius: 6px;
  background: #f3f5f9;
  color: var(--brand-blue);
  text-decoration: none; font-weight: 700;
  border: 1px solid #eef1f6;
}
.pager__item.is-current .pager__link{
  background: #eef1f6;
  color: #9aa3af;
  cursor: default;
}
.pager__item.is-disabled .pager__link{
  background: #eef1f6;
  color: #b8c0cc;
  cursor: not-allowed;
}
.pager__link:hover{
  filter: brightness(0.98);
  text-decoration: none; /* 数字リンクは下線なし */
}

/* スマホは少し小さく */
@media (max-width: 520px){
  .result-summary__text{ font-size: 16px; }
  .pager__link{ min-width: 36px; height: 36px; padding: 0 8px; }
}

/*  */
:root{
  --brand-blue:#1e66d0;
  --ink:#0f172a;
  --muted:#94a3b8;
  --rule:#e6edf6;
}

/* 包み（下に薄い罫線） */
.city-tabs{
  position: relative;
  padding-bottom: 10px;         /* 下線との距離 */
  margin-bottom: 6px;
}
.city-tabs::after{
  content:"";
  position:absolute; left:0; right:0; bottom:0;
  height:1px; background: var(--rule);  /* 全体の下線 */
}

/* 横スクロール領域 */
.city-tabs__scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;     /* スムーズスクロール(iOS) */
  scrollbar-width: thin;                  /* FireFox */
  padding-bottom: 6px;                    /* スクロールバー分の逃げ */
  /* 端が少しフェードして“横に続く”ことを示す（対応ブラウザ） */
  mask-image: linear-gradient(90deg, transparent 0, #000 13px, #000 calc(100% - 13px), transparent 100%);
  padding-left: 10px;
  padding-right: 10px;

}

/* タブの並び：折り返し禁止 */
.city-tabs__list{
  display: flex;
  flex-wrap: nowrap;          /* 折り返さない */
  gap: 28px;
  margin: 0; padding: 0; list-style: none;
  white-space: nowrap;        /* 文字の途中で改行しない */
}

/* タブ */
.city-tab{
  position: relative;
  display: inline-block;
  padding: 2px 0;
  text-decoration: none;
  font-size: clamp(16px, 2.2vw, 20px);
  color: #7a8aa3;               /* 非アクティブ（薄め） */
  font-weight: 700;
  white-space: nowrap;          /* 県市名を折り返さない */
}
.city-tab:hover{ color: #5a6f90; }

/* アクティブ */
.city-tab.is-active,
.city-tab[aria-current="page"]{
  color: var(--ink);
}
.city-tab.is-active::after,
.city-tab[aria-current="page"]::after{
  content:"";
  position:absolute; left:0; right:0; bottom:-10px;
  height:4px; background: var(--brand-blue);
  border-radius: 6px;
}

/*  */

/*  */
