/*---------------------------------------------------------
Theme Name: innovation
Theme URI:
Author:innovation Inc.
Author URI:
Description:株式会社innovationのコーポレートサイト
Version: 1.0
---------------------------------------------------------*/

@font-face {
    font-family: 'arrow';
    src: url("fonts/arrow.ttf?eynxjk") format("truetype"), url("fonts/arrow.woff?eynxjk") format("woff"), url("fonts/arrow.svg?eynxjk#arrow") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
 /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'arrow' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
 /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-arrow:before {
    content: "\e900";
    color: #5d5d5d;
}

/*===================================
base
================================== */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/

html {
    line-height: 1.15;
 /* 1 */
    -ms-text-size-adjust: 100%;
 /* 2 */
    -webkit-text-size-adjust: 100%;
 /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers (opinionated).
*/

body {
    margin: 0;
}

/**
* Add the correct display in IE 9-.
*/

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

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

/* Grouping content
========================================================================== */

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/

figcaption,
figure,
main {
 /* 1 */
    display: block;
}

/**
* Add the correct margin in IE 8.
*/

figure {
    margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
 /* 1 */
    height: 0;
 /* 1 */
    overflow: visible;
 /* 2 */
}

/**
* 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: 1em;
 /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a {
    background-color: transparent;
 /* 1 */
    -webkit-text-decoration-skip: objects;
 /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    border-bottom: none;
 /* 1 */
    text-decoration: underline;
 /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
 /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/

b,
strong {
    font-weight: inherit;
}

/**
* 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: 1em;
 /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/

dfn {
    font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/

mark {
    background-color: #ff0;
    color: #000;
}

/**
* 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;
}

/* Embedded content
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

audio,
video {
    display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/

img {
    border-style: none;
}

/**
* Hide the overflow in IE.
*/

svg:not(:root) {
    overflow: hidden;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
 /* 1 */
    font-size: 100%;
 /* 1 */
    line-height: 1.15;
 /* 1 */
    margin: 0;
 /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
 /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
 /* 1 */
    text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
* Remove the inner border and padding in Firefox.
*/

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

/**
* Restore the focus styles unset by the previous rule.
*/

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

/**
* Correct the padding in Firefox.
*/

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

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 /* 1 */
    color: inherit;
 /* 2 */
    display: table;
 /* 1 */
    max-width: 100%;
 /* 1 */
    padding: 0;
 /* 3 */
    white-space: normal;
 /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    display: inline-block;
 /* 1 */
    vertical-align: baseline;
 /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/

textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 /* 1 */
    padding: 0;
 /* 2 */
}

/**
* 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;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

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

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/

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

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
 /* 1 */
    font: inherit;
 /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/

details,
menu {
    display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}

/* Scripting
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

canvas {
    display: inline-block;
}

/**
* Add the correct display in IE.
*/

template {
    display: none;
}

/* Hidden
========================================================================== */

/**
* Add the correct display in IE 10-.
*/

[hidden] {
    display: none;
}

/* Bootstrap ======================== */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

.visible-print {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

.visible-print-inline {
    display: none !important;
}

.visible-print-inline-block {
    display: none !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    color: #574c3d;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-kerning: auto;
    font-kerning: auto;
}

/* reset ======================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #808080;
}

a:hover {
    text-decoration: none;
}

a:link {
    border-radius: 0;
}

ol {
    list-style: none;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
}

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

dl {
    margin-top: 0;
    margin-bottom: 0px;
}

em {
    font-style: normal;
}

/* youtube ======================== */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 8px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* googlemap ======================== */

.ggmap {
    position: relative;
    margin-top: 0px;
    padding-bottom: 30%;
    padding-top: 60px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.acf-map {
    position: relative;
    margin-top: 0px;
    padding-bottom: 30%;
    padding-top: 60px;
    height: 0;
    margin-bottom: 24px;
    overflow: hidden;
}

.acf-map img {
    max-width: inherit !important;
}

/* gogole cal ======================== */

.googlecal {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

.googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* style ======================== */

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

/* Under Construction ======================== */

.UnderConstruction {
    text-align: center;
    font-size: 2.4rem;
    font-family: "Caveat", cursive;
}

/* utility ======================== */

/* vertical-align - utility
--------------------------------------------------------- */

.u-va-t {
    vertical-align: top !important;
}

.u-va-m {
    vertical-align: middle !important;
}

.u-va-b {
    vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */

/* border-radius */

.u-br-4 {
    border-radius: 4px;
    -ms-border-radius: 4px;
}

.u-br-8 {
    border-radius: 8px;
    -ms-border-radius: 8px;
}

.u-br-12 {
    border-radius: 12px;
    -ms-border-radius: 12px;
}

.u-br-16 {
    border-radius: 16px;
    -ms-border-radius: 16px;
}

/* border-none */

.u-br-0 {
    border: none;
}

.u-br-t-0 {
    border-top: none;
}

.u-br-r-0 {
    border-right: none;
}

.u-br-b-0 {
    border-bottom: none;
}

.u-br-l-0 {
    border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */

.u-cf {
    *zoom: 1;
}

.u-cf:after {
    display: table;
    clear: both;
    content: '';
}

/* display - utility
--------------------------------------------------------- */

.u-d-tb {
    display: table !important;
}

.u-d-tbc {
    display: table-cell !important;
}

.u-d-b {
    display: block !important;
}

.u-d-ib {
    display: inline-block !important;
}

.u-d-n {
    display: none !important;
}

/* float - utility
--------------------------------------------------------- */

.u-fl-l {
    float: left !important;
}

.u-fl-r {
    float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */

.u-fz-10 {
    font-size: 0.8em !important;
}

.u-fz-12 {
    font-size: 0.9em !important;
}

.u-fz-14 {
    font-size: 1em !important;
}

.u-fz-16 {
    font-size: 1.1em !important;
}

.u-fz-18 {
    font-size: 1.2em !important;
}

.u-fz-20 {
    font-size: 1.3em !important;
}

.u-fz-22 {
    font-size: 1.4em !important;
}

.u-fz-24 {
    font-size: 1.5em !important;
}

.u-fz-26 {
    font-size: 1.6em !important;
}

/* margin - utility
--------------------------------------------------------- */

/* auto margin */

.u-m-c {
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Top margin */

.u-mt-0 {
    margin-top: 0 !important;
}

.u-mt-8 {
    margin-top: 8px !important;
}

.u-mt-16 {
    margin-top: 16px !important;
}

.u-mt-24 {
    margin-top: 24px !important;
}

.u-mt-32 {
    margin-top: 32px !important;
}

.u-mt-40 {
    margin-top: 40px !important;
}

.u-mt-48 {
    margin-top: 48px !important;
}

.u-mt-56 {
    margin-top: 56px !important;
}

.u-mt-64 {
    margin-top: 64px !important;
}

/* Right margin */

.u-mr-0 {
    margin-right: 0 !important;
}

.u-mr-8 {
    margin-right: 8px !important;
}

.u-mr-16 {
    margin-right: 16px !important;
}

.u-mr-24 {
    margin-right: 24px !important;
}

.u-mr-32 {
    margin-right: 32px !important;
}

.u-mr-40 {
    margin-right: 40px !important;
}

.u-mr-48 {
    margin-right: 48px !important;
}

.u-mr-56 {
    margin-right: 56px !important;
}

.u-mr-64 {
    margin-right: 64px !important;
}

/* Bottom margin */

.u-mb-0 {
    margin-bottom: 0 !important;
}

.u-mb-8 {
    margin-bottom: 8px !important;
}

.u-mb-16 {
    margin-bottom: 16px !important;
}

.u-mb-24 {
    margin-bottom: 24px !important;
}

.u-mb-32 {
    margin-bottom: 32px !important;
}

.u-mb-40 {
    margin-bottom: 40px !important;
}

.u-mb-48 {
    margin-bottom: 48px !important;
}

.u-mb-56 {
    margin-bottom: 56px !important;
}

.u-mb-64 {
    margin-bottom: 64px !important;
}

/* Left margin */

.u-ml-0 {
    margin-left: 0 !important;
}

.u-ml-8 {
    margin-left: 8px !important;
}

.u-ml-16 {
    margin-left: 16px !important;
}

.u-ml-24 {
    margin-left: 24px !important;
}

.u-ml-32 {
    margin-left: 32px !important;
}

.u-ml-40 {
    margin-left: 40px !important;
}

.u-ml-48 {
    margin-left: 48px !important;
}

.u-ml-56 {
    margin-left: 56px !important;
}

.u-ml-64 {
    margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */

.u-ws-nowrap {
    white-space: nowrap;
}

.u-mx-img {
    max-width: 100%;
}

.u-tx-inside {
    margin-left: 1em;
    text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */

/* Top padding */

.u-pt-0 {
    padding-top: 0 !important;
}

.u-pt-8 {
    padding-top: 8px !important;
}

.u-pt-16 {
    padding-top: 16px !important;
}

.u-pt-24 {
    padding-top: 24px !important;
}

.u-pt-32 {
    padding-top: 32px !important;
}

.u-pt-40 {
    padding-top: 40px !important;
}

.u-pt-48 {
    padding-top: 48px !important;
}

.u-pt-56 {
    padding-top: 56px !important;
}

.u-pt-64 {
    padding-top: 64px !important;
}

/* Right padding */

.u-pr-0 {
    padding-right: 0 !important;
}

.u-pr-8 {
    padding-right: 8px !important;
}

.u-pr-16 {
    padding-right: 16px !important;
}

.u-pr-24 {
    padding-right: 24px !important;
}

.u-pr-32 {
    padding-right: 32px !important;
}

.u-pr-40 {
    padding-right: 40px !important;
}

.u-pr-48 {
    padding-right: 48px !important;
}

.u-pr-56 {
    padding-right: 56px !important;
}

.u-pr-64 {
    padding-right: 64px !important;
}

/* Bottom padding */

.u-pb-0 {
    padding-bottom: 0 !important;
}

.u-pb-8 {
    padding-bottom: 8px !important;
}

.u-pb-16 {
    padding-bottom: 16px !important;
}

.u-pb-24 {
    padding-bottom: 24px !important;
}

.u-pb-32 {
    padding-bottom: 32px !important;
}

.u-pb-40 {
    padding-bottom: 40px !important;
}

.u-pb-48 {
    padding-bottom: 48px !important;
}

.u-pb-56 {
    padding-bottom: 56px !important;
}

.u-pb-64 {
    padding-bottom: 64px !important;
}

/* Left padding */

.u-pl-0 {
    padding-left: 0 !important;
}

.u-pl-8 {
    padding-left: 8px !important;
}

.u-pl-16 {
    padding-left: 16px !important;
}

.u-pl-24 {
    padding-left: 24px !important;
}

.u-pl-32 {
    padding-left: 32px !important;
}

.u-pl-40 {
    padding-left: 40px !important;
}

.u-pl-48 {
    padding-left: 48px !important;
}

.u-pl-56 {
    padding-left: 56px !important;
}

.u-pl-64 {
    padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */

.u-pos-a {
    position: absolute !important;
}

.u-pos-r {
    position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */

.u-ta-l {
    text-align: left !important;
}

.u-ta-c {
    text-align: center !important;
}

.u-ta-r {
    text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */

.u-fw-n {
    font-weight: normal !important;
}

.u-fw-b {
    font-weight: bold !important;
}

.u-td-u {
    text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */

.u-tt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
 /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */

.u-w-auto {
    width: auto !important;
}

.u-maw-full {
    max-width: 100% !important;
}

.u-maw-half {
    max-width: 50% !important;
}

/*===================================
layout
================================== */

#wrapper {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#pageBody {
    padding: 0;
}

#pageBody .pageBody_inner {
    width: 100%;
    padding-top: 120px;
    position: relative;
}

#pageBody .pageBody_inner.pageBg {
    background-color: #E9E9E9;
    padding-bottom: 120px;
}

.containerArea {
    max-width: 1100px;
    margin: 0 auto;
    padding: 56px 0 0 0;
}

.containerArea_inner {
    padding: 70px 0 0 0;
}

/* gutter ======================== */

.gutterTop_minus {
    margin-top: -40px;
}

.gutterBottom {
    padding-bottom: 120px;
}

/* heading ======================== */

/* == ■■■■■■ main ■■■■■■ == */

.mainHeading {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 3.2rem;
    position: relative;
    /*font-family: "Marcellus SC", serif;*/
}

.mainHeading span {
    display: block;
    font-family: "Noto Sans JP";
    font-size: 1.3rem;
    margin: 8px 0;
}

.mainHeading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 62px;
    height: 2px;
    background-color: #c6474e;
}

/* == ■■■■■■ lower top ■■■■■■ == */

.lowerHeading {
    width: 100%;
    padding: 64px 32px 0px 32px;
}

.lowerHeading .lowerHeading_inner {
    position: relative;
    width: 100%;
    background-size: cover;
    padding-bottom: 22.5%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

.lowerHeading .lowerHeading_inner span {
    display: block;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    letter-spacing: 0.2rem;
    text-align: center;
    /*font-family: "Marcellus SC", serif;*/
    font-size: 5.0rem;
}

.lowerHeading .lowerHeading_inner span small {
    display: block;
    width: 100%;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    margin-top: 8px;
}

.lowerHeading .lowerHeading_inner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
}

.lowerHeading .lowerHeading_inner.aboutBg {
    background-image: url(images/about/heading.jpg);
}

.lowerHeading .lowerHeading_inner.carlistBg {
    background-image: url(images/carlist/heading.jpg);
}

.lowerHeading .lowerHeading_inner.firstguideBg {
    background-image: url(images/firstguide/heading.jpg);
}

.lowerHeading .lowerHeading_inner.priceBg {
    background-image: url(images/price/heading.jpg);
}

.lowerHeading .lowerHeading_inner.archive_rentalBg {
    background-image: url(images/price/archive/heading_rental.jpg);
}

.lowerHeading .lowerHeading_inner.archive_experienceBg {
    background-image: url(images/price/archive/heading_experience.jpg);
}

/* .lowerHeading .lowerHeading_inner.archive_eventBg {
    background-image: url(images/price/archive/heading_event.jpg);
} */

.lowerHeading .lowerHeading_inner.faqBg {
    background-image: url(images/faq/heading.jpg);
}

.lowerHeading .lowerHeading_inner.blogBg {
    background-image: url(images/blog/heading.jpg);
}

.lowerHeading .lowerHeading_inner.privacyBg {
    background-image: url(images/privacy/heading.jpg);
}

.lowerHeading .lowerHeading_inner.contactBg {
    background-image: url(images/contact/heading.jpg);
}

.lowerHeading .lowerHeading_inner.reserveBg {
    background-image: url(images/reserve/heading.jpg);
}

/* == ■■■■■■ normal ■■■■■■ == */

.normalHeading {
    position: relative;
    text-align: center;
    font-family: "Josefin Slab", serif;
    font-size: 4rem;
    font-weight: bold;
    color: #c6474e;
}

.normalHeading.ja {
    position: relative;
    font-family: "Noto Sans JP";
    letter-spacing: 0.5rem;
    color: #262626;
    font-size: 2.4rem;
    font-weight: normal;
}

.normalHeading.ja::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #c6474e;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
}

.normalHeading small {
    display: block;
    font-weight: normal;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
}

/* btn ======================== */

/* == ■■■■■■ branch ■■■■■■ == */

.btnBranch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btnBranch.secondBranch li {
    width: 20%;
    padding: 0 12px;
}

.btnBranch.thirdBranch li {
    width: 20%;
    padding: 0 12px;
}

.btnBranch li a {
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #7b7b7b;
    color: #7b7b7b;
}

.btnBranch li a:hover {
    background-color: #7b7b7b;
    color: #fff;
}

/* == ■■■■■■ no bg ■■■■■■ == */

.mainBtn {
    max-width: 300px;
    margin: 0 auto;
}

.mainBtn a {
    position: relative;
    display: block;
    font-weight: bold;
    padding: 12px 0;
    border: 1px solid #7b7b7b;
    color: #7b7b7b;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.mainBtn a::before,
.mainBtn a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
}

.mainBtn a::before {
    top: -2px;
    left: -2px;
}

.mainBtn a::after {
    bottom: -2px;
    right: -2px;
}

.mainBtn a:hover {
    color: #c6474e;
}

.mainBtn a:hover::before,
.mainBtn a:hover::after {
    width: 100%;
    height: 100%;
}

.mainBtn a:hover::before {
    border-bottom-color: #c6474e;
    border-left-color: #c6474e;
    -webkit-transition: height .3s, width .3s .3s;
    transition: height .3s, width .3s .3s;
}

.mainBtn a:hover::after {
    border-top-color: #c6474e;
    border-right-color: #c6474e;
    -webkit-transition: height .3s, width .3s .3s;
    transition: height .3s, width .3s .3s;
}

.mainBtn.wihte a {
    border: 2px solid #fff;
    color: #fff;
}

.mainBtn.wihte a:hover {
    color: #641d1d;
}

.mainBtn.wihte a:hover::before,
.mainBtn.wihte a:hover::after {
    width: 100%;
    height: 100%;
}

.mainBtn.wihte a:hover::before {
    border-bottom-color: #641d1d;
    border-left-color: #641d1d;
    -webkit-transition: height .3s, width .3s .3s;
    transition: height .3s, width .3s .3s;
}

.mainBtn.wihte a:hover::after {
    border-top-color: #641d1d;
    border-right-color: #641d1d;
    -webkit-transition: height .3s, width .3s .3s;
    transition: height .3s, width .3s .3s;
}

/* == ■■■■■■ on bg ■■■■■■ == */

.normalBtn {
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid #7b7b7b;
}

.normalBtn a {
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #7b7b7b;
}

.normalBtn a:hover {
    background-color: #c6474e;
    color: #fff;
}

.normalBtn:hover {
    border: 1px solid #c6474e;
}

.normalBtn.whiteBtn {
    border: 1px solid #fff;
}

.normalBtn.whiteBtn a {
    color: #fff;
}

.normalBtn.whiteBtn:hover {
    border: 1px solid #c6474e;
}

.normalBtn.redBtn {
    border: 1px solid #fff;
}

.normalBtn.redBtn a {
    color: #fff;
}

.normalBtn.redBtn a:hover {
    background-color: #fff;
    color: #c6474e;
}

.normalBtn.redBtn:hover {
    border: 1px solid #c6474e;
}

/* price ======================== */

.priceGutter {
    margin-top: -40px;
}

.priceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -24px;
}

.priceWrap.priceArchive {
    margin-top: -64px;
}

.priceWrap.priceArchive li {
    width: 23%;
}

.priceWrap.priceArchive li:last-child {
    margin-top: 210px;
}

.priceWrap.priceArchive_experience li {
    width: 31%;
}

.priceWrap.priceArchive_experience_single {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.priceWrap.priceArchive_experience_single li {
    width: 31%;
    margin-right: 2%;
}

.priceWrap li {
    width: 31%;
    padding: 24px 16px;
    border: 1px solid #7b7b7b;
}

.priceWrap li:nth-of-type(2) {
    margin-top: 70px;
}

.priceWrap li:nth-of-type(3) {
    margin-top: 140px;
}

.priceWrap li .priceWrap_inner p:nth-of-type(2) {
    text-align: center;
    margin: 16px 0;
}

.priceWrap li .priceWrap_inner p:nth-of-type(3) {
    max-width: 320px;
}

/* pageNav ======================== */

.pagelink {
    max-width: 1100px;
    margin: 0 auto;
}

.pagelink .page-numbers {
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin-right: 5px;
}

/* style ======================== */

.u-lh {
    line-height: 1.75;
}

/* under construction ======================== */

.under_construction {
    text-align: center;
    color: #412a2a;
    font-size: 3.0rem;
    font-family: "Caveat", cursive;
}

/* 404 ======================== */

.errorWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
}

.errorWrap li {
    width: 100%;
    margin-bottom: 16px;
}

.errorWrap li:nth-child(1) {
    font-family: "Caveat", cursive;
    font-size: 3rem;
}

.errorWrap li:nth-child(2) {
    line-height: 1.75;
}

/*===================================
header
================================== */

#pageHeader {
    width: 100%;
    color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
}

#pageHeader .pageHeader-inner {
    padding: 0 32px;
    margin: 0 auto;
    position: relative;
}

#pageHeader .pageHeader-inner .logoImg {
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    font-family: "Josefin Slab", serif;
    top: -100px;
    left: 32px;
    font-size: 4.0rem;
}

#pageHeader .pageHeader-inner .logoImg a {
    color: #333;
}

#pageHeader .pageHeader-inner #humberger {
    display: none;
}

#pageHeader #drawernav .globalNav {
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

#pageHeader #drawernav .globalNav li:last-child a {
    padding-right: 0;
}

#pageHeader #drawernav .globalNav li a {
    font-family: "Marcellus SC", serif;
    display: block;
    position: relative;
    padding: 16px 16px;
    font-size: 1.8rem;
    font-style: normal;
    text-align: center;
    color: #333;
    letter-spacing: 0.1rem;
}

#pageHeader #drawernav .globalNav li a span {
    display: block;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    text-align: center;
    margin: 3px 0;
}

#pageHeader.topHeader.header-bg {
    position: fixed;
    width: 100%;
    height: 60px;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
}

#pageHeader.topHeader.header-bg .logoImg {
    top: 12px;
}

#pageHeader.topHeader.header-bg #drawernav .globalNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
}

#pageHeader.topHeader.header-bg #drawernav .globalNav li a {
    padding: 12px 16px;
}

#pageHeader.lowerHeader {
    background-color: #fff;
}

#pageHeader.lowerHeader .logoImg {
    top: 10px;
}

#pageHeader.lowerHeader #drawernav .globalNav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#pageHeader.lowerHeader #drawernav .globalNav li a {
    padding: 12px 18px;
}

/* drower open ======================== */

/* copy ======================== */

.fix_copy {
    position: fixed;
    right: -68px;
    top: 50%;
    font-family: "Marcellus SC", serif;
    font-style: italic;
    color: #a7a7a7;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* sns ======================== */

.fixSns {
    position: fixed;
    left: 8px;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.fixSns li {
    margin-bottom: 16px;
}

.fixSns li:last-child {
    margin-bottom: 0;
}

.fixSns li a {
    display: block;
    text-align: center;
}

/*===================================
footer
================================== */

/* reserve ======================== */

.reserveWrap {
    width: 100%;
    color: #fff;
    position: relative;
    background-image: url(images/common/reserve_img_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.reserveWrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.reserveWrap .reserveHeading {
    position: relative;
    z-index: 1;
    font-family: "Marcellus SC", serif;
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
}

.reserveWrap .reserveHeading span {
    display: block;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    margin: 8px 0;
}

.reserveWrap .reserveText {
    position: relative;
    z-index: 1;
}

.reserveWrap .reserveText p {
    text-align: center;
    line-height: 1.75;
    margin-bottom: 40px;
}

.reserveWrap .reserveList {
    max-width: 500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reserveWrap .reserveList li:nth-child(1),
.reserveWrap .reserveList li:nth-child(2) {
    width: 48%;
}

.reserveWrap .reserveList li:nth-child(1) a,
.reserveWrap .reserveList li:nth-child(2) a {
    display: block;
    padding: 12px 0;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}

.reserveWrap .reserveList li:nth-child(3) {
    width: 100%;
    margin: 16px 0;
}

.reserveWrap .reserveList li:nth-child(3) a {
    display: block;
    padding: 12px 0;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}

.reserveWrap .reserveList li:nth-child(4) {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.reserveWrap .reserveList li:nth-child(5) {
    width: 100%;
    text-align: center;
    font-family: "Marcellus SC", serif;
    font-size: 2.4rem;
}

.reserveWrap .reserveList li:nth-child(6) {
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

/* footer ======================== */

#pageFooter {
    border-top: 5px solid #c6474e;
    width: 100%;
    padding: 16px 0;
    background-color: #333333;
}

#pageFooter #pageTop {
    position: fixed;
    z-index: 2;
    right: 8px;
    bottom: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
}

#pageFooter #pageTop a {
    display: block;
    font-size: 2.4rem;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

#pageFooter .pageFooter_inner {
    max-width: 1100px;
    margin: 0 auto;
}

#pageFooter .pageFooter_inner .footerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#pageFooter .pageFooter_inner .footerList li a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    padding: 8px 16px;
    font-family: "Marcellus SC", serif;
}

#pageFooter .pageFooter_inner .copy {
    text-align: center;
    margin: 16px 0 8px 0;
    color: #fff;
    font-family: "Josefin Slab", serif;
}

/*===================================
top
================================== */

/* top img ======================== */

.topImg_wrap {
    padding: 64px 32px 0px 32px;
}

.topImg_wrap .topImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.topImg_wrap .topImg.main_keyvisual {
    background-image: url(images/top/key_visual/key_visual.jpg);
}

.topImg_wrap .topImg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.topImg_wrap .topImg span {
    z-index: 2;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.topImg_wrap .topImg span:nth-of-type(1) {
    margin: 16px 0;
    font-size: 8.0rem;
    letter-spacing: 1rem;
    font-family: "Marcellus SC", serif;
}

.topImg_wrap .topImg span:nth-of-type(2) {
    font-size: 1.8rem;
}

/* top slide ======================== */

.swiper-container {
    width: 100%;
}

.swiper-container.topSlider {
    margin-top: 64px;
    padding: 0px 32px 0px 32px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.swiper-container.topSlider .topText {
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.swiper-container.topSlider .topText span {
    text-align: center;
    display: block;
}

.swiper-container.topSlider .topText span:nth-of-type(1) {
    margin: 16px 0;
    font-size: 8.0rem;
    letter-spacing: 1rem;
    font-family: "Marcellus SC", serif;
}

.swiper-container.topSlider .topText span:nth-of-type(2) {
    font-size: 1.8rem;
}

.swiper-container.topSlider .swiper-wrapper li.swiper-slide {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-container.topSlider .swiper-wrapper li.swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-container.topSlider .swiper-wrapper li.swiperImg_top01 {
    background-image: url(images/top/key_visual/slider/key_visual01.jpg);
}

.swiper-container.topSlider .swiper-wrapper li.swiperImg_top02 {
    background-image: url(images/top/key_visual/slider/key_visual02.jpg);
}

.swiper-container.topSlider .swiper-wrapper li.swiperImg_top03 {
    background-image: url(images/top/key_visual/slider/key_visual03.jpg);
}

.swiper-container.topSlider .swiper-wrapper li.swiperImg_top04 {
    background-image: url(images/top/key_visual/slider/key_visual04.jpg);
}

.swiper-container.topSlider .swiper-wrapper li.swiperImg_top05 {
    background-image: url(images/top/key_visual/slider/key_visual05.jpg);
}

/* about us ======================== */

.aboutWrap {
    position: relative;
    width: 100%;
}

.aboutWrap .aboutWrap_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aboutWrap .aboutWrap_inner::after {
    content: '';
    z-index: -1;
    position: absolute;
    right: -100%;
    top: 32px;
    width: 70vw;
    height: 98%;
    background-color: #c6474e;
    -webkit-transition: 1s;
    transition: 1s;
}

.aboutWrap .aboutWrap_inner.contents_effect::after {
    content: '';
    right: 0;
}

.aboutWrap .aboutWrap_inner li:nth-child(1) {
    width: 60%;
    position: relative;
}

.aboutWrap .aboutWrap_inner li:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 230px 230px 0 0;
    border-color: #fff transparent transparent transparent;
}

.aboutWrap .aboutWrap_inner li:nth-child(1) h3 {
    position: absolute;
    top: 0;
    left: 0;
}

.aboutWrap .aboutWrap_inner li:nth-child(2) {
    width: 40%;
}

.aboutWrap .aboutWrap_inner li:nth-child(2) p:nth-of-type(1) {
    text-align: center;
    color: #fff;
    line-height: 2.2;
}

.aboutWrap .aboutWrap_inner li:nth-child(2) p:nth-of-type(2) {
    margin-top: 24px;
}

/* car list ======================== */

.carList_wrap {
    width: 100%;
    position: relative;
    background-image: url(images/top/top_bg01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-bottom: 40%;
}

.carList_wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.51);
    z-index: 1;
}

.carList_wrap .carList_wrap_cover::before {
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 100vw 0 0;
    border-color: #fff transparent transparent transparent;
}

.carList_wrap .carList_wrap_cover::after {
    content: "";
    z-index: 2;
    bottom: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 150px 100vw;
    border-color: transparent transparent #fff transparent;
}

.carList_wrap .carList_wrap_box {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.carList_wrap .carList_wrap_box .carList_wrap_box_inner {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    width: 300px;
    height: 300px;
    right: 0%;
    border: 1px solid #fff;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carList_wrap .carList_wrap_box .carList_wrap_box_inner p {
    width: 100%;
}

.carList_wrap .carList_wrap_box .carList_wrap_box_inner p:nth-of-type(1) {
    text-align: center;
    color: #fff;
    font-size: 3.0rem;
    font-family: "Marcellus SC", serif;
}

.carList_wrap .carList_wrap_box .carList_wrap_box_inner p:nth-of-type(1) span {
    font-size: 1.1rem;
    font-family: "Noto Sans JP";
    display: block;
    margin-top: 8px;
}

.carList_wrap .carList_wrap_box .carList_wrap_box_inner p:nth-of-type(2) {
    max-width: 240px;
    margin-top: 24px;
}

/* instagram ======================== */

.instaWrap {
    margin-bottom: 40px;
}

/* movie ======================== */

.movieWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.movieWrap li {
    width: 33.33333%;
    padding: 16px;
}

/* blog ======================== */

.blogWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 40px;
}

.blogWrap li {
    width: 100%;
    border-top: 1px solid #CBCBCB;
}

.blogWrap li:last-child {
    border-bottom: 1px solid #CBCBCB;
}

.blogWrap li a {
    display: block;
    padding: 22px 0 16px 0;
    position: relative;
}

.blogWrap li a span {
    display: inline-block;
    vertical-align: middle;
}

.blogWrap li a span:nth-of-type(1) {
    font-family: "Josefin Slab", serif;
}

.blogWrap li a span:nth-of-type(2) {
    margin-left: 8px;
    font-size: 1.2rem;
}

.blogWrap li a span:nth-of-type(2).news {
    background-color: #fc7272;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
}

.blogWrap li a span:nth-of-type(2).weblog {
    background-color: #5BAABE;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
}

.blogWrap li a span:nth-of-type(3) {
    margin-left: 16px;
    font-size: 1.6rem;
}

.blogWrap li a span:nth-of-type(4) {
    position: absolute;
    right: 8px;
    font-size: 1.1rem;
    -webkit-transition: .5s;
    transition: .5s;
}

.blogWrap li a:hover span:nth-of-type(4) {
    right: 0;
}

/*===================================
about
================================== */

/* Description of business ======================== */

.businessWrap {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.businessWrap li:nth-child(1) {
    width: 40%;
}

.businessWrap li:nth-child(2) {
    width: 55%;
    padding-top: 72px;
    position: relative;
}

.businessWrap li:nth-child(2) .businessWrap_inner {
    -webkit-box-shadow: 0px 0px 5px 0px #919191;
    box-shadow: 0px 0px 5px 0px #919191;
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 40px 24px;
    left: -80px;
    bottom: -20px;
}

.businessWrap li:nth-child(2) .businessWrap_inner p:nth-of-type(1) {
    line-height: 2;
    margin-bottom: 24px;
}

.businessWrap li:nth-child(2) .businessWrap_inner::after {
    content: "";
    top: -12px;
    left: 12px;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.46);
}

/* Shop information ======================== */

table.shopInfo {
    width: 100%;
    margin: 0 auto 40px auto;
    border-collapse: collapse;
}

table.shopInfo tr th {
    width: 15%;
    padding: 24px 0;
    text-align: center;
    position: relative;
}

table.shopInfo tr th::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 40px;
    top: 50%;
    background-color: #919191;
}

table.shopInfo tr td {
    width: 70%;
    padding: 24px 40px;
}

/*===================================
calist
================================== */

/* archive ======================== */

.carlistWrap .carlistWrap_inner {
    position: relative;
    margin-bottom: 240px;
}

.carlistWrap .carlistWrap_inner li p {
    position: relative;
    z-index: 3;
}

.carlistWrap .carlistWrap_inner li p:nth-of-type(1) {
    font-family: "Marcellus SC", serif;
    margin-bottom: 16px;
    color: #c6474e;
    font-weight: bold;
}

.carlistWrap .carlistWrap_inner li p:nth-of-type(2) {
    font-family: "Josefin Slab", serif;
    font-size: 2.4rem;
    margin-bottom: 16px;
    font-weight: bold;
}

.carlistWrap .carlistWrap_inner li p:nth-of-type(3) {
    line-height: 1.75;
}

.carlistWrap .carlistWrap_inner li p:nth-of-type(4) {
    margin: 24px 0 0 0;
}

.carlistWrap .carlistWrap_inner:nth-of-type(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.carlistWrap .carlistWrap_inner:nth-of-type(odd) li:nth-child(1) {
    width: 70%;
}

.carlistWrap .carlistWrap_inner:nth-of-type(odd) li:nth-child(2) {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: -28%;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 5px 0px #919191;
    box-shadow: 0px 0px 5px 0px #919191;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 16px;
}

.carlistWrap .carlistWrap_inner:nth-of-type(odd) li:nth-child(2)::after {
    content: "";
    padding: 16px 0;
    width: 104%;
    height: 78%;
    position: absolute;
    right: -12px;
    background-color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
}

.carlistWrap .carlistWrap_inner:nth-of-type(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap row-reverse;
    flex-flow: wrap row-reverse;
}

.carlistWrap .carlistWrap_inner:nth-of-type(even) li:nth-child(1) {
    width: 70%;
}

.carlistWrap .carlistWrap_inner:nth-of-type(even) li:nth-child(2) {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    width: 50%;
    bottom: -28%;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 5px 0px #919191;
    box-shadow: 0px 0px 5px 0px #919191;
    padding: 40px 16px;
}

.carlistWrap .carlistWrap_inner:nth-of-type(even) li:nth-child(2)::after {
    content: "";
    padding: 16px 0;
    width: 104%;
    height: 78%;
    position: absolute;
    right: -12px;
    background-color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
}

/* single ======================== */

/* == ■■■■■■ heading ■■■■■■ == */

.carlist_singleHeading {
    padding-top: 180px;
    width: 100%;
}

.carlist_singleHeading .carlist_singleHeading_inner {
    width: 100%;
    position: relative;
    text-align: center;
    font-family: "Josefin Slab", serif;
    font-size: 4.0rem;
}

.carlist_singleHeading .carlist_singleHeading_inner::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 48px;
    height: 4px;
    top: 56px;
    background-color: #c6474e;
}

/* == ■■■■■■ slider ■■■■■■ == */

.carlist_singleslider {
    max-width: 1100px;
    margin: 0 auto 24px auto;
}

.carlist_singleslider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 32px;
    height: 3px;
    margin: 0 8px;
    outline: 0;
    border-radius: 0px;
}

.carlist_singleslider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* == ■■■■■■ Ability ■■■■■■ == */

.abilityContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 80px;
}

.abilityContent li {
    width: 100%;
}

.abilityContent li:nth-child(1) {
    font-family: "Marcellus SC", serif;
    font-size: 2.4rem;
    margin-bottom: 16px;
}

.abilityContent li:nth-child(2) {
    line-height: 1.75;
}

.abilityWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
}

.abilityWrap.reversWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-bottom: 0;
}

.abilityWrap li:nth-child(1) {
    width: 45%;
}

.abilityWrap li:nth-child(2) {
    width: 50%;
}

.abilityWrap li:nth-child(2) table.abilityList {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.abilityWrap li:nth-child(2) table.abilityList tr {
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
}

.abilityWrap li:nth-child(2) table.abilityList tr th {
    padding: 16px 0;
    text-align: center;
    position: relative;
    width: 35%;
}

.abilityWrap li:nth-child(2) table.abilityList tr th::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 24px;
    background-color: #a0a0a0;
}

.abilityWrap li:nth-child(2) table.abilityList tr td {
    width: 65%;
    padding: 16px 0px 16px 16px;
}

/* movie ======================== */

.movie_singleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.movie_singleWrap li {
    width: 33.33333%;
    padding: 16px;
}

/*===================================
price
================================== */

/* price.php ======================== */

.priceText {
    text-align: center;
    line-height: 2;
    font-size: 1.8rem;
}

/* archive ======================== */

/* == ●●●  Plan info ●●● == */

.archiveInfo_text span {
    display: block;
}

.archiveInfo_text span:nth-of-type(1) {
    font-size: 2rem;
    margin-bottom: 24px;
    color: #c6474e;
    font-family: "Noto Sans JP";
}

.archiveInfo_text span:nth-of-type(2) {
    line-height: 1.75;
    margin-bottom: 16px;
}

.archiveInfo_text span:nth-of-type(3) {
    line-height: 1.75;
}

/* == ●●●  Car list price ●●● == */

/* single ======================== */

.priceCaution {
    margin-top: -40px;
    margin-bottom: 56px;
    color: #c6474e;
    font-size: 1.2rem;
}

/* == ■■■■■■ btn ■■■■■■ == */

.carInfo_btn {
    max-width: 200px;
    border: 1px solid #7b7b7b;
    margin: 8px auto 0 auto;
}

.carInfo_btn a {
    display: block;
    font-family: "Josefin Slab", serif;
    padding: 5px 0;
    text-align: center;
    color: #7b7b7b;
}

/* == ■■■■■■ info ■■■■■■ == */

.singlePage_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.singlePage_wrap li:nth-child(1) {
    width: 40%;
}

.singlePage_wrap li:nth-child(2) {
    width: 55%;
}

.singlePage_wrap li:nth-child(2) p {
    font-size: 1.6rem;
    line-height: 1.75;
}

.singlePage_wrap li:nth-child(3) {
    max-width: 600px;
    margin: 40px auto 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.singlePage_wrap li:nth-child(3).reserve_ver p {
    width: 48%;
}

.singlePage_wrap li:nth-child(3).reserve_ver p:nth-of-type(2) {
    background-color: #fff;
}

.singlePage_wrap li:nth-child(3).reserve_ver p:nth-of-type(2) a {
    color: #838383;
    border: 1px solid #838383;
}

.singlePage_wrap li:nth-child(3).reserve_ver p:nth-of-type(1) {
    width: 100%;
}

.singlePage_wrap li:nth-child(3) p {
    width: 48%;
    margin-bottom: 16px;
}

.singlePage_wrap li:nth-child(3) p a {
    display: block;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #838383;
}

.singlePage_wrap li:nth-child(3) p:nth-of-type(1) {
    background-color: #fc7272;
}

.singlePage_wrap li:nth-child(3) p:nth-of-type(1) a {
    color: #fff;
    border: 1px solid #fc7272;
}

.singlePage_wrap li:nth-child(3) p:nth-of-type(2) {
    background-color: #5BAABE;
}

.singlePage_wrap li:nth-child(3) p:nth-of-type(2) a {
    color: #fff;
    border: 1px solid #5BAABE;
}

/*===================================
FAQ
================================== */

.toggleArea {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    max-width: 800px;
    margin: 0 auto 40px auto;
    border-top: 1px solid #7b7b7b;
    border-bottom: 1px solid #7b7b7b;
}

.toggleArea .toggleArea_btn {
    padding: 40px 40px 40px 10px;
    line-height: 1.75;
}

.toggleArea .toggleArea_btn span {
    font-family: "Marcellus SC", serif;
    display: block;
    max-width: 100px;
    padding-bottom: 2px;
    text-align: center;
    background-color: #c6474e;
    color: #fff;
    margin-bottom: 10px;
}

.toggleArea .toggleArea_btn p {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
}

.toggleArea .toggleArea_btn p i {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #7b7b7b;
}

.toggleArea .toggleArea_btn p i:nth-of-type(1) {
    position: absolute;
}

.toggleArea .toggleArea_btn p i:nth-of-type(2) {
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.toggleArea .toggleArea_btn .toggleArea_btn-icon {
    -webkit-transform: rotate(-180deg) translateY(-30%);
    transform: rotate(-180deg) translateY(-30%);
    -webkit-transition: .5s;
    transition: .5s;
}

.toggleArea .toggleArea_btn.toggleArea_btn-active {
    -webkit-transition: .5s;
    transition: .5s;
}

.toggleArea .toggleArea_btn.toggleArea_btn-active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff8ed;
    z-index: -1;
}

.toggleArea .toggleArea_btn.toggleArea_btn-active p {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggleArea .toggleArea_inner {
    display: none;
    padding: 0px 40px 40px 10px;
    line-height: 1.75;
}

.toggleArea .toggleArea_inner span {
    font-family: "Marcellus SC", serif;
    display: block;
    max-width: 100px;
    padding-bottom: 2px;
    text-align: center;
    background-color: #c6474e;
    color: #fff;
    margin-bottom: 10px;
}

.toggleArea .toggleArea_inner p {
    margin-bottom: 16px;
}

/*===================================
blog
================================== */

/* archive ======================== */

.blogArchive_Wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
}

.blogArchive_Wrap li {
    width: 25%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
}

.blogArchive_Wrap li .blogArchive_Wrap_inner:nth-of-type(1) {
    width: 100%;
}

.blogArchive_Wrap li .blogArchive_Wrap_inner:nth-of-type(1) a {
    display: block;
}

.blogArchive_Wrap li .blogArchive_Wrap_inner:nth-of-type(1) a span {
    display: block;
    background-size: cover;
    background-position: center;
}

.blogArchive_Wrap li .blogArchive_Wrap_inner:nth-of-type(1) a span::before {
    content: '';
    display: block;
    padding-top: 70%;
}

.blogArchive_Wrap li .blogArchive_Wrap_inner:nth-of-type(2) {
    width: 100%;
}

.blogArchive_Wrap li .blogArchive_Wrap_inner:nth-of-type(2) p:nth-of-type(1) {
    display: inline-block;
    margin-top: 5px;
    padding: 4px 8px;
    font-size: 1.4rem;
}

.blogArchive_Wrap li .blogArchive_Wrap_inner:nth-of-type(2) p:nth-of-type(1).news {
    background-color: #fc7272;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
}

.blogArchive_Wrap li .blogArchive_Wrap_inner:nth-of-type(2) p:nth-of-type(1).weblog {
    background-color: #5BAABE;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
}

.blogArchive_Wrap li .blogArchive_Wrap_inner:nth-of-type(2) p:nth-of-type(2) {
    margin: 8px 0;
    font-size: 1.2rem;
}

/* == ■■■■■■ heading ■■■■■■ == */

.recentHeading {
    width: 100%;
    font-family: "Marcellus SC", serif;
    font-size: 2.0rem;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    background-color: #fc7272;
}

/* single ======================== */

.singlepageTitle {
    text-align: center;
    font-size: 3.0rem;
    letter-spacing: 0.5rem;
    font-weight: bold;
}

.singlePage_heading {
    max-width: 1100px;
    padding: 16px 0;
    margin: 0 auto;
    font-size: 2.0rem;
    text-align: center;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
}

.singlePageWrap .singlePageWrap_parts span {
    display: block;
    text-align: center;
}

.singlePageWrap .singlePageWrap_parts span:nth-of-type(1) {
    width: 1px;
    height: 40px;
    background-color: #898989;
    margin: -40px auto 0 auto;
}

.singlePageWrap .singlePageWrap_parts span:nth-of-type(2) {
    max-width: 120px;
    margin: 16px auto 16px auto;
    padding: 5px 0;
}

.singlePageWrap .singlePageWrap_parts span:nth-of-type(2).news {
    background-color: #fc7272;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
}

.singlePageWrap .singlePageWrap_parts span:nth-of-type(2).weblog {
    background-color: #5BAABE;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
}

.singlePageWrap .singlePageWrap_parts span:nth-of-type(3) {
    font-size: 1.2rem;
}

.singlePageWrap .singlePageWrap_inner {
    padding: 80px 0 24px 0;
    max-width: 800px;
    margin: 0 auto;
}

.singlePageWrap .singlePageWrap_inner p {
    margin: 0 0 20px;
    line-height: 2.4;
    font-size: 1.6rem;
}

.singlePageWrap .singlePageWrap_inner a {
    color: #c6474e;
    text-decoration: underline;
}

.singlePageWrap .singlePageWrap_inner blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    margin: 0;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #c6474e;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.singlePageWrap .singlePageWrap_inner blockquote::before {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #9dd4ff;
    font-size: 30px;
    line-height: 1;
}

.singlePageWrap .singlePageWrap_inner blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

.singlePageWrap .singlePageWrap_inner blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.singlePageWrap .singlePageWrap_inner ul {
    background: #fffcf4;
    margin: 0 0 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px silver;
    box-shadow: 0px 0px 5px silver;
    padding: 0.5em 0.5em 0.5em 2em;
}

.singlePageWrap .singlePageWrap_inner ul li {
    list-style: disc;
    line-height: 1.5;
    padding: 0.5em 0;
}

.singlePageWrap .singlePageWrap_inner ol {
    background: #fffcf4;
    margin: 0 0 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px silver;
    box-shadow: 0px 0px 5px silver;
    padding: 0.5em 0.5em 0.5em 2em;
}

.singlePageWrap .singlePageWrap_inner ol li {
    list-style: decimal;
    line-height: 1.5;
    padding: 0.5em 0;
}

.singlePageWrap .singlePageWrap_inner h2 {
    width: 100%;
    border-bottom: 3px solid #c6474e;
    padding: 12px 0 12px 8px;
    background-color: #f3f3f3;
    margin: 72px 0 15px;
    font-size: 2.2rem;
    font-weight: 700;
}

.singlePageWrap .singlePageWrap_inner h3 {
    margin: 56px 0 20px;
    padding: 13px 8px 12px;
    font-size: 2.0rem;
    font-weight: 700;
    background-color: #f3f3f3;
}

.singlePageWrap .singlePageWrap_inner h4 {
    margin: 56px 0 20px;
    padding: 13px 8px 12px;
    border-bottom: 1px dashed #656565;
}

.singlePageWrap .singlePageWrap_inner .redFont {
    font-weight: 700;
    font-size: 1.8rem;
    color: #fc7272;
}

.singlePageWrap .singlePageWrap_inner strong {
    font-weight: 700;
    font-size: 1.8rem;
}

.singlePageWrap .singlePageWrap_inner small {
    font-size: 1.2rem;
    color: #7b7b7b;
}

/*===================================
first guide
================================== */

/* top text ======================== */

.firstGuide_text {
    text-align: center;
    line-height: 3;
    font-size: 1.8rem;
}

/* Service ======================== */

.serviceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.serviceWrap li {
    position: relative;
    width: 24%;
}

.serviceWrap li p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 1.75;
    font-size: 1.6rem;
    font-weight: bold;
}

.serviceWrap li a {
    display: block;
    height: 100%;
    width: 100%;
}

.serviceWrap li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

/* Service info ======================== */

.serviceInfo {
    max-width: 1100px;
    position: relative;
    margin: 0 auto 120px auto;
    padding: 72px 0 0 0;
}

.serviceInfo.lastColumn {
    margin-bottom: 120px;
}

.serviceInfo.firstColumn {
    margin-top: 200px;
}

.serviceInfo::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 1%;
    width: 99%;
    height: 100%;
    border: 1px solid #AFAFAF;
}

.serviceInfo::after {
    content: "";
    z-index: -2;
    position: absolute;
    top: 0;
    width: 99%;
    height: 100%;
    right: 0;
    border: 1px dashed #AFAFAF;
}

.serviceInfo .serviceInfo_heading {
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 2.0rem;
    font-family: "Noto Sans JP";
    color: #000;
}

.serviceInfo .serviceInfo_heading::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 53px;
    height: 1px;
    background-color: #494949;
    bottom: -16px;
}

.serviceInfo .serviceInfo_heading::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 53px;
    height: 1px;
    background-color: #494949;
    bottom: -20px;
}

.serviceInfo .serviceInfo_wrap .serviceInfo_wrap_inner {
    padding: 80px 40px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
}

.serviceInfo .serviceInfo_wrap .serviceInfo_wrap_inner li {
    border-bottom: 1px dashed #AFAFAF;
    padding-top: 24px;
    padding-bottom: 16px;
    line-height: 1.75;
    letter-spacing: 0.3rem;
}

.serviceInfo .serviceInfo_wrap .serviceInfo_wrap_inner li:first-child {
    padding-top: 0;
}

.serviceInfo .serviceInfo_wrap .serviceInfo_wrap_inner li:last-child {
    padding-top: 40px;
    padding-bottom: 16px;
    border: 0;
}

.serviceInfo .serviceInfo_wrap .serviceInfo_wrap_inner li span {
    color: #c6474e;
    font-family: "Marcellus SC", serif;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    font-size: 1.6rem;
}

.serviceInfo .serviceInfo_wrap .other_serviceInfo_wrap_inner {
    padding: 80px 40px 0px 40px;
}

.serviceInfo .serviceInfo_wrap .other_serviceInfo_wrap_inner p:nth-of-type(1) {
    line-height: 1.75;
}

.serviceInfo .serviceInfo_wrap .other_serviceInfo_wrap_inner p:nth-of-type(1) span {
    display: block;
    color: #fc7272;
}

.serviceInfo .serviceInfo_wrap .other_serviceInfo_wrap_inner p:nth-of-type(2) {
    text-align: center;
    margin-top: 40px;
    margin-bottom: -24px;
    font-size: 2.0rem;
    font-weight: bold;
}

/*===================================
company
================================== */

/*===================================
privacy
================================== */

.privacy h2 {
    font-size: 1.9rem;
    margin-bottom: 16px;
    border-bottom: 4px solid #333;
    display: inline-block;
    padding-bottom: 2px;
}

.privacy p {
    margin-bottom: 32px;
    font-size: 1.6rem;
    line-height: 1.6;
}

.privacy ul {
    margin-left: 40px;
    margin-bottom: 32px;
}

.privacy ul li {
    list-style: disc;
    font-size: 1.6rem;
}

.privacy .optout a {
    color: #7a6b59;
    text-decoration: underline;
    word-wrap: break-word;
}

.privacy .optout li::after {
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: 2px;
}

/*===================================
form
================================== */

/* ALL ======================== */

.formHeading {
    border-bottom: 1px solid #909090;
    border-left: 5px solid #c6474e;
    padding: 8px 0 8px 8px;
    font-size: 1.8rem;
    font-family: "Noto Sans JP";
}

form.sent table {
    display: none;
}

form.sent .submitStyle {
    display: none;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #5BAABE;
    padding: 10px 8px;
    margin-top: -24px;
}

/* == ■■■■■■ tel ■■■■■■ == */

.reserveForm_tel p:nth-of-type(1) {
    font-family: "Marcellus SC", serif;
    font-size: 2.4rem;
    font-weight: bold;
}

.reserveForm_tel p:nth-of-type(2) {
    margin-top: 8px;
    font-size: 1.4rem;
}

/* == ■■■■■■ reserve.php / text ■■■■■■ == */

.reserve_formText {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reserve_formText .reserve_formText_inner {
    width: 46%;
    padding: 24px 16px;
    border: 1px solid #9a9a9a;
}

.reserve_formText .reserve_formText_inner p {
    text-align: center;
    line-height: 1.75;
}

.reserve_formText .reserve_formText_inner p:nth-of-type(1) {
    text-align: center;
    margin-bottom: 16px;
}

/* == ■■■■■■contact.php / text ■■■■■■ == */

.contact_formText {
    text-align: center;
    line-height: 2;
}

/* form ======================== */

table.formList {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #989898;
}

table.formList tr {
    border-bottom: 1px solid #989898;
}

table.formList:nth-last-of-type {
    border: none;
}

table.formList th {
    width: 30%;
    font-weight: bold;
    padding: 15px;
    vertical-align: middle;
    text-align: left;
    background-color: #E6E6E6;
}

table.formList th .requied {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #fff;
    background-color: #fa7777;
    padding: 5px;
    margin-left: 5px;
}

table.formList td {
    width: 70%;
    padding: 15px;
}

table.formList td span .wpcf7-list-item {
    display: block;
    margin-bottom: 8px;
}

table.formList td span .wpcf7-list-item:last-of-type {
    margin-bottom: 0;
}

table.formList td span .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -5px;
    font-size: 1.4rem;
}

table.formList td span.radio-teltime .wpcf7-radio .wpcf7-list-item.last {
    display: block;
    margin-top: 10px;
}

/* contact form 7 ======================== */

.wpcf7 {
    margin: 0;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    background-color: #fff;
    color: #333;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 80%;
}

.wpcf7 .submitStyle {
    position: relative;
    max-width: 240px;
    margin: 0 auto;
 /*    &::after{
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    top: 32%;
    left: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    color: $baseColor_black;
    @include mq(xs){
    left: 85%;
  }
  }*/
}

.wpcf7 .submitStyle::before {
    position: absolute;
    content: "";
    max-width: 240px;
    height: 56px;
    width: 100%;
    top: 5px;
    left: 5px;
    z-index: -1;
    background-color: #c6474e;
}

.wpcf7 input[type="submit"] {
    position: relative;
    max-width: 400px;
    display: block;
    margin: 24px auto;
    width: 100%;
    font-size: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #c6474e;
    color: #c6474e;
    cursor: pointer;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    text-shadow: -1px 1px 0 white;
}

.wpcf7 .wpcf7-quiz {
    width: 10% !important;
}

.asterisk {
    margin: 0 0 0 0.2em;
    color: #000;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {

    body {
        font-size: 1.4rem;
    }

    #pageBody .pageBody_inner {
        padding-top: 70px;
    }

    #pageBody .pageBody_inner.pageBg {
        padding-bottom: 70px;
    }

    .containerArea {
        margin: 0 auto;
        padding: 40px 10px 0 10px;
    }

    .containerArea_inner {
        padding: 40px 0 0 0;
    }

    .gutterBottom {
        padding-bottom: 70px;
    }

    .mainHeading {
        padding: 0 10px;
        font-size: 2.4rem;
    }

    .mainHeading::after {
        left: 10px;
        bottom: -12px;
    }

    .lowerHeading {
        padding: 48px 0px 0px 0px;
    }

    .mainBtn a::before,
.mainBtn a::after {
        content: none;
    }

    .mainBtn a::before {
        content: none;
    }

    .mainBtn a::after {
        content: none;
    }

    .mainBtn a:hover {
        color: transparent;
    }

    .mainBtn a:hover::before,
.mainBtn a:hover::after {
        content: none;
    }

    .mainBtn a:hover::before {
        content: none;
    }

    .mainBtn a:hover::after {
        content: none;
    }

    .mainBtn.wihte a:hover {
        color: transparent;
    }

    .mainBtn.wihte a:hover::before,
.mainBtn.wihte a:hover::after {
        content: none;
    }

    .mainBtn.wihte a:hover::before {
        content: none;
    }

    .mainBtn.wihte a:hover::after {
        content: none;
    }

    #pageHeader {
        height: 48px;
        top: 0;
    }

    #pageHeader .pageHeader-inner {
        padding: 0;
    }

    #pageHeader .pageHeader-inner .logoImg {
        left: 5px;
        top: 12px;
        font-size: 2.4rem;
    }

    #pageHeader .pageHeader-inner #humberger {
        display: block;
        position: fixed;
        top: 14px;
        right: 6px;
        width: 45px;
        padding: 0px 8px;
        cursor: pointer;
    }

    #pageHeader .pageHeader-inner #humberger .icon-bar {
        height: 2px;
        background: #333;
        display: block;
        margin-bottom: 6px;
        -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
    }

    #pageHeader #drawernav {
        z-index: 999;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        padding-left: 8px;
        padding-right: 8px;
        background: rgba(51, 51, 51, 0.88);
        color: #fff;
        padding-top: 40px;
        -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
        transition: all 400ms cubic-bezier(1, 0, 0, 1);
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
    }

    #pageHeader #drawernav .globalNav {
        padding: 16px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #pageHeader #drawernav .globalNav li {
        width: 100%;
        margin-bottom: 0px;
        border-bottom: 1px solid #a7a7a7;
    }

    #pageHeader #drawernav .globalNav li a {
        padding: 16px 0 8px 0;
        color: #fff;
        text-align: left;
        font-size: 1.8rem;
    }

    #pageHeader #drawernav .globalNav li a::after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        content: "\f105";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px;
        font-size: 1.8rem;
    }

    #pageHeader #drawernav .globalNav li a span {
        text-align: left;
    }

    #pageHeader.topHeader {
        background-color: #fff;
    }

    #pageHeader.topHeader.header-bg {
        height: 48px;
    }

    #pageHeader.topHeader.header-bg #drawernav .globalNav {
        padding: 16px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    body.drawer-opened #pageHeader #drawernav {
        right: 0;
        overflow-y: scroll;
        padding-bottom: 40px;
    }

    body.drawer-opened #pageHeader #drawernav .globalNav li:first-child {
        top: -100px;
    }

    body.drawer-opened #pageHeader #humberger {
        position: fixed;
        top: 14px;
        z-index: 99999;
        right: 6px;
        width: 45px;
        padding: 0px 8px;
        cursor: pointer;
    }

    body.drawer-opened #pageHeader #humberger .icon-bar {
        background-color: #fff;
        z-index: 999999;
    }

    body.drawer-opened #pageHeader #humberger .icon-bar:nth-child(1) {
        -webkit-transform: translate(0, 8px) rotate(45deg);
        transform: translate(0, 8px) rotate(45deg);
    }

    body.drawer-opened #pageHeader #humberger .icon-bar:nth-child(2) {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
        opacity: 0;
    }

    body.drawer-opened #pageHeader #humberger .icon-bar:nth-child(3) {
        -webkit-transform: translate(0, -8px) rotate(-45deg);
        transform: translate(0, -8px) rotate(-45deg);
    }

    .fix_copy {
        display: none;
    }

    .fixSns {
        display: none;
    }

    .topImg_wrap {
        padding: 0;
    }

    .topImg_wrap .topImg {
        height: 70vh;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        padding-top: 56px;
        background-attachment: scroll;
    }

    .topImg_wrap .topImg.main_keyvisual {
        background-image: url(images/top/key_visual/key_visual_mb.jpg);
    }

    .swiper-container.topSlider {
        margin-top: 0;
        padding: 0;
    }

    .swiper-container.topSlider .topText {
        top: 24%;
    }

    .swiper-container.topSlider .swiper-wrapper li.swiper-slide {
        height: 70vh;
    }

    .swiper-container.topSlider .swiper-wrapper li.swiperImg_top01 {
        background-image: url(images/top/key_visual/slider/key_visual01_mb.jpg);
    }

    .swiper-container.topSlider .swiper-wrapper li.swiperImg_top02 {
        background-image: url(images/top/key_visual/slider/key_visual02_mb.jpg);
    }

    .swiper-container.topSlider .swiper-wrapper li.swiperImg_top03 {
        background-image: url(images/top/key_visual/slider/key_visual03_mb.jpg);
    }

    .swiper-container.topSlider .swiper-wrapper li.swiperImg_top04 {
        background-image: url(images/top/key_visual/slider/key_visual04_mb.jpg);
    }

    .swiper-container.topSlider .swiper-wrapper li.swiperImg_top05 {
        background-image: url(images/top/key_visual/slider/key_visual05_mb.jpg);
    }

    .aboutWrap .aboutWrap_inner li:nth-child(2) p:nth-of-type(1) {
        text-align: left;
    }

    .gutter_contents {
        margin-top: -70px;
    }

    .businessWrap {
        margin-top: 40px;
        padding: 0 10px;
    }

    .carlist_singleHeading {
        padding-top: 80px;
    }

    .priceCaution {
        margin-top: -16px;
        margin-bottom: 32px;
    }

    .serviceInfo.lastColumn {
        margin-bottom: 70px;
    }
}

@media screen and (min-width: 0px) and (max-width: 480px) {

    .ggmap {
        padding-bottom: 56.25%;
        margin-bottom: 24px;
    }

    .acf-map {
        padding-bottom: 45%;
    }

    .mainHeading span {
        font-size: 1.1rem;
        margin: 5px 0;
    }

    .lowerHeading .lowerHeading_inner {
        padding-bottom: 70.3125%;
    }

    .lowerHeading .lowerHeading_inner span {
        font-size: 3.2rem;
    }

    .lowerHeading .lowerHeading_inner span small {
        font-size: 1.4rem;
    }

    .lowerHeading .lowerHeading_inner.aboutBg {
        background-image: url(images/about/heading_mb.jpg);
    }

    .lowerHeading .lowerHeading_inner.carlistBg {
        background-image: url(images/carlist/heading_mb.jpg);
    }

    .lowerHeading .lowerHeading_inner.firstguideBg {
        background-image: url(images/firstguide/heading_mb.jpg);
    }

    .lowerHeading .lowerHeading_inner.priceBg {
        background-image: url(images/price/heading_mb.jpg);
    }

    .lowerHeading .lowerHeading_inner.archive_rentalBg {
        background-image: url(images/price/archive/heading_rental_mb.jpg);
    }

    .lowerHeading .lowerHeading_inner.archive_experienceBg {
        background-image: url(images/price/archive/heading_experience_mb.jpg);
    }

    .lowerHeading .lowerHeading_inner.archive_eventBg {
        background-image: url(images/price/archive/heading_event_mb.jpg);
    }

    .lowerHeading .lowerHeading_inner.faqBg {
        background-image: url(images/faq/heading_mb.jpg);
    }

    .lowerHeading .lowerHeading_inner.blogBg {
        background-image: url(images/blog/heading_mb.jpg);
    }

    .lowerHeading .lowerHeading_inner.privacyBg {
        background-image: url(images/privacy/heading_md.jpg);
    }

    .lowerHeading .lowerHeading_inner.contactBg {
        background-image: url(images/contact/heading_mb.jpg);
    }

    .lowerHeading .lowerHeading_inner.reserveBg {
        background-image: url(images/reserve/heading_mb.jpg);
    }

    .normalHeading {
        font-size: 3rem;
    }

    .normalHeading.ja {
        font-size: 1.6rem;
    }

    .btnBranch.btnBranch_minus {
        margin-bottom: -40px;
    }

    .btnBranch.secondBranch li {
        width: 100%;
        margin-bottom: 16px;
    }

    .btnBranch.secondBranch li:last-child {
        margin-bottom: 0;
    }

    .btnBranch.thirdBranch li {
        width: 100%;
        margin-bottom: 16px;
    }

    .btnBranch.thirdBranch li:last-child {
        margin-bottom: 0;
    }

    .priceWrap {
        padding-top: 24px;
        margin-top: 0;
    }

    .priceWrap.priceArchive {
        padding-top: 24px;
        margin-top: 0;
    }

    .priceWrap.priceArchive li {
        width: 100%;
        margin-bottom: 24px;
    }

    .priceWrap.priceArchive li:last-child {
        margin-top: 0;
    }

    .priceWrap.priceArchive_experience li {
        width: 100%;
        margin-bottom: 16px;
    }

    .priceWrap.priceArchive_experience_single li {
        width: 100%;
        margin-right: 0;
    }

    .priceWrap li {
        width: 100%;
    }

    .priceWrap li:nth-of-type(2) {
        margin-top: 32px;
    }

    .priceWrap li:nth-of-type(3) {
        margin-top: 32px;
    }

    .under_construction {
        font-size: 2.0rem;
    }

    .reserveWrap {
        background-image: url(images/common/reserve_img_mb_1.jpg);
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 24px;
    }

    .reserveWrap .reserveHeading {
        padding: 0 10px;
        font-size: 2.4rem;
    }

    .reserveWrap .reserveHeading span {
        font-size: 1.4rem;
    }

    .reserveWrap .reserveList li:nth-child(1),
.reserveWrap .reserveList li:nth-child(2) {
        width: 100%;
        padding: 8px 0;
    }

    .reserveWrap .reserveList li:nth-child(3) {
        margin: 8px 0;
    }

    .reserveWrap .reserveList li:nth-child(4) {
        margin-top: 8px;
        line-height: 1.75;
    }

    .reserveWrap .reserveList li:nth-child(5) {
        font-size: 2.0rem;
    }

    .reserveWrap .reserveList li:nth-child(6) {
        font-size: 1.2rem;
    }

    #pageFooter .pageFooter_inner .footerList li:nth-child(1),
#pageFooter .pageFooter_inner .footerList li:nth-child(2),
#pageFooter .pageFooter_inner .footerList li:nth-child(3),
#pageFooter .pageFooter_inner .footerList li:nth-child(4) {
        display: none;
    }

    .topImg_wrap .topImg span:nth-of-type(1) {
        font-size: 3.0rem;
    }

    .topImg_wrap .topImg span:nth-of-type(2) {
        font-size: 1.4rem;
    }

    .swiper-container.topSlider .topText span:nth-of-type(1) {
        font-size: 3.0rem;
    }

    .swiper-container.topSlider .topText span:nth-of-type(2) {
        font-size: 1.4rem;
    }

    .aboutWrap .aboutWrap_inner::after {
        content: none;
    }

    .aboutWrap .aboutWrap_inner.contents_effect::after {
        content: none;
    }

    .aboutWrap .aboutWrap_inner li:nth-child(1) {
        width: 100%;
    }

    .aboutWrap .aboutWrap_inner li:nth-child(1)::before {
        border-width: 130px 220px 0 0;
    }

    .aboutWrap .aboutWrap_inner li:nth-child(2) {
        width: 100%;
        background-color: #c6474e;
        margin-top: -5px;
        padding: 24px 10px;
    }

    .carList_wrap {
        padding-bottom: 109.375%;
        background-image: url(images/top/top_bg01_mb.jpg);
        background-attachment: scroll;
    }

    .carList_wrap .carList_wrap_cover::before {
        border-width: 50px 100vw 0 0;
    }

    .carList_wrap .carList_wrap_cover::after {
        border-width: 0 0 50px 100vw;
    }

    .carList_wrap .carList_wrap_box .carList_wrap_box_inner {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 240px;
        height: 200px;
    }

    .carList_wrap .carList_wrap_box .carList_wrap_box_inner p:nth-of-type(1) {
        font-size: 2.4rem;
    }

    .carList_wrap .carList_wrap_box .carList_wrap_box_inner p:nth-of-type(2) {
        max-width: 200px;
    }

    .instaWrap {
        margin-bottom: 24px;
    }

    .movieWrap {
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .movieWrap li {
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }

    .blogWrap li a span:nth-of-type(3) {
        display: block;
        margin-left: 0;
        margin-top: 8px;
        font-size: 1.6rem;
        line-height: 1.75;
    }

    .blogWrap li a span:nth-of-type(4) {
        display: none;
    }

    .businessWrap li:nth-child(1) {
        width: 100%;
        margin-bottom: 16px;
        padding: 0px;
    }

    .businessWrap li:nth-child(2) {
        width: 100%;
        padding-top: 0;
    }

    .businessWrap li:nth-child(2) .businessWrap_inner {
        position: relative;
        padding: 0px;
        top: 0;
        left: 0;
        bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .businessWrap li:nth-child(2) .businessWrap_inner::after {
        content: none;
    }

    table.shopInfo tr {
        border: none;
    }

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

    table.shopInfo tr th {
        padding: 12px 8px;
        background-color: #919191;
        color: #fff;
        text-align: left;
    }

    table.shopInfo tr th::after {
        content: none;
    }

    table.shopInfo tr td {
        padding: 16px 0;
        line-height: 1.75;
    }

    .carlistWrap .carlistWrap_inner {
        margin-bottom: 70px;
    }

    .carlistWrap .carlistWrap_inner li p:nth-of-type(2) {
        font-size: 2.0rem;
    }

    .carlistWrap .carlistWrap_inner li p:nth-of-type(4) {
        margin: 24px auto 0 auto;
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(odd) li:nth-child(1) {
        width: 100%;
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(odd) li:nth-child(2) {
        width: 100%;
        margin-top: 0px;
        padding: 16px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(odd) li:nth-child(2)::after {
        content: none;
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(even) li:nth-child(1) {
        width: 100%;
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(even) li:nth-child(2) {
        width: 100%;
        margin-top: 0px;
        padding: 16px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(even) li:nth-child(2)::after {
        content: none;
    }

    .carlist_singleHeading .carlist_singleHeading_inner {
        font-size: 2.4rem;
        font-weight: bold;
    }

    .carlist_singleHeading .carlist_singleHeading_inner::after {
        top: 36px;
        height: 3px;
    }

    .carlist_singleslider .bx-wrapper .bx-pager.bx-default-pager a {
        width: 27px;
        height: 3px;
    }

    .abilityWrap.reversWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .abilityWrap li:nth-child(1) {
        width: 100%;
        margin-bottom: 16px;
    }

    .abilityWrap li:nth-child(2) {
        width: 100%;
    }

    .movie_singleWrap {
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .movie_singleWrap li {
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }

    .priceText {
        font-size: 1.6rem;
    }

    .singlePage_wrap li:nth-child(1) {
        width: 100%;
        margin-bottom: 24px;
    }

    .singlePage_wrap li:nth-child(2) {
        width: 100%;
    }

    .singlePage_wrap li:nth-child(3) p {
        width: 100%;
    }

    .toggleArea {
        line-height: 1.75;
        padding: 0px 40px 0px 8px;
    }

    .toggleArea .toggleArea_btn {
        padding: 24px 0;
    }

    .toggleArea .toggleArea_btn span {
        max-width: 80px;
        padding: 2px 0;
        font-size: 1.2rem;
    }

    .toggleArea .toggleArea_btn p {
        right: 24px;
    }

    .toggleArea .toggleArea_inner {
        padding: 0px 24px 24px 0px;
    }

    .toggleArea .toggleArea_inner span {
        max-width: 80px;
        padding: 2px 0;
        font-size: 1.2rem;
    }

    .pageGutter {
        margin-top: -70px;
        margin-bottom: -70px;
    }

    .blogArchive_Wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 0;
        margin-left: 0;
    }

    .blogArchive_Wrap li {
        width: 100%;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .blogArchive_Wrap li .blogArchive_Wrap_inner:nth-of-type(1) {
        width: 40%;
    }

    .blogArchive_Wrap li .blogArchive_Wrap_inner:nth-of-type(2) {
        width: 55%;
    }

    .singlepageTitle {
        font-size: 2.0rem;
        line-height: 1.75;
        padding: 0 10px;
    }

    .singlePage_heading {
        font-size: 1.6rem;
        line-height: 1.75;
    }

    .singlePageWrap .singlePageWrap_parts span:nth-of-type(1) {
        margin-top: -24px;
    }

    .singlePageWrap .singlePageWrap_inner {
        padding: 40px 0 16px 0;
    }

    .singlePageWrap .singlePageWrap_inner p {
        line-height: 2.2;
        font-size: 1.4rem;
    }

    .singlePageWrap .singlePageWrap_inner h2 {
        margin: 40px 0 15px;
        font-size: 1.8rem;
    }

    .singlePageWrap .singlePageWrap_inner h3 {
        font-size: 1.8rem;
        margin: 24px 0 12px;
    }

    .firstGuide_text {
        padding: 0 10px;
        line-height: 1.75;
        font-size: 1.4rem;
        text-align: left;
    }

    .serviceWrap li {
        width: 100%;
        margin-bottom: 12px;
    }

    .serviceWrap li:last-child {
        margin-bottom: 0;
    }

    .serviceWrap li a::after {
        height: 100%;
    }

    .serviceInfo {
        padding-top: 40px;
    }

    .serviceInfo.firstColumn {
        margin-top: 80px;
    }

    .serviceInfo::before {
        width: 96%;
        left: 2%;
    }

    .serviceInfo::after {
        width: 96%;
        right: 3%;
    }

    .serviceInfo .serviceInfo_heading {
        line-height: 1.75;
        font-size: 1.6rem;
    }

    .serviceInfo .serviceInfo_wrap .serviceInfo_wrap_inner {
        padding: 56px 24px 24px 24px;
    }

    .serviceInfo .serviceInfo_wrap .other_serviceInfo_wrap_inner {
        padding: 56px 24px 0px 24px;
    }

    .privacy h2 {
        font-size: 1.6rem;
    }

    .privacy ul {
        margin-left: 20px;
    }

    .formHeading {
        font-size: 1.6rem;
        padding: 6px 0 10px 5px;
    }

    .reserve_formText {
        padding: 0 10px;
    }

    .reserve_formText .reserve_formText_inner {
        width: 100%;
        padding: 24px 8px;
    }

    .reserve_formText .reserve_formText_inner:nth-of-type(1) {
        margin-bottom: 24px;
    }

    .contact_formText {
        text-align: left;
        padding: 0 10px;
    }

    table.formList th {
        width: 100%;
        display: block;
        padding: 10px;
    }

    table.formList td {
        width: 100%;
        display: block;
        padding: 10px;
    }

    table.formList td span .wpcf7-list-item-label {
        font-size: 1.2rem;
    }

    .wpcf7 .submitStyle::before {
        height: 56px;
    }

    .wpcf7 input[type="submit"] {
        height: 56px;
        line-height: 56px;
    }
}

@media screen and (min-width: 736px) and (max-width: 992px) {

    .btnBranch.thirdBranch li {
        width: 32%;
    }

    .aboutWrap .aboutWrap_inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .aboutWrap .aboutWrap_inner::after {
        top: 20px;
        height: 100%;
    }

    .aboutWrap .aboutWrap_inner li:nth-child(1) {
        width: 50%;
    }

    .aboutWrap .aboutWrap_inner li:nth-child(1)::before {
        top: -1px;
    }

    .aboutWrap .aboutWrap_inner li:nth-child(2) {
        width: 45%;
        padding-top: 60px;
    }

    .carList_wrap {
        padding-bottom: 60.48387%;
        background-attachment: scroll;
        background-image: url(images/top/top_bg01_tablet.jpg);
    }

    .carList_wrap .carList_wrap_cover::before {
        top: -1px;
        border-width: 80px 100vw 0 0;
    }

    .carList_wrap .carList_wrap_cover::after {
        border-width: 0 0 80px 100vw;
        bottom: -1px;
    }

    .businessWrap li:nth-child(2) {
        padding-top: 0;
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(odd) li:nth-child(2) {
        bottom: -60%;
        right: 5%;
        padding: 32px 16px;
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(odd) li:nth-child(2)::after {
        width: 108%;
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(even) li:nth-child(2) {
        bottom: -60%;
        right: 5%;
        padding: 32px 16px;
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(even) li:nth-child(2)::after {
        width: 108%;
    }

    .firstGuide_text {
        padding: 0 10px;
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .carList_wrap {
        padding-bottom: 58.59375%;
        background-attachment: scroll;
        background-image: url(images/top/top_bg01_tablet_1.jpg);
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(odd) li:nth-child(2) {
        bottom: -40%;
        right: 2%;
    }

    .carlistWrap .carlistWrap_inner:nth-of-type(even) li:nth-child(2) {
        bottom: -40%;
        right: 2%;
    }
}

@media (min-width: 1200px) {

    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
td.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 767px) {

    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media print {

    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
td.visible-print {
        display: table-cell !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

.topInfoText{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 14px;
    color: #ff0000;
    font-weight: bold;
}

