:root{
  --green:#2B736E;
  --green-dark:#1A2C2A;
  --green-soft:#EAF5F3;
  --orange:#C0763F;
  --orange-soft:#FFF1E6;
  --cream:#FBF7F1;
  --paper:#FFFDF9;
  --text:#2E2A25;
  --muted:#746A60;
  --line:#EFE8DD;
  --shadow:0 16px 44px rgba(32,45,43,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:var(--paper);
  font-family:'Zen Kaku Gothic New','Hiragino Sans','Yu Gothic','YuGothic',system-ui,sans-serif;
  line-height:1.85;
  letter-spacing:.02em;
}
a{color:inherit;text-decoration:none}
a:hover{opacity:.86}
img{max-width:100%;height:auto;display:block}
.skip-link{position:absolute;left:-999px;top:10px;z-index:1000;padding:8px 12px;background:#fff;color:var(--green)}
.skip-link:focus{left:10px}
.page{overflow:hidden;background:var(--paper)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,249,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.site-header__inner{width:min(1120px,calc(100% - 48px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 0}
.logo img{width:auto;height:42px}.global-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px 8px}.global-nav a{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;color:#5b544b;font-size:13px;font-weight:700}.global-nav a:hover{background:#F4ECE2;color:var(--green);opacity:1}
.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:620px;background:var(--green-dark);overflow:hidden}.hero-side{position:relative;min-height:620px}.hero-img{width:100%;height:100%;object-fit:cover}.hero-side--villa{clip-path:polygon(0 0,100% 0,calc(100% - 95px) 100%,0 100%);z-index:1}.hero-side--hotel{margin-left:-95px}.hero-overlay{position:absolute;inset:0}.hero-overlay--villa{background:linear-gradient(180deg,rgba(43,115,110,.05),rgba(26,44,42,.68))}.hero-overlay--hotel{background:linear-gradient(180deg,rgba(192,118,63,.06),rgba(93,45,18,.64))}.hero-label{position:absolute;bottom:34px;color:#fff;filter:drop-shadow(0 8px 18px rgba(0,0,0,.28))}.hero-label--villa{left:42px}.hero-label--hotel{right:42px;text-align:right}.hero-label div{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:clamp(42px,6vw,82px);line-height:.9}.hero-label p{margin:8px 0 0;font-size:14px;font-weight:700;letter-spacing:.12em}.hero-center{position:absolute;z-index:4;inset:0;margin:auto;width:min(560px,calc(100% - 40px));height:fit-content;text-align:center;color:#fff;padding:34px 26px;border-radius:32px;background:rgba(26,44,42,.50);box-shadow:0 24px 70px rgba(0,0,0,.35);backdrop-filter:blur(3px)}.vs-mark{width:96px;height:96px;margin:0 auto 20px;display:grid;place-items:center;border-radius:50%;background:#FBF9F5;color:var(--green);font-family:'Cormorant Garamond',Georgia,serif;font-size:50px;font-style:italic;font-weight:600;line-height:1}.vs-mark span{transform:translateY(-2px)}h1,h2,h3,h4{font-family:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif;line-height:1.45}h1{margin:0;font-size:clamp(32px,5vw,58px);letter-spacing:.08em;text-shadow:0 5px 14px rgba(0,0,0,.28)}h1 span{font-family:'Cormorant Garamond',serif;font-style:italic;letter-spacing:.02em;opacity:.86}.hero-center p{margin:12px 0 0;font-size:clamp(15px,2vw,20px);font-weight:700;letter-spacing:.08em}
.toc{background:#fff;border-bottom:1px solid #EFE8DD;padding:16px 28px;text-align:center}.toc h3{display:flex;justify-content:center;align-items:center;gap:8px;margin:0 0 12px;font-family:'Shippori Mincho',serif;font-size:14px;font-weight:600;letter-spacing:.16em;color:#9A9085;line-height:1.4}.toc-caret{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid currentColor;display:block;flex-shrink:0}.toc-links{width:fit-content;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.toc-links a{display:inline-flex;align-items:center;gap:6px;padding:6px 4px;color:#5B544B;font-family:'Zen Kaku Gothic New',sans-serif;font-size:13.5px;font-weight:500;line-height:1.5;transition:color .2s ease}.toc-links a:hover{color:var(--green);opacity:1}.toc-links a.toc-hotel:hover{color:var(--orange)}.toc-links a span{order:-1;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;display:block;flex-shrink:0}
.section{position:relative;padding:82px 0;scroll-margin-top:84px}.section>*,.section .section-title,.intro-grid,.which-grid,.picks-grid,.cmp-wrap,.cmp-hint,.btn-area{width:min(1120px,calc(100% - 48px));margin-left:auto;margin-right:auto}.section-title{text-align:center;margin-bottom:38px}.section-title h3{margin:0;color:var(--text);font-family:'Shippori Mincho',serif;font-size:clamp(26px,3.4vw,40px);font-weight:700;letter-spacing:.04em;line-height:1.55}.section-en{margin-top:4px;color:#C08457;font-family:'Cormorant Garamond',serif;font-size:clamp(20px,2.6vw,30px);font-style:italic;letter-spacing:.05em;line-height:1}.section-title p{max-width:720px;margin:16px auto 0;color:var(--muted);font-size:15px}.word-villa,.villa-color{color:var(--green)!important}.word-hotel,.hotel-color{color:var(--orange)!important}.intro{background:linear-gradient(180deg,#FFFDF9 0%,#FBF7F1 100%)}.intro-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.intro-card{position:relative;overflow:hidden;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.intro-card--villa{border-color:rgba(43,115,110,.26)}.intro-card--hotel{border-color:rgba(192,118,63,.28)}.intro-photo{width:100%;height:220px;object-fit:cover}.intro-body{padding:26px 28px 30px}.intro-head{display:flex;align-items:center;gap:16px;margin-bottom:14px}.intro-icon{width:54px;height:54px;object-fit:contain}.mini-en{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:22px;line-height:1}.intro-card h4{margin:2px 0 0;font-size:24px;letter-spacing:.05em}.intro-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.95}.compare{background:#fff}.cmp-wrap{overflow-x:auto;border-radius:22px;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}.compare-table{width:100%;min-width:780px;border-collapse:separate;border-spacing:0;table-layout:fixed}.compare-table th,.compare-table td{padding:20px;border-top:1px solid var(--line);vertical-align:top}.compare-table thead th{border-top:none;color:#fff;text-align:center;font-weight:700}.compare-table thead th:first-child{width:18%;background:#6B6359}.compare-table thead th:nth-child(2){width:41%;background:var(--green)}.compare-table thead th:nth-child(3){width:41%;background:var(--orange)}.compare-table thead em{display:block;font-family:'Cormorant Garamond',serif;font-size:25px;font-style:italic;line-height:1}.compare-table thead span{display:block;margin-top:5px;font-size:13px;letter-spacing:.08em}.compare-table tbody th{background:#F8F0E7;text-align:left;white-space:nowrap;color:#5C544B;font-weight:700}.compare-table td:nth-child(2){background:#EFF9F7;color:#2F615C}.compare-table td:nth-child(3){background:#FFF5EC;color:#73513A}.compare-table td img{width:100%;height:150px;object-fit:cover;border-radius:14px;margin-bottom:12px}.compare-table td span{display:block;font-weight:500}.cmp-hint{display:none;margin-top:12px;color:#8B8178;font-size:12px;text-align:right}.cmp-hint span{display:inline-block;width:42px;height:4px;margin-left:8px;border-radius:99px;background:#D7CEC2;vertical-align:middle}.which{background:#FBF7F1}.which-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.which-card{position:relative;overflow:visible;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:88px 34px 34px;text-align:center}.which-card--villa{border-color:rgba(43,115,110,.32)}.which-card--hotel{border-color:rgba(192,118,63,.34)}.circle-photo{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);width:136px;height:136px;border-radius:50%;padding:7px;background:#fff;box-shadow:0 14px 30px rgba(46,42,37,.14);z-index:2}.circle-photo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.which-bg{position:absolute;right:22px;bottom:18px;width:130px;height:130px;opacity:.08;pointer-events:none}.which-body{position:relative;z-index:1}.which-card h4{display:flex;align-items:center;justify-content:center;gap:9px;margin:0;font-size:24px}.which-card h4 span{width:10px;height:10px;border-radius:50%;background:currentColor}.which-card--villa h4{color:var(--green)}.which-card--hotel h4{color:var(--orange)}.which-card ul{list-style:none;margin:20px 0 0;padding:0;text-align:left}.which-card li{display:flex;gap:9px;align-items:flex-start;margin:10px 0;color:#5B544B;font-weight:500}.which-card li span{color:var(--green);font-weight:700}.which-card--hotel li span{color:var(--orange)}.picks--villa{background:#EAF5F3}.picks--hotel{background:#FFF1E6}.recommend{display:inline-flex;align-items:center;justify-content:center;gap:12px;margin:0 auto 8px;color:#9A755D;font-size:14px;font-weight:700;letter-spacing:.1em}.recommend span{display:block;width:38px;height:1px;background:currentColor}.section-title--villa-picks h3{color:var(--green)}.section-title--hotel-picks h3{color:var(--orange)}.picks-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.pick-card{overflow:hidden;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.pick-card:hover{transform:translateY(-4px);box-shadow:0 20px 46px rgba(32,45,43,.18)}.pick-card__image{display:block;overflow:hidden}.pick-card__image img{width:100%;height:170px;object-fit:cover;transition:transform .3s ease}.pick-card__image:hover img{transform:scale(1.04)}.pick-card__body{padding:18px 18px 22px}.pick-card h4{margin:0 0 10px;font-size:20px;line-height:1.45}.pick-card h4 a{color:var(--text);text-decoration:none}.pick-card.villa h4 a:hover{color:var(--green);opacity:1}.pick-card.hotel h4 a:hover{color:var(--orange);opacity:1}.pick-card__body>p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.date-box{display:flex;align-items:center;gap:8px;margin:8px 0 0;min-width:0}.iconbox{flex:0 0 auto}.rank{margin:0!important;display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:3px 8px;border-radius:5px;color:#fff;font-size:11px!important;font-weight:700;line-height:1.4!important;white-space:nowrap}.rank.high{background:#A47713}.rank.low{background:#6D8B8E}.data{min-width:0}.kuchikomi{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin:0!important;color:#5B544B;font-size:12px!important;line-height:1.45!important}.star{display:inline-flex;align-items:center;gap:1px}.star img{margin-left: -3px;width:13px!important;height:13px!important;object-fit:contain!important;display:inline-block!important;max-width:none!important}.evaluation strong,.evaluation>span{color:#E66A22;font-weight:700}.number{color:#756B61;font-weight:400}.number a{color:inherit;text-decoration:underline;text-underline-offset:2px}.btn-area{text-align:center;margin-top:34px}.more-btn{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-width:260px;padding:13px 24px;border-radius:999px;background:#fff;color:var(--green);font-weight:700;box-shadow:0 12px 26px rgba(32,45,43,.12);border:1px solid rgba(43,115,110,.18)}.more-btn--hotel{color:var(--orange);border-color:rgba(192,118,63,.2)}.more-btn span{width:7px;height:7px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}.cta{padding:80px 24px;background:linear-gradient(135deg,var(--green-dark),var(--green));color:#fff;text-align:center}.cta .container{width:min(900px,100%);margin:auto}.cta h3{margin:0 0 12px;font-size:clamp(25px,3vw,36px);color:#fff}.cta p{margin:0 0 24px;color:rgba(255,255,255,.88)}.button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:14px 28px;border-radius:999px;background:#fff;color:var(--green);font-weight:800;box-shadow:0 14px 30px rgba(0,0,0,.18)}.site-footer{background:#2E2A25;color:#fff;padding:48px 0 28px}.site-footer .container{width:min(1120px,calc(100% - 48px));margin:auto}.footer-logo{display:inline-flex;margin-bottom:30px;background:#fff;border-radius:10px;padding:8px 12px}.footer-logo img{height:40px;width:auto}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-bottom:28px}.footer-grid h4{margin:0 0 12px;font-size:16px;color:#fff}.footer-grid ul{list-style:none;margin:0;padding:0}.footer-grid a{display:inline-block;color:#C3BBAE;padding:4px 0;font-size:14px}.footer-grid a:hover{color:#fff;opacity:1}.copyright{border-top:1px solid #44403A;padding-top:20px;margin:0;color:#8E867A;text-align:center;font-size:12px}
#faq.section.faq{max-width:820px;margin:0 auto;padding:64px 28px;background:transparent}#faq .section-title{width:auto;text-align:center;margin-bottom:36px}#faq .section-title h3{margin:0;color:#2E2A25;font-family:'Shippori Mincho',serif;font-size:clamp(24px,3vw,32px);font-weight:700;line-height:1.45}#faq .section-en{margin-top:6px;color:#C08457;font-family:'Cormorant Garamond',serif;font-size:17px;font-style:italic;letter-spacing:.1em;line-height:1.2}.faq-list{width:auto;display:flex;flex-direction:column;gap:14px}.faq-list details{border:1px solid #ECEBE6;border-radius:16px;background:#fff;box-shadow:0 4px 16px rgba(60,53,45,.05);overflow:hidden;padding:0}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary h4{margin:0;color:#2E2A25;font-family:'Zen Kaku Gothic New',sans-serif;font-size:16px;font-weight:700;line-height:1.6}.faq-plus{position:relative;flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#EEF8F6}.faq-plus::before,.faq-plus::after{content:'';position:absolute;left:50%;top:50%;width:13px;height:2px;border-radius:2px;background:var(--green);transform:translate(-50%,-50%)}.faq-plus::after{width:2px;height:13px;transition:transform .25s ease,opacity .25s ease}.faq-list details[open] .faq-plus::after{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scaleY(0)}.faq-list details p{margin:0;padding:0 24px 22px;color:#5B544B;font-size:14.5px;line-height:1.85}
@media (min-width:901px){.toc-caret{display:none}.picks-grid .pick-card:nth-child(4),.picks-grid .pick-card:nth-child(5){transform:translateX(50%)}.picks-grid .pick-card:nth-child(4):hover,.picks-grid .pick-card:nth-child(5):hover{transform:translateX(50%) translateY(-4px)}}
@media (max-width:900px){.site-header__inner{align-items:flex-start;flex-direction:column}.global-nav{justify-content:flex-start}.hero{grid-template-columns:1fr;min-height:auto}.hero-side,.hero-img{min-height:300px}.hero-side--villa{clip-path:none}.hero-side--hotel{margin-left:0}.hero-center{position:absolute;top:50%;transform:translateY(-50%)}.hero-label{bottom:20px}.hero-label--villa{left:24px}.hero-label--hotel{right:24px}.intro-grid,.which-grid{grid-template-columns:1fr;gap:70px}.picks-grid{display:flex;overflow-x:auto;gap:18px;padding-bottom:12px;scroll-snap-type:x mandatory}.pick-card{flex:0 0 280px;scroll-snap-align:start}.compare-table{min-width:600px}.cmp-hint{display:block}.footer-grid{grid-template-columns:1fr}}
@media (max-width:560px){.site-header__inner,.section>*,.section .section-title,.intro-grid,.which-grid,.picks-grid,.cmp-wrap,.cmp-hint,.btn-area,.site-footer .container{width:min(100% - 32px,1120px)}.site-header{position:relative}.global-nav a{font-size:12px;padding:5px 8px}.hero-side,.hero-img{min-height:260px}.hero-center{width:calc(100% - 32px);padding:26px 18px;border-radius:24px}.vs-mark{width:76px;height:76px;font-size:40px}.hero-label div{font-size:42px}.hero-label p{font-size:12px}.toc{padding:16px}.toc-links{align-items:flex-start}.section{padding:58px 0}.section-title{margin-bottom:28px}.section-title h3{font-size:25px}.section-en{font-size:22px}.intro-photo{height:185px}.intro-body{padding:22px}.intro-card h4,.which-card h4{font-size:21px}.which-card{padding:78px 22px 28px}.circle-photo{width:118px;height:118px}.pick-card{flex-basis:270px}.pick-card__image img{height:160px}.date-box{align-items:flex-start;flex-direction:column;gap:5px}.kuchikomi{font-size:12px!important}#faq.section.faq{padding:56px 20px}.faq-list summary{padding:18px 20px}.faq-list details p{padding:0 20px 20px}.cta{padding:64px 20px}}

/* =========================================================
   見出し階層変更後の見た目補正
   h2→h3 / h3→h4 に変更しても、変更前のデザインを維持
========================================================= */
.hero-center h1{
  font-family:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif;
  font-weight:700;
  font-size:clamp(20px,3vw,34px);
  line-height:1.4;
  margin:22px 0 0;
  color:#fff;
  letter-spacing:0;
  text-shadow:0 2px 18px rgba(0,0,0,.6);
}
.hero-center h1 span{opacity:.7;font-family:inherit;font-style:normal;letter-spacing:0}
.hero-center p{
  font-family:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif;
  font-size:clamp(12px,1.5vw,15px);
  color:rgba(255,255,255,.92);
  margin:10px 0 0;
  letter-spacing:.06em;
  font-weight:400;
  text-shadow:0 1px 12px rgba(0,0,0,.6);
}
.section-title{
  text-align:center;
  margin-bottom:36px;
}
.section-title h3,
.section-title--villa-picks h3,
.section-title--hotel-picks h3{
  font-family:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif;
  font-weight:700;
  font-size:clamp(24px,3vw,32px);
  line-height:1.5;
  margin:0 0 6px;
  letter-spacing:0;
  color:#2E2A25;
}
.section-title--villa-picks h3{color:#2E2A25}
.section-title--hotel-picks h3{color:#2E2A25}
.section-en,
#faq .section-en{
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-size:17px;
  color:#C08457;
  letter-spacing:.1em;
  margin-top:6px;
  line-height:1.2;
}
.section-title p{
  margin:0;
  font-size:14.5px;
  color:#8A8175;
  line-height:1.8;
}
.intro-card h4{
  font-family:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif;
  font-size:21px;
  font-weight:600;
  margin:1px 0 0;
  line-height:1.2;
  letter-spacing:0;
  color:#2E2A25;
}
.which-card h4{
  font-family:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif;
  font-size:21px;
  font-weight:600;
  line-height:1.45;
  margin:0 0 7px;
  letter-spacing:0;
}
.pick-card h4{
  font-family:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif;
  font-size:16.5px;
  font-weight:600;
  margin:0 0 7px;
  line-height:1.4;
  letter-spacing:0;
  color:#2E2A25;
}
.pick-card h4 a{color:#2E2A25;text-decoration:none}
.recommend{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin:0 0 2px;
  font-family:'Zen Kaku Gothic New',sans-serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:0;
}
.picks--villa .recommend{color:#2B736E}
.picks--hotel .recommend{color:#C0763F}
.recommend span{
  width:26px;
  height:2px;
  background:currentColor;
}
.recommend span:first-child{transform:rotate(60deg)}
.recommend span:last-child{transform:rotate(-60deg)}
#faq .section-title h3{
  font-family:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif;
  font-weight:700;
  font-size:clamp(24px,3vw,32px);
  line-height:1.5;
  margin:0;
  color:#2E2A25;
  letter-spacing:0;
}
.faq-list summary h4{
  font-family:'Zen Kaku Gothic New','Hiragino Kaku Gothic ProN',sans-serif;
  font-size:16px;
  font-weight:700;
  line-height:1.6;
  margin:0;
  color:#2E2A25;
  letter-spacing:0;
}
.cta h3{
  font-family:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif;
  font-weight:700;
  font-size:clamp(22px,3vw,30px);
  line-height:1.5;
  margin:0 0 14px;
  color:#fff;
  letter-spacing:0;
}
@media (max-width:560px){
  .section-title h3,
  .section-title--villa-picks h3,
  .section-title--hotel-picks h3,
  #faq .section-title h3{font-size:clamp(24px,6.2vw,32px)}
  .section-en,#faq .section-en{font-size:17px}
  .intro-card h4,.which-card h4{font-size:21px}
  .pick-card h4{font-size:16.5px}

}

/* =========================================================
   見出し階層変更前の余白・リード文配置に戻す調整
   ※HTMLのh3/h4階層は維持し、見た目だけ元デザインへ寄せる
========================================================= */
.section-title{
  text-align:center;
}
.section-title h3,
.section-title--villa-picks h3,
.section-title--hotel-picks h3,
#faq .section-title h3{
  margin:0;
}
.section-en,
#faq .section-en{
  margin-top:6px;
}
.section-title p,
.section-title--villa-picks p,
.section-title--hotel-picks p{
  display:block;
  max-width:720px;
  margin:8px auto 0;
  text-align:center;
  color:#8A8175;
  font-size:14.5px;
  line-height:1.8;
}
.intro .section-title{
  margin-bottom:40px;
}
.compare .section-title{
  margin-bottom:36px;
}
.which .section-title{
  margin-bottom:40px;
}
.which-grid{
  margin-top:64px;
}
.picks--villa .section-title,
.picks--hotel .section-title{
  margin-bottom:32px;
}
#faq .section-title{
  margin-bottom:32px;
}
@media (max-width:560px){
.compare-table th, .compare-table td,li,p{
font-size: 14px;
    }
.compare-table thead th:first-child {
    width: 11%;
    }
    .compare-table tbody th{
        padding: 20px 5px;
    }
  .intro .section-title,
  .compare .section-title,
  .which .section-title,
  .picks--villa .section-title,
  .picks--hotel .section-title,
  #faq .section-title{
    margin-bottom:28px;
  }
  .which-grid{
    margin-top:58px;
  }
  .section-title p,
  .section-title--villa-picks p,
  .section-title--hotel-picks p{
    margin-top:8px;
    text-align:center;
  }
}

/* =========================================================
   CTA「あなたにぴったりの滞在スタイルをご提案します」補正
   見出し階層変更前のカード型CTAデザインに戻す
========================================================= */
.cta{
  padding:80px 24px;
  background:linear-gradient(135deg,#1A2C2A 0%,#2B736E 100%);
  color:#fff;
  text-align:center;
}
.cta-box{
  width:min(900px,100%);
  margin:0 auto;
  padding:46px 38px 42px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:28px;
  background:rgba(255,255,255,.08);
  box-shadow:0 20px 50px rgba(0,0,0,.16);
  backdrop-filter:blur(2px);
}
.cta-box h3{
  font-family:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif;
  font-size:clamp(24px,3.2vw,36px);
  font-weight:700;
  line-height:1.55;
  letter-spacing:.04em;
  color:#fff;
  margin:0 0 12px;
}
.cta-box p{
  margin:0 0 26px;
  color:rgba(255,255,255,.9);
  font-size:15px;
  line-height:1.8;
  text-align:center;
}
.cta-box div{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.cta-box a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  padding:14px 26px;
  border-radius:999px;
  background:#fff;
  color:#2B736E;
  font-weight:800;
  font-size:15px;
  line-height:1.4;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
}
.cta-box a:nth-child(2){
  background:#C0763F;
  color:#fff;
}
.cta-box a:hover{
  opacity:.9;
  transform:translateY(-1px);
}
@media (max-width:560px){
  .cta{padding:64px 20px}
  .cta-box{padding:34px 20px 32px;border-radius:22px}
  .cta-box h3{font-size:clamp(22px,6vw,28px);letter-spacing:0;line-height:1.55}
  .cta-box p{font-size:14px;margin-bottom:22px}
  .cta-box div{gap:10px}
  .cta-box a{width:100%;min-width:0;padding:13px 20px}
}


/* =========================================================
   CTA：見出し階層変更前の元デザインへ戻す
   ※HTMLは h3 のまま、見た目のみ元デザインに合わせる
========================================================= */
.cta{
  max-width:1140px !important;
  width:100% !important;
  margin:0 auto !important;
  padding:64px 28px 72px !important;
  background:transparent !important;
  color:#fff !important;
  text-align:center !important;
}
.cta-box{
  position:relative !important;
  overflow:hidden !important;
  width:100% !important;
  margin:0 auto !important;
  padding:clamp(40px,6vw,64px) 28px !important;
  border:0 !important;
  border-radius:24px !important;
  background:linear-gradient(120deg,#2B736E 0%,#3F8A71 55%,#C0763F 100%) !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
.cta-box::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.08) 0,rgba(255,255,255,.08) 2px,transparent 2px,transparent 18px);
  pointer-events:none;
}
.cta-box__inner{
  position:relative;
  z-index:1;
}
.cta-box h3,
.cta h3,
#cta-title{
  font-family:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif !important;
  font-weight:700 !important;
  font-size:clamp(22px,3vw,30px) !important;
  line-height:1.5 !important;
  letter-spacing:0 !important;
  color:#fff !important;
  margin:0 0 14px !important;
  text-wrap:balance;
}
.cta-box p{
    margin: 0 0 0px !important;
    color: rgba(255, 255, 255, .95) !important;
    font-size: 15.5px !important;
    line-height: 1.8 !important;
    text-align: center !important;
    width: 100%;
}
.cta-buttons,
.cta-box div.cta-buttons{
  display:flex !important;
  gap:14px !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:wrap !important;
}
.cta-button,
.cta-box a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:0 !important;
  width:auto !important;
  padding:15px 36px !important;
  border-radius:999px !important;
  font-size:15px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
  text-decoration:none !important;
  transition:transform .2s ease,background .2s ease !important;
}
.cta-button--primary,
.cta-box a:first-child{
  background:#fff !important;
  color:#2B736E !important;
  border:0 !important;
  box-shadow:0 8px 20px rgba(0,0,0,.12) !important;
}
.cta-button--sub,
.cta-box a:nth-child(2){
  background:rgba(255,255,255,.16) !important;
  color:#fff !important;
  border:1.5px solid rgba(255,255,255,.6) !important;
  box-shadow:none !important;
}
.cta-button:hover,
.cta-box a:hover{
  opacity:1 !important;
  transform:translateY(-2px) !important;
}
.cta-button--sub:hover,
.cta-box a:nth-child(2):hover{
  background:rgba(255,255,255,.28) !important;
}
.h2-img img{
    width: 100%
}
a.more-btn {
    display: inline-flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 17px;
    gap: 12px;
    text-decoration: none;
    padding: 17px 56px;
    border-radius: 999px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.more-btn--villa {
    box-shadow: rgba(43, 115, 110, 0.25) 0px 8px 20px;
    background: var(--green);
}
.more-btn--hotel {
    box-shadow: rgba(192, 118, 63, 0.25) 0px 8px 20px;
    background: var(--orange);
}
@media (min-width:640px){
        .pc-none{
        display: none;
    }
}
@media (max-width:640px){
.h2-img img{
    width: auto;
    max-width: 100%
}
    .sp-none{
        display: none;
    }
}
@media (max-width:560px){
  .cta{padding:56px 20px 64px !important;}
  .cta-box{padding:38px 20px !important;border-radius:22px !important;}
  .cta-box h3,#cta-title{font-size:clamp(22px,6vw,28px) !important;}
  .cta-box p{font-size:14.5px !important;margin-bottom:24px !important;}
  .cta-buttons,.cta-box div.cta-buttons{gap:12px !important;}
  .cta-button,.cta-box a{width:auto !important;padding:13px 28px !important;}
a.more-btn {font-size: 15px;}
}
