/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after { box-sizing: border-box; border-style: solid; border-width: 0; }

/* Document */
/* ============================================ */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. 3. Remove gray overlay on links for iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -webkit-tap-highlight-color: transparent; /* 3*/ }

/* Sections */
/* ============================================ */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Render the `main` element consistently in IE. */
main { display: block; }

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl { margin: 0; }

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul, ol { margin: 0; padding: 0; list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt { font-weight: bold; }

dd { margin-left: 0; }

/* Grouping content */
/* ============================================ */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ border-top-width: 1px; margin: 0; clear: both; color: inherit; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: inherit; /* 2 */ }

address { font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; text-decoration: none; color: inherit; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: inherit; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Replaced content */
/* ============================================ */
/** Prevent vertical alignment issues. */
svg, img, embed, object, iframe { vertical-align: bottom; }

/* Forms */
/* ============================================ */
/** Reset form fields to make them styleable. 1. Make form elements stylable across systems iOS especially. 2. Inherit text-transform from parent. */
button, input, optgroup, select, textarea { -webkit-appearance: none; /* 1 */ appearance: none; vertical-align: middle; color: inherit; font: inherit; background: transparent; padding: 0; margin: 0; border-radius: 0; text-align: inherit; text-transform: inherit; /* 2 */ }

/** Correct cursors for clickable elements. */
button, [type="button"], [type="reset"], [type="submit"] { cursor: pointer; }

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled { cursor: default; }

/** Improve outlines for Firefox and unify style with input elements & buttons. */
:-moz-focusring { outline: auto; }

select:disabled { opacity: inherit; }

/** Remove padding */
option { padding: 0; }

/** Reset to invisible */
fieldset { margin: 0; padding: 0; min-width: 0; }

legend { padding: 0; }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** Correct the outline style in Safari. */
[type="search"] { outline-offset: -2px; /* 1 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Fix font inheritance. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/** Fix appearance for Firefox */
[type="number"] { -moz-appearance: textfield; }

/** Clickable labels */
label[for] { cursor: pointer; }

/* Interactive */
/* ============================================ */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Remove outline for editable content. */
[contenteditable]:focus { outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table { border-color: inherit; /* 1 */ border-collapse: collapse; }

caption { text-align: left; }

td, th { vertical-align: top; padding: 0; }

th { text-align: left; font-weight: bold; }

.carlife-bg { background: #fff; position: relative; z-index: 1; padding-bottom: 80px; }

.main-master .main-name .jp-txt sup { font-size: 50%; top: -1em; }

.inner2 { font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; max-width: 1050px; }

.section { margin-top: 80px; --section-margin-top: 60px; }

.section-name { margin-inline: auto; }
.section-name + .m-copy { margin-top: 30px; }

.m-copy { font-size: 22px; letter-spacing: 0.2rem; font-weight: 500; line-height: 1.6; text-align: center; }
.m-copy + .lead { text-align: center; margin-top: 20px; }

.img.big { width: 100vw; margin: 0 calc((50% - 50vw) - 8px); margin-top: 40px; }

@media screen and (max-width: 768px) { .section { --section-margin-top: 50px; } }
@media screen and (max-width: 480px) { .carlife-bg { padding-bottom: 40px; }
  .section { margin-top: 60px; --section-margin-top: 40px; }
  .img.big { margin: 0 calc((50% - 50vw)); margin-top: 30px; } }
/*******************************

mobility

*******************************/
.mobility .section-name { width: clamp(340px, calc(22vw + 258px), 487px); }
.mobility .layout-map { margin-top: 30px; }
.mobility .merit-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px 1.9%; margin-top: var(--section-margin-top); }
.mobility .merit-list .merit { width: 18.47%; /*display: flex;
flex-direction: column;
grid-row: span 3;
row-gap: 10px;*/ }
.mobility .merit-list .number { font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; letter-spacing: 0.05em; background-color: #336380; color: #fff; font-size: 16px; font-weight: bold; padding: 3px 10px; }
.mobility .merit-list .text { /*flex: 1;*/ margin: 0.7rem 0; font-weight: 500; /*font-size: 15px;*/ font-size: 14px; line-height: 1.5; font-feature-settings: "palt"; }
.mobility .merit-list .img + .note { margin-top: 2px; text-align: right; line-height: 1.4; }
.mobility .merit-list > .note { width: 100%; text-align: right; }

.porch { margin-top: var(--section-margin-top); }
.porch .overview { display: grid; grid-template-columns: 1fr 0.94fr; gap: 30px; margin-top: 40px; }
.porch .overview .image-photo { display: grid; grid-template-columns: 1fr 0.625fr; gap: 5px; align-items: flex-start; }
.porch .overview .image-photo .img:first-of-type { grid-row: span 2; }
.porch .overview .point { display: flex; flex-direction: column; justify-content: space-between; row-gap: 10px; }
.porch .overview .point li { background-color: #838058; color: #fff; font-size: 20px; font-weight: 500; text-align: center; padding: 15px 10px; border-radius: 6px; }
.porch .detail-list { display: grid; grid-template-columns: 0.94fr 1fr; gap: 30px; margin-top: 40px; }
.porch .detail-list .detail { background-color: #e8e6d2; padding: 25px 30px; display: grid; column-gap: 10px; }
.porch .detail-list .detail .title { font-size: 24px; font-weight: 600; line-height: 1.4; grid-column: span 2; order: 1; margin-bottom: 20px; color: #866e3b; }
.porch .detail-list .detail .text { font-size: 16px; line-height: 1.6; order: 2; }
.porch .detail-list .detail .img { order: 3; grid-row: span 2; }
.porch .detail-list .detail .note { order: 4; margin-top: 10px; line-height: 1.4; }
.porch .detail-list .detail01 { grid-template-columns: 0.79fr 1fr; }
.porch .detail-list .detail02 { grid-template-columns: 1fr 0.9fr; }

@media screen and (max-width: 768px) { .mobility .merit-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px 20px; }
  .mobility .merit-list .merit { width: 100%; }
  .mobility .merit-list > .note { grid-column: span 3; }
  .porch .overview, .porch .detail-list { grid-template-columns: 1fr; }
  .porch .detail-list .detail01 { grid-template-rows: repeat(3, auto) 1fr; grid-template-columns: 1fr 0.9fr; }
  .porch .detail-list .detail01 .img { grid-row: span 3; } }
@media screen and (max-width: 480px) { .mobility .layout-map .cap { position: static; display: block; text-align: right; }
  .mobility .layout-map .cap br { display: none; }
  .mobility .merit-list { grid-template-columns: repeat(2, 1fr); gap: 25px 15px; }
  .mobility .merit-list > .note { grid-column: span 2; text-align: left; }
  .porch .overview .point li { font-size: 16px; }
  .porch .detail-list .detail { padding: 20px 25px; }
  .porch .detail-list .detail .title { font-size: 20px; margin-bottom: 10px; }
  .porch .detail-list .detail01 .note { grid-column: span 2; }
  .porch .detail-list .detail02 { grid-template-columns: 1fr; }
  .porch .detail-list .detail02 .title { grid-column: span 1; }
  .porch .detail-list .detail02 .img { margin-top: 15px; } }
/*******************************

car

*******************************/
.car .section-name { width: clamp(147px, calc(15vw + 91px), 247px); }
.car .overview { display: grid; grid-template-columns: 0.816fr 1fr; column-gap: 60px; margin-top: var(--section-margin-top); }
.car .overview .page-l-copy { line-height: 1.2; color: #000; font-feature-settings: "palt"; letter-spacing: 0; }
.car .overview .map-image { grid-row: span 2; }
.car .overview .information { margin-top: 20px; }
.car .ic-map { margin-top: var(--section-margin-top); }
.car .to-ic { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; margin-top: var(--section-margin-top); }
.car .to-ic .text { margin-top: 15px; }
.car .place-list { margin-top: var(--section-margin-top); display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; }
.car .place-list .place { border: 1px solid #d4c79f; padding: 17px; position: relative; background-color: #fff; }
.car .place-list .place::after { position: absolute; bottom: -10px; right: -10px; z-index: -1; content: ''; width: 100%; height: 100%; display: grid; background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, #dfdac9 1px, #dfdac9 2px); }
.car .place-list .place .name { font-size: 20px; font-weight: 600; font-feature-settings: "palt"; line-height: 1; text-align: center; margin-top: 15px; }
.car .place-list .place .distance { font-feature-settings: "palt"; font-size: 12px; line-height: 1.2; text-align: center; margin-top: 5px; }
.car .place-list .place .text { font-size: 14px; line-height: 1.6; margin-top: 15px; }

@media screen and (max-width: 768px) { .car .overview { column-gap: 30px; }
  .car .to-ic { grid-template-columns: repeat(2, 1fr); gap: 35px 30px; }
  .car .place-list { grid-template-columns: repeat(2, 1fr); gap: 30px; } }
@media screen and (max-width: 480px) { .car .overview { grid-template-columns: 1fr; }
  .car .overview .page-l-copy { text-align: center; }
  .car .overview .map-image { margin-top: 20px; }
  .car .ic-map .cap { position: static; margin-top: 5px; display: grid; text-align: right; }
  .car .to-ic { gap: 30px 15px; }
  .car .place-list { grid-template-columns: 1fr; } }
