/*
Theme Name: レンタカーGO
Theme URL: 
*/

/* ============================== ヘッダーCSS ============================== */
/* 共通設定 */
:root{--rg-orange:#F37000;--rg-orange-hover:#EF903C;--rg-blue:#06B3BE;--rg-bg:#FCFBF5;--rg-text:#222;--rg-black:#111;--rg-white:#fff;--rg-gray:#555;--rg-input:#eee;--rg-font:'Noto Sans JP',sans-serif;}

/* リセット */
*,*::before,*::after{box-sizing:border-box!important;}
html,body{margin:0!important;padding:0!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
body *{max-width:100%;min-width:0;}
img,svg,video,canvas,iframe{max-width:100%!important;height:auto;}
input,textarea,select{max-width:100%!important;box-sizing:border-box!important;}
p,li,dt,dd,span,a,button,label,summary,div,h1,h2,h3,h4,h5,h6{overflow-wrap:anywhere;word-break:normal;}
a,button{white-space:normal;}
[style*="display:flex"]>*,[style*="display: flex"]>*,[style*="display:grid"]>*,[style*="display: grid"]>*{min-width:0!important;}
body.is-rg-modal-open{overflow:hidden;}

/* ヘッダー */
#site-header{background:#FCFBF5;font-family:'Noto Sans JP',sans-serif;position:fixed;left:0;right:0;top:0;z-index:999;}
body.admin-bar #site-header{top:32px;}
#header-inner{max-width:100%;margin:0 auto;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 50px;box-sizing:border-box;background:#FCFBF5;}
#header-logo{width:150px;height:48px;background:#ddd;display:flex;align-items:center;justify-content:center;color:#111;font-weight:700;text-decoration:none;flex-shrink:0!important;}
#header-logo img{width:100%;height:100%;object-fit:contain;display:block;flex-shrink:0!important;}
#header-right{display:flex;align-items:center;gap:40px;}
#login-btn{padding:8px 18px;border:0;border-radius:999px;background:#06B3BE;color:#fff;text-decoration:none;font-size:14px;font-weight:700;letter-spacing:.07em;cursor:pointer;}
#header-spacer{height:70px;background:#FCFBF5;}

/* PC言語切替 */
#lang-pc{position:relative;display:flex;align-items:center;}
#langBtn{display:flex;align-items:center;justify-content:center;gap:8px;border:0;background:none;padding:0;cursor:pointer;}
#langBtn img{width:26px;height:26px;display:block;}
#langText{font-size:14px;font-weight:700;color:#444;}
#langText,#langTextSp,.lang-option,.lang-option-text{min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;}
#langMenu{display:none;position:absolute;right:0;top:42px;width:170px;background:#fff;border:2px solid #06B3BE;border-radius:8px;overflow:hidden;z-index:1001;}
.lang-option{width:100%;padding:12px;border:0;background:#fff;text-align:center;font-weight:500;cursor:pointer;}

/* ハンバーガーボタン */
#menuBtn{width:42px;height:26px;border:0;background:none;padding:0;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;}
#menuBtn span{height:3px;background:#333;width:100%;display:block;}

/* ハンバーガーメニュー */
#hm{display:flex;position:fixed;right:0;top:70px;width:300px;height:calc(100dvh - 70px);background:#fff;border:2px solid #F37000;box-sizing:border-box;z-index:1000;flex-direction:column;overflow:hidden;transform:translateX(100%);visibility:hidden;pointer-events:none;transition:transform .34s ease,visibility .34s ease;}
#hm.is-open{transform:translateX(0);visibility:visible;pointer-events:auto;}
.hm-close{position:absolute;top:28px;right:28px;width:26px;height:26px;border:0;background:transparent;cursor:pointer;padding:0;z-index:2;}
.hm-close:before,.hm-close:after,.login-modal-close:before,.login-modal-close:after{content:"";position:absolute;background:#fff;}
.hm-close:before,.hm-close:after{left:12px;top:0;width:3px;height:26px;}
.hm-close:before,.login-modal-close:before{transform:rotate(45deg);}
.hm-close:after,.login-modal-close:after{transform:rotate(-45deg);}

/* ハンバーガーメニュー上部 */
.hm-upper{height:58%;box-sizing:border-box;background:#F37000;padding-top:58px;display:flex;align-items:flex-start;overflow-y:auto;}
.hm-list{width:100%;list-style:none;margin:0;padding:0;}
.hm-link{position:relative;height:54px;padding:0 32px;display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:16px;font-weight:700;line-height:1.4;box-sizing:border-box;max-width:100%!important;min-width:0!important;overflow-wrap:anywhere!important;word-break:normal!important;white-space:normal!important;}
.hm-link:after{content:"";position:absolute;left:28px;right:28px;bottom:0;height:1px;background:rgba(255,255,255,.55);}
.hm-list li:last-child .hm-link:after{display:none;}
.hm-icon{width:16px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0!important;}
.hm-icon img{width:16px;height:16px;object-fit:contain;display:block;flex-shrink:0!important;}

/* ハンバーガーメニュー下部 */
.hm-lower{height:42%;box-sizing:border-box;background:#fff;padding:30px 26px 0;display:flex;flex-direction:column;align-items:center;}
.hm-buttons{width:100%;display:flex;flex-direction:column;gap:18px;}
.hm-btn{width:100%;height:38px;border:2px solid #F37000;border-radius:999px;color:#F37000;background:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;box-sizing:border-box;cursor:pointer;max-width:100%!important;min-width:0!important;overflow-wrap:anywhere!important;word-break:normal!important;white-space:normal!important;}
.hm-btn i{font-size:14px;line-height:1;}
.hm-lang{display:none;}
#langBtnSp{display:flex;align-items:center;justify-content:center;gap:8px;border:0;background:none;padding:0;cursor:pointer;}
#langBtnSp img{width:24px;height:24px;display:block;}
#langTextSp{font-size:14px;font-weight:700;color:#444;}
.hm-logo{margin-top:auto;margin-bottom:18px;width:64px;height:35px;display:flex;align-items:center;justify-content:center;text-decoration:none;}
.hm-logo img{width:100%;height:100%;object-fit:contain;display:block;flex-shrink:0!important;}

/* SP言語選択 */
#langSheetSp{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:1000000;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;font-family:'Noto Sans JP',sans-serif;}
#langSheetSp.is-open{display:flex!important;}
.lang-sheet-card{width:100%;max-width:300px;max-height:calc(100dvh - 40px);overflow:auto;background:#fff;border:2px solid #06B3BE;border-radius:16px;box-sizing:border-box;padding:18px 16px 16px;}
.lang-sheet-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px;}
.lang-sheet-head p{margin:0;color:#333;font-size:14px;font-weight:700;line-height:1.5;}
.lang-sheet-close{width:28px;height:28px;border:0;background:#06B3BE;border-radius:50%;color:#fff;font-size:18px;line-height:28px;text-align:center;cursor:pointer;padding:0;}
.lang-sheet-body{display:grid;grid-template-columns:1fr;gap:8px;}
#langSheetSp .lang-option{width:100%;min-height:42px;padding:10px 12px;border:1px solid #06B3BE;border-radius:999px;background:#fff;color:#06B3BE;text-align:center;font-size:14px;font-weight:700;line-height:1.5;cursor:pointer;box-sizing:border-box;}

/* ログインモーダル */
#login-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:999999;align-items:center;justify-content:center;font-family:'Noto Sans JP',sans-serif;box-sizing:border-box;overflow:hidden;padding:24px;}
#login-modal.is-open{display:flex!important;}
#login-modal-card{width:796px;max-width:796px;background:#fff;border:2px solid #F37000;border-radius:28px;overflow:hidden;box-sizing:border-box;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.22);transform:scale(.78);transform-origin:center center;}
#login-modal-head{height:80px;background:#F37000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;letter-spacing:.08em;position:relative;}
.login-modal-close{display:block;position:absolute;right:24px;top:31px;width:26px;height:16px;border:0;background:transparent;padding:0;cursor:pointer;}
.login-modal-close:before,.login-modal-close:after{left:11px;top:0;width:3px;height:24px;}

/* ログインモーダル本文 */
#login-modal-body{padding:34px 0 70px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;}
#login-modal-icon{width:45px;height:45px;object-fit:contain;display:block;margin:0 0 24px;}
.login-heading{margin:0;color:#222;font-size:18px;font-weight:700;line-height:1.6;text-align:center;letter-spacing:.08em;}
.login-heading-second{margin:47px 0 0;}
.login-line{width:76px;height:4px;background:#F37000;display:block;margin:10px 0 14px;}
.login-line-second{margin:10px 0 26px;}
.login-register{width:402px;height:68px;background:#555;color:#fff;text-decoration:none;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;letter-spacing:.08em;}
#login-form{width:402px;margin:0;display:flex;flex-direction:column;align-items:stretch;}
#login-error{display:none;margin:0 0 10px;color:#d60000;font-size:12px;font-weight:700;line-height:1.6;text-align:center;}
#login-error.is-show{display:block;}
#login-email-label,#login-password-label{margin:0 0 12px;text-align:left;font-size:16px;font-weight:700;color:#222;letter-spacing:.06em;}
#login-password-label{margin:28px 0 12px;}
.login-field{width:100%;height:54px;border:0;border-radius:6px;background:#eee;padding:0 14px;box-sizing:border-box;font-size:14px;font-weight:700;letter-spacing:.06em;color:#111;}
.login-field::placeholder{color:#999;}
#login-remember-label{margin:22px 0 30px;display:flex;align-items:center;gap:8px;font-size:13px;color:#222;line-height:1.4;letter-spacing:.04em;}
#login-remember-label input{width:20px;height:20px;margin:0;}
.login-submit{width:100%;height:68px;border:2px solid #F37000;border-radius:6px;background:#F37000;color:#fff;font-size:17px;font-weight:700;letter-spacing:.08em;cursor:pointer;}
[data-forgot-link]{margin:30px 0 0;color:#F37000;font-size:12px;font-weight:700;text-decoration:underline;letter-spacing:.04em;}

/* hover */
@media (min-width:768px){
.hm-link:hover{background:#EF903C!important;}
.hm-link:hover:after{display:none;}
.hm-btn:hover{color:#EF903C!important;border-color:#EF903C!important;}
.login-submit:hover{background:#fff!important;color:#F37000!important;border-color:#F37000!important;}
.login-register:hover{opacity:.86;}
.lang-option:hover{background:#E9F8FA!important;}
}

/* スマホ */
@media (max-width:767px){
input,textarea,select{font-size:16px!important;}
body.admin-bar #site-header{top:20px;}
main,section,article,div,nav,header,footer{max-width:100%!important;}
body::before{display:none!important;content:none!important;height:0!important;}
#site-header{background:#FCFBF5!important;z-index:999!important;}
#header-inner{height:70px;padding:0 32px;background:#FCFBF5!important;position:relative;z-index:1000!important;}
#header-logo{width:80px;height:41px;font-size:13px;}
#header-right{gap:24px;}
#login-btn{padding:9px 17px;font-size:14px;}
#lang-pc{display:none;}
#menuBtn{width:38px;height:28px;}
#header-spacer{display:none!important;height:0!important;margin:0!important;padding:0!important;background:#FCFBF5!important;}
#hm{width:min(86vw,250px);}
.hm-upper{height:58%;padding-top:50px;}
.hm-lower{height:42%;padding:26px 20px 0;}
.hm-close{top:18px;right:24px;}
.hm-buttons{gap:18px;}
.hm-lang{display:block;margin-top:24px;text-align:center;}
.hm-logo{display:flex;margin-top:auto;margin-bottom:18px;width:58px;height:32px;}
.hm-link{height:auto!important;min-height:54px!important;padding:8px 28px!important;font-size:14px!important;gap:12px;line-height:1.4;white-space:normal;overflow-wrap:anywhere;word-break:normal;}
.hm-btn{height:auto!important;min-height:38px!important;padding:7px 12px!important;font-size:13px;white-space:normal;overflow-wrap:anywhere;word-break:normal;}
#login-modal{padding:10px;overflow:hidden;align-items:center;justify-content:center;}
#login-modal-card{width:min(520px,96vw);max-width:520px;max-height:none;border-radius:30px;overflow:hidden;transform:scale(.84);transform-origin:center center;zoom:1;}
#login-modal-head{height:76px;font-size:16px;}
#login-modal-body{padding:22px 24px 44px;}
#login-modal-icon{width:39px;height:39px;margin:0 0 13px;}
.login-modal-close{display:block;right:24px;top:22px;width:30px;height:30px;}
.login-heading{font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.08em;}
.login-heading-first{margin:0;}
.login-heading-second{margin:38px 0 0;}
.login-line{width:60px;height:3px;margin:8px 0 20px;}
.login-line-second{margin:8px 0 30px;}
#login-form{width:100%;}
.login-register{width:100%;height:58px;font-size:17px;}
#login-email-label{margin:0 0 10px;font-size:14px;font-weight:700;text-align:left;letter-spacing:.06em;}
#login-password-label{margin:26px 0 10px;font-size:14px;font-weight:700;text-align:left;letter-spacing:.06em;}
#login-remember-label{margin:22px 0 30px;font-size:13px;gap:9px;letter-spacing:.04em;}
#login-remember-label input{width:20px;height:20px;}
.login-field{height:56px;font-size:14px;padding:0 18px;border-radius:6px;font-weight:700;}
.login-submit{height:58px;font-size:17px;border-radius:7px;letter-spacing:.08em;}
[data-forgot-link]{margin:26px 0 0;font-size:12px;letter-spacing:.04em;}
#login-error{font-size:12px;margin:0 0 10px;}
}

/* タブレット */
@media (min-width:768px) and (max-width:1199px){
#hm{width:300px;}
.hm-upper{height:57%;padding-top:74px;}
.hm-lower{height:43%;padding:42px 24px 0;}
.hm-close{top:26px;right:24px;}
.hm-buttons{gap:18px;}
.hm-lang{display:none;}
.hm-logo{display:flex;margin-top:auto;margin-bottom:24px;width:60px;height:32px;}
.hm-link{height:auto;min-height:58px;padding:8px 32px;font-size:16px;gap:12px;line-height:1.4;white-space:normal;overflow-wrap:anywhere;word-break:normal;}
.hm-btn{height:auto;min-height:38px;font-size:13px;white-space:normal;overflow-wrap:anywhere;word-break:normal;}
#login-modal{padding:24px 18px;overflow:auto;}
#login-modal-card{width:100%;max-width:540px;max-height:calc(100vh - 48px);border-radius:24px;overflow:auto;transform:none;}
#login-modal-head{height:64px;font-size:15px;}
#login-modal-body{padding:34px 54px 42px;}
#login-modal-icon{width:44px;height:44px;margin:0 0 16px;}
.login-modal-close{right:22px;top:20px;}
#login-form{width:100%;}
.login-register{width:100%;height:48px;font-size:15px;}
.login-heading{font-size:15px;}
.login-heading-first{margin:0;}
.login-heading-second{margin:28px 0 0;}
.login-line{width:56px;height:4px;margin:8px 0 20px;}
#login-email-label{margin:0 0 7px;font-size:13px;}
#login-password-label{margin:18px 0 7px;font-size:13px;}
#login-remember-label{margin:10px 0 18px;font-size:12px;}
.login-field{height:44px;font-size:16px;padding:0 18px;}
.login-submit{height:46px;font-size:15px;}
#login-error{font-size:12px;margin:0 0 10px;}
}

/* 高さが狭いPC・タブレット */
@media (max-height:650px) and (min-width:768px){
#hm{width:240px;}
.hm-upper{height:57%;padding-top:46px;}
.hm-lower{height:43%;padding:22px 18px 0;}
.hm-close{top:14px;right:18px;}
.hm-buttons{gap:12px;}
.hm-lang{display:none;}
.hm-logo{display:flex;margin-top:auto;margin-bottom:10px;width:48px;height:26px;}
.hm-link{height:auto;min-height:38px;padding:7px 22px;font-size:12px;gap:12px;line-height:1.4;white-space:normal;overflow-wrap:anywhere;word-break:normal;}
.hm-btn{height:auto;min-height:32px;font-size:13px;white-space:normal;overflow-wrap:anywhere;word-break:normal;}
#login-modal{padding:20px;overflow:hidden;}
#login-modal-card{width:470px;max-width:470px;border-radius:22px;overflow:hidden;transform:none;}
#login-modal-head{height:44px;font-size:13px;}
#login-modal-body{padding:14px 0 18px;}
#login-modal-icon{width:39px;height:39px;margin:0 0 6px;}
.login-modal-close{right:16px;top:10px;}
#login-form{width:260px;}
.login-register{width:260px;height:34px;font-size:13px;}
.login-heading{font-size:12px;}
.login-heading-first{margin:0;}
.login-heading-second{margin:14px 0 0;}
.login-line{width:42px;height:4px;margin:4px 0 10px;}
#login-email-label{margin:0 0 4px;font-size:11px;}
#login-password-label{margin:9px 0 4px;font-size:11px;}
#login-remember-label{margin:7px 0 10px;font-size:10px;}
.login-field{height:31px;font-size:16px;padding:0 12px;}
.login-submit{height:34px;font-size:13px;}
#login-error{font-size:12px;margin:0 0 6px;}
}


/* ============================== front-page CSS ============================== */
/* =========================================================
  4. 共通CSS変数・リセット・共通パーツCSS
========================================================= */
#rentago-front { --rg-bg: #FCFBF5; --rg-main: #00B3C3; --rg-accent: #E87006; --rg-text: #222; --rg-border: #cfcfcf; --rg-font: 'Noto Sans JP', sans-serif; --rg-radius-pill: 999px; --rg-shadow: 5px 6px 8px 0 rgba(0,0,0,.33); background: var(--rg-bg); color: var(--rg-text); font-size: 16px; line-height: 30px; overflow: hidden; }
#rentago-front, #rentago-front * { box-sizing: border-box; font-family: var(--rg-font); letter-spacing: .07em; }
#rentago-front input, #rentago-front button { min-width: 0; font-family: inherit; }
#rentago-front a { color: inherit; }
#rentago-front img { max-width: 100%; }

#rentago-front .rg-section-lead { width: 100%; max-width: 100%; margin: 0; color: var(--rg-main); text-align: center; font-size: 16px; font-weight: 700; line-height: 1.8; display: flex; align-items: center; justify-content: center; gap: 8px; }
#rentago-front .rg-section-lead__slash { display: inline-block; width: 20px; height: 2px; background: var(--rg-main); transform: rotate(62deg); flex: 0 0 20px; }
#rentago-front .rg-section-lead__slash--right { transform: rotate(-62deg); }
#rentago-front .rg-section-lead__text { display: inline-block; max-width: calc(100% - 56px); white-space: normal; overflow-wrap: anywhere; text-align: center; }
#rentago-front .rg-section-title { margin: 0; font-size: 24px; font-weight: 700; line-height: 30px; text-align: center; }
@media screen and (max-width: 767px) {
  #rentago-front .rg-section-title { font-size: 22px; line-height: 30px; margin: 5px 0 0; }
  #rentago-front .rg-section-lead { font-size: 13px; line-height: 1.7; gap: 6px; }
  #rentago-front .rg-section-lead__slash { width: 15px; flex: 0 0 15px; }
  #rentago-front .rg-section-lead__text { max-width: calc(100% - 44px); }
}

/* =========================================================
  セクション1：FV・検索フォーム CSS
========================================================= */
#rentago-front .rg-fv { position: relative; width: 100%; height: 660px; overflow: visible; background: #16AEB8; }
#rentago-front .rg-fv__bg { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100%; overflow: hidden; }
#rentago-front .rg-fv__bg-img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
#rentago-front .rg-fv__inner { position: relative; z-index: 2; width: 100%; height: 100%; margin: 0 auto; }
#rentago-front .rg-fv__copy { position: absolute; right: -1vw; top: 140px; width: 560px; color: #fff; text-align: left; font-family: "ads-saikoro", sans-serif; }
#rentago-front .rg-fv__copy *, #rentago-front .rg-fv__lead, #rentago-front .rg-fv__title { font-family: "ads-saikoro", sans-serif !important; font-weight: 400 !important; font-style: normal !important; }
#rentago-front .rg-fv__lead { position: relative; display: block; width: 560px; max-width: 100%; height: 90px; margin: 0; color: #fff; text-align: left; }
#rentago-front .rg-fv__lead-svg { position: relative; z-index: 2; display: block; width: 550px; height: 100px; overflow: visible; }
#rentago-front .rg-fv__lead-svg--tb, #rentago-front .rg-fv__lead-svg--sp { display: none; }
#rentago-front .rg-fv__lead-text { fill: #fff; font-family: "ads-saikoro", sans-serif !important; font-size: 28px; font-weight: 400; font-style: normal; letter-spacing: .5em; }
#rentago-front .rg-fv__lead-icon { position: absolute; left: 0; top: 10px; z-index: 1; display: block; width: 500px; max-width: 100%; height: auto; margin: 0; pointer-events: none; }
#rentago-front .rg-fv__title { display: block; margin: 6px 0 0; color: #fff !important; font-size: 70px; line-height: 1.12; letter-spacing: .01em; white-space: nowrap; text-align: left; word-break: keep-all; overflow: visible; max-width: none; }

/* FV内検索フォーム：CSS */
#rentago-front .rg-search { z-index: 5; width: 100%; max-width: 1240px; padding: 30px 48px; background: #fff; border: 3px solid var(--rg-main); border-radius: 18px; box-shadow: var(--rg-shadow); }
#rentago-front .rg-search--fv { position: absolute; left: 50%; bottom: -152px; transform: translateX(-50%); }
#rentago-front .rg-search--footer { position: absolute; left: 50%; top: 64%; transform: translate(-50%,-50%); }
#rentago-front .rg-search__catch { margin: 0 0 22px; color: var(--rg-main); text-align: center; font-size: 20px; font-weight: 700; line-height: 30px; white-space: nowrap; display: flex; align-items: center; justify-content: center; gap: 3px; }
#rentago-front .rg-search__catch-slash { display: inline-block; width: 20px; height: 2px; background: var(--rg-main); transform: rotate(62deg); flex-shrink: 0; }
#rentago-front .rg-search__catch-slash--right { transform: rotate(-62deg); }
#rentago-front .rg-search__row { display: grid; grid-template-columns: 1.08fr 2.24fr; gap: 36px; align-items: start; }
#rentago-front .rg-search__label { display: inline-block; margin: 0 0 8px; padding: 2px 13px; background: var(--rg-main); color: #fff; border-radius: var(--rg-radius-pill); font-size: 14px; font-weight: 700; line-height: 22px; }
#rentago-front .rg-search__control { height: 36px; border: 1px solid var(--rg-border); border-radius: 3px; background: #fff; overflow: visible; }
#rentago-front .rg-search__control--place { display: grid; grid-template-columns: 1fr 1.35fr; }
#rentago-front .rg-search__control--date { display: grid; grid-template-columns: 1.28fr .86fr .72fr; }
#rentago-front .rg-search__control-cell { height: 100%; border-right: 1px solid var(--rg-border); }
#rentago-front .rg-search__control-cell:last-child { border-right: none; }
#rentago-front .rg-search__dates { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
#rentago-front .rg-search__date-wrap { position: relative; width: 100%; height: 100%; border-right: 1px solid var(--rg-border); background: #fff; overflow: hidden; }
#rentago-front .rg-date-native { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; padding: 0; border: none; background: transparent; opacity: 0; cursor: pointer; }
#rentago-front .rg-date-native::-webkit-calendar-picker-indicator { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
#rentago-front .rg-date-native::-webkit-inner-spin-button, #rentago-front .rg-date-native::-webkit-clear-button { display: none; }
#rentago-front .rg-search__date-face { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; background: #fff; color: var(--rg-text); font-size: 16px; line-height: 1; pointer-events: none; }
#rentago-front .rg-date-arrow, #rentago-front .rg-dd__arrow { color: #bbb; font-size: 12px; line-height: 1; }
#rentago-front .rg-search__suffix { display: flex; align-items: center; justify-content: center; color: var(--rg-text); font-size: 16px; white-space: nowrap; }
#rentago-front .rg-dd { position: relative; width: 100%; height: 100%; }
#rentago-front .rg-dd__button { position: relative; width: 100%; height: 100%; padding: 0 24px 0 10px; border: none; background: #fff; color: var(--rg-text); text-align: left; font-size: 16px; font-weight: 400; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#rentago-front .rg-dd__arrow { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
#rentago-front .rg-dd__menu { position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 80; max-height: 250px; overflow: auto; background: #fff; border: 1px solid #ccc; border-radius: 4px; box-shadow: var(--rg-shadow); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .2s; }
#rentago-front .rg-dd.is-open .rg-dd__menu { opacity: 1; visibility: visible; transform: translateY(0); }
#rentago-front .rg-dd__option { display: block; width: 100%; padding: 9px 12px; border: none; border-bottom: 1px solid #eee; background: #fff; color: var(--rg-text); text-align: left; font-size: 16px; line-height: 22px; cursor: pointer; }
#rentago-front .rg-search__car-pc { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 12px 28px; align-items: start; margin: 22px 0 0; }
#rentago-front .rg-search__car-heading { grid-column: 1/-1; width: 100%; }
#rentago-front .rg-car-check { position: relative; display: flex; align-items: center; min-width: 0; font-size: 16px; line-height: 24px; white-space: nowrap; cursor: pointer; }
#rentago-front .rg-car-check__input { position: absolute; opacity: 0; pointer-events: none; }
#rentago-front .rg-car-check__mark { position: relative; display: inline-block; width: 18px; height: 18px; margin-right: 10px; border: 2px solid var(--rg-main); border-radius: 50%; background: #fff; flex: 0 0 18px; }
#rentago-front .rg-car-check__input:checked + .rg-car-check__mark { background: var(--rg-main); }
#rentago-front .rg-car-check__input:checked + .rg-car-check__mark:after { content: ""; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; background: #fff; border-radius: 50%; transform: translate(-50%,-50%); }
#rentago-front .rg-search__submit-wrap { display: flex; justify-content: center; margin: 24px 0 0; }
#rentago-front .rg-search__submit { width: 150px; height: 44px; border: 2px solid var(--rg-accent); border-radius: var(--rg-radius-pill); background: var(--rg-accent); color: #fff; font-size: 18px; font-weight: 700; cursor: pointer; transition: .25s; }
#rentago-front .rg-search__reset-wrap { display: block; text-align: center; margin: 12px 0 0; }
#rentago-front .rg-search__reset { display: inline-block; margin: 0; padding: 0; border: none; background: transparent; color: #666; font-size: 12px; line-height: 1.6; text-decoration: underline; cursor: pointer; }

/* SP車種モーダル：CSS */
#rentago-front .rg-sp-car { display: none; margin: 22px 0 0; }
#rentago-front .rg-sp-car__open { position: relative; width: 100%; min-height: 50px; padding: 13px 48px 13px 14px; border: none; border-radius: 4px; background: #f1f1f1; color: var(--rg-text); font-size: 15px; font-weight: 700; line-height: 1.5; text-align: center; cursor: pointer; box-sizing: border-box; }
#rentago-front .rg-sp-car__plus { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 28px; font-weight: 700; line-height: 1; color: #555; }
#rentago-front .rg-sp-car__selected { display: none; margin: 12px 0 0; box-sizing: border-box; }
#rentago-front .rg-sp-car-chip-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; }
#rentago-front .rg-sp-car-chip { display: inline-flex; align-items: center; gap: 6px; max-width: 100%; padding: 6px 10px; border: 1px solid var(--rg-main); border-radius: var(--rg-radius-pill); background: #fff; color: var(--rg-main); font-size: 14px; font-weight: 700; line-height: 1.3; box-sizing: border-box; }
#rentago-front .rg-sp-car-chip button { border: none; background: transparent; color: var(--rg-main); font-size: 18px; font-weight: 700; line-height: 1; cursor: pointer; padding: 0; }
#rentago-front .rg-sp-car-reopen { display: flex; align-items: center; justify-content: center; gap: 7px; width: min(100%,230px); min-height: 36px; margin: 20px auto 0; padding: 8px 16px; border: none; border-radius: 4px; background: #f1f1f1; color: #666; font-size: 16px; font-weight: 500; line-height: 1.2; cursor: pointer; box-sizing: border-box; }

.rg-sp-car__modal { display: none; visibility: hidden; opacity: 0; pointer-events: none; position: fixed; inset: 0; z-index: 2147483000; background: rgba(0,0,0,.55); padding: 48px 24px; box-sizing: border-box; align-items: center; justify-content: center; overscroll-behavior: contain; touch-action: none; }
.rg-sp-car__modal.is-open { display: flex; visibility: visible; opacity: 1; pointer-events: auto; }
.rg-sp-car__window { position: relative; width: min(calc(100vw - 48px),420px); height: 430px; max-height: calc(100svh - 96px); overflow: hidden; background: #fff; border: 3px solid #00B3C3; border-radius: 12px; box-shadow: 0 8px 28px rgba(0,0,0,.28); box-sizing: border-box; display: flex; flex-direction: column; touch-action: auto; overscroll-behavior: contain; }
.rg-sp-car__head { position: relative; flex: 0 0 auto; padding: 16px 48px 15px 16px; border-bottom: 1px solid #e8e8e8; background: #fff; box-sizing: border-box; z-index: 2; }
.rg-sp-car__head p { margin: 0; color: #222; font-size: 18px; font-weight: 700; line-height: 1.35; }
.rg-sp-car__head span { font-size: 12px; font-weight: 400; color: #555; }
.rg-sp-car__close { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border: none; background: transparent; color: #222; font-size: 32px; line-height: 26px; cursor: pointer; }
.rg-sp-car__scroll { flex: 0 0 auto; min-height: 0; overflow-y: auto; overflow-x: hidden; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; scrollbar-gutter: stable; padding: 0 14px; background: #fff; box-sizing: border-box; scrollbar-width: thin; scrollbar-color: #00B3C3 #f1f1f1; }
.rg-sp-car__scroll::-webkit-scrollbar { width: 5px; }
.rg-sp-car__scroll::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 999px; }
.rg-sp-car__scroll::-webkit-scrollbar-thumb { background: #00B3C3; border-radius: 999px; }
.rg-sp-car__option { position: relative; display: grid; grid-template-columns: 24px 1fr; gap: 9px; align-items: center; min-height: 54px; padding: 9px 0; border-bottom: 1px solid #eee; cursor: pointer; box-sizing: border-box; }
.rg-sp-car__check { position: absolute; left: 0; top: 50%; width: 18px; height: 18px; margin: 0; opacity: 0; pointer-events: none; transform: translateY(-50%); }
.rg-sp-car__box { display: inline-flex; width: 18px; height: 18px; border: 2px solid #999; border-radius: 3px; background: #fff; color: transparent; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; line-height: 1; box-sizing: border-box; }
.rg-sp-car__check:checked + .rg-sp-car__box,
.rg-sp-car__option.is-checked .rg-sp-car__box { background: #00B3C3; border-color: #00B3C3; color: #fff; }
.rg-sp-car__text { display: block; min-width: 0; color: #222; font-size: 14px; font-weight: 700; line-height: 1.45; white-space: normal; overflow-wrap: anywhere; }
.rg-sp-car__seat { display: inline; color: #777; font-size: 14px; font-weight: 400; line-height: 1.45; margin-left: 4px; white-space: nowrap; }
.rg-sp-car__actions { flex: 0 0 auto; display: flex; gap: 12px; justify-content: center; padding: 14px 12px 16px; border-top: 1px dashed #ddd; background: #fff; box-sizing: border-box; z-index: 2; }
.rg-sp-car__actions button { flex: 1 1 0; max-width: 165px; height: 42px; min-height: 42px; border: none; border-radius: 5px; color: #fff; font-size: 16px; font-weight: 700; line-height: 1.2; cursor: pointer; box-shadow: none; background-image: none; }
.rg-sp-car__clear { background: #333; }
.rg-sp-car__apply { background: #E87006; }

body.rg-sp-car-modal-open { overflow: hidden !important; touch-action: none !important; }

@media screen and (max-width: 767px) {
  #rentago-front .rg-sp-car { display: block; margin: 20px 0 0; }
}

@media (min-width: 768px) {
  #rentago-front .rg-search__submit:hover { background: #fff; color: var(--rg-accent); border-color: var(--rg-accent); }
  #rentago-front .rg-dd__option:hover { background: #f3fbfc; color: var(--rg-main); }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  #rentago-front .rg-fv { height: 600px; }
  #rentago-front .rg-fv__copy { right: 24px; top: 160px; width: 455px; }
  #rentago-front .rg-fv__lead { width: 455px; height: 78px; }
  #rentago-front .rg-fv__lead-svg { width: 455px; height: 82px; }
  #rentago-front .rg-fv__lead-text { font-size: 28px; letter-spacing: .46em; }
  #rentago-front .rg-fv__lead-icon { left: 6px; top: 8px; width: 415px; }
  #rentago-front .rg-fv__title { margin: 4px 0 0; font-size: 54px; line-height: 1.12; }
  #rentago-front .rg-search--fv { top: 370px; bottom: auto; width: calc(100% - 72px); padding: 24px 44px; }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #rentago-front .rg-fv { height: 550px; }
  #rentago-front .rg-fv__bg-img { object-position: 85% center; }
  #rentago-front .rg-fv__copy { right: 40px; top: 150px; width: 360px; }
  #rentago-front .rg-fv__lead { width: 360px; height: 66px; transform: translateX(15px); }
  #rentago-front .rg-fv__lead-svg { width: 380px; height: 70px; }
  #rentago-front .rg-fv__lead-svg--pc, #rentago-front .rg-fv__lead-svg--sp { display: none; }
  #rentago-front .rg-fv__lead-svg--tb { display: block; }
  #rentago-front .rg-fv__lead-text { font-size: 29px; letter-spacing: .42em; }
  #rentago-front .rg-fv__lead-icon { left: -10px; top: 10px; width: 360px; }
  #rentago-front .rg-fv__title { margin: 8px 0 0; font-size: 48px; line-height: 1.12; }
  #rentago-front .rg-search--fv { top: 370px; bottom: auto; width: calc(100% - 72px); padding: 24px 44px; }
  #rentago-front .rg-search__row { grid-template-columns: 1fr; gap: 16px; }
  #rentago-front .rg-search__dates { gap: 10px; }
}
@media screen and (max-width: 680px) {
  #rentago-front .rg-fv { height: 280px; margin-top: 34px; }
  #rentago-front .rg-fv__bg-img { object-position: 70% center; }
  #rentago-front .rg-fv__copy { right: -20px; top: 84px; width: 238px; }
  #rentago-front .rg-fv__lead { width: 238px; height: 45px; transform: translateX(5px); }
  #rentago-front .rg-fv__lead-svg { width: 238px; height: 46px; }
  #rentago-front .rg-fv__lead-svg--pc, #rentago-front .rg-fv__lead-svg--tb { display: none; }
  #rentago-front .rg-fv__lead-svg--sp { display: block; }
  #rentago-front .rg-fv__lead-svg--sp .rg-fv__lead-text, #rentago-front .rg-fv__lead-svg--sp textPath { font-size: 30px !important; letter-spacing: -.05em !important; }
  #rentago-front .rg-fv__lead-icon { left: -2px; top: 15px; width: 205px; }
  #rentago-front .rg-fv__title { margin: 6px 0 0; font-size: 28px; line-height: 1.12; letter-spacing: .001em; }
}
@media screen and (max-width: 767px) {
  #rentago-front .rg-search--fv { left: 22px; right: 22px; top: 220px; bottom: auto; transform: none; width: auto; max-width: none; padding: 30px 14px 18px; border: 4px solid var(--rg-main); border-radius: 28px; }
  #rentago-front .rg-search__catch { font-size: 12px; line-height: 1.7; margin: 0 0 24px; white-space: normal; gap: 1px; }
  #rentago-front .rg-search__catch-slash { width: 10px; flex: 0 0 10px; }
  #rentago-front .rg-search__catch-text { font-size: 16px; letter-spacing: .01em; white-space: normal; max-width: calc(100% - 24px); overflow-wrap: anywhere; text-align: center; }
  #rentago-front .rg-search__row { grid-template-columns: 1fr; gap: 22px; }
  #rentago-front .rg-search__dates { grid-template-columns: 1fr; gap: 22px; }
  #rentago-front .rg-search__control { height: 38px; border-radius: 5px; }
  #rentago-front .rg-search__control--place { grid-template-columns: 1fr 1.55fr; }
  #rentago-front .rg-search__control--date { grid-template-columns: 1.08fr .78fr .58fr; }
  #rentago-front .rg-search__label { font-size: 12px; line-height: 22px; }
  #rentago-front .rg-search__date-face, #rentago-front .rg-search__suffix, #rentago-front .rg-dd__button, #rentago-front .rg-dd__option, #rentago-front .rg-car-check { font-size: 14px; line-height: 1.2; letter-spacing: .02em; }
  #rentago-front .rg-search__date-face { padding: 0 6px; }
  #rentago-front .rg-search__car-pc { display: none; }
  #rentago-front .rg-sp-car { display: block; margin: 20px 0 0; }
  #rentago-front .rg-search__submit { width: 132px; min-height: 42px; height: auto; padding: 9px 20px; font-size: 14px; line-height: 1; }
}

/* =========================================================
  セクション2：新着プラン一覧 CSS
========================================================= */
#rentago-front .rg-plan-section { background: var(--rg-bg); padding: 158px 24px 20px; }
#rentago-front .rg-plan-section__heading { margin: 56px 0 0; text-align: center; }
#rentago-front .rg-plan-section__info { display: inline-flex; align-items: center; justify-content: center; margin: 12px auto 0; padding: 5px 22px; background: #f1f1f1; border-radius: var(--rg-radius-pill); color: #333; font-size: 13px; font-weight: 700; line-height: 20px; }
#rentago-front .rg-plan-group { position: relative; margin: 48px 0 0; }
#rentago-front .rg-plan-balloon { margin: 0 0 34px; text-align: center; }
#rentago-front .rg-plan-balloon h3 { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 250px; min-height: 44px; margin: 0; padding: 6px 24px; border: 2px solid var(--rg-main); background: #fff; color: var(--rg-text); font-size: 20px; font-weight: 700; line-height: 26px; }
#rentago-front .rg-plan-balloon h3 span:first-of-type { position: absolute; left: 50%; bottom: -13px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 13px solid var(--rg-main); transform: translateX(-50%); }
#rentago-front .rg-plan-balloon h3 span:last-of-type { position: absolute; left: 50%; bottom: -9px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 10px solid #fff; transform: translateX(-50%); }
#rentago-front .rg-plan-carousel { position: relative; }
#rentago-front .rg-plan-carousel__viewport { width: 100%; overflow: hidden; }
#rentago-front .rg-plan-carousel__list { display: flex; gap: 44px; transition: transform .35s ease; will-change: transform; }
#rentago-front .rg-plan-card { flex: 0 0 calc((100% - 88px) / 3); }
#rentago-front .rg-plan-card__link { display: block; color: var(--rg-text); text-decoration: none; }
#rentago-front .rg-plan-card__img { aspect-ratio: 360 / 230; background: #d9f4f7; overflow: hidden; }
#rentago-front .rg-plan-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
#rentago-front .rg-plan-card__body { padding: 12px 0 0; }
#rentago-front .rg-plan-card__meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
#rentago-front .rg-plan-card__shop { margin: 0; padding: 2px 12px; border: 1px solid var(--rg-main); border-radius: var(--rg-radius-pill); color: var(--rg-main); font-size: 11px; font-weight: 700; line-height: 18px; white-space: nowrap; overflow: visible; text-overflow: clip; }
#rentago-front .rg-plan-card__price { margin: 0; color: var(--rg-main); font-size: 18px; font-weight: 700; line-height: 24px; white-space: nowrap; }
#rentago-front .rg-plan-card__desc { margin: 8px 0 0; color: var(--rg-text); font-size: 14px; line-height: 24px; }
#rentago-front .rg-plan-carousel__arrow { position: absolute; top: 38%; width: 24px; height: 24px; border: 2px solid var(--rg-main); border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; padding: 0; z-index: 2; cursor: pointer; }
#rentago-front .rg-plan-carousel__arrow--prev { left: -50px; }
#rentago-front .rg-plan-carousel__arrow--next { right: -50px; }
#rentago-front .rg-plan-carousel__arrow--prev span { display: block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 9px solid var(--rg-main); transform: translateX(-1px); }
#rentago-front .rg-plan-carousel__arrow--next span { display: block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid var(--rg-main); transform: translateX(1px); }
#rentago-front .rg-plan-dots { display: flex; justify-content: center; gap: 8px; margin: 28px 0 0; }
#rentago-front .rg-plan-dot { width: 8px; height: 8px; padding: 0; border: none; background: #c7f2f5; border-radius: 50%; display: block; cursor: pointer; }
#rentago-front .rg-plan-dot.is-active { background: var(--rg-main); }
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  #rentago-front .rg-plan-section { padding-top: 370px; }
  #rentago-front .rg-plan-carousel { width: min(90%,920px); margin: 0 auto; }
  #rentago-front .rg-plan-carousel__list { gap: 24px; }
  #rentago-front .rg-plan-card { flex: 0 0 calc((100% - 48px) / 2.5); }
  #rentago-front .rg-plan-carousel__arrow--prev { left: -34px; }
  #rentago-front .rg-plan-carousel__arrow--next { right: -34px; }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #rentago-front .rg-plan-section { padding-top: 400px; }
  #rentago-front .rg-plan-carousel { width: calc(100% - 76px); margin: 0 auto; }
  #rentago-front .rg-plan-carousel__list { gap: 24px; }
  #rentago-front .rg-plan-card { flex: 0 0 calc((100% - 48px) / 2.5); }
  #rentago-front .rg-plan-carousel__arrow--prev { left: -34px; }
  #rentago-front .rg-plan-carousel__arrow--next { right: -34px; }
}
@media screen and (max-width: 767px) {
  #rentago-front .rg-plan-section { padding: 550px 24px 20px; }
  #rentago-front .rg-plan-section__heading { margin-top: 56px; }
  #rentago-front .rg-plan-section__info { font-size: 9px; line-height: 16px; padding: 3px 9px; margin-top: 8px; white-space: nowrap; letter-spacing: 0; }
  #rentago-front .rg-plan-group { margin-top: 32px; }
  #rentago-front .rg-plan-balloon { margin-bottom: 24px; }
  #rentago-front .rg-plan-balloon h3 { min-width: 250px; min-height: 42px; padding: 5px 18px; font-size: 18px; line-height: 26px; }
  #rentago-front .rg-plan-carousel { width: 84%; max-width: 294px; margin: 0 auto; }
  #rentago-front .rg-plan-carousel__list { gap: 12px; }
  #rentago-front .rg-plan-card { flex: 0 0 85%; }
  #rentago-front .rg-plan-card__img { aspect-ratio: 294 / 176; }
  #rentago-front .rg-plan-carousel__arrow { width: 20px; height: 20px; top: 35%; }
  #rentago-front .rg-plan-carousel__arrow--prev { left: -28px; }
  #rentago-front .rg-plan-carousel__arrow--next { right: -28px; }
  #rentago-front .rg-plan-card__shop { flex: 0 0 148px; width: 148px; max-width: 148px; height: auto; min-height: 24px; padding: 3px 10px; white-space: normal; overflow-wrap: anywhere; line-height: 1.5; font-size: 10px; }
  #rentago-front .rg-plan-card__price { max-width: 92px; white-space: nowrap; text-align: right; font-size: 18px; line-height: 24px; }
  #rentago-front .rg-plan-card__desc { font-size: 13px; line-height: 24px; }
  #rentago-front .rg-plan-dots { margin-top: 12px; gap: 6px; }
  #rentago-front .rg-plan-dot { width: 6px; height: 6px; }
}

/* =========================================================
  セクション3：主要空港から探す CSS
========================================================= */
#rentago-front .rg-airport-section { background: var(--rg-bg); padding: 56px 24px 0; }
#rentago-front .rg-airport-grid { display: grid; grid-template-columns: repeat(4,200px); justify-content: center; gap: 56px; margin: 58px 0 0; }
#rentago-front .rg-airport-card { width: 200px; height: 200px; border: 3px solid var(--rg-main); background: var(--rg-bg); color: var(--rg-main); text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; font-size: 18px; font-weight: 700; line-height: 30px; text-align: center; transition: .2s; }
#rentago-front .rg-airport-card__icon { width: 62px; height: 62px; object-fit: contain; display: block; transition: .2s; }
@media (min-width: 768px) {
  #rentago-front .rg-airport-card:hover { border-color: var(--rg-accent); color: var(--rg-accent); }
  #rentago-front .rg-airport-card:hover .rg-airport-card__icon { filter: brightness(0) saturate(100%) invert(43%) sepia(92%) saturate(1647%) hue-rotate(12deg) brightness(96%) contrast(95%); }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  #rentago-front .rg-airport-grid { grid-template-columns: repeat(auto-fit,200px); }
}
@media screen and (max-width: 767px) {
  #rentago-front .rg-airport-section { padding: 35px 24px 0; }
  #rentago-front .rg-airport-grid { grid-template-columns: repeat(2,122px); gap: 22px 32px; margin-top: 28px; }
  #rentago-front .rg-airport-card { width: 130px; min-height: 130px; height: auto; padding: 14px 8px; border-width: 2px; gap: 10px; font-size: 14px; line-height: 24px; }
  #rentago-front .rg-airport-card__icon { width: 48px; height: 48px; }
}

/* =========================================================
  セクション4：車両タイプから探す CSS
========================================================= */
#rentago-front .rg-type-section { margin: 56px 0 0; padding: 56px 24px 56px; background-color: var(--rg-bg); background-position: center bottom; background-size: 100% auto; background-repeat: no-repeat; }
#rentago-front .rg-section-inner { width: min(100%,1160px); margin: 0 auto; }
#rentago-front .rg-section-heading { text-align: center; }
#rentago-front .rg-type-grid { display: grid; grid-template-columns: repeat(6,144px); justify-content: center; gap: 28px 31px; margin: 40px auto 0; }
#rentago-front .rg-type-card { width: 144px; height: 144px; background: var(--rg-main); border: 3px solid var(--rg-main); color: #fff; text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px 8px 15px; font-size: 14px; font-weight: 700; line-height: 22px; text-align: center; transition: .18s; }
#rentago-front .rg-type-card:nth-child(7) { grid-column: 1; }
#rentago-front .rg-type-card__icon-wrap { width: 100%; height: 72px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
#rentago-front .rg-type-card__icon { max-width: 120px; max-height: 80px; width: auto; height: auto; object-fit: contain; display: block; }
#rentago-front .rg-type-card__label { display: block; color: #fff; white-space: nowrap; margin-top: -10px; }
@media (min-width: 768px) {
  #rentago-front .rg-type-card:hover { background: var(--rg-accent); border-color: var(--rg-accent); color: #fff; }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  #rentago-front .rg-type-grid { grid-template-columns: repeat(auto-fit,144px); }
  #rentago-front .rg-type-card:nth-child(7) { grid-column: auto; }
}
@media screen and (max-width: 767px) {
  #rentago-front .rg-type-section { padding: 10px 24px 40px; background-size: 100% auto; }
  #rentago-front .rg-type-section .rg-section-title { font-size: 20px; line-height: 28px; margin-top: 8px; }
  #rentago-front .rg-type-grid { grid-template-columns: repeat(3,minmax(0,106px)); gap: 14px; margin-top: 28px; max-width: 360px; }
  #rentago-front .rg-type-card, #rentago-front .rg-type-card:nth-child(7) { width: 100%; min-height: 106px; height: auto; grid-column: auto; padding: 12px 6px 14px; font-size: 10px; line-height: 18px; }
  #rentago-front .rg-type-card__icon-wrap { height: 56px; }
  #rentago-front .rg-type-card__icon { max-width: 72px; max-height: 52px; }
  #rentago-front .rg-type-card__label { margin-top: 2px; }
}

/* =========================================================
    セクション5：レンタカー会社から探す CSS
  ========================================================= */
  #rentago-front .rg-company-section { background: var(--rg-bg); padding: 56px 24px 40px; }
  #rentago-front .rg-company-grid { display: grid; grid-template-columns: repeat(3, 320px); justify-content: center; gap: 18px 24px; margin: 40px auto 0; }
  #rentago-front .rg-company-card { width: 320px; min-height: 79px; padding: 0 18px; border: 2px solid var(--rg-main); background: var(--rg-bg); color: var(--rg-main); text-decoration: none; display: grid; grid-template-columns: 58px 1fr 18px; align-items: center; gap: 14px; font-size: 14px; font-weight: 700; line-height: 21px; transition: border-color .2s, color .2s, background-color .2s; }
  #rentago-front .rg-company-card__logo-wrap { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
  #rentago-front .rg-company-card__logo { max-width: 58px; max-height: 58px; width: auto; height: auto; object-fit: contain; display: block; }
  #rentago-front .rg-company-card__name { color: inherit; display: block; min-width: 0; text-align: left; overflow-wrap: anywhere; word-break: normal; }
  #rentago-front .rg-company-card__arrow { color: inherit; font-size: 16px; line-height: 1; font-weight: 400; text-align: right; }
  #rentago-front .rg-company-section__more { text-align: center; margin: 32px 0 0; }
  #rentago-front .rg-more-btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-width: 150px; min-height: 42px; padding: 0 24px; border: 2px solid var(--rg-main); border-radius: var(--rg-radius-pill); background: var(--rg-main); color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; line-height: 1; transition: border-color .25s, background-color .25s, color .25s; }
  #rentago-front .rg-company-card:hover { border-color: var(--rg-accent); color: var(--rg-accent); }
  #rentago-front .rg-company-section__more-btn:hover { border-color: var(--rg-accent); background: var(--rg-accent); color: #fff; }

  @media screen and (min-width: 768px) and (max-width: 1366px) {
    #rentago-front .rg-company-grid { grid-template-columns: repeat(3, minmax(0, 313px)); gap: 18px 20px; }
    #rentago-front .rg-company-card { width: 100%; min-height: 76px; padding: 0 18px; grid-template-columns: 58px 1fr 18px; gap: 12px; }
  }

  @media screen and (max-width: 767px) {
    #rentago-front .rg-company-section { padding: 40px 16px 0; }
    #rentago-front .rg-company-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 30px auto 0; max-width: 500px; }
    #rentago-front .rg-company-card { display: grid; width: 100%; min-height: 108px; padding: 10px 8px; grid-template-columns: 1fr 20px; grid-template-rows: 52px auto; align-items: center; justify-items: center; gap: 6px 0; font-size: 12px; line-height: 18px; text-align: center; }
    #rentago-front .rg-company-card:nth-child(n+9) { display: none; }
    #rentago-front .rg-company-card__logo-wrap { grid-column: 1 / 3; grid-row: 1; width: 74px; height: 52px; }
    #rentago-front .rg-company-card__logo { max-width: 74px; max-height: 52px; }
    #rentago-front .rg-company-card__name { grid-column: 1; grid-row: 2; text-align: center; line-height: 18px; }
    #rentago-front .rg-company-card__arrow { display: flex; grid-column: 2; grid-row: 2; align-items: center; justify-content: center; }
    #rentago-front .rg-company-section__more { margin: 24px 0 0; }
  }

/* =========================================================
  セクション6：選ばれる理由 CSS
========================================================= */
#rentago-front .rg-reason-section { background: var(--rg-bg); padding: 56px 24px 0; }
#rentago-front .rg-reason-section__inner { width: 80%; margin: 0 auto; }
#rentago-front .rg-reason-section__title { margin: 0; font-size: 24px; font-weight: 700; line-height: 30px; text-align: center; }
#rentago-front .rg-reason-section__line { display: block; width: 56px; height: 4px; background: var(--rg-main); margin: 14px auto 0; }
#rentago-front .rg-reason-list { margin: 40px 0 0; }
#rentago-front .rg-reason-item { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 32px; margin: 0 0 48px; }
#rentago-front .rg-reason-item--reverse { flex-direction: row-reverse; }
#rentago-front .rg-reason-item__img { width: 380px; height: 250px; flex: 0 0 380px; overflow: hidden; background: #d9f4f7; }
#rentago-front .rg-reason-item__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
#rentago-front .rg-reason-item__text { flex: 1 1 320px; min-width: 0; padding-top: 28px; }
#rentago-front .rg-reason-item__title { margin: 0; color: var(--rg-main); font-size: 18px; font-weight: 600; line-height: 28px; }
#rentago-front .rg-reason-item__desc { margin: 12px 0 0; color: var(--rg-text); font-size: 16px; font-weight: 400; line-height: 28px; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #rentago-front .rg-reason-section__inner { width: min(100% - 48px,960px); max-width: 960px; }
  #rentago-front .rg-reason-item { flex-wrap: nowrap; gap: 4%; }
  #rentago-front .rg-reason-item__img { width: 38%; max-width: 340px; min-width: 250px; height: auto; flex: 0 0 38%; aspect-ratio: 380 / 250; }
  #rentago-front .rg-reason-item__text { flex: 1 1 0; padding-top: 8px; }
}
@media screen and (max-width: 767px) {
  #rentago-front .rg-reason-section { padding: 60px 37px 0; }
  #rentago-front .rg-reason-section__inner { width: 100%; max-width: none; }
  #rentago-front .rg-reason-section__title { font-size: 18px; line-height: 26px; }
  #rentago-front .rg-reason-section__line { width: 42px; height: 3px; margin-top: 10px; }
  #rentago-front .rg-reason-list { margin-top: 30px; }
  #rentago-front .rg-reason-item, #rentago-front .rg-reason-item--reverse { display: flex; flex-direction: column; flex-wrap: nowrap; align-items: stretch; gap: 14px; margin-bottom: 28px; }
  #rentago-front .rg-reason-item__img { order: 1; width: 100%; height: auto; flex: none; aspect-ratio: 260 / 174; }
  #rentago-front .rg-reason-item__text { order: 2; width: 100%; flex: none; padding-top: 0; }
  #rentago-front .rg-reason-item__title { font-size: 14px; line-height: 22px; }
  #rentago-front .rg-reason-item__desc { font-size: 14px; line-height: 28px; }
}

/* =========================================================
  セクション7：ご利用ガイド CSS
========================================================= */
#rentago-front .rg-guide-section { background: var(--rg-bg); padding: 56px 24px 0; }
#rentago-front .rg-info-inner { max-width: 80%; margin: 0 auto; }
#rentago-front .rg-info-heading { text-align: center; }
#rentago-front .rg-info-heading__icon { width: 39px; height: 39px; border-radius: 50%; background: var(--rg-main); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
#rentago-front .rg-info-heading__icon img { width: 24px; height: 24px; object-fit: contain; display: block; }
#rentago-front .rg-info-heading__title { margin: 0; font-size: 18px; font-weight: 700; line-height: 32px; }
#rentago-front .rg-info-accordion { margin: 34px auto 0; }
#rentago-front .rg-info-details { margin: 0 0 16px; background: transparent; }
#rentago-front .rg-info-details summary { position: relative; list-style: none; cursor: pointer; padding: 20px 64px 20px 34px; border: 2px solid var(--rg-border); border-radius: 10px; background: var(--rg-bg); font-size: 16px; font-weight: 500; line-height: 28px; }
#rentago-front .rg-info-details summary::-webkit-details-marker { display: none; }
#rentago-front .rg-info-toggle { display: block; position: absolute; right: 28px; top: 50%; width: 16px; height: 16px; transform: translateY(-50%); }
#rentago-front .rg-info-toggle::before, #rentago-front .rg-info-toggle::after { content: ""; position: absolute; left: 0; top: 50%; width: 16px; height: 2px; background: var(--rg-main); border-radius: var(--rg-radius-pill); transform: translateY(-50%); }
#rentago-front .rg-info-toggle::after { transform: translateY(-50%) rotate(90deg); }
#rentago-front .rg-info-details[open] > summary .rg-info-toggle::after { display: none; }
#rentago-front .rg-info-details__body { padding: 34px 0 46px; color: var(--rg-text); font-size: 15px; font-weight: 400; line-height: 30px; }
#rentago-front .rg-guide-flow { padding: 46px 0 40px; }
#rentago-front .rg-guide-flow__item { display: grid; grid-template-columns: 330px 1fr; gap: 38px; align-items: center; margin: 0 0 54px; }
#rentago-front .rg-guide-flow__img { aspect-ratio: 330 / 220; background: #d9f4f7; overflow: hidden; }
#rentago-front .rg-guide-flow__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
#rentago-front .rg-guide-flow__title { margin: 0; color: var(--rg-main); font-size: 16px; font-weight: 600; line-height: 24px; }
#rentago-front .rg-guide-flow__no { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; margin-right: 8px; border-radius: 50%; background: var(--rg-main); color: #fff; font-size: 14px; line-height: 1; }
#rentago-front .rg-guide-flow__text { margin: 14px 0 0; color: var(--rg-text); font-size: 16px; font-weight: 400; line-height: 26px; }
#rentago-front .rg-cancel-block { margin: 0 0 34px; }
#rentago-front .rg-cancel-block:last-child { margin-bottom: 0; }
#rentago-front .rg-cancel-block__title { margin: 0 0 18px; padding-left: 12px; border-left: 5px solid var(--rg-main); color: var(--rg-text); font-size: 20px; font-weight: 700; line-height: 28px; }
#rentago-front .rg-cancel-block__text { margin: 0; color: var(--rg-text); font-size: 16px; font-weight: 400; line-height: 30px; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #rentago-front .rg-info-inner { width: min(100% - 48px,960px); max-width: 960px; }
}
@media screen and (max-width: 767px) {
  #rentago-front .rg-guide-section { padding: 36px 5% 0; }
  #rentago-front .rg-info-inner { width: 90%; max-width: none; margin: 0 auto; }
  #rentago-front .rg-info-details summary { min-height: 62px; padding: 16px 48px 16px 20px; font-size: 16px; line-height: 28px; }
  #rentago-front .rg-guide-flow__item { grid-template-columns: 1fr; gap: 18px; }
}

/* =========================================================
  セクション8：保証・保険制度について CSS
========================================================= */
#rentago-front .rg-insurance-section { background: var(--rg-bg); padding: 48px 24px 0; }
#rentago-front .rg-info-inner { max-width: 80%; margin: 0 auto; }
#rentago-front .rg-info-heading { text-align: center; }
#rentago-front .rg-info-heading__icon { width: 39px; height: 39px; border-radius: 50%; background: var(--rg-main); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
#rentago-front .rg-info-heading__icon img { width: 24px; height: 24px; object-fit: contain; display: block; }
#rentago-front .rg-info-heading__title { margin: 0; font-size: 18px; font-weight: 700; line-height: 32px; }
#rentago-front .rg-info-accordion { margin: 34px auto 0; }
#rentago-front .rg-info-details { margin: 0 0 16px; background: transparent; }
#rentago-front .rg-info-details summary { position: relative; list-style: none; cursor: pointer; padding: 20px 64px 20px 34px; border: 2px solid var(--rg-border); border-radius: 10px; background: var(--rg-bg); font-size: 16px; font-weight: 500; line-height: 28px; }
#rentago-front .rg-info-details summary::-webkit-details-marker { display: none; }
#rentago-front .rg-info-toggle { display: block; position: absolute; right: 28px; top: 50%; width: 16px; height: 16px; transform: translateY(-50%); }
#rentago-front .rg-info-toggle::before, #rentago-front .rg-info-toggle::after { content: ""; position: absolute; left: 0; top: 50%; width: 16px; height: 2px; background: var(--rg-main); border-radius: var(--rg-radius-pill); transform: translateY(-50%); }
#rentago-front .rg-info-toggle::after { transform: translateY(-50%) rotate(90deg); }
#rentago-front .rg-info-details[open] > summary .rg-info-toggle::after { display: none; }
#rentago-front .rg-info-details__body { padding: 34px 0 46px; color: var(--rg-text); font-size: 15px; font-weight: 400; line-height: 30px; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #rentago-front .rg-info-inner { width: min(100% - 48px,960px); max-width: 960px; }
}
@media screen and (max-width: 767px) {
  #rentago-front .rg-insurance-section { padding: 32px 5% 0; }
  #rentago-front .rg-info-inner { width: 90%; max-width: none; margin: 0 auto; }
  #rentago-front .rg-info-details summary { min-height: 62px; padding: 16px 48px 16px 20px; font-size: 16px; line-height: 28px; }
}

/* =========================================================
  セクション9：よくある質問 CSS
========================================================= */
#rentago-front .rg-faq-section { background: var(--rg-bg); padding: 40px 24px 96px; }
#rentago-front .rg-info-inner { max-width: 80%; margin: 0 auto; }
#rentago-front .rg-info-heading { text-align: center; }
#rentago-front .rg-info-heading__icon { width: 39px; height: 39px; border-radius: 50%; background: var(--rg-main); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
#rentago-front .rg-info-heading__icon img { width: 24px; height: 24px; object-fit: contain; display: block; }
#rentago-front .rg-info-heading__title { margin: 0; font-size: 18px; font-weight: 700; line-height: 32px; }
#rentago-front .rg-info-accordion { margin: 34px auto 0; }
#rentago-front .rg-info-details { margin: 0 0 16px; background: transparent; }
#rentago-front .rg-info-details summary { position: relative; list-style: none; cursor: pointer; padding: 20px 64px 20px 34px; border: 2px solid var(--rg-border); border-radius: 10px; background: var(--rg-bg); font-size: 16px; font-weight: 500; line-height: 28px; }
#rentago-front .rg-info-details summary::-webkit-details-marker { display: none; }
#rentago-front .rg-info-toggle { display: block; position: absolute; right: 28px; top: 50%; width: 16px; height: 16px; transform: translateY(-50%); }
#rentago-front .rg-info-toggle::before, #rentago-front .rg-info-toggle::after { content: ""; position: absolute; left: 0; top: 50%; width: 16px; height: 2px; background: var(--rg-main); border-radius: var(--rg-radius-pill); transform: translateY(-50%); }
#rentago-front .rg-info-toggle::after { transform: translateY(-50%) rotate(90deg); }
#rentago-front .rg-info-details[open] > summary .rg-info-toggle::after { display: none; }
#rentago-front .rg-info-details__body { padding: 34px 0 46px; color: var(--rg-text); font-size: 15px; font-weight: 400; line-height: 30px; }
#rentago-front .rg-faq-item { margin: 0 0 16px; padding: 0; border: 2px solid var(--rg-border); border-radius: 10px; background: var(--rg-bg); overflow: hidden; }
#rentago-front .rg-faq-item summary { border: none; border-radius: 0; }
#rentago-front .rg-faq-item__q { display: inline-block; width: 18px; margin-right: 14px; color: var(--rg-main); font-weight: 700; vertical-align: top; }
#rentago-front .rg-faq-item__title { display: inline-block; width: calc(100% - 40px); font-weight: 500; vertical-align: top; }
#rentago-front .rg-faq-item__body { padding: 0 34px 34px; color: var(--rg-text); font-size: 15px; font-weight: 400; line-height: 30px; }
#rentago-front .rg-faq-item__a { display: inline-block; width: 18px; margin-right: 14px; color: var(--rg-accent); font-weight: 700; vertical-align: top; }
#rentago-front .rg-faq-item__answer { display: inline-block; width: calc(100% - 40px); vertical-align: top; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #rentago-front .rg-info-inner { width: min(100% - 48px,960px); max-width: 960px; }
}
@media screen and (max-width: 767px) {
  #rentago-front .rg-faq-section { padding: 32px 5% 96px; }
  #rentago-front .rg-info-inner { width: 90%; max-width: none; margin: 0 auto; }
  #rentago-front .rg-info-details summary { min-height: 62px; padding: 16px 48px 16px 20px; font-size: 16px; line-height: 28px; }
}


/* ============================== フッターCSS ============================== */
/* フッター */
.rentago-footer{position:relative;background:#FCFBF5 var(--footer-bg-pc) center top/100% 100% no-repeat;color:#fff;font-family:'Noto Sans JP',sans-serif;letter-spacing:.07em;overflow:visible;padding:150px 20px 42px;box-sizing:border-box;}
.footer-search-area{position:relative;z-index:2;width:100%;max-width:1240px;margin:0 auto;padding:0;overflow:visible;box-sizing:border-box;}
.footer-inner{position:relative;z-index:2;width:90%;margin:70px auto 0;}
.footer-logo{width:145px;height:auto;margin:30px auto 58px;text-decoration:none;display:flex;align-items:center;justify-content:center;}
.footer-logo-img{width:100%;height:auto;max-height:80px;object-fit:contain;display:block;}
.footer-nav{width:100%;margin:0 auto;}
.footer-block{margin:0 0 28px;}
.footer-title{margin:0 0 12px;padding-left:24px;color:#fff;font-size:18px;font-weight:700;line-height:28px;letter-spacing:.15em;}
.footer-line{height:2px;background:rgba(255,255,255,.95);margin:0 0 18px;}
.footer-links{display:flex;flex-wrap:wrap;gap:28px 34px;padding-left:40px;}
.footer-link{color:#fff;text-decoration:none;font-size:15px;font-weight:400;line-height:24px;}
.footer-copy{margin:78px 0 0;text-align:center;color:#fff;font-size:13px;font-weight:600;line-height:26px;}
.footer-company{margin:0 0 12px;}
.footer-copyright{margin:0;font-size:10px;font-weight:500;letter-spacing:.03em;}

/* 検索フォーム */
.footer-search-box{position:relative;z-index:5;width:100%;max-width:1240px;margin:0 auto;padding:30px 48px;background:#fff;border:3px solid #00B3C3;border-radius:18px;box-shadow:5px 6px 8px 0 rgba(0,0,0,.33);box-sizing:border-box;}
.footer-search-title{margin:0 0 22px;color:#00B3C3;text-align:center;font-size:20px;font-weight:700;line-height:30px;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:3px;}
.title-slash{display:inline-block;width:20px;height:2px;background:#00B3C3;flex-shrink:0;}
.title-slash-left{transform:rotate(62deg);}
.title-slash-right{transform:rotate(-62deg);}
.title-text{display:inline-block;white-space:nowrap;}
.search-main-row{display:grid;grid-template-columns:1.08fr 2.24fr;gap:36px;align-items:start;}
.search-label{display:inline-block;margin:0 0 8px;padding:2px 13px;background:#00B3C3;color:#fff;border-radius:999px;font-size:14px;font-weight:700;line-height:22px;}
.control-group{background:#fff;border:1px solid #cfcfcf;border-radius:3px;overflow:visible;}
.place-control{display:grid;grid-template-columns:1fr 1.35fr;height:36px;}
.date-control{display:grid;grid-template-columns:1.12fr 1fr .72fr;height:36px;}
.control-cell{height:100%;}
.control-cell-pref,.control-cell-time{border-right:1px solid #cfcfcf;}
.date-fields{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.date-picker-wrap{position:relative;width:100%;height:100%;border-right:1px solid #cfcfcf;background:#fff;overflow:hidden;}
.rg-date-native{position:absolute;inset:0;z-index:3;width:100%;height:100%;padding:0;border:none;background:transparent;opacity:0;cursor:pointer;}
.rg-date-native::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;}
.rg-date-face{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:0 10px;background:#fff;color:#222;font-size:16px;line-height:1;pointer-events:none;}
.rg-date-arrow{color:#bbb;font-size:12px;line-height:1;}
.date-suffix{display:flex;align-items:center;justify-content:center;color:#222;font-size:16px;white-space:nowrap;}

/* カスタムプルダウン */
.rg-dd{position:relative;width:100%;height:100%;}
.rg-dd-btn{position:relative;width:100%;height:100%;padding:0 24px 0 10px;border:none;background:#fff;color:#222;text-align:left;font-size:16px;font-weight:400;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:inherit;}
.rg-dd-current{display:block;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.rg-dd-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#bbb;font-size:12px;}
.rg-dd-menu{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:80;max-height:250px;overflow:auto;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:5px 6px 8px 0 rgba(0,0,0,.33);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s;}
.rg-dd.is-open .rg-dd-menu{opacity:1;visibility:visible;transform:translateY(0);}
.rg-dd-op{display:block;width:100%;padding:9px 12px;border:none;border-bottom:1px solid #eee;background:#fff;color:#222;text-align:left;font-size:16px;line-height:22px;cursor:pointer;font-family:inherit;}
.rg-dd-op:hover{background:#f3fbfc;color:#00B3C3;}

/* PC車両タイプ */
.car-type-pc{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px 28px;align-items:start;margin:22px 0 0;}
.car-type-heading{grid-column:1/-1;width:100%;}
.car-type-item{position:relative;display:flex;align-items:center;min-width:0;color:#222;font-size:16px;line-height:24px;white-space:nowrap;cursor:pointer;}
.car-label{color:#222;}
.car-check{position:absolute;opacity:0;pointer-events:none;}
.car-mark{position:relative;display:inline-block;width:18px;height:18px;margin-right:10px;border:2px solid #00B3C3;border-radius:50%;background:#fff;vertical-align:-3px;flex:0 0 18px;}
.car-check:checked+.car-mark{background:#00B3C3;}
.car-check:checked+.car-mark:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);}

/* SP車両タイプ */
.sp-car-select{display:none;margin:22px 0 0;}
.sp-car-open{position:relative;width:100%;min-height:50px;padding:13px 48px 13px 14px;border:none;border-radius:4px;background:#f1f1f1;color:#222;font-size:15px;font-weight:700;line-height:1.5;text-align:center;cursor:pointer;box-sizing:border-box;}
.sp-car-plus{position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:28px;font-weight:700;line-height:1;color:#555;}
.sp-car-selected{display:none;margin:10px 0 0;box-sizing:border-box;background:transparent;}
.sp-car-chip-wrap{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px;}
.sp-car-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:6px 10px;border:1px solid #00B3C3;border-radius:999px;background:#fff;color:#00B3C3;font-size:14px;font-weight:700;line-height:1.3;box-sizing:border-box;}
.sp-car-chip button{border:none;background:transparent;color:#00B3C3;font-size:18px;font-weight:700;line-height:1;cursor:pointer;padding:0;}
.sp-car-reopen{display:flex;align-items:center;justify-content:center;gap:7px;width:min(100%,230px);min-height:36px;margin:20px auto 0;padding:8px 16px;border:none;border-radius:4px;background:#f1f1f1;color:#666;font-size:16px;font-weight:500;line-height:1.2;cursor:pointer;box-sizing:border-box;}
.sp-car-reopen .bi{font-size:15px;line-height:1;color:#777;}

/* SP車種モーダル */
.sp-car-modal{display:none;visibility:hidden;opacity:0;pointer-events:none;position:fixed;inset:0;z-index:2147483000;background:rgba(0,0,0,.55);padding:72px 22px 30px;box-sizing:border-box;align-items:center;justify-content:center;overscroll-behavior:contain;touch-action:none;font-family:'Noto Sans JP',sans-serif;}
.sp-car-modal.is-open{display:flex;visibility:visible;opacity:1;pointer-events:auto;}
.sp-car-window{position:relative;width:min(calc(100vw - 44px),400px);height:min(66dvh,450px);max-height:calc(100dvh - 130px);overflow:hidden;background:#fff;border:3px solid #00B3C3;border-radius:12px;box-shadow:0 8px 28px rgba(0,0,0,.28);box-sizing:border-box;display:flex;flex-direction:column;touch-action:auto;}
.sp-car-head{position:relative;flex:0 0 auto;padding:14px 48px 13px 16px;border-bottom:1px solid #e8e8e8;background:#fff;box-sizing:border-box;}
.sp-car-head p{margin:0;color:#222;font-size:18px;font-weight:700;line-height:1.35;}
.sp-car-head p span{font-size:12px;font-weight:400;color:#555;}
.sp-car-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:none;background:transparent;color:#222;font-size:32px;line-height:26px;cursor:pointer;}
.sp-car-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 14px;background:#fff;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#00B3C3 #f1f1f1;}
.sp-car-scroll::-webkit-scrollbar{width:5px;}
.sp-car-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:999px;}
.sp-car-scroll::-webkit-scrollbar-thumb{background:#00B3C3;border-radius:999px;}
.sp-car-grid{display:block;border:none;}
.sp-car-option{display:grid;grid-template-columns:24px 1fr;gap:9px;align-items:center;min-height:54px;padding:9px 0;border-bottom:1px solid #eee;cursor:pointer;box-sizing:border-box;}
.sp-car-check{position:absolute;opacity:0;pointer-events:none;}
.sp-car-box{display:inline-flex;width:18px;height:18px;flex:0 0 18px;border:2px solid #999;border-radius:3px;background:#fff;color:transparent;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;box-sizing:border-box;}
.sp-car-check:checked+.sp-car-box,.sp-car-option.is-checked .sp-car-box{background:#00B3C3;border-color:#00B3C3;color:#fff;}
.sp-car-text{display:block;min-width:0;color:#222;font-size:14px;font-weight:700;line-height:1.45;white-space:normal;overflow-wrap:anywhere;}
.sp-car-name{font-size:14px;font-weight:500;color:#222;line-height:1.45;}
.sp-car-seat{display:inline;margin-left:4px;color:#777;font-size:14px;font-weight:400;line-height:1.45;white-space:nowrap;}
.sp-car-actions{flex:0 0 auto;display:flex;gap:12px;justify-content:center;padding:14px 14px 24px;border-top:1px dashed #ddd;background:#fff;box-sizing:border-box;}
.sp-car-actions button{height:42px;min-height:42px;padding:0 14px;border:none;border-radius:5px;box-shadow:none;background-image:none;font-size:16px;font-weight:700;line-height:1.2;cursor:pointer;}
.sp-car-clear{flex:1 1 0;max-width:145px;background:#333;color:#fff;}
.sp-car-apply{flex:1 1 0;max-width:165px;background:#E87006;color:#fff;}
body.sp-car-modal-open{position:fixed;left:0;right:0;width:100%;overflow:hidden;touch-action:none;}

/* 検索ボタン */
.search-submit-wrap{display:flex;justify-content:center;margin:24px 0 0;}
.search-btn{width:150px;height:44px;border:2px solid #E87006;border-radius:999px;background:#E87006;color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:.25s;}
.search-btn:hover{background:#fff;color:#E87006;border-color:#E87006;}
.sp-search-reset-wrap{display:block;text-align:center;margin:12px 0 0;}
.sp-search-reset{display:inline-block;margin:0;padding:0;border:none;background:transparent;color:#666;font-size:12px;font-weight:400;line-height:1.6;text-decoration:underline;cursor:pointer;font-family:inherit;}

/* タブレット */
@media (min-width:768px) and (max-width:1199px){
.rentago-footer{background:#FCFBF5 var(--footer-bg-pc) center top/100% 100% no-repeat;padding:130px 20px 38px;overflow:visible;}
.footer-search-box{width:95%;max-width:100%;padding:30px 30px;}
.search-main-row{grid-template-columns:1fr;gap:22px;}
.date-fields{grid-template-columns:repeat(2,minmax(260px,1fr));gap:28px;}
.footer-inner{width:90%;max-width:980px;margin:54px auto 0;}
.footer-logo{width:145px;margin:20px auto 52px;}
.footer-block{margin:0 0 35px;}
.footer-title{margin:0 0 12px;padding-left:24px;font-size:18px;line-height:28px;}
.footer-line{margin:0 0 18px;}
.footer-links{gap:24px 34px;padding-left:40px;}
.footer-link{font-size:15px;line-height:24px;}
.footer-copy{margin:64px 0 0;font-size:13px;line-height:26px;}
}

/* スマホ */
@media (max-width:767px){
.rentago-footer{background:#FCFBF5 var(--footer-bg-sp) center top/100% 100% no-repeat;padding:0 20px 44px;overflow:visible;}
.footer-search-area{width:100%;max-width:1240px;margin:0 auto;padding:0;}
.footer-search-box{left:50%;transform:translateX(-50%);width:100%;max-width:420px;margin:0;padding:38px 14px 20px;border:4px solid #00B3C3;border-radius:28px;box-shadow:5px 6px 8px 0 rgba(0,0,0,.33);}
.footer-search-title{font-size:14px;line-height:1.6;margin:0 0 24px;white-space:normal;gap:1px;}
.title-slash{width:10px;flex:0 0 10px;}
.title-text{max-width:calc(100% - 24px);white-space:normal;overflow-wrap:anywhere;}
.search-main-row{grid-template-columns:1fr;gap:22px;}
.date-fields{grid-template-columns:1fr;gap:22px;}
.place-control{grid-template-columns:1fr 1.3fr;height:auto;min-height:36px;}
.date-control{grid-template-columns:1.12fr 1fr .72fr;height:auto;min-height:36px;}
.control-group{height:auto;min-height:36px;}
.rg-dd{height:auto;min-height:36px;}
.rg-dd-btn{height:auto;min-height:36px;padding:8px 24px 8px 10px;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.4;font-size:14px;}
.rg-dd-current{white-space:normal;overflow-wrap:anywhere;line-height:1.4;}
.rg-dd-op{font-size:14px;white-space:normal;overflow-wrap:anywhere;line-height:1.5;}
.rg-date-face{height:auto;min-height:36px;padding:8px 10px;font-size:14px;line-height:1.2;}
.date-picker-wrap{height:auto;min-height:36px;}
.date-suffix{height:auto;min-height:36px;padding:8px 4px;font-size:14px;line-height:1.4;white-space:normal;text-align:center;}
.search-label{height:auto;min-height:24px;padding:3px 13px;font-size:12px;line-height:1.5;}
#footer-car-type-pc{display:none;}
#footer-car-type-sp{display:block;margin:20px 0 0;}
.search-btn{width:132px;height:auto;min-height:42px;padding:9px 20px;font-size:14px;line-height:1.4;}
.sp-car-open{height:auto;min-height:50px;white-space:normal;}
.sp-car-summary{display:block;max-width:100%;white-space:normal;overflow-wrap:anywhere;}
.footer-inner{width:100%;max-width:none;margin:44px auto 0;padding:0 6px;box-sizing:border-box;}
.footer-logo{width:110px;margin:20px auto 34px;}
.footer-logo-img{max-height:62px;}
.footer-nav{width:100%;max-width:none;margin:0 auto;}
.footer-block{margin:0 0 30px;}
.footer-title{margin:0 0 8px;padding-left:8px;font-size:16px;line-height:24px;}
.footer-line{margin:0 0 10px;}
.footer-links{width:100%;padding-left:10px;gap:8px 22px;box-sizing:border-box;}
.footer-link{font-size:14px;line-height:1.7;font-weight:400;}
.footer-copy{width:100%;max-width:none;margin:50px auto 0;padding:0;box-sizing:border-box;font-size:10px;line-height:20px;}
.footer-company{width:100%;max-width:none;margin:0 0 12px;font-size:12px;line-height:1.7;white-space:nowrap;text-align:center;}
.footer-copyright{width:100%;max-width:none;font-size:10px;line-height:1.6;white-space:nowrap;text-align:center;}
}


/* ============================== FAQページCSS ============================== */
/* 共通 */
#faq-page{position:relative;background:#FCFBF5;color:#111;font-family:'Noto Sans JP',sans-serif;letter-spacing:.08em;overflow:hidden;min-height:auto;margin-top:-30px;padding-bottom:96px;}
#faq-page *{box-sizing:border-box;}
#faq-page .faq-align-box{width:80%;max-width:1120px;margin-left:auto;margin-right:auto;box-sizing:border-box;}

/* 波背景 */
#faq-page .faq-wave{position:relative;width:100%;height:205px;background:#FCFBF5;overflow:hidden;}
#faq-page .faq-wave__picture{display:block;width:100%;height:100%;}
#faq-page .faq-wave__img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}

/* パンくず */
#faq-page .rg-breadcrumb{background:#FCFBF5;padding:0 24px 26px;box-sizing:border-box;}
#faq-page .rg-breadcrumb-inner{max-width:1120px;width:80%;margin:0 auto;box-sizing:border-box;}
#faq-page .rg-breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;color:#777;font-size:12px;font-weight:400;line-height:1.8;letter-spacing:.06em;}
#faq-page .rg-breadcrumb-list li{display:flex;align-items:center;margin:0;padding:0;}
#faq-page .rg-breadcrumb-list a{color:#6f9fa3;text-decoration:none;}
#faq-page .rg-breadcrumb-list a:hover{color:#00B3C3;}
#faq-page .rg-breadcrumb-separator{color:#b7dadd;}

/* 見出し */
#faq-page .faq-head-section{background:#FCFBF5;padding:0 24px;}
#faq-page .faq-head-inner{max-width:1120px;width:80%;margin:0 auto;text-align:center;}
#faq-page .faq-title{margin:0;color:#00B3C3;font-size:36px;font-weight:700;line-height:1.2;letter-spacing:.12em;}
#faq-page .faq-subtitle{margin:8px 0 0;color:#111;font-size:14px;font-weight:700;line-height:18px;}

/* FAQ一覧 */
#faq-page .faq-list-section{background:#FCFBF5;padding:56px 24px 0;}
#faq-page .faq-list-inner{max-width:1120px;width:80%;margin:0 auto;}
#faq-page .faq-item{margin:0 0 20px;border:2px solid #00B3C3;border-radius:10px;background:#FCFBF5;overflow:hidden;}
#faq-page .faq-question{position:relative;list-style:none;cursor:pointer;min-height:58px;padding:5px 58px 5px 32px;display:grid;grid-template-columns:22px 1fr;align-items:center;gap:10px;color:#00B3C3;font-size:16px;font-weight:700;line-height:18px;}
#faq-page .faq-question::-webkit-details-marker{display:none;}
#faq-page .faq-q-mark{display:block;color:#00B3C3;font-size:16px;font-weight:700;line-height:1;}
#faq-page .faq-question-text{display:block;}
#faq-page .faq-toggle{position:absolute;right:28px;top:50%;transform:translateY(-50%);color:#00B3C3;font-size:26px;font-weight:400;line-height:1;}
#faq-page .faq-answer{padding:0 58px 20px 32px;display:grid;grid-template-columns:22px 1fr;gap:10px;color:#E87006;font-size:16px;font-weight:700;line-height:24px;}
#faq-page .faq-a-mark{display:block;color:#E87006;font-size:16px;font-weight:700;line-height:24px;}
#faq-page .faq-answer-text{display:block;color:#E87006;}

/* ページネーション */
#faq-page .faq-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin:63px 0 0;}
#faq-page .faq-page-number{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:2px solid #00B3C3;border-radius:50%;background:transparent;color:#00B3C3;text-decoration:none;font-size:13px;font-weight:700;line-height:1;}
#faq-page .faq-page-number.current{background:#00B3C3;color:#fff;}
#faq-page .faq-page-dots{display:inline-flex;align-items:center;justify-content:center;width:auto;height:34px;padding:0 2px;border:none;background:transparent;color:#00B3C3;text-decoration:none;font-size:16px;font-weight:700;line-height:1;}

/* 戻るボタン */
#faq-page .faq-back-section{background:#FCFBF5;padding:48px 24px 20px;text-align:center;}
#faq-page .faq-back-btn{display:inline-flex;align-items:center;justify-content:center;min-width:180px;height:42px;padding:0 26px;background:#00B3C3;border-radius:999px;color:#fff;text-decoration:none;font-size:14px;font-weight:700;line-height:1;transition:background .25s ease,color .25s ease;}
#faq-page .faq-back-btn:hover{background:#E87006;color:#fff;}

/* タブレット */
@media screen and (min-width:768px) and (max-width:1366px){
#faq-page{padding-bottom:96px;margin-top:-30px;}
#faq-page .faq-wave{height:175px;}
#faq-page .faq-head-section{padding:0 24px;}
#faq-page .faq-title{font-size:28px;line-height:1.2;}
#faq-page .faq-subtitle{font-size:13px;line-height:18px;margin:8px 0 0;}
#faq-page .faq-list-section{padding:50px 24px 0;}
#faq-page .faq-list-inner{max-width:1120px;width:80%;}
#faq-page .faq-item{margin:0 0 18px;border-radius:10px;}
#faq-page .faq-question{min-height:58px;padding:8px 58px 8px 32px;grid-template-columns:22px 1fr;gap:5px;font-size:16px;line-height:18px;}
#faq-page .faq-answer{padding:0 58px 24px 34px;grid-template-columns:22px 1fr;gap:5px;font-size:16px;line-height:18px;align-items:start;}
#faq-page .faq-a-mark{font-size:16px;line-height:18px;}
#faq-page .faq-answer-text{line-height:18px;}
#faq-page .faq-toggle{right:28px;font-size:24px;}
#faq-page .faq-pagination{gap:12px;margin:54px 0 0;}
#faq-page .faq-page-number{width:34px;height:34px;font-size:13px;}
#faq-page .faq-page-dots{height:34px;font-size:16px;}
#faq-page .faq-back-section{padding:48px 24px 0;}
#faq-page .faq-back-btn{min-width:180px;height:42px;font-size:13px;padding:0 26px;}
}

/* スマホ */
@media screen and (max-width:767px){
#faq-page{padding-bottom:60px;margin-top:-30px;}
#faq-page .faq-align-box{width:90%;max-width:none;}
#faq-page .faq-wave{height:150px;}
#faq-page .faq-wave__img{object-fit:cover;object-position:center top;}
#faq-page .rg-breadcrumb{padding:0 24px 20px;}
#faq-page .rg-breadcrumb-inner{width:100%;max-width:none;overflow:hidden;}
#faq-page .rg-breadcrumb-list{flex-wrap:nowrap;overflow:hidden;white-space:nowrap;font-size:11px;gap:5px;}
#faq-page .rg-breadcrumb-list li{flex:0 0 auto;min-width:0;}
#faq-page .rg-breadcrumb-list li:last-child{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#faq-page .faq-head-section{padding:0 24px;}
#faq-page .faq-head-inner{max-width:none;width:100%;}
#faq-page .faq-title{font-size:28px;line-height:1.1;letter-spacing:.12em;}
#faq-page .faq-subtitle{font-size:16px;line-height:20px;margin:8px 0 0;}
#faq-page .faq-list-section{padding:48px 24px 0;}
#faq-page .faq-list-inner{max-width:none;width:90%;}
#faq-page .faq-item{margin:0 0 16px;border-radius:10px;border-width:2px;}
#faq-page .faq-question{min-height:66px;padding:5px 60px 5px 20px;grid-template-columns:24px 1fr;gap:5px;font-size:14px;line-height:15px;}
#faq-page .faq-q-mark{font-size:16px;}
#faq-page .faq-toggle{right:28px;font-size:20px;}
#faq-page .faq-answer{padding:0 45px 16px 20px;grid-template-columns:24px 1fr;gap:5px;font-size:14px;line-height:16px;}
#faq-page .faq-a-mark{font-size:16px;line-height:15px;}
#faq-page .faq-pagination{gap:14px;margin:44px 0 40px;}
#faq-page .faq-page-number{width:35px;height:35px;font-size:18px;}
#faq-page .faq-page-dots{height:38px;font-size:18px;}
#faq-page .faq-back-section{padding:40px 24px;}
#faq-page .faq-back-btn{min-width:180px;height:48px;font-size:14px;padding:0 18px;}
}

/* ============================== NEWS一覧ページCSS ============================== */

/* NEWSページ */
#news-page{position:relative;background:#FCFBF5;color:#222;font-family:'Noto Sans JP',sans-serif;letter-spacing:.07em;overflow:hidden;min-height:auto;padding-bottom:96px;box-sizing:border-box;}
#news-page *{box-sizing:border-box;}
#news-wave{position:relative;width:100%;height:215px;background:#FCFBF5;overflow:hidden;margin-bottom:30px;}
#news-wave-picture{display:block;width:100%;height:100%;}
#news-wave-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}

/* パンくず */
#news-page .rg-breadcrumb{background:#FCFBF5;padding:0 0 26px;box-sizing:border-box;}
#news-page .rg-breadcrumb-inner{max-width:1120px;width:80%;margin:0 auto;box-sizing:border-box;}
#news-page .rg-breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;color:#777;font-size:12px;font-weight:400;line-height:1.8;letter-spacing:.06em;}
#news-page .rg-breadcrumb-list li{display:flex;align-items:center;margin:0;padding:0;}
#news-page .rg-breadcrumb-list a{color:#6f9fa3;text-decoration:none;}
#news-page .rg-breadcrumb-list a:hover{color:#00B3C3;}

/* 見出し・一覧 */
#news-section{background:#FCFBF5;padding:0;}
#news-inner{width:80%;max-width:1120px;margin:0 auto;}
#news-heading{text-align:center;margin:0 0 30px;}
#news-title{margin:0;color:#00B3C3;font-size:36px;font-weight:700;line-height:1.2;letter-spacing:.18em;}
#news-subtitle{margin:6px 0 0;color:#111;font-size:14px;font-weight:700;line-height:18px;}
#news-list{width:100%;margin:0 auto;}
.news-item{display:grid;grid-template-columns:105px 82px 1fr;align-items:center;gap:8px;min-height:76px;padding:15px 0 0;box-sizing:border-box;border-bottom:2px solid #00B3C3;}
.news-date{color:#111;font-size:16px;font-weight:500;line-height:20px;white-space:nowrap;}
.news-tag{display:inline-flex;align-items:center;justify-content:center;width:60px;height:auto;background:#00B3C3;border-radius:999px;color:#fff;font-size:12px;font-weight:400;line-height:1;white-space:nowrap;padding:6px 10px;}
.news-link{display:block;margin-left:20px;color:#111;text-decoration:none;font-size:16px;font-weight:500;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;align-items:center;}
.news-empty{margin:0;text-align:center;color:#222;font-size:14px;line-height:28px;}

/* ページネーション */
#news-pagination{display:flex;align-items:center;justify-content:center;gap:24px;margin:70px 0 0;}
.news-page-number{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;border:2px solid #00B3C3;border-radius:50%;background:transparent;color:#00B3C3;text-decoration:none;font-size:16px;font-weight:700;line-height:1;}
.news-page-number.current{background:#00B3C3;color:#fff;}
.news-page-dots{display:inline-flex;align-items:center;justify-content:center;width:auto;height:45px;padding:0 2px;border:none;background:transparent;color:#00B3C3;text-decoration:none;font-size:16px;font-weight:700;line-height:1;}

/* タブレット */
@media screen and (min-width:768px) and (max-width:1366px){
#news-page{padding-bottom:96px;margin-top:-30px;}
#news-wave{height:120px;}
#news-section{padding:0;}
#news-inner{width:80%;max-width:1120px;}
#news-heading{margin:20px 0 30px;}
#news-title{font-size:24px;line-height:1.2;}
#news-subtitle{font-size:14px;line-height:18px;}
.news-item{grid-template-columns:105px 82px 1fr;gap:2px;min-height:68px;padding:10px 0 0;box-sizing:border-box;}
.news-date{font-size:16px;font-weight:400;line-height:18px;letter-spacing:.04em;}
.news-tag{width:80px;font-size:13px;font-weight:400;padding:8px;}
.news-link{margin-left:20px;}
#news-pagination{gap:24px;margin:50px 0 0;}
}

/* スマホ */
@media screen and (max-width:767px){
#news-page{padding-bottom:96px;margin-top:-30px;}
#news-wave{height:150px;}
#news-wave-img{object-fit:cover;object-position:center top;}
#news-page .rg-breadcrumb{padding:0 0 20px;}
#news-page .rg-breadcrumb-inner{width:calc(90% - 48px);max-width:none;overflow:hidden;}
#news-page .rg-breadcrumb-list{flex-wrap:nowrap;overflow:hidden;white-space:nowrap;font-size:11px;gap:5px;}
#news-page .rg-breadcrumb-list li{flex:0 0 auto;min-width:0;}
#news-page .rg-breadcrumb-list li:last-child{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#news-section{padding:0;}
#news-inner{max-width:none;width:calc(90% - 48px);}
#news-heading{margin:0 0 24px;}
#news-title{font-size:20px;line-height:1.1;letter-spacing:.12em;}
#news-subtitle{font-size:14px;line-height:15px;margin:10px 0 0;}
#news-list{width:100%;}
.news-item{display:grid;grid-template-columns:85px 1fr;grid-template-rows:20px auto;gap:2px 0;min-height:76px;padding:15px 0 6px;box-sizing:border-box;border-bottom:1px solid #00B3C3;}
.news-date{grid-column:1 / 3;grid-row:1;font-size:14px;font-weight:400;line-height:18px;letter-spacing:.04em;}
.news-tag{grid-column:1;grid-row:2;align-self:center;justify-self:start;width:70px;font-size:12px;font-weight:400;padding:6px;}
.news-link{grid-column:2;grid-row:2;align-self:center;margin-left:0;font-size:16px;font-weight:400;line-height:23px;white-space:normal;overflow:hidden;text-overflow:ellipsis;letter-spacing:.03em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
#news-pagination{gap:11px;margin:34px 0 0;}
#news-pagination .news-page-number{width:28px;height:28px;font-size:14px;border-width:2px;}
#news-pagination .news-page-dots{height:28px;font-size:14px;padding:0 2px;}
}

/* ==================================================共通CSS変数・リセット・共通パーツCSS================================================== */
.rgo-contact-site{--rgo-color-main:#00b7c4;--rgo-color-bg:#fcfbf5;--rgo-color-text:#222;--rgo-color-muted:#555;--rgo-color-border:#d9d9d9;--rgo-color-orange:#f28a00;--rgo-width-main:980px;--rgo-radius-card:18px;--rgo-radius-input:8px;--rgo-font:'Noto Sans JP',sans-serif;background:var(--rgo-color-bg);color:var(--rgo-color-text);font-family:var(--rgo-font);letter-spacing:.08em;overflow:hidden;}
.rgo-contact-site *{box-sizing:border-box;}
.rgo-contact-site a{color:var(--rgo-color-main);}
.rgo-contact-site input,.rgo-contact-site select,.rgo-contact-site textarea,.rgo-contact-site button{font-family:inherit;}

/* ==================================================フォームセクションCSS================================================== */
.rgo-contact-form{width:min(90%,var(--rgo-width-main));margin:80px auto;}
.rgo-contact-form__card{background:#fff;border:2px solid var(--rgo-color-main);border-radius:var(--rgo-radius-card);box-shadow:0 8px 0 rgba(0,179,195,.18),0 12px 24px rgba(0,0,0,.08);padding:34px;}
.rgo-contact-form__heading{text-align:center;margin:0 0 26px;}
.rgo-contact-form__lead{display:inline-block;color:var(--rgo-color-main);font-size:13px;font-weight:700;line-height:1.6;}
.rgo-contact-form__title{margin:8px 0;font-size:28px;font-weight:700;line-height:1.45;}
.rgo-contact-form__text{margin:0;font-size:14px;line-height:1.9;}
.rgo-contact-form__tabs{display:flex;gap:12px;justify-content:center;margin:0 0 28px;}
.rgo-contact-form__tab{width:220px;border:2px solid var(--rgo-color-main);background:#fff;color:var(--rgo-color-main);border-radius:999px;padding:13px 16px;font-size:15px;font-weight:700;line-height:1.4;cursor:pointer;}
.rgo-contact-form__tab.is-active{background:var(--rgo-color-main);color:#fff;}
.rgo-contact-form__panel{display:none;}
.rgo-contact-form__panel.is-active{display:block;}
.rgo-contact-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px;}
.rgo-contact-form__field{display:flex;flex-direction:column;gap:8px;}
.rgo-contact-form__field--full{grid-column:1/-1;}
.rgo-contact-form__label{font-size:14px;font-weight:700;line-height:1.6;}
.rgo-contact-form__badge{display:inline-block;margin-left:6px;padding:2px 7px;border-radius:999px;font-size:11px;line-height:1.4;}
.rgo-contact-form__badge--required{background:var(--rgo-color-main);color:#fff;}
.rgo-contact-form__badge--optional{background:#e8e8e8;color:var(--rgo-color-muted);}
.rgo-contact-form__input,.rgo-contact-form__select,.rgo-contact-form__textarea{width:100%;border:1px solid var(--rgo-color-border);border-radius:var(--rgo-radius-input);background:#fff;padding:13px 14px;font-size:15px;line-height:1.5;letter-spacing:.04em;}
.rgo-contact-form__textarea{min-height:180px;resize:vertical;}
.rgo-contact-form__input:focus,.rgo-contact-form__select:focus,.rgo-contact-form__textarea:focus{outline:none;border-color:var(--rgo-color-main);box-shadow:0 0 0 3px rgba(0,179,195,.12);}
.rgo-contact-form__privacy{grid-column:1/-1;margin-top:4px;padding:16px;border-radius:10px;background:#f7ffff;font-size:14px;line-height:1.8;}
.rgo-contact-form__privacy-label{display:flex;gap:9px;align-items:flex-start;font-weight:500;}
.rgo-contact-form__privacy-check{margin-top:5px;}
.rgo-contact-form__submit{grid-column:1/-1;text-align:center;margin-top:12px;}
.rgo-contact-form__button{min-width:220px;border:none;border-radius:999px;background:var(--rgo-color-orange);color:#fff;padding:15px 30px;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:.12em;cursor:pointer;box-shadow:0 4px 0 rgba(207,105,0,.35);}
.rgo-contact-form__button:hover{transform:translateY(1px);box-shadow:0 3px 0 rgba(207,105,0,.35);}
.rgo-contact-form__alert{margin:0 0 22px;padding:16px 18px;border-radius:10px;font-size:14px;line-height:1.8;white-space:pre-line;}
.rgo-contact-form__alert--ok{background:#e9fbf2;border:1px solid #8bd7ad;color:#116b38;}
.rgo-contact-form__alert--error{background:#fff1f1;border:1px solid #f3a5a5;color:#a40000;}
.rgo-contact-form__note{margin:34px 0 0;text-align:center;font-size:13px;line-height:1.9;color:var(--rgo-color-muted);white-space:pre-line;}

@media(min-width:681px) and (max-width:1024px){
.rgo-contact-form{width:min(90%,880px);margin:70px auto 70px;}
.rgo-contact-form__card{padding:30px;}
}

@media(max-width:680px){
.rgo-contact-form{width:min(88%,560px);margin:80px auto;}
.rgo-contact-form__card{border-radius:16px;padding:24px 18px;}
.rgo-contact-form__heading{margin-bottom:22px;}
.rgo-contact-form__lead{font-size:12px;}
.rgo-contact-form__title{font-size:21px;}
.rgo-contact-form__text{font-size:13px;text-align:left;}
.rgo-contact-form__tabs{gap:8px;margin-bottom:22px;}
.rgo-contact-form__tab{width:50%;padding:12px 8px;font-size:13px;}
.rgo-contact-form__grid{grid-template-columns:1fr;gap:15px;}
.rgo-contact-form__field--full,.rgo-contact-form__privacy,.rgo-contact-form__submit{grid-column:auto;}
.rgo-contact-form__label{font-size:13px;}
.rgo-contact-form__input,.rgo-contact-form__select,.rgo-contact-form__textarea{font-size:14px;padding:12px;}
.rgo-contact-form__textarea{min-height:150px;}
.rgo-contact-form__privacy{padding:14px;font-size:13px;}
.rgo-contact-form__button{width:100%;min-width:0;}
.rgo-contact-form__note{text-align:left;font-size:12px;}
}


/* ============================== ご利用ガイドCSS ============================== */
/* 共通 */
#guide-page{position:relative;background:#FCFBF5;color:#111;font-family:'Noto Sans JP',sans-serif;letter-spacing:.08em;overflow:hidden;min-height:auto;margin-top:-30px;padding-bottom:96px;}
#guide-page *{box-sizing:border-box;}
#guide-page .guide-align,#guide-page .rg-breadcrumb-inner,#guide-page #guide-head-inner,#guide-page #guide-menu-inner{width:86%;max-width:1120px;margin-left:auto;margin-right:auto;box-sizing:border-box;}

/* 波背景 */
#guide-page .guide-wave{position:relative;width:100%;height:205px;background:#FCFBF5;overflow:hidden;}
#guide-page .guide-wave__picture{display:block;width:100%;height:100%;}
#guide-page .guide-wave__img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}

/* パンくず */
#guide-page .guide-breadcrumb{background:#FCFBF5;padding:0 24px 26px;box-sizing:border-box;}
#guide-page .rg-breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;color:#777;font-size:12px;font-weight:400;line-height:1.8;letter-spacing:.06em;}
#guide-page .rg-breadcrumb-list li{display:flex;align-items:center;margin:0;padding:0;}
#guide-page .rg-breadcrumb-list a{color:#6f9fa3;text-decoration:none;}
#guide-page .rg-breadcrumb-list a:hover{color:#00B3C3;}
#guide-page .rg-breadcrumb-separator{color:#b7dadd;}
#guide-page .rg-breadcrumb-list li[aria-current="page"]{color:#555;}

/* 見出し */
#guide-page .guide-head{background:#FCFBF5;padding:0 24px;}
#guide-page .guide-head__inner{text-align:center;}
#guide-page .guide-head__title{margin:0;color:#00B3C3;font-size:36px;font-weight:700;line-height:1.2;letter-spacing:.18em;}
#guide-page .guide-head__subtitle{margin:10px 0 0;color:#111;font-size:14px;font-weight:700;line-height:18px;}

/* ガイドメニュー */
#guide-page .guide-menu{background:#FCFBF5;padding:62px 24px 0;}
#guide-page .guide-menu__inner{display:grid;grid-template-columns:1fr 1fr;gap:22px 36px;}
#guide-page .guide-card{height:50px;padding:0 28px 0 36px;border:2px solid #00B3C3;border-radius:7px;background:#FCFBF5;color:#00B3C3;text-decoration:none;display:grid;grid-template-columns:28px 1fr 22px;align-items:center;gap:18px;font-size:15px;font-weight:700;line-height:1.4;}
#guide-page .guide-card-icon{width:24px;height:24px;object-fit:contain;display:block;}
#guide-page .guide-card-text{display:block;color:#00B3C3;}
#guide-page .guide-card-arrow{display:flex;align-items:center;justify-content:center;color:#00B3C3;font-size:19px;font-weight:400;line-height:1;}

/* タブレット */
@media (min-width:768px) and (max-width:1366px){
#guide-page{padding-bottom:96px;margin-top:-30px;}
#guide-page .guide-wave{height:175px;}
#guide-page .guide-head{padding:0 24px;}
#guide-page .guide-head__title{font-size:28px;line-height:1.2;}
#guide-page .guide-head__subtitle{font-size:13px;line-height:18px;margin:10px 0 0;}
#guide-page .guide-menu{padding:56px 24px 0;margin-bottom:20px;}
#guide-page .guide-menu__inner{grid-template-columns:1fr 1fr;gap:22px 25px;}
#guide-page .guide-card{height:50px;padding:0 26px 0 34px;grid-template-columns:28px 1fr 22px;gap:10px;font-size:15px;}
#guide-page .guide-card-icon{width:24px;height:24px;}
#guide-page .guide-card-arrow{font-size:19px;}
}

/* スマホ */
@media (max-width:767px){
#guide-page{padding-bottom:80px;margin-top:-30px;}
#guide-page .guide-align,#guide-page .rg-breadcrumb-inner,#guide-page #guide-head-inner,#guide-page #guide-menu-inner{width:calc(100% - 48px);max-width:none;margin-left:auto;margin-right:auto;}
#guide-page .guide-wave{height:118px;}
#guide-page .guide-wave__img{object-fit:cover;object-position:center top;}
#guide-page .guide-breadcrumb{padding:0 0 20px;}
#guide-page .rg-breadcrumb-inner{overflow:hidden;}
#guide-page .rg-breadcrumb-list{flex-wrap:nowrap;overflow:hidden;white-space:nowrap;font-size:11px;gap:5px;}
#guide-page .rg-breadcrumb-list li{flex:0 0 auto;min-width:0;}
#guide-page .rg-breadcrumb-list li:last-child{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#guide-page .guide-head{padding:0;}
#guide-page .guide-head__title{font-size:20px;line-height:1.1;letter-spacing:.12em;}
#guide-page .guide-head__subtitle{font-size:12px;line-height:15px;margin:8px 0 0;}
#guide-page .guide-menu{padding:40px 0 0;}
#guide-page .guide-menu__inner{display:grid;grid-template-columns:1fr;gap:14px;}
#guide-page .guide-card{height:50px;padding:0 18px 0 20px;border-radius:7px;grid-template-columns:28px 1fr 22px;gap:16px;font-size:15px;line-height:1.4;}
#guide-page .guide-card-icon{width:24px;height:24px;}
#guide-page .guide-card-arrow{font-size:19px;}
}

/* ============================== ご利用ガイド詳細ページCSS ============================== */
/* 共通 */
#common-page.guide-detail-page{position:relative;background:#FCFBF5;color:#111;font-family:'Noto Sans JP',sans-serif;letter-spacing:.08em;overflow:hidden;min-height:auto;margin-top:-30px;padding-bottom:30px;box-sizing:border-box;}
#common-page.guide-detail-page *{box-sizing:border-box;}
#common-page.guide-detail-page img{max-width:100%;height:auto;}

/* 波背景 */
#common-page .guide-detail-wave{position:relative;width:100%;height:205px;background:#FCFBF5;overflow:hidden;}
#common-page .guide-detail-wave__picture{display:block;width:100%;height:100%;}
#common-page .guide-detail-wave__img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}

/* パンくず */
#common-page .guide-detail-breadcrumb{background:#FCFBF5;padding:0 24px 26px;box-sizing:border-box;}
#common-page .rg-breadcrumb-inner{max-width:1120px;width:86%;margin:0 auto;box-sizing:border-box;}
#common-page .rg-breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;color:#777;font-size:12px;font-weight:400;line-height:1.8;letter-spacing:.06em;}
#common-page .rg-breadcrumb-list li{display:flex;align-items:center;margin:0;padding:0;}
#common-page .rg-breadcrumb-list a{color:#6f9fa3;text-decoration:none;}
#common-page .rg-breadcrumb-list a:hover{color:#00B3C3;}
#common-page .rg-breadcrumb-separator{color:#b7dadd;}
#common-page .rg-breadcrumb-current{color:#555;max-width:420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/* 見出し */
#common-page .guide-detail-head{background:#FCFBF5;padding:0 24px 22px;border-bottom:2px solid #00B3C3;}
#common-page .guide-detail-head__inner{max-width:100%;margin:0 auto;text-align:center;}
#common-page .guide-detail-head__title{margin:0;color:#111;font-size:22px;font-weight:700;line-height:1.6;letter-spacing:.08em;}

/* 本文 */
#common-page .guide-detail-content{background:#FCFBF5;padding:40px 0 0;}
#common-page .guide-detail-content__inner{width:100%;margin:0 auto;}
#common-page .guide-detail-content__body{color:#111;font-size:16px;font-weight:400;line-height:2;letter-spacing:.08em;}
#common-page .guide-detail-content__body img{max-width:100%;height:auto;}

/* 戻るボタン */
#common-page .guide-detail-back{background:#FCFBF5;padding:60px 24px 0;text-align:center;}
#common-page .guide-detail-back__btn{display:inline-flex;align-items:center;justify-content:center;min-width:210px;height:42px;padding:0 28px;background:#00B3C3;border-radius:999px;color:#fff;text-decoration:none;font-size:13px;font-weight:700;line-height:1;transition:background .25s ease,color .25s ease;}
#common-page .guide-detail-back__btn:hover{background:#E87006;color:#fff;}

/* タブレット・ミニPC */
@media (min-width:768px) and (max-width:1366px){
#common-page.guide-detail-page{padding-bottom:20px;margin-top:-30px;}
#common-page .guide-detail-wave{height:175px;}
#common-page .guide-detail-head{padding:35px 0 15px;border-bottom:2px solid #00B3C3;}
#common-page .guide-detail-head__title{font-size:20px;line-height:1.6;}
#common-page .guide-detail-content{padding:20px 24px 0;}
#common-page .guide-detail-content__inner{max-width:100%;}
#common-page .guide-detail-content__body{font-size:16px;line-height:2;}
#common-page .guide-detail-back{padding:60px 24px 0;}
#common-page .guide-detail-back__btn{min-width:210px;height:42px;font-size:13px;}
}

/* スマホ */
@media (max-width:767px){
#common-page.guide-detail-page{padding-bottom:60px;margin-top:-30px;}
#common-page .guide-detail-wave{height:98px;}
#common-page .guide-detail-wave__img{object-fit:cover;object-position:center top;}
#common-page .guide-detail-breadcrumb{padding:0 24px 20px;}
#common-page .rg-breadcrumb-inner{width:100%;max-width:none;overflow:hidden;}
#common-page .rg-breadcrumb-list{flex-wrap:nowrap;overflow:hidden;white-space:nowrap;font-size:11px;gap:5px;}
#common-page .rg-breadcrumb-list li{flex:0 0 auto;min-width:0;}
#common-page .rg-breadcrumb-list li:last-child{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#common-page .guide-detail-head{padding:30px 0 10px;border-bottom:2px solid #00B3C3;}
#common-page .guide-detail-head__inner{max-width:none;width:100%;}
#common-page .guide-detail-head__title{font-size:18px;line-height:1.6;}
#common-page .guide-detail-content{padding:20px 22px 0;}
#common-page .guide-detail-content__inner{max-width:100%;}
#common-page .guide-detail-content__body{font-size:14px;line-height:1.9;letter-spacing:.06em;}
#common-page .guide-detail-back{padding:30px 24px 0;}
#common-page .guide-detail-back__btn{min-width:210px;height:46px;padding:0 24px;font-size:13px;}
}


/* ============================== NEWS投稿ページCSS ============================== */
/* NEWS投稿ページ */
#news-single-page.news-single-page{position:relative;background:#FCFBF5;color:#111;font-family:'Noto Sans JP',sans-serif;letter-spacing:.08em;overflow:hidden;min-height:auto;margin-top:-30px;padding-bottom:40px;}
#news-single-page .news-single-wave{position:relative;width:100%;height:205px;background:#FCFBF5;overflow:hidden;}
#news-single-page .news-single-wave__picture{display:block;width:100%;height:100%;}
#news-single-page .news-single-wave__img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}
#news-single-page .news-single-breadcrumb{background:#FCFBF5;padding:0 24px 26px;box-sizing:border-box;}
#news-single-page .news-single-breadcrumb a{color:#6f9fa3;text-decoration:none;}
#news-single-page .news-single-breadcrumb a:hover{color:#00B3C3;}
#news-single-page .news-single-breadcrumb__inner{max-width:1120px;width:86%;margin:0 auto;box-sizing:border-box;}
#news-single-page .news-single-breadcrumb__list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;color:#777;font-size:12px;font-weight:400;line-height:1.8;letter-spacing:.06em;}
#news-single-page .news-single-breadcrumb__list li{display:flex;align-items:center;margin:0;padding:0;}
#news-single-page .news-single-breadcrumb__separator{color:#b7dadd;}
#news-single-page .news-single-breadcrumb__current{color:#555;white-space:nowrap;overflow:visible;text-overflow:clip;}
#news-single-page .news-single-head{background:#FCFBF5;padding:40px 24px 0;}
#news-single-page .news-single-head__inner{max-width:760px;margin:0 auto;text-align:center;}
#news-single-page .news-single-head__date{display:block;margin:0 0 14px;color:#111;font-size:14px;font-weight:500;line-height:1.4;}
#news-single-page .news-single-head__title{margin:0;color:#111;font-size:18px;font-weight:600;line-height:1.8;letter-spacing:.08em;}
#news-single-page .news-single-head__tag{display:inline-flex;align-items:center;justify-content:center;min-width:48px;margin:12px auto 0;padding:8px 18px;background:#00B3C3;border-radius:999px;color:#fff;font-size:12px;font-weight:500;line-height:1;white-space:nowrap;}
#news-single-page .news-single-head__line{width:96px;height:4px;background:#00B3C3;margin:24px auto 0;}
#news-single-page .news-single-content-section{background:#FCFBF5;padding:40px 24px 0;}
#news-single-page .news-single-content-section__inner{width:86%;max-width:1120px;margin:0 auto;color:#111;font-size:15px;font-weight:400;line-height:2.2;letter-spacing:.08em;}
#news-single-page .news-single-content{width:100%;}
#news-single-page .news-single-content img{max-width:100%;height:auto;}
#news-single-page .news-single-back{background:#FCFBF5;padding:40px 24px 0;text-align:center;}
#news-single-page .news-single-back__button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;height:42px;padding:0 26px;background:#00B3C3;border-radius:999px;color:#fff;text-decoration:none;font-size:14px;font-weight:700;line-height:1;transition:background .25s ease,color .25s ease;}
#news-single-page .news-single-back__button:hover{background:#E87006;color:#fff;}

/* タブレット・ミニPC */
@media screen and (min-width:768px) and (max-width:1366px){
#news-single-page.news-single-page{padding-bottom:30px;margin-top:-30px;}
#news-single-page .news-single-wave{height:175px;}
#news-single-page .news-single-head{padding:40px 24px 0;}
#news-single-page .news-single-head__inner{max-width:90%;}
#news-single-page .news-single-head__date{font-size:14px;margin:0 0 12px;}
#news-single-page .news-single-head__title{font-size:18px;line-height:1.8;}
#news-single-page .news-single-head__line{width:92px;height:4px;margin:24px auto 0;}
#news-single-page .news-single-content-section{padding:30px 24px 0;}
#news-single-page .news-single-content-section__inner{width:86%;max-width:1120px;font-size:14px;line-height:2.2;}
#news-single-page .news-single-back{padding:58px 24px 0;}
#news-single-page .news-single-back__button{min-width:180px;height:42px;font-size:13px;}
}

/* スマホ */
@media screen and (max-width:767px){
#news-single-page.news-single-page{padding-bottom:60px;margin-top:-30px;}
#news-single-page .news-single-wave{height:118px;}
#news-single-page .news-single-wave__img{object-fit:cover;object-position:center top;}
#news-single-page .news-single-breadcrumb{padding:0 24px 20px;}
#news-single-page .news-single-breadcrumb__inner{width:100%;max-width:none;overflow:hidden;}
#news-single-page .news-single-breadcrumb__list{flex-wrap:nowrap;overflow:hidden;white-space:nowrap;font-size:11px;gap:5px;}
#news-single-page .news-single-breadcrumb__list li{flex:0 0 auto;min-width:0;}
#news-single-page .news-single-breadcrumb__current{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#news-single-page .news-single-head{padding:20px 24px 0;}
#news-single-page .news-single-head__inner{max-width:none;width:100%;}
#news-single-page .news-single-head__date{font-size:14px;line-height:1.4;margin:0 0 10px;}
#news-single-page .news-single-head__title{font-size:18px;line-height:1.7;}
#news-single-page .news-single-head__line{width:108px;height:4px;margin:24px auto 0;}
#news-single-page .news-single-content-section{padding:30px 42px 0;}
#news-single-page .news-single-content-section__inner{width:100%;max-width:none;font-size:14px;line-height:2.1;letter-spacing:.06em;}
#news-single-page .news-single-back{padding:30px 0 0;}
#news-single-page .news-single-back__button{width:auto;height:48px;padding:0 10px;font-size:14px;}
}