@charset "utf-8";
@charset "UTF-8";


:root {
--ks-primary: #5A6351; --ks-accent: #C5A065; --ks-text: #333333;
--ks-bg-light: #F9F9F7;
--ks-white: #ffffff;
--ks-font-en: 'Oswald', sans-serif;
--ks-font-jp: 'Noto Sans JP', sans-serif;
} body {
font-family: var(--ks-font-jp);
color: var(--ks-text);
line-height: 1.8;
background-color: var(--ks-bg-light);
}
.ks-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
} .ks-section {
padding: 80px 0;
}
.ks-section__header {
text-align: center;
margin-bottom: 60px;
}
.ks-section__en {
display: block;
font-family: var(--ks-font-en);
font-size: 1.8rem;
letter-spacing: 0.1em;
color: var(--ks-accent);
margin-bottom: 10px;
}
.ks-section__jp {
font-size: 2.4rem;
font-weight: 700;
margin: 0;
} .ks-hero {
position: relative;
height: 80vh;
display: flex;
align-items: center;
justify-content: center;
color: var(--ks-white);
text-align: center;
overflow: hidden;
}
.ks-hero__bg {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background-size: cover;
background-position: center;
z-index: -1;
filter: brightness(0.7);
}
.ks-hero__title {
font-family: var(--ks-font-en);
font-size: 3.5rem;
line-height: 1.1;
margin-bottom: 20px;
letter-spacing: 0.05em;
text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.ks-hero__subtitle {
font-size: 1.8rem;
margin-bottom: 40px;
} .ks-btn {
display: inline-block;
padding: 15px 40px;
text-decoration: none;
transition: all 0.3s ease;
font-weight: bold;
border-radius: 2px;
}
.ks-btn--primary {
background-color: var(--ks-accent);
color: var(--ks-white);
}
.ks-btn--primary:hover {
background-color: #b08d55;
transform: translateY(-2px);
}
.ks-btn--outline {
border: 1px solid var(--ks-text);
color: var(--ks-text);
display: block;
text-align: center;
padding: 10px;
margin-top: 15px;
cursor: pointer;
}
.ks-btn--outline:hover {
background-color: var(--ks-text);
color: var(--ks-white);
} .ks-concept__body {
max-width: 800px;
margin: 0 auto;
text-align: center;
font-size: 1.6rem;
} .ks-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 40px;
} .ks-card {
background: var(--ks-white);
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
border-radius: 8px;
overflow: hidden;
transition: transform 0.3s ease;
}
.ks-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.ks-card__thumb {
position: relative;
height: 220px;
overflow: hidden;
}
.ks-card__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.ks-card:hover .ks-card__thumb img {
transform: scale(1.05);
}
.ks-tag {
position: absolute;
top: 10px;
right: 10px;
background: var(--ks-accent);
color: #fff;
padding: 4px 10px;
font-size: 0.8rem;
font-weight: bold;
}
.ks-card__body {
padding: 25px;
}
.ks-card__title {
font-size: 1.6rem;
margin-bottom: 15px;
line-height: 1.3;
}
.ks-sub {
display: block;
font-size: 1.2rem;
color: #888;
font-weight: normal;
margin-top: 5px;
}
.ks-spec {
list-style: none;
padding: 0;
margin: 0 0 15px 0;
display: flex;
gap: 15px;
font-size: 1.2rem;
color: #666;
}
.ks-card__shops {
margin-bottom: 15px;
}
.ks-shop-badge {
background: #eee;
padding: 3px 8px;
font-size: 1.2rem;
border-radius: 4px;
margin-right: 5px;
color: #555;
}
.ks-card__price {
font-size: 1.2rem;
color: var(--ks-primary);
font-weight: bold;
margin-bottom: 10px;
}
.ks-card__price span {
font-size: 1.6rem;
margin-left: 5px;
} .ks-shop-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 30px;
}
.ks-shop-item {
background: var(--ks-white);
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
transition: transform 0.3s ease;
display: flex;
flex-direction: column;
}
.ks-shop-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.ks-shop-thumb {
width: 100%;
height: 200px;
overflow: hidden;
background-color: #eee;
}
.ks-shop-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.ks-shop-item:hover .ks-shop-thumb img {
transform: scale(1.05);
}
.ks-shop-body {
padding: 20px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.ks-shop-name {
font-size: 1.6rem;
font-weight: 700;
margin: 0 0 15px;
border-bottom: 2px solid var(--ks-accent);
padding-bottom: 10px;
display: inline-block;
}
.ks-shop-address {
font-size: 1.2rem;
color: #666;
margin-bottom: 20px;
flex-grow: 1;
}
.ks-shop-tel {
display: block;
margin-top: 10px;
color: var(--ks-text);
text-decoration: none;
font-weight: bold;
font-size: 1.2rem;
}
.ks-shop-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.ks-btn-sm {
display: block;
text-align: center;
padding: 10px 0;
font-size: 1.2rem;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s;
}
.ks-btn-outline {
border: 1px solid #ccc;
color: #555;
background: #fff;
}
.ks-btn-outline:hover {
border-color: var(--ks-text);
background: #f5f5f5;
}
.ks-btn-solid {
background: var(--ks-primary);
color: #fff;
border: 1px solid var(--ks-primary);
}
.ks-btn-solid:hover {
background: var(--ks-accent);
border-color: var(--ks-accent);
} .ks-reservation-box {
background: var(--ks-white);
padding: 40px;
border-radius: 8px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.ks-placeholder-booking {
background: #f0f0f0;
padding: 40px;
text-align: center;
border: 2px dashed #ccc;
color: #888;
} @media (max-width: 768px) {
.ks-hero__title { font-size: 2.2rem; }
.ks-section { padding: 50px 0; }
.ks-section__jp { font-size: 1.5rem; }
.ks-shop-grid { grid-template-columns: 1fr; }
} .ks-gallery-btn {
position: absolute;
bottom: 15px;
right: 15px;
background: rgba(0,0,0,0.7);
color: #fff;
border: none;
padding: 8px 15px;
border-radius: 20px;
cursor: pointer;
font-size: 0.85rem;
transition: background 0.3s;
z-index: 2;
}
.ks-gallery-btn:hover {
background: var(--ks-accent);
} .ks-modal {
display: none; position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.9);
backdrop-filter: blur(5px);
}
.ks-modal__content {
position: relative;
margin: auto;
padding: 0;
width: 90%;
max-width: 1000px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.ks-modal__slider img {
max-width: 100%;
max-height: 80vh;
border-radius: 4px;
box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.ks-modal__close {
position: absolute;
top: 20px;
right: 30px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
cursor: pointer;
z-index: 10001;
}
.ks-modal__close:hover { color: var(--ks-accent); } .ks-modal__nav button {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
background: transparent;
border: none;
}
.ks-modal__next { right: 0; border-radius: 3px 0 0 3px; }
.ks-modal__prev { left: 0; border-radius: 3px 0 0 3px; }
.ks-modal__nav button:hover { background-color: rgba(0,0,0,0.8); }
.ks-modal__count {
color: #ccc;
margin-top: 15px;
font-family: var(--ks-font-en);
} .ks-plans {
background-color: var(--ks-white);
border-bottom: 1px solid #eee;
}
.ks-plans-note {
font-size: 1.2rem;
color: #888;
margin-top: 0;
margin-bottom: 50px;
line-height: 1.5;
} .ks-plan-grid {
display: grid;
gap: 30px; grid-template-columns: 1fr;
   max-width: 1100px;
margin: 0 auto;
} @media (min-width: 600px) {
.ks-plan-grid {
       grid-template-columns: repeat(3, 1fr);
}
} @media (min-width: 960px) {
.ks-plan-grid {
grid-template-columns: repeat(3, 1fr);
}
} .ks-plan-card {
background: var(--ks-bg-light);
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 30px 20px;
text-align: center;
position: relative;
transition: transform 0.3s ease;
display: flex;
flex-direction: column;
align-items: center;
}
.ks-plan-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.05);
border-color: var(--ks-accent);
} .ks-plan-highlight {
background: #fff;
border: 2px solid var(--ks-accent);
box-shadow: 0 5px 15px rgba(197, 160, 101, 0.15);
}
.ks-plan-tag {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
background: var(--ks-accent);
color: #fff;
font-family: var(--ks-font-en);
font-size: 0.8rem;
padding: 5px 15px;
border-radius: 20px;
letter-spacing: 0.1em;
}  .ks-plan-icon {
width: 150px; height: 110px; margin: 0 auto 5px;
color: var(--ks-text);
}
.ks-svg-icon {
width: 100%;
height: 100%; overflow: visible; 
} .ks-plan-time-display {
font-family: var(--ks-font-en);
font-size: 1.8rem;
font-weight: bold;
color: var(--ks-primary);
margin-bottom: 15px;
letter-spacing: 0.05em;
background: #fff;
padding: 2px 15px;
border-radius: 4px;
display: inline-block;
} .ks-plan-title {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 10px;
color: #555;
}
.ks-plan-desc {
font-size: 1.4rem;
color: #666;
margin-bottom: 20px;
line-height: 1.6;
} .ks-plan-price {
width: 100%;
border-top: 1px dashed #ccc;
padding-top: 15px;
margin-top: auto;
}
.ks-price-label {
display: block;
font-size: 1.2rem;
color: #888;
margin-bottom: 5px;
}
.ks-price-val {
font-family: var(--ks-font-en);
font-size: 2rem;
color: var(--ks-text);
font-weight: bold;
line-height: 1;
}
.ks-price-val small {
font-size: 0.9rem;
font-weight: normal;
} div[id^="booking_package_guests_"] {
display: none !important;
} #booking_package_totalNumberOfGuests {
display: none !important;
}   div[id^="booking_package_guests_"],
#booking_package_totalNumberOfGuests,
.costPerGuests {
display: none !important;
} #booking-package_inputFormPanel {
background: #fff;
padding: 30px;
border: 1px solid #ddd;
border-radius: 4px;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
color: #333;
} #reservationHeader.title_in_form {
font-size: 1.2rem;
font-weight: bold;
border-bottom: 2px solid #C5A065; padding-bottom: 10px;
margin-bottom: 20px;
color: #333;
} #booking-package_inputFormPanel .row {
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #eee;
padding: 15px 0;
align-items: center; } #booking-package_inputFormPanel .row:last-child {
border-bottom: none;
} #booking-package_inputFormPanel .row .name {
width: 200px; font-weight: bold;
font-size: 0.95rem;
padding-right: 15px;
box-sizing: border-box;
flex-shrink: 0;
} #booking-package_inputFormPanel .row .name.required::after {
content: "必須";
display: inline-block;
background: #c0392b; color: #fff;
font-size: 0.7rem;
padding: 2px 6px;
margin-left: 8px;
border-radius: 2px;
font-weight: normal;
vertical-align: middle;
} #booking-package_inputFormPanel .row .value {
flex-grow: 1;
width: 100%; } #booking-package_inputFormPanel input[type="text"],
#booking-package_inputFormPanel input[type="email"],
#booking-package_inputFormPanel input[type="tel"],
#booking-package_inputFormPanel textarea,
#booking-package_inputFormPanel select {
width: 100%;
max-width: 100%; padding: 10px 12px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 1rem;
box-sizing: border-box;
background: #f9f9f9;
transition: border 0.3s, background 0.3s;
}
#booking-package_inputFormPanel input:focus,
#booking-package_inputFormPanel select:focus {
border-color: #C5A065;
background: #fff;
outline: none;
} .bookingDate, .bookingTime, .serviceName, .serviceCost {
font-weight: bold;
font-size: 1.05rem;
}
#booking_package_totalCost .value {
color: #c0392b; font-size: 1.2rem;
font-weight: bold;
} .bottomBarPanel {
text-align: center;
margin-top: 30px;
padding-top: 20px;
border-top: 1px dashed #ddd;
} .book_now_button {
background-color: #C5A065 !important; color: #fff !important;
font-size: 1.1rem !important;
font-weight: bold !important;
padding: 15px 60px !important;
border: none !important;
border-radius: 4px !important;
cursor: pointer !important;
transition: opacity 0.3s !important;
display: inline-block;
}
.book_now_button:hover {
opacity: 0.8;
} .return_form_button {
background-color: #999 !important;
color: #fff !important;
padding: 10px 30px !important;
border: none !important;
border-radius: 4px !important;
cursor: pointer !important;
margin-top: 10px;
} @media (max-width: 600px) {
#booking-package_inputFormPanel .row {
display: block; }
#booking-package_inputFormPanel .row .name {
width: 100%;
margin-bottom: 8px;
}
.book_now_button {
width: 100% !important; }
}  #booking-package_inputFormPanel .row .name {
font-size: 1.1rem !important; font-weight: bold;
color: #333;
padding-top: 10px; padding-bottom: 10px;
} #booking-package_inputFormPanel input[type="text"],
#booking-package_inputFormPanel input[type="email"],
#booking-package_inputFormPanel input[type="tel"],
#booking-package_inputFormPanel textarea,
#booking-package_inputFormPanel select {
padding: 16px 15px !important; font-size: 1.15rem !important; border: 1px solid #ccc;
border-radius: 6px; height: auto !important; line-height: 1.5;
background-color: #fdfdfd; } #booking-package_inputFormPanel input:focus,
#booking-package_inputFormPanel select:focus {
border-color: #C5A065 !important;
background-color: #fff !important;
box-shadow: 0 0 0 3px rgba(197, 160, 101, 0.2); outline: none;
} #booking-package_inputFormPanel input[type="checkbox"] {
transform: scale(1.5); margin-right: 10px;
cursor: pointer;
}
#booking-package_inputFormPanel .radio_title {
font-size: 1.1rem !important; cursor: pointer;
} #booking_package_totalCost .value {
font-size: 1.8rem !important; color: #d32f2f !important;
} .bookingDate, .bookingTime, .serviceName {
font-size: 1.1rem !important;
} @media (max-width: 600px) {
#booking-package_inputFormPanel input[type="text"],
#booking-package_inputFormPanel input[type="email"],
#booking-package_inputFormPanel input[type="tel"],
#booking-package_inputFormPanel select {
font-size: 16px !important; padding: 14px !important; }
}
 .mid-bnr {
padding: 60px 0;
background-color: #f8f8f8; overflow: hidden; }
.mid-bnr .inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
position: relative;
} .mid-bnr .section-title {
text-align: center;
margin-bottom: 40px;
}
.mid-bnr .title-en {
font-size: 14px;
letter-spacing: 0.1em;
color: #000000;
margin-bottom: 5px;
}
.mid-bnr .title-jp {
font-size: 24px;
font-weight: bold;
color: #333;
} #mid-bnr-slider {
display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth;  scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
padding-bottom: 20px;  scrollbar-width: none; -ms-overflow-style: none; } #mid-bnr-slider::-webkit-scrollbar {
display: none;
} .mid-bnr-slider-item {
flex: 0 0 300px;
width: 300px;
scroll-snap-align: center;
display: flex;
flex-direction: column;
background: #fff;
} .mid-bnr-thumb {
width: 100%;
height: auto;
border-radius: 8px; transition: opacity 0.3s;
}
.mid-bnr-item:hover .mid-bnr-thumb {
opacity: 0.8;
} .mid-bnr-slider-parts {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-top: 20px;
}
.mid-bnr-slider-arrows {
display: flex;
gap: 15px;
} .arrow-btn {
width: 40px;
height: 40px;
border: 1px solid #ccc;
border-radius: 50%;
background: #fff;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
user-select: none;
}
.arrow-btn:hover {
background-color: #333;
border-color: #333;
color: #fff;
}
.arrow-btn::before {
content: '';
width: 8px;
height: 8px;
border-top: 2px solid #333;
border-right: 2px solid #333;
display: block;
}
.arrow-btn:hover::before {
border-color: #fff;
}
.arrow-prev::before { transform: rotate(-135deg); margin-left: 2px; }
.arrow-next::before { transform: rotate(45deg); margin-right: 2px; } @media (max-width: 768px) {
.mid-bnr-slider-item {
flex: 0 0 80vw; width: 80vw;
}
} .mid-bnr-text {
font-size: 14px;
color: #333;
text-align: left;
margin-top: 10px;
line-height: 1.6;
margin-bottom: 15px; } .mid-bnr-btn-wrap {
text-align: center;
margin-top: auto;
padding-bottom: 10px; 
} .mid-bnr-btn {
display: inline-block;
padding: 10px 24px;
background-color: #333;
color: #fff;
font-size: 13px;
text-decoration: none;
border-radius: 50px; transition: all 0.3s ease;
position: relative;
font-weight: bold;
letter-spacing: 0.05em;
} .mid-bnr-btn:hover {
background-color: #555; transform: translateY(-2px); box-shadow: 0 4px 6px rgba(0,0,0,0.1);
} .mid-bnr-btn::after {
content: '';
display: inline-block;
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
margin-left: 8px;
margin-bottom: 1px;
}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}img{width:auto}a{text-decoration:none}body {
font-family: YakuHanJP, "Noto Sans JP", sans-serif;
font-size: 1.6rem;
line-height: 1.5;
font-weight: 500;
color: #0d0e14;
background-color: #fff;
}
body:not(.home) {
background-color: #f9f9fe;
}
a {
word-break: break-all;
transition: .2s;
}
.en {
font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
font-weight: 900;
font-style: normal;
letter-spacing: 0.05em;
text-transform: uppercase;
} .sp {
display: none;
}
.inner {
max-width: 1410px;
padding: 0 7.46%;
margin: 0 auto;
box-sizing: content-box;
}
.inner_inner {
max-width: 800px;
margin: 0 auto;
}
img {
max-width: 100%;
vertical-align: bottom;
}
.slick-initialized .slick-slide {
height: auto !important;
}
@media screen and (max-width:640px) {
.inner {
width: 100vw;
padding: 0 5%;
margin: 0 auto;
box-sizing: border-box;
}
.inner_inner {
width: 100vw;
padding: 0 5%;
margin: 0 auto;
}
.sp {
display: block;
}
.pc {
display: none;
}
}
.main_header {
background-color: #000;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}
.main_header .header_inner {
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.main_header .header_inner .header_logo {
display: block;
width: 234px;
}
.main_header .header_inner .header_menu_wrapper {
display: flex;
align-items: center;
gap: 20px;
}
.main_header .header_inner #menu-header-nav {
display: flex;
gap: 20px;
}
.main_header .header_inner #menu-header-nav > li > a {
color: #fff;
font-size: 1.4rem;
font-weight: 600;
}
.main_header .header_inner #menu-header-nav .sub-menu {
display: none;
}
.main_header .header_inner .sns_list {
display: flex;
gap: 20px;
align-items: center;
margin-left: auto;
}
.main_header .header_inner .sns_img.yt {
width: 36px;
}
.main_header .header_inner .sns_img.ig {
width: 31px;
}
.main_header .header_inner .sns_img.tt {
width: 27px;
}
.main_header .header_inner .header_cta {
display: flex;
gap: 25px;
margin-left: auto;
}
.main_header .header_inner .header_cta .cta_link {
display: flex;
padding: 7px 15px 7px 10px;
gap: 10px;
align-items: center;
font-size: 1.4rem;
font-weight: 700;
}
.main_header .header_inner .header_cta .cta_link.ec {
background-color: #fff;
color: #000;
}
.main_header .header_inner .header_cta .cta_link.ec .cta_icon {
width: 28px;
}
.main_header .header_inner .header_cta .cta_link.ct {
background-color: #e20c16;
color: #fff;
}
.main_header .header_inner .header_cta .cta_link.ct .cta_icon {
width: 32px;
} .section-title {
text-align: center;
margin-bottom: 50px;
}
.section-title .title-en {
font-size: 4rem;
text-align: center;
letter-spacing: .05em;
}
.section-title .title-en::first-letter {
color: #e20c16;
}
.section-title .title-jp {
font-size: 1.6rem;
font-weight: 600;
} .more {
font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
font-size: 1.4rem;
font-weight: 700; 
padding: 6px 35px;
border-radius: 20px;
border: solid 1px #000;
line-height: 1;
letter-spacing: 0.05em;
color: #000;
text-transform: uppercase;
margin-bottom: 25px;
}
.more:hover {
background-color: #000;
color: #fff;
}
.floating_cta {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 2px;
position: fixed;
top: 50%;
right: 0;
transform: translateY(-50%);
transition: transform 0.3s ease;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 99;
}
.floating_cta.visible {
visibility: visible;
opacity: 1;
}
.floating_cta .fl_cta_link {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 12px;
color: #fff;
height: 130px;
width: 60px;
}
.floating_cta.hidden .fl_cta_link {
transform: translateX(100%);
opacity: 0;
pointer-events: none;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.floating_cta .fl_cta_link.ec {
background-color: #e20c16;
}
.floating_cta .fl_cta_link.ct {
background-color: #000;
}
.floating_cta .fl_cta_link .cta_icon {
width: 46px;
text-align: center;
}
.floating_cta .fl_cta_link .cta_txt {
text-align: center;
font-size: 1.2rem;
line-height: 1.2;
}
.floating_cta .fl_cta_link .cta_txt .min {
text-align: center;
font-size: 1rem;
}
.floating_cta #toggle-btn {
background-color: #595959;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 30px;
border: none;
outline: none;
appearance: none;
cursor: pointer;
z-index: 99;
transition: all .3s ease;
}
.floating_cta #toggle-btn:hover {
background-color: #333;
}
.floating_cta.hidden #toggle-btn {
width: 30px;
opacity: .5;
}
.floating_cta #toggle-btn .toggle-arrow {
width: 16px;
transform: scale(-1, 1);
transition: all .2s;
}
.floating_cta.hidden #toggle-btn .toggle-arrow {
transform: scale(1, 1);
}
.footer_link .link_wrap {
display: flex;
}
.footer_link .link_wrap .link-item {
width: 50%;
height: 26vw;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
background-position: center;
background-size: cover;
position: relative;
overflow: hidden;
}
.footer_link .link_wrap .link-item::after {
content: "";
width: 100%;
height: 100%;
display: block;
background-color: #000;
opacity: .5;
position: absolute;
top: 0;
left: 0;
transition: all .2s;
}
.footer_link .link_wrap .link-item:hover::after {
opacity: .6;
}
.footer_link .link_wrap .link-item .link-item-image {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.footer_link .link_wrap .link-item .link-item-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all .2s;
}
.footer_link .link_wrap .link-item:hover .link-item-image img {
transform: scale(1.04);
}
.footer_link .link_wrap .link-item .footer_link_title {
text-align: center;
position: relative;
z-index: 2;
}
.footer_link .link_wrap .link-item .footer_link_title .title-en {
font-size: 4rem;
font-weight: 700;
}
.footer_link .link_wrap .link-item .footer_link_title .title-jp {
font-size: 1.5rem;
font-weight: 600;
}
footer {
background-color: #000;
padding: 80px 0 20px;
}
.footer-nav-list {
display: flex;
justify-content: center;
gap: 50px;
line-height: 1;
}
.footer-nav-list .parent-link {
color: #fff;
font-size: 2.2rem;
font-weight: 600;
}
.footer-nav-list .list-item-parent .parent-link.related-cp {
margin-top: 40px;
}
.footer-nav-list .nav-list-child {
display: flex;
flex-direction: column;
gap: 24px;
margin-top: 30px;
}
.footer-nav-list .nav-list-child.shop-list {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 416px;
gap: 24px;
}
.footer-nav-list .list-item-child {
min-width: 196px;
}
.footer-nav-list .list-item-child .child-link {
color: #fff;
font-size: 1.4rem;
font-weight: 600;
}
footer .footer-logo {
display: block;
max-width: 420px;
margin: 70px auto 0;
}
footer .copyright {
color: #fff;
font-size: 1.2rem;
font-weight: 400;
text-align: center;
margin-top: 60px;
} #menu-item-36 {
position: relative;
}
#menu-item-36 .sub-menu {
display: none;
position: absolute;
left: 45%;
transform: translateX(-50%);
background: #fff;
padding: 20px;
min-width: 200px;
z-index: 100;
margin-top: 10px;
border-radius: 0;
}
#menu-item-36 .sub-menu li {
margin-bottom: 10px;
}
#menu-item-36 .sub-menu li:last-child {
margin-bottom: 0;
}
#menu-item-36 .sub-menu a {
color: #333;
text-decoration: none;
display: block;
padding: 5px 0;
transition: color 0.3s ease;
}
#menu-item-36 .sub-menu a:hover {
color: #dc3232;
} @media screen and (min-width: 841px) and (max-width: 1390px) {
.main_header .header_inner .header_logo {
width: 200px;
}
.main_header .header_inner #menu-header-nav {
gap: 15px;
}
.main_header .header_inner #menu-header-nav > li > a {
font-size: 1.4rem;
}
.main_header .header_inner .sns_list {
gap: 15px;
}
.main_header .header_inner .sns_img.yt {
width: 36px;
}
.main_header .header_inner .sns_img.ig {
width: 32px;
}
.main_header .header_inner .sns_img.tt {
width: 27px;
}
.main_header .header_inner .header_cta {
gap: 20px;
}
.main_header .header_inner .header_cta .cta_link {
padding: 8px 12px;
gap: 13px;
font-weight: 600;
}
#menu-item-36 .sub-menu {
left: 30%;
}
}
@media screen and (min-width: 1150px) and (max-width: 1250px) {
.main_header .header_inner .header_menu_wrapper {
gap: 15px;
}
.main_header .header_inner #menu-header-nav {
gap: 10px;
}
.main_header .header_inner .sns_list {
gap: 20px;
}
.main_header .header_inner .sns_img.yt {
width: 32px;
}
.main_header .header_inner .sns_img.ig {
width: 28px;
}
.main_header .header_inner .sns_img.tt {
width: 25px;
}
.main_header .header_inner .header_cta {
gap: 10px;
}
.main_header .header_inner .header_cta .cta_link {
gap: 10px;
}
} @media screen and (max-width: 840px) {
.main_header .header_inner {
padding: 0;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 60px;
}
.main_header .header_inner .header_logo {
width: 160px;
margin-left: 15px;
position: relative;
z-index: 101;
}
.main_header .header_inner .header_menu_wrapper {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 130%;
background: #000;
z-index: 100;
padding: 60px 15px;
pointer-events: none;
opacity: 0;
transition: opacity .1s linear;
display: flex;
flex-direction: column;
}
.main_header .header_inner .header_menu_wrapper.active {
opacity: 1;
pointer-events: auto;
}
.main_header .header_inner .header_menu_wrapper .header-nav {
width: 100%;
}
.main_header .header_inner #menu-header-nav {
display: flex;
flex-direction: column;
border-top: solid 1px #333;
gap: 0;
}
.main_header .header_inner #menu-header-nav .menu-item {
border-bottom: solid 1px #333;
}
.main_header .header_inner #menu-header-nav .menu-item a {
padding: 15px 0;
display: block;
width: 100%;
}
.hum {
width: 60px;
height: 60px;
position: relative;
position: relative;
z-index: 101;
}
.hum i {
display: inline-block;
transition: all .4s;
position: absolute;
left: 16px;
height: 2px;
background-color: #fff;
}
.hum i:nth-of-type(1) {
top: 25px;
width: 50%;
}
.hum.active i:nth-of-type(1) {
top: 20px;
left: 16px;
transform: translate(3px, 9px) rotate(-45deg);
width: 35%;
}
.hum i:nth-of-type(2) {
top: 32px;
width: 30%;
}
.hum.active i:nth-of-type(2) {
top: 32px;
left: 16px;
transform: translate(3px, -3px) rotate(45deg);
width: 35%;
}
.main_header .header_inner .sns_list {
margin: 0 auto;
}
.main_header .header_inner .header_cta {
flex-direction: column;
align-items: center;
margin-left: unset;
width: 85%;
}
.main_header .header_inner .header_cta .cta_link {
width: 100%;
height: 70px;
justify-content: center;
font-size: 1.7rem;
}
.main_header .header_inner .header_cta .cta_link.ec .cta_icon {
width: 34px;
}
.section-title {
margin-bottom: 30px;
}
.section-title .title-en {
font-size: 3rem;
}
.section-title .title-en.title-long {
font-size: 2.2rem;
}
.section-title .title-jp {
font-size: 1.4rem;
}
.footer_link .link_wrap {
display: flex;
flex-direction: column;
}
.footer_link .link_wrap .link-item {
width: 100%;
height: 200px;
}
.footer_link .link_wrap .link-item .footer_link_title .title-en {
font-size: 3rem;
}
.footer_link .link_wrap .link-item .footer_link_title .title-jp {
font-size: 1.4rem;
}
footer {
padding: 40px 0 20px;
}
footer .inner {
padding: 0;
}
.footer-nav-list {
flex-wrap: wrap;
gap: 0;
}
.footer-nav-list .list-item-parent {
width: 100%;
position: relative;
}
.footer-nav-list .list-item-parent .parent-link {
padding: 25px 5%;
border-bottom: solid 1px #333;
font-size: 1.7rem;
position: relative;
}
.footer-nav-list .list-item-parent .parent-link.related-cp {
margin-top: 0;
}
.footer-nav-list .list-item-parent .parent-link::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/arrow-accordion.svg);
display: block;
width: 15px;
position: absolute;
top: 50%;
right: 5%;
transform: translateY(-50%);
}
.footer-nav-list .list-item-parent .parent-link.active::after {
transform: scale(1, -1);
}
.footer-nav-list .list-item-parent .parent-link:first-child {
border-top: solid 1px #333;
}
.footer-nav-list .list-item-parent .nav-list-child {
display: none;
margin: 15px 0;
width: 100%;
}
.footer-nav-list .list-item-parent .nav-list-child .child-link {
color: #f9f9f9;
padding: 15px 5%;
display: block;
font-size: 1.5rem;
}
footer .footer-logo {
width: 240px;
margin: 40px auto 0;
}
footer .copyright {
margin-top: 40px;
} #menu-item-36 {
position: relative;
border-bottom: solid 1px #333;
}
#menu-item-36 > a {
padding: 15px 0;
display: block;
width: 100%;
position: relative;
color: #fff;
font-size: 1.7rem;
}
#menu-item-36 .sub-menu {
display: none;
position: static;
background: transparent;
box-shadow: none;
border-radius: 0;
padding: 0;
min-width: auto;
margin-top: 0;
transform: none;
width: 100%;
}
#menu-item-36 .sub-menu::before {
display: none;
}
#menu-item-36 .sub-menu li {
margin-bottom: 0;
border-bottom: solid 1px #333;
}
#menu-item-36 .sub-menu li:last-child {
border-bottom: none;
}
#menu-item-36 .sub-menu a {
color: #fff;
padding: 15px 0;
display: block;
font-size: 1.5rem;
opacity: 0.7;
}
#menu-item-36 .sub-menu a:hover {
color: #fff;
opacity: 1;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.up-fv {
margin-top: 85px;
padding: 100px 0;
}
.up-fv-basic {
margin-top: 85px;
padding: 40px 0;
}
.breadcrumb {
display: flex;
font-size: 1.5rem;
gap: 70px;
}
.breadcrumb .bc-link {
position: relative;
color: #7a8192;
}
.breadcrumb .bc-text {
position: relative;
}
.breadcrumb .bc-text:not(:first-child)::after {
content: "";
width: 40px;
height: 1px;
background-color: #e4e4e9;
display: block;
position: absolute;
top: 50%;
left: -55px;
}
.page-title {
margin-top: 30px;
}
.page-title.center {
text-align: center;
}
.page-title .title-jp {
font-size: 4.2rem;
font-weight: 700;
letter-spacing: .05em;
}
.page-title .title-jp::first-letter {
color: #e20c16;
}
.page-title .title-en {
font-weight: 500;
color: #b5b5c0;
}
.up-text-p {
font-size: 1.6rem;
line-height: 1.8;
font-weight: 500;
margin: 1em 0;
}
.up-more {
font-size: 1.4rem;
font-weight: 400;
padding: 6px 35px;
border-radius: 20px;
border: solid 1px #000;
line-height: 1;
color: #000;
}
.up-more:hover {
background-color: #000;
color: #fff;
}
.up-fv-image-section {
margin: 0 auto;
padding: 0 40px;
max-width: 100%;
}
.up-fv-image-section .up-fv-image {
border: solid 2px #000;
}
.complete-car-slide .slider-item {
margin: 0 20px;
border: solid 3px #000;
}
.complete-slider-dots {
margin-top: 20px;
}
.dots-wrap {
display: flex;
justify-content: center;
gap: 16px;
}
.dots-wrap li {
width: 15%;
height: auto;
background: #cfcfcf;
cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
background: #000;
}
.dots-wrap li button {
display: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
padding: 0;
border: none;
background-color: transparent;
}
.complete-commitment {
padding: 120px 0;
}
.complete-commitment .commitment-content {
font-size: 1.7rem;
line-height: 2;
}
.complete-models {
padding-bottom: 120px;
}
.complete-models .models-content {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
gap: 40px 20px;
}
.complete-models .model-item {
display: block;
width: calc((100% - 40px) / 3);
border-bottom: solid 1px #828282;
padding-bottom: 50px;
color: #252525;
}
.complete-models .model-name {
font-size: 2.4rem;
font-weight: 700;
margin-top: 40px;
}
.complete-models .model-name .series {
color: #b5b5c0;
font-size: 1.6rem;
}
.gallery-slider {
overflow: hidden;
}
.gallery-slider .gallery-wrap {
display: flex;
overflow: hidden;
width: max-content;
gap: 20px;
}
.gallery-slider .gallery-wrap:first-child {
margin-bottom: 20px;
}
.gallery-slider .gallery-wrap .gallery-item {
display: flex;
gap: 20px;
}
.gallery-slider .gallery-wrap .scroll-left {
animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.gallery-slider .gallery-wrap .scroll-right {
animation: infinity-scroll-right 40s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
@keyframes infinity-scroll-right {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0%);
}
}
.gallery-slider .gallery-wrap .gallery-item .gallery-image {
flex-shrink: 0;
}
.faq {
padding: 120px 0;
}
.faq02 {
padding: 0 0 120px;
}
.faq .faq_wrapper {
display: flex;
flex-direction: column;
gap: 25px;
}
.faq .faq_wrapper .faq-item {
border: solid 2px #000;
padding: 35px;
cursor: pointer;
background-color: #fff;
}
.faq .faq_wrapper .faq-item .q {
display: flex;
padding-right: 35px;
line-height: 26px;
position: relative;
}
.faq .faq_wrapper .faq-item .q::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/arrow-accordion-bk.svg);
display: block;
width: 15px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
transition: all .2s;
}
.faq .faq_wrapper .faq-item.active .q::after {
transform: translateY(-50%) scale(1, -1);
}
.faq .faq_wrapper .faq-item .q .en {
font-size: 2.4rem;
margin-right: 30px;
}
.faq .faq_wrapper .faq-item .q .q_text {
font-size: 1.8rem;
font-weight: 700;
}
.faq .faq_wrapper .faq-item .a_cont {
display: none;
}
.faq .faq_wrapper .faq-item .a {
display: flex;
line-height: 26px;
padding-top: 35px;
margin-top: 35px;
border-top: solid 1px #e4e4e9;
}
.faq .faq_wrapper .faq-item .a .en {
font-size: 2.4rem;
color: #e20c16;
margin-right: 30px;
}
.faq .faq_wrapper .faq-item .a .a_text {
font-size: 1.5rem;
white-space: pre-wrap;
}
.flow {
padding: 120px 0;
background-color: #fff;
}
.flow .flow-wrap {
display: flex;
flex-direction: column;
gap: 60px;
}
.flow .flow-wrap .flow-content {
width: 100%;
display: flex;
justify-content: center;
gap: 40px;
}
.flow .flow-wrap .flow-content .flow-image {
border: solid 2px #000;
position: relative;
}
.flow .flow-wrap .flow-content .flow-image::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-right: 15px solid transparent;
border-left: 15px solid transparent;
border-top: 15px solid #aeaebf;
border-bottom: 0;
position: absolute;
bottom: -30px;
left: 50%;
transform: translate(-50%,50%);
}
.flow .flow-wrap .flow-content:last-child .flow-image::after {
display: none;
}
.flow .flow-wrap .flow-content .text-area {
width: 550px;
}
.flow .flow-wrap .flow-content .text-area .flow-title {
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 30px;
}
.flow .flow-wrap .flow-content .text-area .flow-title .num {
color: #e20c16;
font-size: 1.8rem;
margin-right: 15px;
}
.flow .flow-wrap .flow-content .text-area .flow-description {
font-size: 1.7rem;
line-height: 2;
white-space: pre-wrap;
}
.buy-sell-overview {
padding: 10px 0;
}
.buy-sell-overview .overview-content {
text-align: center;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.8;
}
.buy-sell-overview .overview-content .underline {
background: linear-gradient(transparent 95%, #e20c16 95%);
}
.buy-sell-overview .overview-content .red {
color: #e20c16;
}
.buy-sell-overview .overview-content .big {
font-size: 3.6rem;
}
.buy-sell-cta {
padding-bottom: 120px;
}
.buy-sell-cta .buy-sell-cta-cotntent {
width: 100%;
padding: 70px 0;
background: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/up/cta-bg.jpg) no-repeat;
background-size: cover;
}
.buy-sell-cta .buy-sell-cta-cotntent .cta-title {
color: #fff;
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom:40px;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns {
display: flex;
justify-content: center;
gap: 40px;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn {
width: 440px;
border-radius: 10px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
gap: 5px;
position: relative;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/arrow-right.svg);
width: 14px;
height: 24px;
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn .main-txt {
font-size: 2rem;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn .sub-txt {
font-size: 1.4rem;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn.ct {
background-color: #e00b15;
box-shadow: 0 8px 0 0 #b90009;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn.ln {
background-color: #1dcd00;
box-shadow: 0 8px 0 0 #148c00;
}
.buy-sell-hot-models .up-section-jp-title {
font-size: 3.2rem;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}
.buy-sell-hot-models .up-section-jp-title::first-letter {
color: #e20c16;
}
.buy-sell-hot-models .hot-models-inner {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 36px;
}
.buy-sell-hot-models .hot-models-inner .model-item {
background-color: #fff;
width: 370px;
padding: 35px;
display: flex;
flex-direction: column;
align-items: center;
}
.buy-sell-hot-models .hot-models-inner .model-item .model-name {
text-align: center;
font-size: 2rem;
font-weight: 700;
}
.buy-sell-hot-models .hot-models-inner .model-item .series {
font-size: 1.3rem;
text-align: center;
color: #7c7c7c;
}
.buy-sell-hot-models .hot-models-inner .model-item .model-image {
margin-top: auto;
padding-top: 15px;
}
.buy-sell-hot-models .hot-models-inner .model-item .average-price {
display: flex;
align-items: flex-end;
gap: 10px;
margin-top: 10px;
}
.buy-sell-hot-models .hot-models-inner .model-item .average-price .ttl {
color: #fff;
background-color: #000;
padding: 5px 7px;
line-height: 1;
}
.buy-sell-hot-models .hot-models-inner .model-item .average-price .price {
font-size: 2.8rem;
font-weight: 700;
color: #e00b15;
line-height: 1;
transform: translateY(10px);
}
.buy-sell-hot-models .hot-models-inner .model-item .average-price .price .num {
font-size: 4.8rem;
line-height: 1;
}
.inspection-overview {
padding: 120px 0;
}
.inspection-overview .insp-cont {
display: flex;
justify-content: space-between;
}
.inspection-overview .insp-cont .insp-item {
width: 440px;
}
.inspection-overview .insp-cont .insp-item .insp-img {
border: solid 2px #000;
}
.inspection-overview .insp-cont .insp-item .insp-title {
font-size: 2.2rem;
font-weight: 700;
padding-bottom: 10px;
border-bottom: solid 1px #828282;
margin: 20px 0;
}
.inspection-overview .insp-cont .insp-item .insp-title::first-letter {
color: #e00b15;
}
.inspection-overview .insp-cont .insp-item .insp-title .en {
font-size: 1.5rem;
font-weight: 400;
color: #b5b5c0;
margin-left: 20px;
}
.inspection-overview .insp-cont .insp-item .insp-text {
line-height: 2;
}
.price-table {
padding: 0 0 120px;
}
.price-table-block table.has-fixed-layout {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
font-family: sans-serif;
color: #000;
}
.price-table-block table.has-fixed-layout th,
.price-table-block table.has-fixed-layout td {
border: 1px solid #000;
padding: 12px;
text-align: center;
font-size: 14px;
vertical-align: middle;
}
.price-table-block table.has-fixed-layout thead {
border-bottom: solid 1px #000;
}
.price-table-block table.has-fixed-layout thead th {
background-color: #e00b15;
color: #fff;
font-weight: bold;
}
.price-table-block table.has-fixed-layout thead th:first-child {
background-color: transparent;
border: none;
}
.price-table-block table.has-fixed-layout tbody td:first-child {
font-weight: bold;
background-color: #252525;
color: #fff;
font-weight: 700;
text-align: left;
}
.price-table-block table.has-fixed-layout tbody tr:nth-child(even) {
background-color: #f4f4f4;
}
.price-table-block table.has-fixed-layout tbody tr:hover {
background-color: #ffe5e7;
}
.fixed-page-table {
overflow-x: auto;
}
.fixed-page-table .fixed-page-table-layout {
table-layout: fixed;
width: 100%;
}
.fixed-page-table table {
border-collapse: collapse;
width: 100%;
}
.fixed-page-table td, .fixed-page-table th {
border: 1px solid;
padding: .5em;
}
.fixed-page-table th {
   width: 30%;
}
width: 100%;
border-collapse: collapse;
} .has-fixed-layout-buy-sell-wrapper {
width: 100%;
overflow-x: auto;
margin-top: 40px;
margin-bottom: 40px;
}
.has-fixed-layout-buy-sell-example {
width: 100%;
min-width: 600px;
border-collapse: collapse;
}
.has-fixed-layout-buy-sell-example th.buy-sell-cell,
.has-fixed-layout-buy-sell-example td.buy-sell-cell {
border: 1px solid #ccc;
padding: 12px;
vertical-align: middle;
}
.has-fixed-layout-buy-sell-example th.buy-sell-cell {
background-color: #f8f8f8;
font-weight: bold;
text-align: center;
}
.has-fixed-layout-buy-sell-example td.buy-sell-cell img {
display: block;
margin: 0 auto;
}
.available-shop {
padding: 120px 0;
background-color: #fff;
}
.available-content {
display: flex;
gap: 20px;
justify-content: center;
}
.available-item {
width: calc((100% - 40px) / 3);
padding: 20px;
border: solid 2px #000;
}
.available-item .item-thumbnail {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
overflow: hidden;
}
.available-item .item-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
.available-item .item-name {
font-size: 2rem;
font-weight: 700;
padding-bottom: 10px;
border-bottom: solid 1px #828282;
margin: 10px 0;
}
.available-item .item-name::first-letter {
color: #e20c16;
}
.available-item .item-text.address {
font-size: 1.6rem;
color: #7c7c7c;
margin-bottom: 10px;
}
.demo-car-list-section {
padding: 120px 0;
}
.demo-car-list-section .demo-car-list {
display: flex;
flex-wrap: wrap;
gap: 60px 20px;
}
.demo-car-item{
width: calc((100% - 40px) / 3);
}
.demo-car-image{
width: 100%;
height: auto;
aspect-ratio: 3 / 2;
overflow: hidden;
position: relative;
}
.demo-car-image img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.demo-car-list-section .demo-car-list .demo-car-item .demo-car-title {
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom: 20px;
}
.demo-car-list-section .demo-car-list .demo-car-item .demo-car-title::first-letter {
color: #e00b15;
}
.demo-car-list-section .demo-car-list .demo-car-item .more-content {
text-align: center;
margin-top: 40px;
}
@media screen and (max-width:840px) {
.demo-car-list-section .demo-car-list {
gap: 40px 10px;
}
.demo-car-item{
width: calc((100% - 10px) / 2);
}
.demo-car-list-section .demo-car-list .demo-car-item .demo-car-title {
font-size: 1.7rem;
margin-bottom: 10px;
}
.demo-car-list-section .demo-car-list .demo-car-item .more-content {
margin-top : 20px;
}
}
.company-shop-list {
padding: 120px 0;
}
.company-shop-list.related-companies {
padding: 0 0 120px;
}
.company-shop-list .shop-list-container {
display: flex;
flex-wrap: wrap;
gap: 45px;
}
.company-shop-list .shop-list-container .shop-item {
width: calc((100% - 90px) / 3);
border: solid 2px #000;
background-color: #fff;
}
.company-shop-list .shop-list-container .shop-item .thumbnail {
width: 100%;
aspect-ratio: 16 / 9;
border-bottom: solid 2px #000;
}
.company-shop-list .shop-list-container .shop-item .thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap {
padding: 15px 15px 20px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .shop-title {
font-size: 2rem;
font-weight: 700;
padding-bottom: 15px;
border-bottom: solid 1px #a6a6a6;
margin-bottom: 15px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .shop-title::first-letter {
color: #e00b15;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .address-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .address-container .address {
white-space: pre-wrap;
font-size: 1.4rem;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .address-container .address-btn {
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
padding: 10px 15px;
background-color: #e00b15;
border-radius: 4px;
color: #fff;
margin-left: 10px;
flex-shrink: 0;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 20px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap .tel-container {
display: flex;
gap: 15px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap .tel-container .tel-ttl {
background-color: #000;
color: #fff;
font-size: 1.4rem;
line-height: 1;
width: 60px;
height: 26px;
display: flex;
justify-content: center;
align-items: center;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap .tel-container .tel-text {
font-size: 1.8rem;
font-weight: 500;
color: #000;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .btns-wrap {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .btns-wrap .shop-btn {
width: calc(50% - 7px);
font-size: 1.5rem;
font-weight: 600;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 40px;
height: 46px;
background-color: #e00b15;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .btns-wrap .shop-btn.single-btn {
width: 70%;
margin: 0 auto;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .btns-wrap .shop-btn.stock {
background-color: #000;
}
.company-info {
background-color: #fff;
padding: 120px 0;
}
.company-info .company-table {
width: 100%;
}
.company-info .company-table .row {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 30px 0;
border-bottom: solid 1px #a6a6a6;
}
.company-info .company-table .row .th {
font-size: 1.8rem;
font-weight: 600;
width: 200px;
}
.company-info .company-table .row .td {
font-size: 1.7rem;
font-weight: 400;
width: calc(100% - 200px);
}
.contact-options {
padding: 0 0 120px;
}
.cop-title {
font-size: 2rem;
font-weight: 700;
padding-bottom: 15px;
border-bottom: solid 1px #828282;
margin-bottom: 30px;
}
.cop-title::first-letter {
color: #e00b15;
}
.contact-options .tab_buttons {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.contact-options .tab_buttons .tab_button {
width: calc((100% - 45px) / 4);
height: 80px;
padding: 0 15px;
border: solid 2px #000;
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
color: #000;
}
.contact-options .tab_buttons .tab_button.active {
background-color: #000;
color: #fff;
}
.contact-options .tab_buttons .tab_button .shop-name {
font-size: 1.8rem;
font-weight: 700;
}
.contact-options .tab_buttons .tab_button .shop-name::first-letter {
color: #e00b15;
}
#contact-container {
padding: 120px 0;
background-color: #fff;
}
#contact-container .contact-contents {
max-width: 900px;
margin: 60px auto 0;
}
#contact-container .contact-contents .content {
display: none;
}
#contact-container .contact-contents .content.show {
display: block;
}
#contact-container .contact-contents .content .form-for-where {
text-align: center;
width: fit-content;
padding: 20px 40px;
background-color: #000;
margin: 0 auto;
}
#contact-container .contact-contents .content .form-for-where .form-for-name {
font-size: 2rem;
font-weight: 600;
color: #fff;
}
#contact-container .contact-contents .content .form-for-where .form-for-name::first-letter {
color: #e00b15;
}
#contact-container .contact-contents .content .form-for-where .form-for-name .big {
font-size: 2.4rem;
font-weight: 800;
}
#contact-container .contact-contents .content .form-table {
margin: 40px auto 0;
}
#contact-container .contact-contents .content .form-table .row {
display: flex;
justify-content: space-between;
padding: 15px 0;
border-bottom: solid 1px #dbdbdb;
align-items: center;
}
#contact-container .contact-contents .content .form-table .row .th {
width: 260px;
font-size: 1.8rem;
font-weight: 600;
}
#contact-container .contact-contents .content .form-table .row .th.required .th-txt::after {
content: "*";
color: #ca1a1a;
display: inline;
}
#contact-container .contact-contents .content .form-table .row .td {
width: calc(100% - 260px);
}
#contact-container .contact-contents .content .form-table .row .td input[type="text"],
#contact-container .contact-contents .content .form-table .row .td input[type="email"],
#contact-container .contact-contents .content .form-table .row .td input[type="tel"] {
width: 100%;
padding: 20px;
background-color: #f6f6f6;
border: none;
font-size: 1.6rem;
}
#contact-container .contact-contents .content .form-table .row .td input[type="text"].p-postal-code {
width: 300px;
margin-left: .5em;
}
#contact-container .contact-contents .content .form-table .row .td textarea {
font-family: YakuHanJP, "Noto Sans JP", sans-serif;
width: 100%;
height: 14em;
padding: 20px;
background-color: #f6f6f6;
border: none;
font-size: 1.6rem;
}
#contact-container .contact-contents .content .form-table .submit-wrapper {
margin: 40px auto 0;
text-align: center;
}
#contact-container .contact-contents .content .form-table .submit-wrapper input[type="submit"] {
width: 340px;
border-radius: 60px;
background-color: #e00b15;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
padding: 20px;
border: none;
outline: none;
cursor: pointer;
}
.documents {
padding: 120px 0;
}
.documents .documents-content {
padding: 70px;
background-color: #fff;
border: solid 2px #000;
}
.documents .documents-content h3 {
font-size: 2rem;
font-weight: 700;
margin: 2em 0 1em;
}
.documents .documents-content p {
font-size: 1.6rem;
font-weight: 500;
line-height: 2;
margin: 1em 0;
}
.documents .documents-content ul {
list-style-type: disc;
padding-left: 1em;
}
.n-c-fv {
margin-top: 85px;
padding: 80px 0 20px;
border-bottom: solid 1px #e8e8ec;
}
.breadcrumb {
display: flex;
justify-content: flex-end;
font-size: 1.5rem;
gap: 70px;
margin-left: auto;
}
.breadcrumb .bc-link {
position: relative;
color: #7a8192;
}
.breadcrumb .bc-text {
position: relative;
}
.breadcrumb .bc-text:not(:first-child)::after {
content: "";
width: 40px;
height: 1px;
background-color: #e4e4e9;
display: block;
position: absolute;
top: 50%;
left: -55px;
}
.page-title {
margin-top: 30px;
}
.page-content {
padding: 80px 0;
}
.page-content .contents {
background-color: #fff;
padding: 30px 50px;
}
.page-content .contents h2 {
font-size: 2.4rem;
font-weight: 700;
margin: 2em 0 1em;
}
.page-content .contents h3 {
font-size: 2rem;
font-weight: 700;
margin: 2em 0 1em;
}
.page-content .contents p {
font-size: 1.5rem;
margin: 1em 0;
line-height: 1.8;
} @media screen and (max-width: 840px) {
.up-fv {
margin-top: 60px;
padding: 40px 0;
}
.breadcrumb {
font-size: 1.1rem;
gap: 30px;
}
.breadcrumb .bc-text:nth-child(n+1)::after {
width: 20px;
left: -25px;
}
.page-title {
margin-top: 20px;
}
.page-title .title-jp {
font-size: 2.6rem;
}
.page-title .title-en {
font-size: 1.3rem;
}
.up-fv-image-section {
padding: 0;
}
.up-fv-image-section .up-fv-image {
border-right: none;
border-left: none;
}
.complete-car-slide .slider-item {
margin: 0 7px;
border: solid 2px #000;
}
.dots-wrap {
gap: 10px;
}
.dots-wrap li {
width: 6px;
height: 6px;
}
.complete-commitment {
padding: 60px 0;
}
.complete-commitment .commitment-content {
font-size: 1.5rem;
}
.complete-models {
padding-bottom: 60px;
}
.complete-models .models-content {
gap: 30px;
}
.complete-models .model-item {
width: 100%;
padding-bottom: 30px;
}
.complete-models .model-name {
font-size: 2rem;
margin-top: 20px;
text-align: center;
}
.complete-models .model-name .series {
font-size: 1.4rem;
display: block;
}
.gallery-slider .gallery-wrap {
gap: 10px;
}
.gallery-slider .gallery-wrap:first-child {
margin-bottom: 10px;
}
.gallery-slider .gallery-wrap .gallery-item {
gap: 10px;
}
.gallery-slider .gallery-wrap .gallery-item .gallery-image {
width: 180px;
}
.buy-sell-hot-brand-model {
padding: 60px 0;
}
.faq {
padding: 60px 0;
}
.faq02 {
padding: 0 0 60px;
}
.faq .faq_wrapper {
gap: 15px;
}
.faq .faq_wrapper .faq-item {
padding: 20px;
}
.faq .faq_wrapper .faq-item .q {
line-height: 24px;
padding-right: 30px;
}
.faq .faq_wrapper .faq-item .q .en {
font-size: 2rem;
margin-right: 10px;
}
.faq .faq_wrapper .faq-item .q .q_text {
font-size: 1.6rem;
}
.faq .faq_wrapper .faq-item .a {
padding-top: 20px;
margin-top: 20px;
}
.faq .faq_wrapper .faq-item .a .en {
font-size: 2rem;
margin-right: 10px;
}
.faq .faq_wrapper .faq-item .a .a_text {
font-size: 1.4rem;
line-height: 1.6;
}
.flow {
padding: 60px 0;
}
.flow .flow-wrap {
gap: 60px;
}
.flow .flow-wrap .flow-content {
flex-wrap: wrap;
gap: 20px;
position: relative;
}
.flow .flow-wrap .flow-content .text-area {
width: 100%;
}
.flow .flow-wrap .flow-content .text-area .flow-title {
font-size: 1.8rem;
margin-bottom: 15px;
}
.flow .flow-wrap .flow-content .text-area .flow-title .num {
font-size: 1.6rem;
margin-right: 5px;
}
.flow .flow-wrap .flow-content .text-area .flow-description {
font-size: 1.5rem;
line-height: 1.8;
}
.flow .flow-wrap .flow-content .flow-image::after {
display: none;
}
.flow .flow-wrap .flow-content::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-top: 10px solid #aeaebf;
border-bottom: 0;
position: absolute;
bottom: -35px;
left: 50%;
transform: translateX(-50%);
}
.flow .flow-wrap .flow-content:last-child::after {
display: none;
}
.buy-sell-overview {
padding: 10px 0;
}
.buy-sell-overview .overview-content {
font-size: 1.7rem;
}
.buy-sell-overview .overview-content .underline {
background: linear-gradient(transparent 90%, #e20c16 90%);
}
.buy-sell-overview .overview-content .big {
font-size: 2.4rem;
}
.buy-sell-cta {
padding-bottom: 60px;
}
.buy-sell-cta .buy-sell-cta-cotntent {
padding: 40px 20px;
}
.buy-sell-cta .buy-sell-cta-cotntent .cta-title {
font-size: 2rem;
margin-bottom: 30px;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns {
flex-wrap: wrap;
gap: 20px;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn {
width: 100%;
padding: 15px 0;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn::after {
width: 10px;
height: 20px;
right: 15px;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn .main-txt {
font-size: 1.7rem;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn .sub-txt {
font-size: 1.2rem;
}
.buy-sell-hot-models .up-section-jp-title {
font-size: 2.4rem;
margin-bottom: 30px;
}
.inspection-overview {
padding: 60px 0;
}
.inspection-overview .insp-cont {
flex-wrap: wrap;
gap: 30px;
}
.inspection-overview .insp-cont .insp-item {
width: 100%;
}
.price-table {
padding: 0 0 60px;
}
.price-table-block {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
table.has-fixed-layout {
min-width: 700px;
}
table.fixed-page-table-layout {
       min-width: 300px;
}
.demo-car-list-section {
padding: 60px 0;
}
.available-shop {
padding: 60px 0;
}
.available-content {
flex-direction: column;
align-items: center;
}
.available-item {
width: 100%;
padding: 20px;
border: solid 2px #000;
}
.company-shop-list {
padding: 60px 0;
}
.company-shop-list.related-companies {
padding: 0 0 60px;
}
.company-shop-list .shop-list-container {
gap: 20px 14px;
}
.company-shop-list .shop-list-container .shop-item {
width: 100%;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .shop-title {
font-size: 1.8rem;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .address-container .address {
font-size: 1.2rem;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .address-container .address-btn {
font-size: 1.5rem;
padding: 10px 25px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap {
margin-top: 15px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap .tel-container {
gap: 10px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap .tel-container .tel-ttl {
font-size: 1.3rem;
}
.company-info {
padding: 60px 0;
}
.company-info .company-table .row {
padding: 20px 0;
}
.company-info .company-table .row .th {
font-size: 1.5rem;
width: 100%;
margin-bottom: .5em;
}
.company-info .company-table .row .td {
font-size: 1.4rem;
font-weight: 400;
width: 100%;
}
.contact-options {
padding: 0 0 60px;
}
.contact-options .tab_buttons .tab_button {
width: 100%;
}
#contact-container {
padding: 60px 0 40px;
}
#contact-container .contact-contents {
width: 100%;
margin: 30px auto 0;
}
#contact-container .contact-contents .content .form-for-where {
padding: 20px;
width: 100%;
}
#contact-container .contact-contents .content .form-for-where .form-for-name {
font-size: 1.5rem;
}
#contact-container .contact-contents .content .form-for-where .form-for-name .big {
font-size: 2.2rem;
display: block;
}
#contact-container .contact-contents .content .form-table {
margin: 20px auto 0;
}
#contact-container .contact-contents .content .form-table .row {
flex-wrap: wrap;
padding: 20px 0;
}
#contact-container .contact-contents .content .form-table .row .th {
font-size: 1.5rem;
margin-bottom: 10px;
width: 100%;
}
#contact-container .contact-contents .content .form-table .row .td {
width: 100%;
}
.documents {
padding: 60px 0;
}
.documents .documents-content {
padding: 20px;
}
.documents .documents-content h3 {
font-size: 1.8rem;
}
.documents .documents-content p {
font-size: 1.4rem;
line-height: 1.7;
}
.n-c-fv {
margin-top: 60px;
padding: 40px 0 15px;
border-bottom: solid 1px #e8e8ec;
}
.breadcrumb {
font-size: 1.1rem;
gap: 30px;
}
.breadcrumb .bc-text:nth-child(n+1)::after {
width: 20px;
left: -25px;
}
.page-title {
margin-top: 20px;
}
.page-title .title-jp {
font-size: 2.6rem;
}
.page-title .title-en {
font-size: 1.3rem;
}
.page-content {
padding: 30px 0;
}
.page-content .contents {
padding: 15px 5%;
}
.page-content .contents h2 {
font-size: 2rem;
margin: 1em 0 .5em;
}
.page-content .contents h3 {
font-size: 2rem;
margin: 1em 0 .5em;
}
} .thanks-section .inner{
margin: 84.42px auto 0;
padding: 150px 0px 170px;
}
.thanks-section {
text-align: center;
align-items: center;
}
.thanks-section .thanks-text{
margin-bottom: 100px;
}
.thanks-section h1{
font-size: 4.2rem;
font-weight: 700;
}
.thanks-section .line{
height: 6px;
background: #aaaaaa;
margin: 20px 40% 40px;
}
.thanks-section p{
line-height: 2em;
}
.thanks-section .top-btn{
margin-top: 40px;
border-radius: 60px;
background-color: #e00b15;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
padding: 20px 40px;
border: none;
outline: none;
cursor: pointer;
}
.thanks-section .sp{
display: none;
}
.thanks-section .title-jp::first-letter{
color: #e20c16;
} .form-table {
margin: 40px auto 0;
}
.form-table .row {
display: flex;
justify-content: space-between;
padding: 15px 0;
border-bottom: solid 1px #dbdbdb;
align-items: center;
}
.form-table .row .th {
width: 260px;
font-size: 1.8rem;
font-weight: 600;
}
.form-table .row .th.required .th-txt::after {
content: "*";
color: #ca1a1a;
display: inline;
}
.form-table .row .td {
width: calc(100% - 260px);
}
.form-table .row .td input[type="text"],
.form-table .row .td input[type="email"],
.form-table .row .td input[type="tel"] {
width: 100%;
padding: 20px;
background-color: #f6f6f6;
border: none;
font-size: 1.6rem;
}
.form-table .row .td input[type="text"].p-postal-code {
width: 300px;
margin-left: .5em;
}
.form-table .row .td textarea {
font-family: YakuHanJP, "Noto Sans JP", sans-serif;
width: 100%;
height: 14em;
padding: 20px;
background-color: #f6f6f6;
border: none;
font-size: 1.6rem;
}
.form-table .submit-wrapper {
margin: 40px auto 0;
text-align: center;
}
.form-table .submit-wrapper input[type="submit"] {
width: 340px;
border-radius: 60px;
background-color: #e00b15;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
padding: 20px;
border: none;
outline: none;
cursor: pointer;
}. .specification-container {
   width: 50%;
margin: 0 auto;
text-align: left;
}
.specification-list {
list-style-type: none; 
list-style-position: inside; 
}
.specification-list li {
padding: .5em;
border-bottom: 1px dashed #ccc; 
position: relative; 
}
.specification-list li::before {
content: "■";
color: #000000;
font-size: 1.5em;
position: absolute;
left: -1.5em;
}
.specification-sub-list {
list-style-type: circle;
margin-left: 2em; 
}
.specification-list-sub-list li {
padding: 0.3em;
border-bottom: none; 
position: static;
}
.specification-list-sub-list li::before {
content: "";
} .photo-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 20px;
margin-top: 2em;
}
.photo-card {
background: #fff;
border: 1px solid #ddd;
padding: 1em;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
transition: transform 0.2s ease;
}
.photo-card:hover {
transform: scale(1.02);
}
.photo-card img {
width: 100%;
height: auto;
margin-bottom: 0.5em;
border-radius: 4px;
} .buy-sell-hot-brand-model {
padding: 120px 0;
}
.buy-sell-hot-brand-section-title {
margin: 30px auto;
} .reqruit-inquiry {
padding-bottom: 120px;
}
.reqruit-inquiry .reqruit-inquiry-content {
width: 100%;
padding: 70px 0;
       background-size: cover;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-title {
color: #242424;
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns {
display: flex;
justify-content: center;
gap: 40px;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns .reqruit-inquiry-btn {
width: 440px;
border-radius: 10px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
gap: 5px;
position: relative;
}
ruit-inquiry .reqruit-inquiry-content .btns .reqruit-inquiry-btn::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/wp-content/uploads/2025/07/footer_banner_recruit-2.png);
width: 14px;
height: 24px;
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns .reqruit-inquiry-btn.ct {
background-color: #e00b15;
box-shadow: 0 8px 0 0 #b90009;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns .reqruit-inquiry-btn.ln {
background-color: #1dcd00;
box-shadow: 0 8px 0 0 #148c00;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns .reqruit-inquiry-btn .main-txt {
font-size: 2rem;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns .reqruit-inquiry-btn .sub-txt {
font-size: 1.4rem;
} .product-inquiry {
padding-bottom: 60px;
}
.product-inquiry-inner {
max-width: 800px;
margin: 0 auto;
box-sizing: content-box;
}
.product-inquiry .product-inquiry-content {
width: 100%;
padding: 70px 0;
? ? ?  background-size: cover;
}
.product-inquiry .product-inquiry-content .product-inquiry-title {
color: #242424;
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}
.product-inquiry .product-inquiry-content .product-inquiry-btns {
display: flex;
justify-content: center;
gap: 40px;
}
.product-inquiry .product-inquiry-content .product-inquiry-btns .product-inquiry-btn {
width: 440px;
border-radius: 10px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
gap: 5px;
position: relative;
}
ruit-inquiry .product-inquiry-content .btns .product-inquiry-btn::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/wp-content/uploads/2025/07/footer_banner_recruit-2.png);
width: 14px;
height: 24px;
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);
}
.product-inquiry .product-inquiry-content .product-inquiry-btns .product-inquiry-btn.ct {
background-color: #e00b15;
box-shadow: 0 8px 0 0 #b90009;
}
.product-inquiry .product-inquiry-content .product-inquiry-btns .product-inquiry-btn.ln {
background-color: #1dcd00;
box-shadow: 0 8px 0 0 #148c00;
}
.product-inquiry .product-inquiry-content .product-inquiry-btns .product-inquiry-btn .main-txt {
font-size: 2rem;
}
.product-inquiry .product-inquiry-content .product-inquiry-btns .product-inquiry-btn .sub-txt {
font-size: 1.4rem;
}
@media screen and (max-width: 840px){
.thanks-section .inner{
margin: 60px 0 0;
padding: 100px 30px 120px;
}
.thanks-section h1{
font-size: 2.6rem;
}
.thanks-section p{
font-size: 1.4rem;
}
.thanks-section .pc{
display: none;
}
.thanks-section .sp{
display: block;
}
.thanks-section .line{
height: 6px;
background: #aaaaaa;
margin: 20px 25% 40px;
}
.thanks-section .top-btn{
width: 100%;
padding: 20px auto;
}
.form-table {
margin: 20px auto 0;
}
.form-table .row {
flex-wrap: wrap;
padding: 20px 0;
}
.form-table .row .th {
font-size: 1.5rem;
margin-bottom: 10px;
width: 100%;
}
.form-table .row .td {
width: 100%;
}
} .wp-block-embed {
text-align: center;
}
.custom_block {
margin: 40px 0;
}
.custom_block .standard-section-title {
text-align: center;
margin-bottom: 50px;
}
.custom_block .standard-section-title .title-jp {
font-size: 3rem;
font-weight: 900;
}
.custom_block .standard-section-title .title-jp::first-letter {
color: #e20c16;
}
.custom_block .standard-section-title .title-en {
font-size: 1.4rem;
}
.page-content-section {
max-width: 1000px;
margin: 0 auto 120px;
padding: 20px 0;
background-color: #fff;
}
.page-content-section h2.wp-block-heading {
font-size: 3rem;
font-weight: 700;
text-align: center;
margin: 50px 0;
}
.page-content-section h3 {
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom: 30px;
}
.step-block {
margin: 20px auto;
display: flex;
justify-content: space-between;
max-width: 700px;
}
.step-block .step-img {
width: 45%;
aspect-ratio: 16 / 9;
}
.step-block .step-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.step-block .step-txt {
width: 50%;
}
.step-block .step-txt .step-title {
padding: 10px 40px;
font-size: 1.8rem;
border-radius: 80px;
text-align: center;
background-color: #ef8500;
color: #fff;
display: inline-block;
}
.compare-block {
display: flex;
justify-content: space-between;
margin: 40px 0;
}
.compare-block .compare-wrap {
width: 48%;
text-align: center;
}
.compare-block .compare-wrap .before-head {
text-align: center;
color: #fff;
font-size: 1.8rem;
padding: 7px 50px;
display: block;
width: fit-content;
margin: 0 auto 20px;
border-radius: 60px;
background-color: #252525;
}
.compare-block .compare-wrap .after-head {
text-align: center;
color: #fff;
font-size: 1.8rem;
padding: 7px 50px;
display: block;
width: fit-content;
margin: 0 auto 20px;
border-radius: 60px;
background-color: #e20c16;
}
.compare-block .compare-wrap .compare-img img {
width: 100%;
}
.compare-block .compare-wrap .compare-txt {
margin-top: 20px;
}
@media screen and (max-width:840px) {
.page-content-section {
margin: 0 auto 60px;
}
} .xo-event-calendar {
max-width: 840px;
margin: 0 auto;
}.complete-car-slide .rentalcar-item {
display: flex;
width: 900px;
border: solid 2px #000;
margin: 0 20px;
background-color: #fff;
}
.complete-car-slide .rentalcar-item .rentalcar-image {
width: 50%;
border-right: solid 2px #000;
}
.complete-car-slide .textarea {
padding: 40px;
width: 50%;
display: flex;
flex-direction: column;
}
.complete-car-slide .textarea .title-area {
width: 100%;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: solid 1px #e2e2e7;
}
.complete-car-slide .textarea .title-area .car-name {
font-size: 2rem;
font-weight: 700;
}
.complete-car-slide .textarea .title-area .car-name::first-letter {
color: #e00b15;
}
.complete-car-slide .textarea .title-area .sub-txt {
font-size: 1.6rem;
margin-top: 10px;
color: #aaa;
}
.complete-car-slide .textarea .address-name {
font-size: 1.6rem;
font-weight: 700;
}
.complete-car-slide .textarea .address-name::first-letter {
color: #e00b15;
}
.complete-car-slide .textarea .address-text {
font-size: 1.4rem;
margin-top: 5px;
}
.complete-car-slide .textarea .rental-more {
width: 100%;
padding: 12px 0;
font-size: 1.6rem;
color: #fff;
font-weight: 700;
text-align: center;
background-color: #e00b15;
display: block;
margin-top: auto;
border-radius: 40px;
}
.rental-about {
padding: 120px 0;
}
.rental-about .gallery-slider .gallery-wrap .gallery-item .gallery-image {
width: 400px;
}
.rental-about .rental-text-wrap {
text-align: center;
margin: 20px 0 40px;
}
.rental-about .hyakuren {
width: fit-content;
display: block;
margin: 0 auto;
}
.rental-search {
background-color: #fff;
padding: 120px 0;
}
.rental-search .rental-search-container {
display: flex;
}
.rental-search .rental-search-container .search-block {
width: 50%;
padding: 0 30px;
}
.rental-search .rental-search-container .search-block.search-maker {
border-right: solid 1px #dddddd;
padding-bottom: 30px;
}
.rental-search .rental-search-container .search-block .search-title {
text-align: center;
padding-bottom: 20px;
margin-bottom: 20px;
position: relative;
}
.rental-search .rental-search-container .search-block .search-title::after {
content: "";
width: 40px;
height: 1px;
background-color: #e00b15;
display: block;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.rental-search .rental-search-container .search-block .search-title .seach-title {
font-size: 2.4rem;
font-weight: 700;
}
.rental-search .rental-search-container .search-block .search-title .seach-title::first-letter {
color: #e00b15;
}
.rental-search .rental-search-container .search-block .search-title .title-en {
color: #b5b5c0;
font-size: 1.3rem;
font-weight: 400;
margin-top: 5px;
}
.rental-search .rental-search-container .search-block .link-list {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.rental-search .rental-search-container .search-block .link-list figure {
width: calc(25% - 15px);
min-height: 91px;
border: solid 1px #000;
}
.rental-search .rental-search-container .search-block.search-category .link-list figure {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.rental-search .rental-search-container .search-block.search-category .link-list figure span {
font-size: 1.2rem;
margin-top: 5px;
}
.new-rentalcar {
background-color: #fff;
padding: 0 0 120px;
}
.new-rentalcar .dots-wrap {
margin-top: 20px;
}
.new-rentalcar .jpttl {
font-size: 2rem;
font-weight: 700;
margin-bottom: 20px;
}
.new-rentalcar .jpttl::first-letter {
color: #e00b15;
}
.new-rentalcar .rental-item {
margin: 0 10px;
border: solid 2px #000;
}
.new-rentalcar .rental-item figure {
border-bottom: solid 2px #000;
}
.new-rentalcar .rental-item .textarea {
background-color: #fff;
padding: 20px;
}
.new-rentalcar .rental-item .textarea .title-area {
border-bottom: solid 1px #dddddd;
padding-bottom: 15px;
margin-bottom: 10px;
}
.new-rentalcar .rental-item .textarea .title-area .car-name {
font-size: 1.8rem;
font-weight: 700;
}
.new-rentalcar .rental-item .textarea .title-area .car-name::first-letter {
color: #e00b15;
}
.new-rentalcar .rental-item .textarea .title-area .sub-txt {
font-size: 1.3rem;
color: #828282;
margin-top: 10px;
}
.new-rentalcar .rental-item .textarea .address-name {
font-size: 1.7rem;
font-weight: 700;
}
.new-rentalcar .rental-item .textarea .address-name::first-letter {
color: #e00b15;
}
.new-rentalcar .rental-item .textarea .address-text {
font-size: 1.5rem;
margin-top: 8px;
}
.new-rentalcar .rental-item .textarea .rental-more {
width: 100%;
display: block;
margin: 30px auto 0;
padding: 15px 0;
text-align: center;
font-size: 1.6rem;
font-weight: 700;
color: #fff;
background-color: #e00b15;
border-radius: 50px;
}
.new-rentalcar .more-wrap {
text-align: right;
margin-top: 40px;
}
.rental-flow .rental-flow-list {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 75px;
}
.rental-flow .rental-flow-list .rental-flow-item {
width: calc((100% - 150px) / 3);
background-color: #fff;
padding: 25px;
position: relative;
}
.rental-flow .rental-flow-list .rental-flow-item::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 12px solid #e00b15;
border-right: 0;
position: absolute;
top: 50%;
right: -46px;
transform: translateY(-50%);
}
.rental-flow .rental-flow-list .rental-flow-item:last-child::after {
display: none;
}
.rental-flow .rental-flow-list .rental-flow-item .step {
font-size: 1.5rem;
font-weight: 700;
color: #e00b15;
text-align: center;
}
.rental-flow .rental-flow-list .rental-flow-item .flow-ttl {
font-size: 2rem;
text-align: center;
font-weight: 700;
margin-bottom: 15px;
}
.rental-flow .rental-flow-list .rental-flow-item .flow-ttl::first-letter {
color: #e00b15;
}
.rental-flow .rental-flow-list .rental-flow-item .text {
font-size: 1.4rem;
}
.reantal-category {
padding: 0 0 60px 0;
}
.reantal-category .rc-ttl {
font-size: 2.4rem;
font-weight: 700;
text-align: center;
}
.reantal-category .rc-ttl::first-letter {
color: #e00b15;
}
.reantal-category .category-list {
display: flex;
border-bottom: solid 2px #e00b15;
margin-top: 40px;
}
.reantal-category .category-list .cat-link {
width: calc(100% / 8);
height: 100px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #000;
background-color: #fff;
gap: 10px;
border-top: solid 2px #e4e4e9;
border-right: solid 2px #e4e4e9;
}
.reantal-category .category-list .cat-link.active {
background-color: #e00b15;
border: none;
}
.reantal-category .category-list .cat-link.active .txt {
color: #fff;
}
.reantal-category .category-list .cat-link .txt {
font-size: 1.4rem;
color: #000;
}
.rental-car-list-section {
padding: 60px 0 120px;
}
.rental-car-list-section .rental-car-list {
display: flex;
flex-wrap: wrap;
gap: 45px;
}
.rental-car-list-section .rental-item {
width: calc((100% - 90px) / 3);
border: solid 2px #000;
}
.rental-car-list-section .rental-item figure {
border-bottom: solid 2px #000;
}
.rental-car-list-section .rental-item .textarea {
background-color: #fff;
padding: 20px;
}
.rental-car-list-section .rental-item .textarea .title-area {
border-bottom: solid 1px #dddddd;
padding-bottom: 15px;
margin-bottom: 10px;
}
.rental-car-list-section .rental-item .textarea .title-area .car-name {
font-size: 1.8rem;
font-weight: 700;
}
.rental-car-list-section .rental-item .textarea .title-area .car-name::first-letter {
color: #e00b15;
}
.rental-car-list-section .rental-item .textarea .title-area .sub-txt {
font-size: 1.3rem;
color: #828282;
margin-top: 10px;
}
.rental-car-list-section .rental-item .textarea .address-name {
font-size: 1.7rem;
font-weight: 700;
}
.rental-car-list-section .rental-item .textarea .address-name::first-letter {
color: #e00b15;
}
.rental-car-list-section .rental-item .textarea .address-text {
font-size: 1.5rem;
margin-top: 8px;
}
.rental-car-list-section .rental-item .textarea .rental-more {
width: 100%;
display: block;
margin: 30px auto 0;
padding: 15px 0;
text-align: center;
font-size: 1.6rem;
font-weight: 700;
color: #fff;
background-color: #e00b15;
border-radius: 50px;
}
.rental-car-article-fv {
margin-top: 85px;
padding: 60px 0;
}
.rental-car-wrap {
padding-bottom: 90px;
}
.rental-car-wrap .rental-car-contents {
display: flex;
justify-content: space-between;
}
.rental-car-wrap .rental-car-contents .image-area {
width: 55%;
}
#rental-detail-slider figure img {
width: 100%;
}
.rental-car-wrap .slick-dots {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 14px;
}
.rental-car-wrap .slick-dots li {
width: calc((100% - 108px) / 10);
}
.rental-car-wrap .rental-car-contents .sp-comment {
display: none;
}
.rental-car-wrap .rental-car-contents .image-area .comment {
margin-top: 30px;
}
.rental-car-wrap .rental-car-contents .image-area .comment .comment-ttl {
font-size: 2.2rem;
font-weight: 700;
padding-bottom: 15px;
border-bottom: solid 1px #828282;
margin-bottom: 15px;
}
.rental-car-wrap .rental-car-contents .image-area .comment .comment-ttl::first-letter {
color: #e00b15;
}
.rental-car-wrap .rental-car-contents .text-area {
width: 40%;
}
.rental-car-wrap .rental-car-contents .text-area .title-area .car-name {
font-size: 3.6rem;
font-weight: 700;
}
.rental-car-wrap .rental-car-contents .text-area .title-area .car-name::first-letter {
color: #e00b15;
}
.rental-car-wrap .rental-car-contents .text-area .title-area .car-sub-txt {
font-size: 1.7rem;
color: #828282;
margin-top: 10px;
}
.rental-car-wrap .rental-car-contents .text-area .rental_table {
width: 100%;
border: solid 2px #000;
margin-top: 40px;
}
.rental-car-wrap .rental-car-contents .text-area .rental_table .row {
display: flex;
border-bottom: solid 2px #000;
}
.rental-car-wrap .rental-car-contents .text-area .rental_table .row:last-child {
border-bottom: none;
}
.rental-car-wrap .rental-car-contents .text-area .rental_table .row .th {
width: 200px;
background-color: #f2f2f2;
padding: 15px 0 15px 30px;
font-weight: 700;
}
.rental-car-wrap .rental-car-contents .text-area .rental_table .row .td {
width: calc(100% - 200px);
padding: 15px 15px 15px 30px;
font-weight: 400;
font-size: 1.4rem;
}
.rental-car-wrap .rental-car-contents .rental-shop-info {
padding: 20px;
background-color: #f2f2f2;
display: flex;
justify-content: space-between;
margin-top: 30px;
}
.rental-car-wrap .rental-car-contents .rental-shop-info .imagearea {
width: 40%;
border: solid 2px #000;
}
.rental-car-wrap .rental-car-contents .rental-shop-info .textarea {
width: 55%;
}
.rental-car-wrap .rental-car-contents .rental-shop-info .textarea .shop-info-title {
font-size: 1.5rem;
font-weight: 700;
border-bottom: solid 1px #aaa;
padding-bottom: 10px;
}
.rental-car-wrap .rental-car-contents .rental-shop-info .textarea .shop-name {
font-size: 1.8rem;
font-weight: 700;
margin: 15px 0;
color: #e00b15;
}
.rental-car-wrap .rental-car-contents .rental-shop-info .textarea .shop-address {
font-size: 1.3rem;
}
.rental-car-wrap .rental-car-contents .btn-wrap {
margin-top: 30px;
}
.rental-car-wrap .rental-car-contents .btn-wrap .btn {
width: 100%;
display: block;
background-color: #e00b15;
padding: 30px 0;
border-radius: 8px;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
text-align: center;
position: relative;
box-shadow: 0 8px 0 0 #b90009;
}
.rental-car-wrap .rental-car-contents .btn-wrap .btn::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/arrow-right.svg);
width: 12px;
height: 24px;
display: block;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
} @media screen and (max-width: 840px) {
.complete-car-slide .rentalcar-item {
margin: 0 10px;
flex-direction: column;
}
.complete-car-slide .rentalcar-item .rentalcar-image {
width: 100%;
border-right: none;
border-bottom: solid 2px #000;
}
.complete-car-slide .textarea {
width: 100%;
padding: 20px;
}
.complete-car-slide .textarea .title-area .car-name {
font-size: 1.8rem;
}
.complete-car-slide .textarea .title-area .sub-txt {
font-size: 1.3rem;
}
.complete-car-slide .textarea .rental-more {
font-size: 1.5rem;
margin-top: 20px;
}
.rental-about {
padding: 60px 0;
}
.rental-about .gallery-slider .gallery-wrap .gallery-item .gallery-image {
width: 200px;
}
.rental-about .rental-text-wrap {
margin: 20px 0;
}
.rental-about .rental-text-wrap p {
font-size: 1.4rem;
}
.rental-search {
padding: 60px 0;
}
.rental-search .rental-search-container {
flex-direction: column;
}
.rental-search .rental-search-container .search-block.search-maker {
border-bottom: solid 1px #ddd;
border-right: none;
}
.rental-search .rental-search-container .search-block {
width: 100%;
padding: 0;
margin-bottom: 20px;
}
.rental-search .rental-search-container .search-block .link-list {
gap: 15px;
}
.rental-search .rental-search-container .search-block .link-list figure {
width: calc((100% - 15px) / 2);
text-align: center;
}
.new-rentalcar {
padding: 0 0 60px;
}
.new-rentalcar .more-wrap {
text-align: center;
}
.rental-flow .rental-flow-list {
gap: 50px;
}
.rental-flow .rental-flow-list .rental-flow-item {
width: 100%;
background-color: #fff;
padding: 25px;
position: relative;
}
.rental-flow .rental-flow-list .rental-flow-item::after {
width: 0;
height: 0;
border-style: solid;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-top: 12px solid #e00b15;
border-bottom: 0;
left: 50%;
bottom: -34px;
top: unset;
right: unset;
transform: translateX(-50%);
}
.rental-flow .rental-flow-list .rental-flow-item:last-child::after {
display: none;
}
.reantal-category {
padding: 0 0 30px 0;
}
.reantal-category .rc-ttl {
font-size: 2rem;
}
.reantal-category .category-list {
display: flex;
flex-wrap: wrap;
margin-top: 40px;
border-bottom: solid 2px #e4e4e9;
border-right: solid 2px #e4e4e9;
}
.reantal-category .category-list .cat-link {
width: 50%;
height: 100px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #000;
background-color: #fff;
gap: 10px;
border-top: solid 2px #e4e4e9;
border-left: solid 2px #e4e4e9;
border-right: none;
}
.reantal-category .category-list .cat-link.active {
background-color: #e00b15;
border: none;
}
.reantal-category .category-list .cat-link.active .txt {
color: #fff;
}
.reantal-category .category-list .cat-link .txt {
font-size: 1.4rem;
color: #000;
}
.rental-car-list-section {
padding: 60px 0;
}
.rental-car-list-section .rental-car-list {
gap: 30px;
}
.rental-car-list-section .rental-item {
width: 100%;
border: solid 2px #000;
}
.rental-car-list-section .rental-item .textarea {
background-color: #fff;
padding: 20px;
}
.rental-car-article-fv {
margin-top: 60px;
padding: 30px 0;
}
.rental-car-wrap .rental-car-contents {
flex-direction: column;
}
.rental-car-wrap .rental-car-contents .image-area {
width: 100%;
}
.rental-car-wrap .slick-dots {
display: none !important;
}
.rental-car-wrap .slick-dots li {
width: calc((100% - 48px) / 5);
}
.rental-car-wrap .rental-car-contents .text-area {
width: 100%;
margin-top: 20px;
}
.rental-car-wrap .rental-car-contents .text-area .title-area .car-name {
font-size: 2.6rem;
}
.rental-car-wrap .rental-car-contents .text-area .title-area .car-sub-txt {
font-size: 1.4rem;
}
.rental-car-wrap .rental-car-contents .text-area .rental_table {
margin-top: 20px;
}
.rental-car-wrap .rental-car-contents .text-area .rental_table .row {
flex-direction: column;
}
.rental-car-wrap .rental-car-contents .text-area .rental_table .row .th {
width: 100%;
padding: 10px;
text-align: center;
font-size: 1.5rem;
}
.rental-car-wrap .rental-car-contents .text-area .rental_table .row .td {
width: 100%;
padding: 10px;
text-align: center;
font-size: 1.5rem;
}
.rental-car-wrap .rental-car-contents .rental-shop-info {
flex-direction: column-reverse;
}
.rental-car-wrap .rental-car-contents .rental-shop-info .imagearea {
width: 100%;
}
.rental-car-wrap .rental-car-contents .rental-shop-info .textarea {
width: 100%;
margin-top: 20px;
}
.rental-car-wrap .rental-car-contents .image-area .comment {
display: none;
}
.rental-car-wrap .rental-car-contents .sp-comment {
display: block;
margin-top: 20px;
}
.rental-car-wrap .rental-car-contents .sp-comment .comment-ttl {
font-size: 2rem;
padding-bottom: 10px;
border-bottom: solid 1px #aaa;
margin-bottom: 10px;
font-weight: 700;
}
.rental-car-wrap .rental-car-contents .sp-comment .comment-ttl::first-letter {
color: #e00b15;
}
}