/*
Theme Name: raqoon_wp
Author: raQoon LLC.
Author URI: https://raqoon.jp/
Description: UnderscoresをベースにしたオリジナルWPテーマ
Version: 3.2.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: raqoon_wp
*/

html {
    overflow-x: hidden;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0 !important;
}

.font-hiragino {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

.font-yu-gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.font-yu-mincho {
    font-family: 'Yu Mincho', serif;
}

.font-notosans {
    font-family: 'Noto Sans JP', sans-serif;
}

.font-zenkaku {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.font-kosugimaru {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
}

.font-yakuhan {
/*     font-family: 'YakuHanJP_Narrow', sans-serif; */
	font-family: 'YakuHanJP_Narrow', "Noto Sans JP", sans-serif;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--site-text-color);
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
/*     font-size: 1rem; */
	font-size:0.9rem;
    line-height: 1.8;
/*     font-weight: 500; */
	font-weight:400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a {
    color: initial;
    text-decoration: none;
}

a:visited {
    color: initial;
}

a:hover,
a:focus,
a:active {
    color: initial;
}

a:focus {
    /*outline: thin dotted;*/
}

a:hover,
a:active {
    outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post {
    margin: 0 0 1.5em;
}

.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.page-content a,
.entry-content a,
.comment-content a{
	word-break:break-all;
}
.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*ここから*/
.wp-block-columns {
    gap: 1.5rem;
}

ul,
ol {
    margin-left: 0;
    padding-left: 20px;
}

li>ul,
li>ol {
    margin-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    margin-bottom: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 10px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
    border-bottom: dashed 2px;
}

.wrap100_inner :where(.wp-block-columns) {
    margin-bottom: 0;
}

/*蛍光ペン*/
.raqoon-highlight-yellow {
    background: linear-gradient(transparent 60%, #ffd77c 60%);
    font-weight: bold;
}

.raqoon-highlight-pink {
    background: linear-gradient(transparent 60%, #ffe0ef 60%);
    font-weight: bold;
}

.raqoon-highlight-green {
    background: linear-gradient(transparent 60%, #b2ffd8 60%);
    font-weight: bold;
}

/*コンタクト*/
span.hissu {
    font-weight: 700;
    background: #e44e4e;
    color: #fff;
    font-size: 10px;
    padding: 4px 5px 4px 7px;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: baseline;
}

span.nini {
    font-weight: 700;
    background: #ccc;
    color: #fff;
    font-size: 10px;
    padding: 4px 5px 4px 7px;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: baseline;
}

/* CF7チェックボックスを縦並びに */
span.wpcf7-checkbox .wpcf7-list-item {
    margin-top: 5px;
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7 input[type="url"],
.wpcf7-form input[type="email"] {
    border: none;
    background: #eeeff4;
    padding: 0.7em;
    margin-bottom: 1rem;
    margin-top: 0.5em;
    width: 100%;
}

.wpcf7-form select {
    border: none;
    background: #eeeff4;
    margin-bottom: 1rem;
    margin-top: 0.5em;
}


/*rq*/
#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-footer {
    margin-top: auto;
}

.hidden {
    display: none;
}

/*要調整？*/
.page-content,
.entry-content,
.entry-summary {
    max-width: 1200px;
    margin: 0 auto;
}

/*フロントページのみヘッダーfix*/
#head_pc.sticky_on {
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
#head_pc.sticky_on.is-stuck{
	box-shadow:0px 0px 30px rgba(0, 0, 0, 0.1);
}
/*
.home #head_pc.sticky_on {
    position: fixed;
}*/

/*address_tel*/
#address_tel {
    /*background: #fff;*/
}

#address_tel .site-header_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1rem;
}

#address_tel .site-header_inner .site-branding {
    max-width: 369px;
    display: block;
}

.site-branding .site-title {
    margin: 0;
}

#address_tel .site-header_inner .site-branding img {
    display: block;
}

#address_tel .address_tel_block {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    text-align: right;
    gap: 7px;
}

#address_tel .address_tel_block a {
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

#address_tel .address_tel_block a .fa-phone {
    font-size: 90%;
    margin-right: 5px;
    color: var(--accent-color);
}

#address_tel .address_tel_block p {
    margin: 0;
}

#address_tel_menu {
    background: var(--headnav-color);
    color: var(--headnav-text-color);
}

#address_tel_menu.active {
    top: 0;
    left: 0;
    right: 0;
}

#address_tel_menu a {
    color: var(--headnav-text-color);
}

#address_tel_menu .head-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    max-width: 100%;
}

#address_tel_menu .head-navigation ul li {
    flex: 1;
    margin: 0;
    text-align: center;
    position: relative;
    line-height: 1;
    word-break: keep-all;
}

#address_tel_menu .head-navigation ul li:not(:last-child) {
    border-right: solid 1px;
}

#address_tel_menu .head-navigation ul li:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#address_tel_menu .head-navigation ul li a {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 1em 5px;
}

#address_tel_menu .head-navigation ul li .menu-item-description {
    line-height: 1;
    font-size: 11px;
}

/*logo_menu_flat*/
.header_section {
    background: var(--header-bg-color);;
}

#logo_menu_flat .site-header_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.5rem;
}

#logo_menu_flat .site-header_inner .site-branding {
    max-width: 195px;
    display: block;
}

#logo_menu_flat .site-header_inner .site-branding img {
    display: block;
	width:auto;
	max-height:78px;
}

#logo_menu_flat .head-navigation {
    margin-left: auto;
}

#logo_menu_flat_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: auto;
    gap: 22px;
	font-size:14px;
}

#logo_menu_flat_menu li {
    margin: 0;
    text-align: center;
    position: relative;
    line-height: 1;
    word-break: keep-all;
}

#logo_menu_flat_menu li a {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 1em 5px;
	color: var(--headnav-text-color);
/* 	color:#fff; */
	position:relative;
	font-weight:800;
}
#logo_menu_flat_menu li a:hover{
	opacity:0.6;
	transition:0.3s;
}
#logo_menu_flat_menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 18px;
}

#logo_menu_flat_menu li.menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #ff4b14;
  border-bottom: 2px solid #ff4b14;

  position: absolute;
  top: 50%;
  right: 0;

  transform: translateY(-70%) rotate(45deg);
  transform-origin: center;

transition:
  transform .35s cubic-bezier(.4,0,.2,1);}

#logo_menu_flat_menu li.menu-item-has-children:hover > a::after {
  transform: translateY(-30%) rotate(225deg);
}
/**/
#head_sp.sticky_on {
    /*position:relative;*/
    position: sticky;
    z-index: 10;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#head_sp img,
#head_sp a {
    display: block;
}
#head_sp .site-header_inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#head_sp .site-header_inner .site-branding {
    width: 64%;
	padding-left:10px;
}
#head_sp .site-header_inner .site-branding img{
	width:auto;
	max-height:35px;
}

#head_sp .address_tel_block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: auto;
    text-align: center;
    line-height: 55px;
}

#head_sp .address_tel_block a,
#head_sp .address_tel_block #address_tel_hamburger {
    flex: 1;
    width: 55px;
    height: 55px;
    font-size: 35px;
}

#head_sp .address_tel_block a {
    color: var(--accent-color);
}

#address_tel_hamburger {
    background: var(--headnav-color);
    color: var(--headnav-text-color);
    position: relative;
}

#address_tel_hamburger span {
    position: absolute;
    width: 59%;
    height: 3px;
    content: "";
    background: var(--headnav-text-color);
    left: 0;
    right: 0;
    margin: auto;
}

#address_tel_hamburger span:nth-child(1) {
    top: 12px;
}

#address_tel_hamburger span:nth-child(2) {
    top: 24px;
}

#address_tel_hamburger span:nth-child(3) {
    top: 36px;
}

#address_tel_hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 22.5px;
}

#address_tel_hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 22.5px;
}

#address_tel_hamburger.active span:nth-child(2) {
    display: none;
}

/**/
.head-navigation .sub-menu {
    display: none !important;
	list-style:none;
	padding:0!important;
}

/* .head-navigation>ul li:hover>.sub-menu {
    display: block !important;
    position: absolute;
    background: var(--headnav-color);
    min-width: 350px;
    z-index: 1;
    top: 100%;
    left: 0;
} */
.head-navigation > ul li:hover > .sub-menu {
    display: block !important;
    position: absolute;
    background: var(--headnav-color);
/*     min-width: 350px; */
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
	width: fit-content;
    min-width: 150px;
}
.head-navigation .sub-menu li {
    border-right: none !important;
    border-bottom: solid 1px #fff;
}
.head-navigation .sub-menu li a{
	color:#fff!important;
}
.head-navigation .sub-menu li:hover{
	opacity:0.8;
	transition:0.3s;
}
/**/
.head-navigation_hamburger {
    position: absolute;
    z-index: 9990;
    background: #fff;
    width: 100%;
}

.head-navigation_hamburger.active {
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.3);
}

.head-navigation_hamburger ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.head-navigation_hamburger ul li {
    margin: 0;
    padding: 0 10px;
}

.head-navigation_hamburger ul a {
    padding: 1em 0;
}

.head-navigation_hamburger ul li:not(:last-child) a {
    border-bottom: solid 2px var(--headnav-color);
}

.head-navigation_hamburger .sub-menu {
    display: none;
}

/**/
#firstview {
    /*height: 100vh;*/
	min-height: 80vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
#firstview.firstview-has-height{
	min-height:initial;
}

#firstview.firstview_mode {
    background-image: var(--firstview-bg);
}

#firstview.firstview_video {
    overflow: hidden;
}

#firstview.firstview_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.firstview_title {
    width: 100%;
    max-width: 90%;
    position: absolute;
    top: 50%;/*60*/
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.firstview-title-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4);
}

.firstview-align-left {
    text-align: left;
}

.firstview-align-center {
    text-align: center;
}

.firstview-align-right {
    text-align: right;
}

.firstview_title .firstview_title_top {
    margin: 0;
    font-weight: 800;
    line-height: 1.3;
}

.firstview_title .firstview_message {
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}
/*
.firstview-has-height .firstview_title {
    top: 50%;
}*/

/*footer*/
.site-footer {
/*     background: var(--headnav-color); */
	background:#858d6c;
    color: var(--headnav-text-color);
    padding: 40px 16px;
}

.site-footer a {
/*     color: var(--headnav-text-color); */
	color:#fff;
	font-family:"Montserrat", sans-serif;
}

.site-info {
    text-align: center;
}

#foot_nav_menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: fit-content;
    margin: 0 auto 24px;
    gap: 1em;
}

/*side_fix_btn*/
#side_fix_btn {
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#fix_nav_btn {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    writing-mode: vertical-lr;
}

#fix_nav_btn li {
    padding: 0;
}

#fix_nav_btn li a {
    display: block;
    padding: 1em 0.8em;
    font-size: 18px;
    font-weight: bold;
    /*color: var(--headnav-text-color);*/
	color:#fff;
    transition: 0.3s;
}

#fix_nav_btn li a:hover {
    opacity: 0.8;
}

#fix_nav_btn li:nth-child(1) a {
    background: var(--main-color);
}

#fix_nav_btn li:nth-child(2) a {
    background: var(--sub-color);
}

#fix_nav_btn li:nth-child(1) a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
}

#fix_nav_btn li:nth-child(2) a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
}

#fix_nav_btn li:nth-child(1) a::before,
#fix_nav_btn li:nth-child(2) a::before {
    margin-bottom: 5px;
}

/**/
.page .entry-header {
    overflow: hidden;
	position:relative;
}
.page .entry-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 80px;
    background: var(--main-color);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.entry-header_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: left;
    position: relative;
}
.page .entry-header_inner {
	padding:130px 20px 0;
	margin-bottom:30px;
}
.page .entry-header_inner h1 {
	color:#000;
    margin: 0;
    line-height: 1.3;
    font-size: 50px;
	font-weight:800;
		text-shadow:	#fff 2px 0px 2px, #fff -2px 0px 2px,
	#fff 0px -2px 2px, #fff -2px 0px 2px,
	#fff 2px 2px 2px, #fff -2px 2px 2px,
	#fff 2px -2px 2px, #fff -2px -2px 2px,
	#fff 1px 2px 2px, #fff -1px 2px 2px,
	#fff 1px -2px 2px, #fff -1px -2px 2px,
	#fff 2px 1px 2px, #fff -2px 1px 2px,
	#fff 2px -1px 2px, #fff -2px -1px 2px,
	#fff 1px 1px 2px, #fff -1px 1px 2px,
	#fff 1px -1px 2px, #fff -1px -1px 2px;
}
.page-id-44 .entry-header_inner h1{
	font-family:"Anton",sans-serif;
}

/* .page .entry-header_inner .page-subtitle {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: clamp(80px,11vw,130px);
    margin: 0;
    line-height: 1;
    font-weight: 900;
	color:#ff4b14;
	font-family:"Anton", sans-serif;
	letter-spacing:.08em;
	z-index:-1;
} */
.page .entry-header_inner .page-subtitle {
    position: absolute;
    bottom: 0;
    right: 0;

    font-size: clamp(80px,11vw,130px);
    margin:0;
    line-height:1;
    font-weight:900;
    font-family:"Anton",sans-serif;
    letter-spacing:.08em;

    z-index:-1;

    /* 文字色消す */
    color:transparent;

    /* ノイズ＋色 */
    background-image:
    linear-gradient(
      rgba(255,75,20,.52),
      rgba(255,75,20,.92)
    ),
    url("/renew2026/wp-content/uploads/2026/05/1000_F_596856861_0fktsKpvY4vmaAO7kbZQWi4BwX9uvNCr.jpg");

    background-size:
    auto,
    140px;

    background-repeat:
    repeat,
    repeat;

    background-position:center;

    /* ←文字だけ表示 */
    -webkit-background-clip:text;
    background-clip:text;

    /* Safari保険 */
    -webkit-text-fill-color:transparent;
}
.single_content{
	padding:0 1rem;
}
.single_content.has-sidebar {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.single_content.no-sidebar {
/*     max-width: 1200px; */
	max-width:800px;
    margin: 0 auto;
}

.single_content #raqoon_sidebar {
    width: 300px;
    margin-top: 55px;
}
#raqoon_sidebar h2{
background:var(--headnav-color);
color:var(--headnav-text-color);
	line-height:1.3;
	padding:10px;
}

.single_content_inner {
    max-width: 1200px;
    flex: 1;
}

.single .entry-header {
    margin: 0 auto;
}

.single .entry-title {
    line-height: 1.4;
    margin-top: 55px;
	font-weight:800;
}

.single .site-main {
    padding-bottom: 100px;
}

.archive .page-header {
    max-width: 1200px;
    margin: 0 auto;
}

.archive .page-header .page-title {
    margin-top: 55px;
}

.content-archive_noimage article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-bottom: solid 1px #000;
}

.content-archive_noimage article .entry-header {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.content-archive_noimage article .entry-title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}

.archive .site-main ,.search .site-main{
    padding-bottom: 100px;
}

/*画像あり追加*/
.content-archive {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.content-archive a {
    width: 32%;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
.blogcard_link:hover{
	opacity:0.8;
	transition:0.3s;
	font-weight:bold;
}
.blogcard_link .blogcard_image {
    width: 100%;
    height: 0;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content-archive .blogcard_link p {
    margin: 0;
}

.content-archive .blogcard_link article {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/**/
#scrollToTopBtn {
    position: fixed;
/*     bottom: 70px; */
	bottom:40px;
    right: 10px;
    display: none;
    z-index: 999;
    background: var(--accent-color);
    ;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

/**/
#breadcrumbs {
    overflow-x: scroll;

    /* スクロールバー非表示（クロスブラウザ対応） */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE, Edge */
}

#breadcrumbs::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.breadcrumbs {
    margin: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 7px 20px;
    font-size: 12px;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}

.breadcrumbs ul li {
    padding: 0 5px 0 0;
    min-width: fit-content;
    word-break: keep-all;
}

.breadcrumbs ul li:not(:last-child)::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 5px;
}

/*raqoon-toc*/
.raqoon-toc {
    max-width: 600px;
    margin: 40px auto;
    background: #F8F8F4;
    border-radius: 3px;
    padding: 20px;
}
.raqoon-toc .raqoon-toc_title{
	text-align:center;
	font-family:"Anton", sans-serif;
	font-size:1.55rem;
}
.raqoon-toc ul {
    margin: 0;
}

/**/
/* ページネーション全体の余白・配置 */
.raqoon-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 4em 0 0;
    gap: 0.8em;
}

.raqoon-pagination li a,
.raqoon-pagination li span {
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--main-color, #0073aa);
    color: var(--main-color, #0073aa);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
}

.raqoon-pagination li .current {
    background: var(--main-color, #0073aa);
    color: #fff;
    border-color: var(--main-color, #0073aa);
}

/* 前後のアイコンだけ border を消す */
.raqoon-pagination li a.prev,
.raqoon-pagination li a.next {
    border: none;
    background: transparent;
}

/* アイコンにちょっとホバー入れてもいいかも？ */
.raqoon-pagination li.prev a:hover,
.raqoon-pagination li.next a:hover {
    color: var(--accent-color, #d00);
}

/**/
.raqoon-display-sp:before {
    content: "\a";
    white-space: pre;
}

.raqoon-display-pc:before {
    content: "";
    white-space: normal;
}

@media screen and (min-width: 768px) {
    .raqoon-display-sp:before {
        content: "";
        white-space: normal;
    }

    .raqoon-display-pc:before {
        content: "\a";
        white-space: pre;
    }
}

/*widget*/
#footer_top .raqoon_phone_link {
    text-align: center;
    font-weight: 800;
    color: var(--main-color);
    font-size: 40px;
}

#footer_top .raqoon_phone_link::before {
    font-family: "Font Awesome 6 Free";
    content: "\f095";
    font-size: 70%;
    margin-right: 7px;
}

/*受付時間テーブル*/
.response_time table {
    border: solid 2px var(--headnav-color);
    margin-bottom: 5px;
}

.response_time thead {
    border-bottom: none;
    border: solid 1px var(--headnav-color);
    background: var(--headnav-color);
    color: var(--headnav-text-color);
}

.response_time td {
    color: var(--headnav-color);
    background: var(--headnav-text-color);
}

/*#firstview受付時間テーブル*/
#firstview .response_time {
    position: absolute;
    bottom: 3%;
    left: 3%;
}

/*検索窓*/
.wp-block-search__label {
    display: none;
}

.wp-block-search__form {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 9999px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.wp-block-search__input {
    flex: 1;
    padding: 0.75em 1em !important;
    font-size: 1rem;
    border-radius: 7px 0 0 7px !important;
    border-right: none !important;
    outline: none;
    background: #fafafa;
}

.wp-block-search__button {
    position: relative;
    font-size: 0;
    background-color: var(--main-color, #0073aa);
    color: #fff;
    border: none;
    border-radius: 0 7px 7px 0 !important;
    margin: 0;
    padding: 0 1.2em !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 40px;
}

.wp-block-search__button::before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1;
}

.wp-block-search__button:hover {
    background-color: var(--accent-color, #005f8d);
}

/**/
.is-overlay .header_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	background:transparent;
    z-index: 999;
}
.logo-filter .site-header_inner .site-branding img{
	filter:brightness(0) invert(1);
}

.wp-block-cover.alignfull{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}


/*レスポンシブ　ブレイクポイント一個？？*/
@media screen and (max-width:767px) {
    #head_pc {
        display: none;
    }

    #head_sp {
        display: block;
    }

    #firstview {
        height: 75vh;
    }

    .firstview_title {
        font-size: 8vw;
    }

    .page .entry-header_inner h1 {
        font-size: 8vw;
    }

    .entry-header_inner {
        padding: 64px 20px;
    }

    .page .entry-header_inner .page-subtitle {
        font-size: 75px;
    }

    .single .entry-title {
        font-size: 26px;
        margin-top: 30px;
    }

    .archive .page-header .page-title {
        font-size: 26px;
        margin-top: 30px;
    }

    .archive article .entry-header {
        gap: 10px;
    }

    .archive article .entry-title {
        font-size: 18px;
    }

    .wrap100 {
        padding: 42px 0;
    }

    #side_fix_btn {
        top: initial;
        right: 0;
        left: 0;
        bottom: 0;
        transform: initial;
        -webkit-transform: initial;
        text-align: center;
    }

    #fix_nav_btn {
        writing-mode: initial;
    }

    #fix_nav_btn li {
        flex: 1;
    }

    #fix_nav_btn li a {
        padding: 10px;
    }

    .breadcrumbs {
        padding: 7px 10px;
    }

    .content-archive {
        flex-direction: column;
        justify-content: center;
    }

    .content-archive a {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    #fix_nav_btn li:nth-child(1) a::before,
    #fix_nav_btn li:nth-child(2) a::before {
        margin-bottom: 0;
        margin-right: 5px;
    }

    /*#firstview受付時間テーブル*/
    #firstview .response_time {
        display: none;
    }

    #raqoon_sidebar {
        display: none !important;
    }
}
/*
.home .entry-content h2{
    font-family: "Anton", sans-serif;
    font-size: clamp(39px, 8.5vw, 110px)!important;
color: #fff!important;
    -webkit-text-stroke: 1px #009245;
    text-stroke: 1px #009245;
    paint-order: stroke;
    letter-spacing: .07em;
    line-height: 1;
}
.raqoon-heading-eioce0-sub{
	font-weight:800!important;
	color:var(--main-color)!important;
	font-size: clamp(15px, 3.5vw, 35px)!important;
}
*/


/*ファーストビュー*/
#ccar_fv {
  height: 100vh;
  width: 100%;
  overflow: hidden;
/* 	font-family:'Zen Kaku Gothic New', sans-serif; */
}

#ccar_fv .ccar-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
}

/* 共通 */
#ccar_fv .ccar-item {
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}

/* 配置指定 */
.item-1 { grid-column: 1 / 2; grid-row: 1 / 2; }
.item-2 { grid-column: 2 / 3; grid-row: 1 / 2; }
.item-3 { grid-column: 3 / 4; grid-row: 1 / 3; }

.item-4 { grid-column: 1 / 2; grid-row: 2 / 4; }

.item-center {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-5 { grid-column: 3 / 4; grid-row: 3 / 4; }
.item-6 { grid-column: 2 / 3; grid-row: 3 / 4; }
.item-7 { grid-column: 1 / 2; grid-row: 3 / 4; }

/* 中央テキスト */
.ccar-center-text p {
  font-size: clamp(18px, 3.1vw, 50px);
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
	margin:0;
	color:#000;
}

/* 公開後はなおす */
/* .item-1 { background-image: url('/wp-content/uploads/2026/02/26882578_m.webp'); }
.item-2 { background-image: url('/wp-content/uploads/2026/02/28063401_m.webp'); }
.item-3 { background-image: url('/wp-content/uploads/2026/02/33570610_m.webp'); }
.item-4 { background-image: url('/wp-content/uploads/2026/02/1789681_m.webp'); }
.item-5 { background-image: url('/wp-content/uploads/2026/02/24233896_m.webp'); }
.item-6 { background-image: url('/wp-content/uploads/2026/02/24842583_m.webp'); }
 */
.item-1 { background-image: url('/renew2026/wp-content/uploads/2026/02/26882578_m.webp'); }
.item-2 { background-image: url('/renew2026/wp-content/uploads/2026/02/28063401_m.webp'); }
.item-3 { background-image: url('/renew2026/wp-content/uploads/2026/02/33570610_m.webp'); }
.item-4 { background-image: url('/renew2026/wp-content/uploads/2026/02/1789681_m.webp'); }
.item-5 { background-image: url('/renew2026/wp-content/uploads/2026/02/24233896_m.webp'); }
.item-6 { background-image: url('/renew2026/wp-content/uploads/2026/02/24842583_m.webp'); }


/* SP */
@media (max-width: 768px) {

  #ccar_fv {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  #ccar_fv .ccar-grid {
    height: auto;
    min-height: 100svh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows:
      26vh
      auto
      22vh
      28vh;
    gap: 6px;
    padding: 6px;
  }

  #ccar_fv .ccar-item {
    min-height: auto;
    border-radius: 4px;
  }

  #ccar_fv .item-1 {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
  }

  #ccar_fv .item-2 {
    grid-column: 2 / 3 !important;
    grid-row: 1 / 2 !important;
  }

  #ccar_fv .item-center {
    grid-column: 1 / 3 !important;
    grid-row: 2 / 3 !important;
    min-height: auto;
    padding: 28px 16px;
    border-radius: 4px;
  }

  #ccar_fv .item-3 {
    grid-column: 1 / 2 !important;
    grid-row: 3 / 4 !important;
  }

  #ccar_fv .item-4 {
    grid-column: 2 / 3 !important;
    grid-row: 3 / 4 !important;
  }

  #ccar_fv .item-5 {
    grid-column: 1 / 3 !important;
    grid-row: 4 / 5 !important;
  }

  #ccar_fv .item-6,
  #ccar_fv .item-7 {
    display: none;
  }

  #ccar_fv .ccar-center-text p {
    font-size: clamp(26px, 8vw, 42px);
    line-height: 1.55;
    letter-spacing: 0.08em;
    text-align: left;
  }
}
/* 初期状態：全要素を非表示＆ズラす */
#ccar_fv .ccar-item {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(1.05);
  transition:
    opacity 0.9s ease,
    transform 1.1s cubic-bezier(.22,.61,.36,1);
}

/* 方向別の初期位置 */
#ccar_fv .from-top    { transform: translateY(-60px) scale(1.05); }
#ccar_fv .from-bottom { transform: translateY(60px) scale(1.05); }
#ccar_fv .from-left   { transform: translateX(-60px) scale(1.05); }
#ccar_fv .from-right  { transform: translateX(60px) scale(1.05); }
#ccar_fv .from-zoom   { transform: scale(1.15); }

/* 表示状態 */
#ccar_fv .is-show {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
}

/* 中央テキストだけ少し遅らせる */
.item-center {
  transition-delay: 0.6s;
}

@keyframes ccarBlink {
  0%   { opacity: 1; }
  40%  { opacity: 0.85; }
  100% { opacity: 1; }
}

#ccar_fv .blink {
  animation: ccarBlink 0.6s ease-in-out;
}
#ccar_fv .ccar-item {
  position: relative;
  overflow: hidden;
}

#ccar_fv .ccar-item::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -120%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 45%,
    rgba(255,255,255,0.6) 50%,
    transparent 55%
  );
  opacity: 0;
}

#ccar_fv .ccar-item.shine::after {
  animation: ccarShine 0.7s ease;
}

@keyframes ccarShine {
  0% {
    transform: translate(-30%, -30%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(30%, 30%);
    opacity: 0;
  }
}




/**/

.page .wrap100:first-child{
	padding-top:1rem;
}
.ntb-news-block{
  position: relative;
  overflow:hidden;
}

/* 斜めグリーン帯 */
#ccar_news,#ccar_store{
	position:relative;
}
#ccar_news::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:300px;
  height:80px;
  background:var(--main-color);
  clip-path:polygon(0 0,100% 0,80% 100%,0% 100%);
}
/* #ccar_store::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:300px;
  height:80px;
  background:var(--main-color);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
} */
/* 巨大NEWS */
.ntb-news-bg{
  position:absolute;
  top:-0.5em;
  right:5%;
  pointer-events:none;
	line-height:1;
}

.ntb-news-bg span{
  font-family:"Anton",sans-serif;
	font-size:clamp(100px,12vw,150px);
	color:transparent;
  -webkit-text-stroke:1.5px #9e9e9e;
  letter-spacing:.08em;
	line-height:1.2;
}

/* 内側 */
.ntb-news-inner{
  width:90%;
  max-width:1100px;
  margin:auto;
  position:relative;
  z-index:2;
}

/* タイトル */
.ntb-news-title{
  font-size:clamp(20px,5vw,48px);;
  font-weight:900;
/*   color:var(--main-color); */
	color:#000;
  margin-bottom:60px;
	border-bottom:6px solid #000;
	width:fit-content;
	line-height:1.3;
	padding-bottom:10px;
}

/* 投稿リスト */
.ntb-news-list{
  list-style:none;
  padding:0;
  margin:0;
}

.ntb-news-list li{
  display:flex;
  gap:2rem;
  margin-bottom:30px;
  /*font-size:22px;*/
}

.ntb-news-list time{
  min-width:180px;
  font-weight:700;
}

.ntb-news-list a{
  text-decoration:underline;
  color:#111;
  font-weight:600;
}

/* 投稿リストアイキャッチ付きカード */

.ntb-news-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ntb-news-card-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.ntb-news-card-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .13);
}

.ntb-news-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.ntb-news-card-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eee;
}

.ntb-news-card-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}

.ntb-news-card-item:hover .ntb-news-card-img img {
  transform: scale(1.06);
}

.ntb-news-card-body {
  padding: 20px 22px 24px;
}

.ntb-news-card-date {
  display: block;
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.ntb-news-card-heading {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 900px) {
  .ntb-news-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .ntb-news-card-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ntb-news-card-body {
    padding: 18px 18px 22px;
  }
}
/* 一覧リンク */
.ntb-news-more{
  text-align:right;
  margin-top:40px;
}

.ntb-news-more a{
  font-size:24px;
  font-weight:700;
  color:var(--main-color);
  text-decoration:none;
}

.ccar-shop-block{
  display:flex;
  min-height:80vh;
  position:relative;
  overflow:hidden;
}

/* 上部ベージュ帯 */
.ccar-shop-block::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:140px;
  background:#d8d2bd;
  clip-path:polygon(0 0,100% 0,85% 100%,0 100%);
  z-index:0;
}

/* 左画像 */
.ccar-shop-left{
  width:50%;
}

.ccar-shop-left img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* 右側 */
.ccar-shop-right{
  width:50%;
  background:#efefef;
  position:relative;
  display:flex;
  align-items:center;
}

/* 背景SHOP文字 */
.ccar-shop-bg{
  position:absolute;
  top:40px;
  right:40px;
  z-index:0;
  pointer-events:none;
}

.ccar-shop-bg span{
  font-family:"Anton",sans-serif;
  font-size:clamp(120px,14vw,220px);
  color:transparent;
  -webkit-text-stroke:1.5px #8f8f8f;
  letter-spacing:.08em;
}

/* 内側コンテンツ */
.ccar-shop-inner{
  position:relative;
  z-index:2;
  padding:80px;
  max-width:600px;
}

/* タイトル */
.ccar-shop-title{
  font-size:64px;
  color:var(--main-color);
  margin-bottom:30px;
}

/* テキスト */
.ccar-shop-text{
  font-size:18px;
  line-height:2;
  margin-bottom:50px;
}

/* ボタン */
.ccar-shop-btn a{
  display:inline-block;
  padding:20px 80px;
  background:var(--main-color);
  color:#fff;
  font-size:22px;
  text-decoration:none;
  position:relative;
  transition: all .3s ease;
}

.ccar-shop-btn a::after{
  content:"";
  position:absolute;
  left:10px;
  bottom:-10px;
  width:100%;
  height:100%;
  border:3px solid var(--main-color);
  z-index:-1;
  transition: all .3s ease;
}

/* ホバー */
.ccar-shop-btn a:hover{
  transform: translate(5px, -5px);
}

.ccar-shop-btn a:hover::after{
  left:0;
  bottom:0;
}

@media(max-width:900px){

  .ccar-shop-block{
    flex-direction:column;
  }

  .ccar-shop-left,
  .ccar-shop-right{
    width:100%;
  }

  .ccar-shop-inner{
    padding:40px;
  }

}



#ccar_lineup_main .price{
  max-width: 480px;
  margin: 0 auto;
  padding: 1rem;
}

/* ラベル */
#ccar_lineup_main .price-label{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* 横線 */
#ccar_lineup_main .price-line{
  height: 2px;
  background: #000;
  margin: 5px 0;
}

/* 金額 */
#ccar_lineup_main .price-amount{
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#ccar_lineup_main .price-amount .yen{
  font-size: 28px;
}

#ccar_lineup_main .price-amount .num{
  font-size: 48px;
  margin: 0 8px;
	font-family:"Anton",sans-serif;
}

#ccar_lineup_main .price-amount .from{
  font-size: 32px;
}

#ccar_lineup_main .wp-block-video{
	border-radius:17px;
	overflow:hidden;
}


.ccar_lineup_table{
	
}
.ccar_lineup_table td{
	border:none;
	border-bottom:solid 1px #000;
}
.ccar_lineup_table td:first-child{
	border-bottom:solid 1px var(--main-color);
	font-weight:bold;
}

.equipment_list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;        /* 縦ほぼ詰め、横は少しだけ余白 */
  padding: 0;
  margin: 20px 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.4;
}

.equipment_list li{
  position: relative;
  padding:0.2em 0.7em;
  white-space: nowrap;
	background:#94855f;
	color:#fff;
	border-radius:100px;
}


#ccar_lineup_gallery h2{
	font-family:"Anton",sans-serif;
	color:var(--main-color)!important;
}
.slb_data_title{
	display:none!important;
}
.wrap100_inner{
	position:relative;
}

/*20260505*/
#rental_list__wrap{
	position:relative;
	padding-top:0;
	z-index:0;
	scroll-margin-top:80px;
}
/* #rental_list__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 80px;
    background: var(--main-color);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
} */
#rental_list__wrap::after{
    content: "RENTAL";
    font-family: "Anton", sans-serif;
    font-size: clamp(100px, 13vw, 200px);
    /* color: transparent; */
    /* -webkit-text-stroke: 1.5px #9e9e9e; */
    letter-spacing: .08em;
    position: absolute;
    top: 100px;
    left: 0;
    pointer-events: none;
    line-height: 1;
    writing-mode: vertical-lr;
/*     color: #ffeadc; */
	z-index:-1;
	color:rgb(133, 141, 108);;
}
.rental_list {
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 20px 80px;
}
.rental_section_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 32px;
  align-items: stretch;
}
.rental_list h2{
    font-size: clamp(20px,5vw,48px);
    font-weight: 900;
    /* color: var(--main-color); */
    color: #000;
    margin: 0 0 1rem;
    border-bottom: 6px solid #000;
    width: fit-content;
    line-height: 1.3;
    padding-bottom: 10px;
}
.rental_list .rental_section:last-child .rental_section_list{
	margin-bottom:0;
}
/* .rental_list .rental_section_title{
	color:#fff;
	background:var(--main-color);
	padding:0.5em 0.75em;
	margin-bottom:36px;
	border-radius:10px;
} */
.rental_list .rental_section_title{
    font-size: clamp(22px, 3.65vw, 31px) !important;
    font-weight: 800;
    /* margin: 0 0 1rem; */
    position: relative;
    line-height: 1.4;
    padding-left: 25px;
    color: #000;
}
.rental_list .rental_section_title::before {
    content: "";
    position: absolute;
    top: .15em;
    left: 0;
    width: 7px;
    height: 1.2em;
    background-color: var(--main-color);
}
.rental_list_item {
  padding: 12px;
  background: #fff;
  border-radius: 10px;
  /* height: fit-content; ←削除 */
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}


.rental_list_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.rental_list_img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  display: block;
}

.rental_list_content {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rental_list_title {
  font-size: clamp(16px, 2.6vw, 20px);
  line-height: 1.35;
  font-weight: 800;
  color: #333;
  margin: 0 0 12px;

}

.rental_list_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
  margin-bottom: 10px;
}

.rental_list_tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #9f9787;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 3px;
}

.rental_list_price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 12px;
}

.rental_list_price span {
  font-size: clamp(20px, 3.5vw, 24px);
  line-height: 1;
  font-weight: 500;
  color: #ff4b14;
	font-family:"Montserrat", sans-serif;
}

.rental_list_price small {
  font-size: 80%;
  font-weight: 700;
  color: #888;
}

.rental_list_btn {
    display: block;
    /* width: fit-content; */
    /* min-height: 82px; */
    background: #ff4b14;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 8px;
    transition: opacity 0.2s ease, transform 0.2s ease;
    padding: 0.5em 1em;
/*     margin: 0 auto; */
    text-align: center;
/* 	margin-top:auto;
 */
}

.rental_list_btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
	color:#fafafa;
}
.rental_list_btn:visited{
	color:#fff;
}

.rental_list_item.is-tabivan-owl{
    background:#2f2f2f;
    color:#fff;
}

.rental_list_item.is-tabivan-owl .rental_list_btn{
    background:linear-gradient(
        135deg,
        #c9a227,
        #f2d16b
    );
    color:#000;
}

.rental_list_item.is-tabivan-owl .rental_list_price span{
    color:#f2d16b;
}

.rental_list_item.is-tabivan-owl .rental_list_tags span{
    background:#4b4538;
}
.rental_list_item.is-tabivan-owl .rental_list_title{
	color:#fff;
}

.rental_section_more{
    margin: 16px auto 80px;
    text-align: center;
}

.rental_section_more a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 360px);
    padding: 14px 28px;
    border-radius: 999px;
    background: #ff6b2b;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0,0,0,.15);
    transition: .25s;
}

/* .rental_section_more a::after{
    content: "→";
    margin-left: .6em;
} */

.rental_section_more a:hover{
    transform: translateY(-2px);
    opacity: .9;
}
@media (max-width: 768px) {
  .rental_list {
    padding: 30px 16px;
  }
  .rental_section_list {
    grid-template-columns: 1fr;
  }
  .rental_list_item {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rental_list_title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .rental_list_tags {
    gap: 5px;
    margin-bottom: 28px;
  }

  .rental_list_tags span {
    font-size: 11px;
    padding: 3px 7px;
  }

/*   .rental_list_shop p {
    font-size: 18px;
  }
 */
  .rental_list_price {
    gap: 8px;
    margin-bottom: 16px;
  }

  .rental_list_price span {
    font-size: 30px;
  }

  .rental_list_price small {
    font-size: 16px;
  }

  .rental_list_btn {
    width: 100%;
/*     min-height: 60px; */
    font-size: 1.1rem;
  }
}
.rental_anchor_nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
/*   margin: 24px 0 40px; */
/*   position: sticky;
  top: 80px;
  z-index: 10; */
/*   background: #fff; */
  padding: 12px 0;
}

.rental_anchor_nav a {
display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 999px;
    transition: all 0.2s ease;
}

.rental_anchor_nav a:hover {
  background: #009245;
  color: #fff;
  border-color: #009245;
}

/* アクティブ用（JSで付与） */
.rental_anchor_nav a.active {
  background: #009245;
  color: #fff;
  border-color: #009245;
}
.rental_section_title {
  scroll-margin-top: 100px; /* ヘッダー高さに合わせて調整 */
}

/**/
#base_list_item_wrap{
	padding:1rem 0 64px;
}
#base_list_item_wrap .wrap100_inner{
	max-width:1024px;
}
.base_list_item {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}
.base_list_item:not(:last-child){
	margin-bottom:2rem;
}
.base_list_thumb {
  min-width: 0;
}

.base_list_main_img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #eee;
}

.base_list_main_img img,
.base_list_sub_imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.base_list_sub_imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 6px;
}

.base_list_sub_imgs img {
  aspect-ratio: 1 / 1;
  border-radius: 4px;
}

.base_list_body {
  min-width: 0;
}

.base_list_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.base_badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.base_badge.green {
  color: #fff;
  background: #16a34a;
}

.base_badge.outline {
  color: #2f7d43;
  border: 1px solid #2f7d43;
  background: #f4fff7;
}

.base_badge.border {
  color: #333;
  border: 1px solid #333;
  border-radius: 2px;
  background: #fff;
}

.base_list_area {
  margin: 0 0 4px;
  font-size: 13px;
  color: #555;
}

.base_list_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}

.base_list_tag {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 4px;
  background: #e9f5db;
  color: #49722d;
  font-size: 12px;
  font-weight: 700;
}

.base_list_info {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.base_mood,
.base_users {
  padding: 10px;
  background: #f7f8f5;
  border: 1px solid #e4e4df;
  border-radius: 8px;
}

.base_info_label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: #555;
}

.base_mood_row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}

.base_mood_row span:last-child {
  color: #e87523;
}

.base_mood_bar {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #80b48b, #f3d375, #f39a57);
}

.base_user_boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  text-align: center;
}

.base_user_boxes span {
  padding: 6px 4px;
/*   background: #fff; */
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.3;
}
.base_user_boxes span:nth-child(1){
    background-color: rgb(234, 239, 242);
    color: rgb(62, 94, 116);
}
.base_user_boxes span:nth-child(2){
    background-color: rgb(234, 242, 242);
    color: rgb(62, 116, 116);
}
.base_user_boxes span:nth-child(3){
    background-color: rgb(242, 240, 234);
    color: rgb(116, 98, 62);
}
.base_user_boxes span:nth-child(4){
    background-color: rgb(252, 240, 227);
    color: rgb(212, 115, 17);
}
.base_user_boxes b {
  color: #22774a;
}

.base_facilities {
  margin-bottom: 12px;
}

.base_facilities ul {
/*   display: grid;
  grid-template-columns: repeat(4, 1fr); */
  gap: 10px 16px;
  padding: 0;
  margin: 0;
  list-style: none;
	display:flex;
	flex-wrap:wrap;
}

.base_facilities li {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  color: #333;
}

.base_facilities i {
  width: 20px;
  color: #555;
  text-align: center;
}

.base_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 12px;
  color: #667085;
  font-size: 13px;
}

.base_list_btn_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.base_list_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 10px 18px;
  border: 1px solid #2f8f4e;
  border-radius: 6px;
  color: #2f8f4e;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
}

.base_list_btn::after {
  content: "›";
  margin-left: 12px;
  font-size: 20px;
  line-height: 1;
}

.base_list_btn:hover {
  color: #fff;
  background: #2f8f4e;
}

@media (max-width: 768px) {
  .base_list_item {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .base_list_info {
    grid-template-columns: 1fr;
  }

  .base_facilities ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .base_list_title {
    font-size: 18px;
  }

  .base_list_btn_wrap {
    justify-content: stretch;
  }

  .base_list_btn {
    width: 100%;
  }
}

.base_mood_bar_wrap {
  position: relative;
  width: 100%;
  padding-top: 18px;
}

.base_mood_bar {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #7fb08b 0%,
    #b8c98d 30%,
    #e5c96e 60%,
    #f39a57 100%
  );
}

/* 上のアイコン */
.base_mood_icon {
  position: absolute;
  top: -2px;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #4f8f56;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
#base_list_item_utsunuki .base_mood_icon{
	  left: 32%;
}
#base_list_item_shinchitose .base_mood_icon{
	  left: 50%;
}

/* 下の三角 */
.base_mood_icon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4f8f56;
}


/**/
.ccar_law_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  line-height: 1.8;
}

.ccar_law_table tr:nth-child(even) {
  background: #fafafa;
}

.ccar_law_table th,
.ccar_law_table td {
  padding: 22px 24px;
  border-bottom: 1px solid #d8d8d8;
  vertical-align: top;
	border:none;
}

.ccar_law_table th {
  width: 280px;
  background: #f3f3f3;
  font-weight: 700;
  color: #222;
  white-space: nowrap;
  border-right: 1px solid #d8d8d8;
}

.ccar_law_table td {
  color: #333;
  word-break: break-word;
}

.ccar_law_table a {
  color: #2563eb;
  text-decoration: none;
  transition: opacity .3s;
}

.ccar_law_table a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {

  .ccar_law_table {
/*     min-width: 720px; */
    font-size: 14px;
  }

  .ccar_law_table th,
  .ccar_law_table td {
    padding: 16px;
  }

}


/* .page-id-134 .wrap100_inner{
	max-width:1024px;
} */
.sales_list_wrap h2,.lots_list_wrap h2{
    font-size: clamp(26px, 7.5vw, 45px)!important;
    font-weight: 700;
    /* margin: 0 0 1rem; */
    position: relative;
    line-height: 1.4;
    padding-left: 25px;
}
.sales_list_wrap h2::before,.lots_list_wrap h2::before {
    content: "";
    position: absolute;
    top: .15em;
    left: 0;
    width: 7px;
    height: 1.2em;
    background-color: var(--main-color);
}
.sales_list_wrap h2,.lots_list_wrap h2{
    font-size: clamp(26px, 7.5vw, 45px)!important;
    font-weight: 800;
    /* margin: 0 0 1rem; */
    position: relative;
    line-height: 1.4;
    padding-left: 25px;
	color:#000;
}
.sales_list_wrap h2::before,.lots_list_wrap h2::before {
    content: "";
    position: absolute;
    top: .15em;
    left: 0;
    width: 7px;
    height: 1.2em;
    background-color: var(--main-color);
}
/*一般見出しも同様に*/
.ccar_article_h2{
    font-size: clamp(26px, 7.5vw, 45px)!important;
    font-weight: 800;
    /* margin: 0 0 1rem; */
    position: relative;
    line-height: 1.4;
    padding-left: 25px;
	color:#000;
}
.ccar_article_h2::before {
    content: "";
    position: absolute;
    top: .15em;
    left: 0;
    width: 7px;
    height: 1.2em;
    background-color: var(--main-color);
}
/* ========================================
   車両仕様テーブル
======================================== */
.sales_syogen {
/*   margin: 48px 0; */
  overflow-x: auto;
}

.sales_syogen table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #dcdcdc;
  font-size: 13px;
  line-height: 1.8;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.05);
}

/* 行 */
.sales_syogen table tr {
  border-bottom: 1px solid #e5e5e5;
}

/* 左カラム */
.sales_syogen table td:first-child {
  width: 220px;
  background: #f7f7f7;
  color: #222;
  font-weight: 700;
  padding: 22px 20px;
  border-right: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

/* 右カラム */
.sales_syogen table td {
  padding: 22px 24px;
  color: #333;
  vertical-align: top;
	border:none;
}

/* 装備リスト */
.sales_syogen table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sales_syogen table td li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}

/* ドット */
.sales_syogen table td li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #111;
  position: absolute;
  top: 12px;
  left: 0;
}

/* ホバー */
.sales_syogen table tr:hover th {
  background: #f1f1f1;
}

.sales_syogen table tr:hover td {
  background: #fcfcfc;
}

/* スマホ */
@media screen and (max-width: 768px) {

  .sales_syogen table,
  .sales_syogen tbody,
  .sales_syogen tr,
  .sales_syogen th,
  .sales_syogen td {
    display: block;
    width: 100%;
  }

  .sales_syogen table {
    border: none;
    box-shadow: none;
    background: transparent;
  }

  .sales_syogen table tr {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
  }

  .sales_syogen table td:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 16px;
    font-size: 14px;
  }

  .sales_syogen table td {
    padding: 16px;
    font-size: 14px;
  }

  .sales_syogen table td li {
    margin-bottom: 8px;
  }
}

/* ========================================
   PRICE
======================================== */
.sales__fv p{
	font-size:13px;
}
.sales__price {
    display: inline-flex;
    /* align-items: flex-end; */
    /* gap: 18px; */
    background: #f5f5f5;
    padding: 24px 32px;
    /* border-left: 6px solid #111; */
    line-height: 1;
    flex-wrap: wrap;
    flex-direction: column;
	width:100%;
}

/* ラベル */
.sales__price_label {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  padding-bottom: 8px;
  letter-spacing: 0.03em;
}

/* 金額部分 */
.sales__price_main {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

/* 数字 */
.sales__price_num {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  color: #000;
/*   letter-spacing: -0.03em; */
  line-height: 0.9;
	font-family:"Montserrat", sans-serif!important;
}

/* 単位 */
.sales__price_unit {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  padding-bottom: 8px;
}

/* スマホ */
@media screen and (max-width: 768px) {

  .sales__price {
    gap: 10px;
    padding: 18px 20px;
  }

  .sales__price_label {
    width: 100%;
    padding-bottom: 0;
    font-size: 13px;
  }

  .sales__price_num {
    font-size: clamp(32px, 5vw, 40px);
  }

  .sales__price_unit {
    font-size: 16px;
    padding-bottom: 5px;
  }
}




.sales_list_wrap {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.sales_list_wrap h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 32px;
}

.sales_list_wrap_item {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 32px;
  padding: 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.06);
  margin-bottom: 32px;
}

.sales_list_wrap_item_image {
  display: block;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

.sales_list_wrap_item_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.sales_list_wrap_item_content h3 {
  font-size: clamp(22px, 2.5vw, 27px);
  margin: 0;
	line-height:1.3;
}

.sales_list_wrap_item_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 180px;
  padding: 14px 28px;
/*   background: #111; */
  color: #fff!important;
  text-decoration: none;
  font-weight: 700;
  border-radius: 100px;
	    background: rgb(0, 153, 68);
    background: radial-gradient(circle, rgba(0, 153, 68, 1) 0%, rgba(0, 91, 40, 1) 100%);
}

.sales_list_wrap_item_btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .sales_list_wrap_item {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 20px;
  }

  .sales_list_wrap_item_image {
    min-height: 220px;
  }
}

.aligncenter.is-type-video{
	text-align:center;
}
.parent-pageid-134 .entry-title{
	    font-family: "Anton", sans-serif;
    letter-spacing: .08em;
}


.ccar__footer_contact{
    background:#1b1b1b;
    color:#fff;
    padding:80px 20px;
/*     margin-top:100px;
 */
    background:url(/renew2026/wp-content/uploads/2026/02/24842583_m.webp) center/cover;

    position:relative;
    overflow:hidden;
}

/* 黒オーバーレイ */
.ccar__footer_contact::before{
    content:"";
    position:absolute;
    inset:0;

background:
    linear-gradient(
    180deg,
    rgba(0,0,0,.85) 0%,
    rgba(0,0,0,.45) 50%,
    rgba(0,0,0,.85) 100%
    );
    z-index:1;
}
.ccar__footer_contact::after{
    content:"CONTACT";

    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);

    font-family:"Anton", sans-serif;
    letter-spacing:.08em;
    font-size:clamp(100px,11vw,200px);
    line-height:1;

    color:rgba(255,255,255,.06);

    z-index:1;
    pointer-events:none;
    white-space:nowrap;
}
.ccar__footer_contact_inner{
    max-width:1200px;
    margin:auto;
	position:relative;
    z-index:2;
}

.ccar__footer_contact_title{
    text-align:center;
    font-size:32px;
	margin-top:0;
    margin-bottom:50px;
    font-weight:700;
}

.ccar__footer_contact_list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.ccar__footer_contact_item{
    background:rgba(255,255,255,.05);
    padding:30px;
    border-radius:16px;
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.08);

    transition:.3s;
}

/* .ccar__footer_contact_item:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,.08);
} */

.ccar__footer_contact_item h3{
    font-size:18px;
	margin-top:0;
    margin-bottom:20px;
    line-height:1.5;
}

.ccar__footer_contact_item p{
    opacity:.8;
    line-height:1.9;
    margin-bottom:10px;
}

.ccar__footer_contact_item a{
    display:inline-flex;
    align-items:center;
    gap:8px;

    text-decoration:none;
    color:#fff;

    font-weight:700;

    border-bottom:1px solid rgba(255,255,255,.3);

    padding-bottom:4px;
}
/* 
.ccar__footer_contact_item a:before{
    content:"☎";
} */

@media(max-width:768px){

.ccar__footer_contact{
    padding:60px 20px;
}

.ccar__footer_contact_list{
    grid-template-columns:1fr;
}

.ccar__footer_contact_title{
    font-size:26px;
    margin-bottom:30px;
}

}









/* ==============================
   SP hamburger button
============================== */

#head_sp .header_sp_02_menu{
    margin-left:auto;
}

#header_sp_02_menu_hamburger{
    width:56px;
    height:48px;
    cursor:pointer;
    position:relative;
    z-index:10003;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;

    background:transparent;
}

/* 線2本 */
#header_sp_02_menu_hamburger span:nth-child(1),
#header_sp_02_menu_hamburger span:nth-child(2){
    display:block;
    width:42px;
    height:4px;
    background:var(--main-color);
    border-radius:999px;
    transition:
        transform .35s ease,
        opacity .35s ease,
        background .35s ease;
}

/* MENU / CLOSE */
#header_sp_02_menu_hamburger span:nth-child(3){
    display:block;
    font-size:11px;
    font-weight:800;
    letter-spacing:.12em;
    line-height:1;
    color:var(--main-color);
    transition:.35s ease;
}

/* open時：× */
#header_sp_02_menu_hamburger.is-open span:nth-child(1){
    transform:translateY(6px) rotate(30deg);
}

#header_sp_02_menu_hamburger.is-open span:nth-child(2){
    transform:translateY(-6px) rotate(-30deg);
}

#header_sp_02_menu_hamburger.is-open span:nth-child(3){
    font-size:10px;
}

/* JSでテキスト差し替えるけど保険 */
#header_sp_02_menu_hamburger.is-open span:nth-child(3){
    color:#fff;
}

#header_sp_02_menu_hamburger.is-open span:nth-child(1),
#header_sp_02_menu_hamburger.is-open span:nth-child(2){
    background:#fff;
}


/* ==============================
   fullscreen menu
============================== */

/* wp_nav_menu側の nav */
#head_sp nav.header_sp_02_menu{
    position:fixed;
    inset:0;
    width:100%;
    height:100dvh;

    background:rgba(0,0,0,.92);
    z-index:10000;

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transform:translateY(-12px);
    transition:
        opacity .35s ease,
        visibility .35s ease,
        transform .35s ease;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:90px 24px 40px;
}

/* open */
#head_sp nav.header_sp_02_menu.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
}

/* ul */
#head_sp nav.header_sp_02_menu ul{
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    max-width:420px;
}

/* li */
#head_sp nav.header_sp_02_menu li{
    border-bottom:1px solid rgba(255,255,255,.18);
}

/* a */
#head_sp nav.header_sp_02_menu a{
    display:block;
    padding:18px 4px;

    color:#fff;
    text-decoration:none;

    font-size:20px;
    font-weight:700;
    letter-spacing:.06em;
}

/* hover */
#head_sp nav.header_sp_02_menu a:hover{
    color:var(--main-color);
}

/* 子メニュー */
#head_sp nav.header_sp_02_menu .sub-menu{
    padding:0 0 12px 16px;
}

#head_sp nav.header_sp_02_menu .sub-menu li{
    border-bottom:none;
}

#head_sp nav.header_sp_02_menu .sub-menu a{
    padding:8px 0;
    font-size:15px;
    font-weight:500;
    opacity:.8;
}


body.is-sp-menu-open #head_sp.sticky_on{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:10002;
}

.list_main_wrap{
	
}
.list_main_wrap a{
	text-decoration:underline;
	color:#0000ee;
}
.list_main_wrap ul{
	list-style:none;
	padding:0;
}
.list_main_wrap ul li{
	border-bottom:solid 1px #858d6c;
	padding:1em 0;
}

.menu-item-description{
	font-family:"Anton", sans-serif;
	color:#858d6c;
	font-weight:normal;
}



/*post*/
.wp-element-caption{
    margin-top: 4px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 0.72727rem;
    color: #484848;
}
.entry-meta{
	text-align:right;
	font-size:12px;
	font-style:italic;
}
.single-post .wp-block-heading{
	color:#000;
}







/*レスポンシブ*/
@media screen and (max-width:1299px){
	#rental_list__wrap::after{
		display:none;
	}
}
@media screen and (max-width:767px){
	#ccar_news .wrap100_inner{
		padding-top:2rem;
	}
	#ccar_news::before,.page .entry-header::before{
		    width: 45%;
    height: 45px;
	}
	
	.ntb-news-bg span,.page .entry-header_inner .page-subtitle{
		font-size:clamp(45px,14vw,150px);
	}
	.ntb-news-list li{
		flex-direction:column;
		gap:5px;
	}
	.ntb-news-more a{
		font-size:1rem;
	}
	.page .entry-header_inner{
		padding:80px 20px 0;
/* 		margin-bottom:30px; */
	}
	.ccar_article_h2{
    font-size: clamp(22px, 3.65vw, 31px) !important;
	}
}



#site_footer_sns{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    padding:30px 20px;
}

.tabicar_sns_btn{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 20px;
    border-radius:100px;
    text-decoration:none;
    color:#fff;
    font-weight:700;
    font-size:14px;
    transition:.3s;
    min-width:150px;
    justify-content:center;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.tabicar_sns_btn i{
    font-size:20px;
}

.tabicar_sns_btn:hover{
    transform:translateY(-4px);
    opacity:.9;
}

/* X */
.tabicar_sns_btn.x{
    background:#000;
}

/* Facebook */
.tabicar_sns_btn.facebook{
    background:#1877F2;
}

/* Instagram */
.tabicar_sns_btn.instagram{
    background:linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
    );
}
/* LINE */
.tabicar_sns_btn.line{
    background:#06C755;
}

.tabicar_sns_btn.line:hover{
    box-shadow:0 8px 24px rgba(6,199,85,.4);
}
@media(max-width:768px){

#site_footer_sns{
gap:10px;
}

.tabicar_sns_btn{
    width:100%;
    max-width:280px;
}
    
}

/*サービスメニュー*/
.rv_service_menu{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.rv_service_card{
    display:block;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    text-decoration:none;
    color:#000;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}
/* 
.rv_service_card:hover{
    transform:translateY(-5px);
}
 */
.rv_service_card img{
    width:100%;
    aspect-ratio:16 / 9;
    object-fit:cover;
    display:block;
    filter:brightness(.85);
}
.rv_service_card:hover img{
    filter:brightness(1);
}

.rv_service_content{
    padding:25px;
}

.rv_service_content h3{
    font-size:clamp(18px, 2vw, 24px)!important;
	line-height:1.3;
    margin:0 0 15px!important;
}

.rv_service_content p{
    font-size:14px;
    line-height:1.8;
    color:#666;
    margin:0;
}

.rv_service_card_image_only img{
	aspect-ratio:initial;
	object-fit:initial;
	filter:initial;
}

@media(max-width:767px){

    .rv_service_menu{
        grid-template-columns:1fr;
        gap:20px;
    }

}

.p_span_l{
	font-weight:bold;font-size:1.25em;
}
.click_image{
    position:relative;
    display:block;
}

.click_image::after{
    content:"詳しくはこちら";
    position:absolute;
    right:clamp(10px,2vw,24px);
bottom:clamp(20px,4vw,48px);

    background:linear-gradient(
        180deg,
        #ff6b6b 0%,
        #e53935 100%
    );

    color:#fff;
    font-size:clamp(12px,1.5vw,24px);

    font-weight:800;

    padding:
        clamp(8px,1vw,14px)
        clamp(18px,2vw,36px);
    border-radius:999px;

    border:3px solid #fff;

    box-shadow:
        0 4px 12px rgba(0,0,0,.25),
        inset 0 2px 0 rgba(255,255,255,.4);

    pointer-events:none;
	animation: btnPulse 2s infinite;

}
@keyframes btnPulse{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.05);
    }
    100%{
        transform:scale(1);
    }
}
@media screen and (max-width:599px){
	.click_image::after{
display:none;
	}
}