@charset "UTF-8";
@import url(style.css);
/*****************************************************
* 共通
******************************************************/
html {
  font-size: 62.5%;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 2; }

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt"; }

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

li {
  list-style: none; }

p {
  color: #333;
  margin: 0; }

a {
  color: #333; }

a:link {
  text-decoration: none;
  color: #333; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.flex {
  display: flex; }

.between {
  justify-content: space-between; }

.around {
  justify-content: space-around; }

.evenly {
  justify-content: space-evenly; }

.ini {
  align-items: initial; }

.kozuka {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal; }

.ryo {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal; }

.ten {
  font-family: ten-mincho, a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: normal; }

#service,
#care,
#quote {
  padding-bottom: 4px; }

section h3 {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.7rem;
  text-align: center;
  border-bottom: 6px solid #075a6a;
  position: relative;
  margin-bottom: 0; }
  section h3::before {
    content: "";
    position: absolute;
    height: 1px;
    top: 5px;
    left: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 4px; }
  section h3 span {
    color: #D0A909; }

.btn1 {
  background-color: #1e90ff;
  box-shadow: 0px 3px #000080;
  width: 100px;
  text-align: center;
  cursor: pointer;
  color: white;
  font-size: 20px;
  line-height: 30px;
  border-radius: 50px; }

.btn1:hover {
  box-shadow: none;
  position: relative;
  top: 3px; }

.pc-img {
  display: block;
  text-align: center;
  margin: auto; }

.sp-img {
  display: none;
  text-align: center;
  margin: auto; }

.js-scroll-fade {
  position: relative;
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95); }
  .js-scroll-fade.is-animation {
    opacity: 1;
    transform: translate(0, 0); }

@media screen and (max-width: 1024px) {
  #service,
  #care,
  #quote {
    padding-bottom: 0; }

  .pc-img {
    display: none;
    text-align: center;
    margin: auto; }

  .sp-img {
    display: block;
    text-align: center;
    margin: auto; } }
/*****************************************************
* header
******************************************************/
.pc-header {
  background-color: #000;
  opacity: .8;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center; }
  .pc-header h1 {
    font-size: 1rem;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    line-height: 1.5; }

.header-inner {
  background: #000;
  display: flex;
  align-items: center;
  padding: 10px 0; }

.header-logo {
  padding: 0 10px;
  vertical-align: inherit; }

.sp-header {
  display: none; }

nav.sp-menu {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4); }

nav.sp-menu ul {
  background: #075a6a;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

nav.sp-menu ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #fff; }

nav.sp-menu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

nav.sp-menu ul li a {
  display: block;
  color: #fff;
  padding: 1em 0; }

nav.sp-menu.active {
  transform: translateY(0%); }

.Toggle {
  display: block;
  position: fixed;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 38px;
  cursor: pointer;
  z-index: 3;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0.8); }

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px; }

.Toggle span:nth-child(1) {
  top: 9px; }

.Toggle span:nth-child(2) {
  top: 18px; }

.Toggle span:nth-child(3) {
  top: 27px; }

.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

@media screen and (max-width: 1024px) {
  .sp-header {
    display: block; }
    .sp-header .header-inner img:first-child {
      width: 50px; }
    .sp-header .header-inner img:nth-child(2) {
      width: 200px; }

  .pc-header {
    display: none; }

  .header-logo {
    width: 200px; } }
/*****************************************************
* sp-footer
******************************************************/
.sp-footer {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: flex;
  background: #f4f4f4;
  margin: auto;
  padding-top: 4px;
  border-top: 2px solid #e5e5e5;
  width: 100%; }
  .sp-footer .sp-gr-box,
  .sp-footer .sp-wh-box,
  .sp-footer .sp-rd-box {
    width: 40%;
    background: #075a6a;
    border-radius: 8px;
    padding: 5px; }
    .sp-footer .sp-gr-box p,
    .sp-footer .sp-wh-box p,
    .sp-footer .sp-rd-box p {
      color: #fff;
      font-size: .6rem;
      line-height: 1.4;
      margin-top: -10px; }
    .sp-footer .sp-gr-box .okigaruni,
    .sp-footer .sp-wh-box .okigaruni,
    .sp-footer .sp-rd-box .okigaruni {
      font-size: .6rem;
      text-align: left; }
    .sp-footer .sp-gr-box .tel-no,
    .sp-footer .sp-wh-box .tel-no,
    .sp-footer .sp-rd-box .tel-no {
      color: #075a6a;
      background: #fff;
      border-radius: 24px;
      width: 94%;
      text-align: center;
      margin: 4px auto;
      font-size: 1rem;
      color: #075a6a; }
    .sp-footer .sp-gr-box a,
    .sp-footer .sp-wh-box a,
    .sp-footer .sp-rd-box a {
      color: #fff;
      display: block;
      text-align: center; }
    .sp-footer .sp-gr-box .uketuke,
    .sp-footer .sp-wh-box .uketuke,
    .sp-footer .sp-rd-box .uketuke {
      font-size: 0.6rem;
      text-align: center; }
  .sp-footer .sp-gr-box {
    padding-top: 6px; }
  .sp-footer .sp-wh-box {
    width: 30%;
    background: #fff;
    padding-top: 10px; }
    .sp-footer .sp-wh-box p {
      color: #333;
      margin-top: -2px; }
  .sp-footer .sp-rd-box {
    width: 30%;
    background: #990000;
    padding-top: 8px; }
    .sp-footer .sp-rd-box p {
      margin-top: -6px; }

@media screen and (max-width: 1024px) {
  .sp-footer {
    visibility: visible;
    display: flex;
    position: fixed; } }
/*****************************************************
* kv
******************************************************/
#kv {
  background: linear-gradient(135deg, rgba(165, 191, 228, 0.4), rgba(183, 205, 235, 0.2)), url(../img/kv01.jpg);
  background-position: center;
  background-size: cover;
  padding: 8px 5% 16px; }

.terminal p {
  display: inline-block;
  background: #F71006;
  font-size: .8rem;
  color: #fff;
  width: 80px;
  text-align: center;
  padding: 2px 4px; }

.terminal p:nth-child(2) {
  background: #1877F2; }

.terminal p:nth-child(3) {
  background: #15D07A; }

#kv h2 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  font-size: 5.6rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 3px 3px #000;
  margin-top: 20px; }

#kv h2 span {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem; }

.big-text {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5.2rem;
  color: #075a6a;
  margin: 0;
  text-shadow: 3px 3px #fff; }

.main-copy {
  max-width: 1440px;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  .main-copy img {
    transition: 1s; }
  .main-copy img:hover {
    transform: rotateY(360deg); }

.main-copy01 {
  display: flex;
  align-items: flex-end; }

.main-copy01 p:nth-child(1) {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: -38px;
  color: #fff;
  text-shadow: 3px 3px #000; }

.main-copy-upper {
  width: 630px;
  margin-right: auto;
  text-align: left; }

.main-copy-bottom {
  position: relative;
  width: 630px;
  margin-right: auto; }
  .main-copy-bottom span {
    position: absolute;
    bottom: 43%;
    right: 4%;
    color: #075a6a;
    font-size: 1.4rem;
    text-shadow: 1px 2px #fff; }

.banner-right {
  width: 50%; }

.copy-small-text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1rem;
  color: #000;
  text-shadow: 2px 0px #fff; }

.kv-banner img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  transition: .2s; }
.kv-banner img:hover {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4)); }

.banner-right-inner {
  display: flex;
  justify-content: center; }
  .banner-right-inner img {
    padding: 5px; }

/*****************************************************
* kv下 sp-nav
******************************************************/
.sp-nav {
  margin-top: 40px;
  display: none; }
  .sp-nav ul {
    display: flex;
    justify-content: space-evenly;
    padding-left: 0; }
  .sp-nav li {
    position: relative;
    width: 100%;
    text-align: center;
    color: #075a6a;
    padding-bottom: 6px;
    padding-top: 6px;
    background: #f2f2f2;
    border-bottom: 3px solid #ccc;
    margin: 0 1px;
    font-size: .6rem;
    font-weight: bold; }
    .sp-nav li a {
      color: #075a6a; }
  .sp-nav li:hover {
    border-bottom: 3px solid #075a6a;
    transition: .2s all; }
  .sp-nav li:hover::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #075a6a;
    transition: .2s all; }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .sp-nav {
    display: block; }
    .sp-nav li {
      font-size: .6rem;
      font-weight: bold; } }
/*****************************************************
* サイドsticky
******************************************************/
.main-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline; }

.left-wrap {
  width: 100%; }

.banner-right {
  width: 50%;
  text-align: center;
  margin: 40px auto 0; }

.banner-left {
  display: block;
  text-align: center;
  margin: auto;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  transition: .2s; }

.banner-left:hover {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4)); }

.sticky {
  position: sticky;
  top: 30px; }

.right-wrap {
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0; }

.right-wrap-inner {
  margin-top: 80px; }

.side-sticky {
  position: sticky;
  top: 100px;
  width: 90%;
  margin: auto;
  margin-top: 70px; }
  .side-sticky p {
    font-size: 0.8rem;
    color: #075a6a;
    background: #fff;
    border: 1px solid;
    text-align: right;
    padding: 4px 10px;
    transition: 0.5s;
    margin: 6px 0; }
  .side-sticky p:hover {
    color: #fff;
    background: #075a6a;
    border: 1px solid #075a6a; }
  .side-sticky a {
    color: #075a6a;
    display: block; }
  .side-sticky a:hover {
    color: #fff; }

.floating-menu {
  text-align: center; }
  .floating-menu p {
    color: #fff; }

.tel img {
  stroke: #075a6a;
  vertical-align: middle;
  margin-right: 10px; }

.tel-box {
  background: #075a6a;
  padding: 7px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  box-shadow: 1px 3px 3px #999; }
  .tel-box p {
    font-size: 1rem; }
  .tel-box p:nth-child(1),
  .tel-box p:nth-child(3) {
    font-size: .6rem; }
  .tel-box a {
    width: 70%;
    margin: auto;
    border-radius: 20px;
    padding: 4px 16px;
    background-color: #fff;
    color: #075a6a;
    line-height: 1.5;
    color: #075a6a;
    transition: .5s; }
  .tel-box a:hover {
    color: #fff;
    background: #043327; }

.float-text1,
.float-text2 {
  border: 1px solid #990000;
  background: #990000;
  box-shadow: 0 3px #402113;
  border-radius: 24px;
  transition: .2s;
  text-align: center;
  font-weight: bold;
  margin: 6px auto; }
  .float-text1 a,
  .float-text2 a {
    display: flex;
    justify-content: space-evenly;
    font-size: .9rem;
    display: block;
    color: #fff;
    padding: 4px;
    width: 100%; }

.float-text1 {
  border: 1px solid #333;
  background: #fff;
  box-shadow: 0 3px #333; }
  .float-text1 a {
    color: #333; }

.float-text1:hover,
.float-text2:hover {
  box-shadow: none;
  transform: translate3d(0, 3px, 0); }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .right-wrap {
    display: none; }

  .main-copy-upper {
    text-align: left;
    margin-left: 0;
    margin: auto;
    width: 100%; }

  .main-copy-bottom {
    text-align: center;
    margin: auto;
    width: 100%; }
    .main-copy-bottom span {
      bottom: 43%;
      right: 1%; }

  .banner-left {
    width: 70%;
    display: block;
    text-align: center;
    margin: auto; } }
@media screen and (max-width: 480px) {
  .right-wrap {
    display: none; }

  #kv {
    padding: 0 0 16px; }

  .terminal p {
    padding: 0; }

  .terminal p:nth-child(3) {
    font-size: .8rem; }

  .terminal {
    padding-left: 3px; }

  .main-copy-upper,
  .main-copy-bottom {
    width: 100%; }

  .main-copy {
    max-width: 100%;
    text-align: center;
    margin: auto; }

  .main-copy-inner {
    margin: auto; }

  .main-copy-botom {
    margin-left: 0; }

  #kv h2 {
    font-size: 2.8rem; }
    #kv h2 span {
      font-size: 2rem; }

  .main-copy01 p:nth-child(1) {
    font-size: 1.3rem; }

  .big-text {
    font-size: 2.2rem;
    text-shadow: 2px 2px #fff; }

  .zero-img {
    width: 96px; }

  .main-copy01 p:nth-child(1) {
    font-size: 1.2rem;
    margin-bottom: -16px; }

  .copy-small-text {
    bottom: -24px;
    font-size: .7rem;
    color: #000;
    text-shadow: 1px 0 #fff; }

  .main-copy-bottom span {
    font-size: 12px;
    bottom: 36%;
    right: 0%; }

  .banner-right-inner {
    display: flex; }
    .banner-right-inner img {
      width: 50%;
      height: 50%; }

  .kv-banner {
    margin-top: 40px; }

  .banner-right {
    width: 50%;
    text-align: center;
    margin: 30px  auto 0; }

  .banner-left {
    width: 70%;
    display: block;
    text-align: center;
    margin: auto; } }
/*****************************************************
* rac premium parking とは
******************************************************/
#about p {
  font-size: 1.4rem;
  text-align: center; }
#about h3 span:nth-child(2) {
  color: #000;
  font-size: 1.8rem; }

.about-main-text {
  padding-top: 30px;
  max-width: 800px;
  margin: auto; }

.marker {
  background: linear-gradient(transparent 65%, #ffdc00 65%);
  margin-bottom: -10px; }

#about .large-text {
  font-size: 2rem; }

.about-rac-pc {
  display: flex;
  max-width: 824px;
  justify-content: center;
  margin: auto;
  margin-top: 60px; }
  .about-rac-pc img {
    height: 100%; }

.about-rac-sp {
  display: none; }

.about-rac-box {
  position: relative; }

.rac-text-wrap {
  position: relative;
  max-width: 1200px;
  margin: auto; }

#about .about-rac-text {
  position: absolute;
  top: -6%;
  right: 14%;
  background-color: rgba(0, 0, 0, 0.7);
  width: 350px;
  padding: 0 30px 30px; }
  #about .about-rac-text p {
    color: #fff;
    font-size: .8rem;
    line-height: 2;
    margin: 0;
    text-align: left; }
  #about .about-rac-text p:nth-child(3) {
    text-align: left;
    padding-bottom: 8px; }
  #about .about-rac-text p:nth-child(4) {
    text-align: right; }
    #about .about-rac-text p:nth-child(4) a {
      color: #fff;
      padding: 0px 20px;
      display: inline-block;
      border: 1px solid;
      border-radius: 20px;
      transition: .2s; }
    #about .about-rac-text p:nth-child(4) a:hover {
      color: #333;
      background: #fff; }

#about .about-rac-text::before {
  content: "";
  filter: blur(5px); }

.rac-logo {
  position: absolute;
  top: -40px;
  right: -30px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6)); }

.pc-none {
  display: block; }

.sp-none {
  display: none; }

@media screen and (max-width: 1024px) {
  #about .large-text {
    font-size: 1.3rem; }

  .about-rac-pc {
    display: none; }

  .about-rac-sp {
    display: block;
    margin: 190px -7px 0 7px;
    padding-left: 30px; }
    .about-rac-sp img {
      margin-top: -20px; }

  .rac-logo {
    width: 100px;
    top: -32px;
    right: -2px; }

  .about-main-text {
    width: 80%; }

  #about .about-rac-text {
    right: 4px;
    top: -76%;
    width: 250px;
    padding: 2px 20px 20px; }
  #about .about-rac-text p:nth-child(3) {
    font-size: .7rem; }
  #about h3 span:nth-child(2) {
    font-size: 1.8rem; }

  section h3 {
    font-size: 1.5rem; }

  #about p {
    font-size: .8rem; }

  .rac-text-wrap {
    width: 300px; } }
/*****************************************************
* 3つの Premium サービス
******************************************************/
.sub-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 50px; }

.three-service {
  display: flex;
  justify-content: space-evenly;
  max-width: 824px;
  margin: auto; }
  .three-service img {
    width: 100%;
    position: relative; }

.service-img-box {
  position: relative;
  width: 28%; }

.service-number {
  position: absolute;
  top: -20%;
  left: -20px;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.7rem;
  color: #990000;
  margin: 0; }
  .service-number::after {
    content: "";
    border-right: 2px solid #000;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    position: absolute;
    top: 60px;
    left: 36px;
    width: 28px;
    height: 58px; }

.service-img {
  box-shadow: 5px 5px 5px rgba(7, 90, 106, 0.6); }

.sv-title {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  color: #075a6a;
  font-size: 2.5rem;
  line-height: 1.3; }

.large15 {
  font-size: 3.5rem;
  color: #990000; }

.sv-info {
  display: flex;
  align-items: center;
  margin: 60px auto;
  max-width: 824px; }

.sv-img-text {
  width: 55%;
  margin: auto; }

.sv-number2-wrap {
  position: relative; }

.sv-number2 {
  position: absolute;
  top: -70px;
  left: -100px;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.7rem;
  color: #990000;
  margin: 0; }
  .sv-number2::after {
    content: "";
    border-right: 2px solid #000;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    position: absolute;
    top: 60px;
    left: 36px;
    width: 28px;
    height: 58px; }

@media screen and (max-width: 1024px) {
  section h3 {
    font-size: 1.5rem; }

  .sub-title {
    font-size: 1rem;
    margin: 4px 20px 20px; }

  .three-service {
    max-width: 96%; }

  .service-number {
    font-size: 1.2rem;
    top: -16%;
    left: -9px; }

  .sv-img-text {
    width: 76%;
    margin: 0;
    margin-left: auto;
    padding-right: 22px; }

  .sv-info {
    display: block; }
    .sv-info img {
      display: block;
      margin: 10px auto; }
    .sv-info p {
      font-size: .8rem; }

  .sv-title {
    font-size: 1.3rem; }

  .large15 {
    font-size: 2rem; }

  .service-number::after {
    content: "";
    border-right: 1px solid #000;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    position: absolute;
    top: 13px;
    left: -18px;
    width: 48px;
    height: 29px; }

  .sv-info .sv-number2 {
    top: -39px;
    left: -52px;
    font-size: 2rem; }
    .sv-info .sv-number2::after {
      content: "";
      border-right: 2px solid #000;
      -webkit-transform: skewX(-45deg);
      transform: skewX(-45deg);
      position: absolute;
      top: 34px;
      left: 0;
      width: 34px;
      height: 32px; } }
/*****************************************************
* 料金体系
******************************************************/
#price .sub-title {
  margin-bottom: 40px; }

.background {
  background-color: #f4f4f4;
  padding-bottom: 80px; }

.price-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: auto;
  margin-bottom: -140px;
  margin-top: -10px; }
  .price-contents img {
    max-width: 100%; }

.price-contents {
  display: flex;
  justify-content: space-around; }

.price-contents::before {
  width: 16px;
  height: 100%;
  right: 0;
  background-color: #72BBD1; }

.price-img-wrap:nth-child(2) {
  margin-top: 54px; }

.price-img-wrap:nth-child(3) {
  margin-top: 108px;
  position: relative; }
  .price-img-wrap:nth-child(3) p {
    position: absolute;
    top: 50%;
    width: 80%;
    left: 8%; }
  .price-img-wrap:nth-child(3) a {
    color: #1877F2;
    border-bottom: 1px solid; }

.basic-service {
  display: block;
  margin: auto;
  max-width: 1000px;
  margin-top: 50px; }
  .basic-service img {
    display: block;
    margin: auto;
    max-width: 100%; }
  .basic-service .sp-img {
    display: none; }

.teiki-banner2 {
  text-align: center; }
  .teiki-banner2 img {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
    transition: .2s; }
  .teiki-banner2 img:hover {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4)); }

.price-img-wrap {
  position: relative; }
  .price-img-wrap .type02 {
    transition-delay: .4s; }
  .price-img-wrap .plus {
    position: absolute;
    top: 37%;
    right: -31px;
    z-index: 1;
    width: 50px; }

@media screen and (max-width: 1024px) {
  .price-contents {
    display: block; }

  .price-img-wrap {
    text-align: center; }
    .price-img-wrap .plus {
      right: 44%;
      top: 75%;
      width: 50px; }

  .type02 {
    margin-top: -100px; }

  .price-img-wrap:nth-child(3) {
    margin-top: -44px; }

  .basic-service {
    margin-top: 100px;
    margin-bottom: 20px; }
    .basic-service .pc-img {
      display: none; }
    .basic-service .sp-img {
      display: block; } }
/*****************************************************
* 選べるカーケア
******************************************************/
.care-coating-img {
  display: flex;
  justify-content: space-between;
  background: #000; }
  .care-coating-img img {
    height: 30vh;
    width: auto;
    object-fit: cover; }

.care1 {
  display: flex;
  justify-content: center;
  padding: 0px;
  max-width: 1000px;
  margin: auto; }

.care2,
.care3 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  max-width: 1000px;
  margin: auto; }

.care1 .care-coating {
  width: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 3px; }

.care2 .care-coating,
.care3 .care-coating {
  width: 32.7%;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 3px; }
  .care2 .care-coating .care-coating-text p:nth-child(1),
  .care3 .care-coating .care-coating-text p:nth-child(1) {
    font-size: 1.4rem; }

.care1 .care-coating-img {
  height: 30vh;
  background-color: #000; }

.care-coating-text {
  background: #000;
  padding: 20px;
  position: relative; }
  .care-coating-text img {
    display: inline-block; }
  .care-coating-text p {
    color: #fff;
    line-height: 1.5;
    display: inline-block; }
  .care-coating-text p:nth-child(3) {
    line-height: 2;
    font-size: .8rem; }
  .care-coating-text span {
    font-size: 2.5rem; }
  .care-coating-text p:nth-child(1) {
    font-size: 1.8rem;
    padding-right: 20px; }

.care-coating .care-coating-text .price {
  font-size: 2.5rem; }

.pb32 {
  padding-bottom: 32px; }

.filter {
  display: inline-block;
  position: relative; }

.filter::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #000 100%); }

.swiper-container {
  width: 1000px;
  height: 70vh; }

@media screen and (max-width: 1024px) {
  .care1 {
    display: block; }
    .care1 .care-coating {
      width: 100%; }

  .care-coating-img {
    justify-content: center; }

  .care-coating-text
  p:nth-child(1) {
    font-size: 1rem; }

  .swiper-container {
    max-width: 100%;
    height: 56vh; } }
.care-coating .care2 {
  width: 100%; }
.care-coating .care2 .care-coating {
  width: 50%; }

@media screen and (min-width: 319px) and (max-width: 1024px) {
  .care2 {
    width: 100%; }
    .care2 .care-coating {
      width: 48%; }

  .care-coating .care-coating-text img {
    vertical-align: sub; }

  .care-coating-text p:nth-child(1) {
    font-size: 1.2rem; }

  .care-coating .care-coating-text .price {
    font-size: 1.8rem; }

  .care-coating-text {
    padding: 10px 12px; }

  .care2 .care-coating .care-coating-text p:nth-child(1) {
    font-size: 1rem; } }
/*****************************************************
* ご利用の流れ
******************************************************/
.step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  background: #fff;
  padding: 50px;
  text-align: center;
  justify-content: space-around;
  margin: auto;
  box-shadow: 1px 3px 3px #999;
  margin-bottom: 74px; }
  .step h6 {
    font-size: 2rem;
    color: #075a6a;
    margin: 0; }
    .step h6 span {
      font-size: 1.5rem; }
  .step img:first-child {
    position: absolute;
    top: -22%;
    left: 3%; }
  .step img:nth-child(2) {
    height: 90%; }
  .step img:nth-child(3) {
    position: absolute;
    top: -22%;
    right: 4%; }
  .step img:last-child {
    position: absolute;
    bottom: -21%;
    height: 40px; }

.step-text {
  width: 60%;
  text-align: left; }
  .step-text a {
    color: #1877F2;
    text-decoration: underline;
    font-size: 1rem; }

.hand-over {
  max-width: 824px;
  background: #fff;
  padding: 42px;
  border-radius: 16px;
  text-align: center;
  margin: auto; }
  .hand-over .top-wrap {
    display: flex;
    justify-content: space-around; }
  .hand-over span {
    color: #E65312;
    vertical-align: middle; }
  .hand-over img {
    vertical-align: middle; }
  .hand-over .right-box {
    width: 70%;
    text-align: left; }
  .hand-over .bottom-wrap {
    display: flex;
    justify-content: center; }
    .hand-over .bottom-wrap p {
      margin: 20px 40px 0; }
    .hand-over .bottom-wrap .og-btn {
      display: inline-block;
      text-align: center;
      text-decoration: none;
      outline: none;
      padding: 12px 40px;
      position: relative;
      z-index: 1;
      background-color: #E65312;
      border: 2px solid #E65312;
      color: #fff; }
    .hand-over .bottom-wrap .og-btn:hover {
      background-color: #fff;
      border-color: #E65312;
      color: #E65312; }
    .hand-over .bottom-wrap .og-btn::before,
    .hand-over .bottom-wrap .og-btn::after {
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      top: 0;
      width: 50%;
      height: 100%; }
    .hand-over .bottom-wrap .og-btn::before {
      right: 0; }
    .hand-over .bottom-wrap .og-btn::after {
      left: 0; }
    .hand-over .bottom-wrap .og-btn:hover::before,
    .hand-over .bottom-wrap .og-btn:hover::after {
      width: 0;
      background-color: #E65312; }
    .hand-over .bottom-wrap .og-btn,
    .hand-over .bottom-wrap .og-btn:hover::before,
    .hand-over .bottom-wrap .og-btn:hover::after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s; }

@media screen and (max-width: 1024px) {
  .step-text h6 {
    font-size: 1.3rem; }
    .step-text h6 span {
      font-size: .9rem; }
  .step-text p {
    font-size: .9rem; }
  .step-text a {
    font-size: .9rem; }
  .step-text span {
    line-height: 1; }

  .step {
    margin: 0 20px 74px;
    padding: 20px;
    align-items: center; }
    .step img:first-child {
      width: 65px;
      height: 65px;
      top: -7%;
      left: 7%; }
    .step img:nth-child(2) {
      width: 60px;
      height: 100px; }
    .step img:nth-child(3) {
      right: 2%;
      width: 80px; }
    .step img:last-child {
      width: 50px;
      height: 50px;
      bottom: -62px; }

  .hand-over {
    padding: 24px;
    margin: 20px; }
    .hand-over .top-wrap {
      display: block; }
    .hand-over .right-box {
      width: 100%; }

  .left-box {
    text-align: left; }
    .left-box img:first-child {
      width: 34px; }
    .left-box span {
      font-size: 1rem; }

  .right-box {
    font-size: .9rem;
    padding-top: 10px;
    padding-bottom: 20px; }
    .right-box p {
      font-size: .8rem; }

  .hand-over .bottom-wrap {
    display: block; }
    .hand-over .bottom-wrap p {
      margin: 10px 20px; }

  .background {
    padding-bottom: 20px; } }
/*****************************************************
* 利用可能日・自動見積もり
******************************************************/
#quote h4 {
  font-size: 1.5rem;
  margin-top: 8px;
  margin-bottom: 0; }

.quote-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1100px;
  margin: auto; }

.quote-left {
  width: 45%; }

.select-date,
.select-care {
  margin-bottom: 2rem; }
  .select-date p,
  .select-care p {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 16px 16px 0 0; }

.select-care {
  order: 2; }
  .select-care .red-text {
    color: #990000;
    font-size: .75rem;
    display: block;
    margin: auto;
    text-align: center; }

.calendar {
  display: flex;
  border: 1px solid;
  border-radius: 0 0 16px 16px;
  position: relative; }
  .calendar span {
    display: inherit;
    width: 100%;
    padding: 10px 20px; }
    .calendar span img {
      padding-right: 10px; }
  .calendar span:nth-child(2) {
    border-left: 1px solid #000; }
  .calendar .leave,
  .calendar .return {
    display: flex;
    align-items: center; }

.car-care {
  position: relative; }
  .car-care span {
    display: block;
    border: 1px solid;
    border-radius: 0 0 16px 16px;
    padding: 10px 20px; }
  .car-care ::after {
    position: absolute;
    top: 41%;
    right: 10%;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.online-quote-wrap {
  width: 45%; }

#quote .online-quote-wrap {
  margin-top: -26px; }
  #quote .online-quote-wrap .bikou {
    font-size: 0.75rem;
    text-align: right; }

.online-quote {
  order: 3; }
  .online-quote p {
    background: #075a6a;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #075a6a;
    border-radius: 16px 16px 0 0; }
  .online-quote .quote-price-wrap {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0 0 16px 16px;
    color: #000; }
  .online-quote .quote-price {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .online-quote .quote-price span {
      color: #000; }
    .online-quote .quote-price .fz40 {
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 40px; }

.statement {
  padding: 10px 0;
  border-top: 1px solid;
  width: 90%;
  margin: auto; }
  .statement td:nth-child(2) {
    padding-left: 20px;
    padding-right: 60px; }

.light-blue {
  color: #1877F2;
  padding-left: 20px; }
  .light-blue a {
    border-bottom: 1px solid;
    color: #1877F2; }

.tooltip1 {
  position: relative;
  cursor: pointer;
  display: inline-block; }

a.tooltip1:hover {
  background: #ffffff;
  /* IE6以下で必要 */
  text-decoration: none; }

a.tooltip1 span {
  display: none;
  position: absolute;
  padding: 16px;
  font-size: .8rem;
  line-height: 1.6em;
  color: #020202;
  border-radius: 5px;
  background: #e5e5e5;
  width: 300px;
  transition: 0.5s; }

a.tooltip1 span::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 14%;
  border: 15px solid transparent;
  border-top: 15px solid #e5e5e5;
  margin-left: -15px;
  transform: rotateZ(180deg); }

a.tooltip1:hover span {
  display: inline-block;
  top: 30px;
  left: -20px; }

.teiki-banner {
  text-align: center;
  margin-top: 20px; }
  .teiki-banner img {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
    transition: .2s; }
  .teiki-banner img:hover {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4)); }

.payment {
  max-width: 650px;
  background: #f4f4f4;
  padding: 20px 60px;
  margin: 60px auto; }
  .payment .hosoku {
    text-align: right;
    display: block;
    font-size: .75rem;
    color: #E65312; }

.payment-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 840px;
  text-align: center;
  margin: 30px auto; }
  .payment-icons span {
    display: block;
    text-align: center;
    line-height: normal;
    font-size: .9rem; }

.payment-banners {
  max-width: 840px;
  margin: auto; }

.reservation-banner {
  max-width: 1100px;
  text-align: center;
  margin: auto;
  display: none; }

.tel-reservation,
.line-reservation {
  background: #075a6a;
  width: 410px;
  display: flex;
  justify-content: space-evenly;
  padding: 14px 0;
  border-radius: 16px;
  margin-top: 20px;
  align-items: center;
  box-shadow: 0 3px #03323b;
  transition: .2s all; }
  .tel-reservation a,
  .line-reservation a {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%; }
    .tel-reservation a img,
    .line-reservation a img {
      padding-right: 10px; }
  .tel-reservation p,
  .line-reservation p {
    color: #fff;
    text-align: left;
    padding-right: 14px; }

.tel-reservation:hover {
  box-shadow: none;
  transform: translate3d(0, 3px, 0); }

.line-reservation {
  background: #1DCD00;
  box-shadow: 0 3px #58a84c; }

.line-reservation:hover {
  box-shadow: none;
  transform: translate3d(0, 3px, 0); }

.yoyaku {
  background: #990000;
  box-shadow: 0 3px #402113;
  border-radius: 12px;
  display: inline-block;
  transition: .2s;
  width: 92%;
  margin-top: 20px; }
  .yoyaku p {
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    line-height: 1.5; }
    .yoyaku p a {
      display: inline-block;
      color: #fff;
      padding: 10px 30px;
      border-radius: 8px;
      background: #990000;
      box-shadow: 0 3px #402113;
      transition: .2s; }
    .yoyaku p a:hover {
      box-shadow: none;
      transform: translate3d(0, 3px, 0); }
    .yoyaku p span {
      font-size: 1.7rem; }
  .yoyaku .submit-style {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 20px;
    text-align: center;
    margin: auto;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    width: 100%; }

.yoyaku:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0); }

.yoyaku2 {
  background: #990000;
  border-radius: 16px;
  box-shadow: 0 3px #402113;
  transition: .2s;
  align-items: center;
  position: relative; }
  .yoyaku2 a {
    font-size: 1.4rem;
    color: #fff; }
  .yoyaku2 span {
    color: #fff;
    font-size: .8rem;
    letter-spacing: 2px; }
  .yoyaku2 p {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    border-radius: 8px;
    margin-top: 20px; }
    .yoyaku2 p span {
      font-size: 2.5rem; }
  .yoyaku2 .submit-style {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 30px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }

.btn-sub a {
  display: flex;
  align-items: center;
  justify-content: center; }

.yoyaku2:hover {
  box-shadow: none;
  transform: translate3d(0, 3px, 0); }

@media screen and (min-width: 1025px) {
  .yoyaku2-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .yoyaku2-layout .pc {
      height: 92px;
      width: 230px; }
    .yoyaku2-layout .sp {
      display: none; } }
@media screen and (max-width: 1024px) {
  .yoyaku2-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px; }
    .yoyaku2-layout .pc {
      display: none; }
    .yoyaku2-layout .sp {
      display: block;
      padding-right: 14px;
      width: 33px; } }

.tel-line {
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 1024px) {
  .quote-left,
  .online-quote-wrap {
    width: 90%;
    margin: 0 auto; }

  .payment {
    padding: 40px;
    margin: 20px auto; }

  #quote .select-date .calendar span {
    font-size: 0.7rem;
    width: 45%;
    padding: 10px; }

  .statement td:nth-child(2) {
    padding-left: 0;
    padding-right: 10px; }

  .statement td {
    font-size: .8rem; }

  .select-care .red-text {
    text-align: left;
    font-size: .6rem;
    padding-left: 16px; }

  .yoyaku {
    width: 90%; }
    .yoyaku p {
      font-size: .9rem; }
      .yoyaku p span {
        font-size: 1.2rem; }
    .yoyaku .submit-style {
      margin: auto;
      font-size: 1rem; }

  #quote h4 {
    font-size: 1rem;
    margin-top: 10px; }

  .payment {
    padding: 2px 20px 8px; }
    .payment p {
      font-size: .8rem;
      line-height: 1.7; }
    .payment .hosoku {
      font-size: .6rem;
      padding-top: 10px;
      padding-right: 0; }
    .payment h4 {
      font-size: 1rem;
      margin-top: 10px;
      margin-bottom: 0; }

  .payment-icons {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 10px; }
    .payment-icons div span {
      font-size: .6rem;
      margin-top: -6px; }
    .payment-icons img {
      width: 56px;
      margin: 10px 14px 0; }

  .teiki-banner {
    display: none; }

  .payment-banners .reservation-banner {
    display: none; }

  .tel-line {
    display: block; }

  .tel-reservation,
  .line-reservation {
    margin: 10px auto;
    justify-content: space-around;
    border-radius: 16px;
    position: relative;
    height: 40px;
    width: 92%;
    height: 40px; }
    .tel-reservation p,
    .line-reservation p {
      font-size: 0.9rem;
      text-align: left;
      padding: 0;
      margin-top: 0;
      padding: 10px 8px; }
    .tel-reservation a,
    .line-reservation a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .tel-reservation a img,
      .line-reservation a img {
        padding-right: 0;
        padding-left: 5px;
        width: 30px; }

  .payment-banners .yoyaku2 {
    width: 86%;
    margin: 10px auto 12px;
    background: #990000;
    justify-content: space-around;
    border-radius: 16px;
    padding: 10px 14px; }
    .payment-banners .yoyaku2 p {
      font-size: 1rem;
      text-align: left;
      padding: 0;
      margin-top: 0;
      margin-bottom: -8px;
      padding: 10px 20px 0; }
    .payment-banners .yoyaku2 span {
      color: #fff;
      font-size: 1.5rem; }
    .payment-banners .yoyaku2 span:nth-child(2) {
      font-size: .8rem;
      letter-spacing: 2px; }
    .payment-banners .yoyaku2 .submit-style {
      font-size: 1rem;
      padding: 0;
      letter-spacing: normal; }
    .payment-banners .yoyaku2 a {
      font-size: 1rem; }

  .yoyaku2-layout span {
    display: none; }

  .payment-banners {
    text-align: center; } }
/*****************************************************
* よくあるご質問
******************************************************/
.qa *,
.qa *:after,
.qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.qa {
  max-width: 824px;
  margin: auto;
  border-top: 1px solid #1b2538;
  margin-top: 20px;
  margin-bottom: 30px; }

.qa .question {
  position: relative;
  background: #075a6a;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  margin-bottom: 1px solid #fff;
  color: #fff; }

.qa .question input {
  position: absolute;
  opacity: 0; }

.qa .question label {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 4em 1em 1em;
  cursor: pointer;
  border-bottom: 1px solid #fff; }

.qa .question .answer {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  background: #F0FAFC; }
  .qa .question .answer p {
    color: #075a6a; }

.qa .question .answer p {
  margin: 1em; }

.qa .question input:checked ~ .answer {
  max-height: 40em; }

.qa .question label::after {
  line-height: 1.6;
  position: absolute;
  top: 40%;
  right: 2%;
  display: block;
  width: 3em;
  margin-top: -12.5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center; }

.qa .question input[type=checkbox] + label::after {
  font-family: "Material Icons";
  content: 'add';
  font-size: 1.5rem; }

.qa .question input[type=checkbox]:checked + label::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

@media screen and (max-width: 768px) {
  .quote-box {
    display: block; } }
/*****************************************************
* footer
******************************************************/
footer {
  background-color: rgba(32, 32, 32, 0.8); }
  footer h5 {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    padding: 40px 0 0; }
  footer .address p {
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: -1px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-size: 1.7rem; }
  footer .address td:nth-child(2) {
    padding-left: 30px; }
  footer tr {
    color: #fff;
    font-weight: normal; }

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .footer-inner .ten a {
    color: #fff; }

.address,
.gmap-wrap {
  margin: 0 30px; }

.address {
  align-self: flex-end;
  margin-bottom: 30px; }
  .address table {
    line-height: 2.4; }
  .address .map {
    align-self: flex-end; }

.gmap-wrap {
  position: relative;
  padding-bottom: 45%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.shop-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  max-width: 588px;
  margin-top: 30px; }
  .shop-img img {
    margin-right: 30px;
    height: 100%; }

.sns-banners {
  margin: 14px;
  padding: 10px; }
  .sns-banners img {
    box-shadow: 0 3px #2C42A2;
    transition: .2s; }
  .sns-banners img:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0); }

.footer-bottom {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .footer-bottom .fb-left nav ul {
    width: 500px;
    display: flex;
    justify-content: space-around; }
    .footer-bottom .fb-left nav ul li {
      color: #fff;
      font-size: .9rem; }
    .footer-bottom .fb-left nav ul a {
      color: #fff;
      transition: .2s all;
      padding-bottom: 2px; }
    .footer-bottom .fb-left nav ul a:hover {
      border-bottom: 2px solid; }
  .footer-bottom .fb-right {
    color: #fff;
    padding-right: 40px;
    font-size: .8rem; }

@media screen and (max-width: 1024px) {
  footer h5 {
    font-size: 1.2rem;
    margin: 0 auto 0px;
    padding: 12px 0 0; }
  footer .address td:nth-child(2) {
    padding-left: 0; }
  footer .address p {
    font-size: 1.3rem; }
  footer .shop-img {
    flex-wrap: nowrap;
    margin-top: 30px;
    margin: 10px auto;
    text-align: center;
    max-width: 100%; }
    footer .shop-img img {
      margin-right: 0;
      min-width: 0;
      height: 100%; }

  .address {
    margin: 0 20px; }
    .address p {
      font-size: 1.3rem; }
    .address tr {
      display: grid;
      margin-bottom: 18px;
      line-height: 1.7; }
    .address td {
      font-size: 0.9rem; }

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

  .footer-bottom {
    padding-bottom: 10px;
    display: block; }
    .footer-bottom .fb-left nav ul {
      width: 95%;
      text-align: center;
      margin: auto;
      padding: none;
      padding: 10px 0px; }
      .footer-bottom .fb-left nav ul li {
        font-size: .7rem; }
    .footer-bottom .fb-right {
      font-size: .6rem;
      padding: 0;
      text-align: center;
      margin: auto; } }
/*****************************************************
*
* 定期契約プラン
*
******************************************************/
/*****************************************************
* kv
******************************************************/
.term-kv-top .pc-img {
  text-align: center;
  margin: auto; }

.term-layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  margin-top: 40px; }

@media screen and (max-width: 1024px) {
  .sp-term-block {
    margin-bottom: 10px; }

  .term-layout {
    display: block;
    margin-top: 64px; }
    .term-layout .banner-left {
      width: 80%; }

  .sp-term img:first-child {
    width: 90%;
    text-align: center;
    margin: auto; }
  .sp-term img:nth-child(2) {
    margin-top: -54px;
    width: 55%;
    margin-left: 110px; }

  .term-banners {
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: -76px; }
    .term-banners img {
      width: 32%;
      height: 32%; }

  #about h3 span:nth-child(2) {
    font-size: 1rem;
    color: #000; } }
.sp-term-plan {
  display: none; }

.pc-term-plan {
  position: relative;
  width: 1036px;
  background: #EFFAFC;
  margin: auto;
  padding: 40px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2)); }
  .pc-term-plan .ribbon {
    margin-left: -20px;
    margin-top: 7px; }
  .pc-term-plan p {
    font-size: .8rem;
    text-align: right;
    padding-right: 46px; }
  .pc-term-plan .one-month,
  .pc-term-plan .three-month {
    display: flex;
    width: 940px;
    align-items: center;
    background: #fff;
    position: relative;
    margin: auto;
    border-radius: 8px;
    box-shadow: 1px 3px 3px #ccc;
    margin-bottom: 20px; }
    .pc-term-plan .one-month p,
    .pc-term-plan .three-month p {
      position: absolute;
      top: 15%;
      left: 4%;
      color: #fff;
      font-size: 1.6rem;
      text-align: right;
      line-height: 1.5; }
    .pc-term-plan .one-month .float-text span:first-child,
    .pc-term-plan .three-month .float-text span:first-child {
      font-size: 2.5rem;
      text-align: center; }
    .pc-term-plan .one-month .float-text span:nth-child(2),
    .pc-term-plan .three-month .float-text span:nth-child(2) {
      font-size: 1.5rem;
      text-align: center; }
  .pc-term-plan .one-month span:nth-child(2) {
    font-size: 1.5rem;
    text-align: center;
    width: 100%; }

.pc-term-plan::after {
  content: "";
  position: absolute;
  bottom: -56px;
  left: 14%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #EFFAFC transparent transparent transparent;
  border-width: 60px 14px 0 14px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2)); }

.plan-card {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
  align-items: center; }

.coating-card-wrap .care-text {
  font-size: 0.5em; }

.pc-term-basic-service {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px; }

.sp-term-basic-service {
  display: none; }

.teiki-banner-2 img {
  margin-top: 40px; }

@media screen and (max-width: 1024px) {
  .sp-term-plan {
    display: block;
    width: 90%;
    text-align: center;
    margin: auto;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2)); }

  .pc-term-plan {
    display: none; }

  .pc-term-basic-service {
    display: none; }

  .sp-term-basic-service {
    display: block;
    width: 90%;
    text-align: center;
    margin: -14px auto 0; } }
/*****************************************************
*
* 予約フォーム
*
******************************************************/
.top-img {
  display: flex;
  justify-content: center; }
  .top-img img {
    height: 54px; }

#banner {
  padding-top: 3.7rem;
  padding-bottom: 0; }
  #banner h1 {
    font-size: 3.75rem;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 0; }
  #banner p {
    text-align: center; }

.form-banner {
  padding-top: 4rem;
  text-align: center;
  margin: auto;
  margin-bottom: -60px; }
  .form-banner img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4));
    transition: 0.2s all; }
  .form-banner img:hover {
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.2)); }

#form .form-wrap {
  max-width: 800px;
  margin: auto;
  padding: 0 100px; }
#form .text-form {
  line-height: 2;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 2px 12px; }
#form .select-date {
  width: 100%;
  order: 1; }

#form .care-menu {
  border: 1px solid;
  padding: 20px;
  line-height: 2.5;
  border-radius: 0 0 16px 16px; }
  #form .care-menu .care-menu-item {
    display: block; }

.form {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }
  .form .online-quote-wrap {
    width: 80%; }

.form-item .select-care,
.form-item .select-date,
.form-item .select-time {
  margin-left: 40px; }
  .form-item .select-care p,
  .form-item .select-date p,
  .form-item .select-time p {
    line-height: 1.5; }
  .form-item .select-care p span,
  .form-item .select-date p span,
  .form-item .select-time p span {
    font-size: 12px; }

.dib {
  display: inline-block; }

.form-flex {
  display: flex;
  margin-top: 30px; }
  .form-flex label {
    display: block;
    margin-bottom: 10px; }

.radio-btns span {
  color: #E65312; }

.leave-return {
  display: flex;
  border: 1px solid;
  border-radius: 0 0 16px 16px;
  position: relative; }

#form .leave-box,
#form .return-box {
  display: grid;
  width: 50%;
  padding: 10px 20px; }

#form .return-box {
  border-left: 1px solid #000; }

#form .online-quote-wrap {
  width: 90%;
  margin: auto;
  margin-top: 30px; }

.form-item-textarea {
  font-size: 14px; }

.form-bottom-text {
  width: 70%;
  text-align: center;
  margin: auto;
  line-height: 1.6;
  margin-top: 45px; }
  .form-bottom-text p {
    color: #E65312;
    padding-bottom: 30px; }
  .form-bottom-text label {
    font-size: 1rem; }
  .form-bottom-text label a:link {
    color: #1877F2;
    text-decoration: underline; }

#form .online-quote p {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.5rem; }
#form .online-quote p:nth-child(2) {
  font-size: 0.8rem; }

#form .tooltip1 {
  color: #1877F2;
  text-decoration: underline;
  font-size: 1rem; }

.total-price {
  background: #075a6a;
  padding: 10px 20px;
  border-radius: 16px 16px 0 0;
  align-items: baseline; }

.hosoku-text {
  font-size: 0.8rem;
  padding: 10px 20px; }
  .hosoku-text .red-text {
    color: red;
    font-size: 1rem; }

.tel-banner {
  text-align: center;
  margin: auto; }
  .tel-banner img {
    margin: 60px;
    transition: .5s; }
  .tel-banner img:hover {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4)); }

.personal-info {
  max-width: 840px;
  background: #f4f4f4;
  text-align: center;
  margin: auto;
  padding: 42px 36px;
  border-radius: 16px; }
  .personal-info p {
    text-align: left; }
  .personal-info a span {
    color: #1877F2; }

#startDate,
#endDate {
  border: none;
  max-width: 40%; }

@media screen and (max-width: 1024px) {
  #banner {
    padding-top: 20px;
    width: 95%;
    margin: auto;
    text-align: center; }
    #banner h1 {
      font-size: 2rem; }
    #banner p {
      font-size: .9rem; }
    #banner .banner-img {
      max-width: 50%;
      text-align: center;
      margin: auto; }

  .form-banner {
    padding-top: 20px; }
    .form-banner img {
      width: 80%; }

  .form {
    width: 95%;
    margin-bottom: 40px; }

  .form-flex {
    display: block; }
    .form-flex label {
      font-size: .8rem; }

  .form-bottom-text {
    width: 84%; }
    .form-bottom-text p {
      margin-top: -40px;
      font-size: .8rem; }

  #form .online-quote p {
    font-size: 1.3rem; }
  #form .tooltip1 {
    font-size: 0.9rem; }
  #form .calendar span {
    font-size: 0.7rem;
    width: 45%;
    padding: 10px; }

  #form .hosoku-text {
    line-height: 1; }
    #form .hosoku-text .red-text {
      font-size: .7rem; }
  #form .tel-banner img {
    margin: 20px auto; }
  #form .leave-return .form-item {
    padding-top: 0;
    font-size: 0.8rem; }

  .radio-btns {
    padding: 10px 20px 0 34px; }

  .personal-info {
    padding: 20px;
    font-size: .7rem;
    line-height: 1.7; }

  .form-item .select-care,
  .form-item .select-date,
  .form-item .select-time {
    margin-left: 0;
    margin-top: 20px; } }
.checkbox *,
.checkbox *:after,
.checkbox *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.checkbox {
  overflow-x: hidden;
  margin: 0 auto;
  color: #333333; }

.checkbox .check-item {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc; }

.checkbox label {
  font-size: 1.2em;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 48px;
  cursor: pointer; }

.checkbox .check-item-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0; }

.checkbox .check-item input[type=checkbox]:checked ~ .check-item-content {
  height: auto;
  padding: 14px;
  opacity: 1; }

.checkbox .cp_plus {
  font-size: 2.4em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 3px 0 0 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }

.checkbox .check-item input[type=checkbox]:checked ~ .cp_plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.checkbox .check-item input[type=checkbox] {
  display: none; }

.care-menu-item {
  width: 100%; }

/* メニューの部分 */
.care-menu-item label {
  padding: 10px;
  display: block;
  margin: 0;
  cursor: pointer; }

.care-menu-item input[type="checkbox"].on-off {
  display: none; }

/* コンテンツの部分 */
.care-menu-item div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0 10px;
  list-style: none; }

.care-menu-item input[type="checkbox"].on-off + div {
  height: 0;
  overflow: hidden; }

.care-menu-item input[type="checkbox"].on-off:checked + div {
  height: 280px; }

@media screen and (max-width: 480px) {
  .form {
    margin-top: 40px; } }
.form-item {
  padding-top: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0; }

.ini {
  align-items: initial; }

@media screen and (max-width: 480px) {
  .form-item {
    flex-wrap: wrap; } }
.form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px; }

@media screen and (max-width: 480px) {
  .form-item-label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px; } }
.form-item-label.isMsg {
  margin-top: 8px;
  margin-bottom: auto; }

@media screen and (max-width: 480px) {
  .form-item-label.isMsg {
    margin-top: 0; } }
.form-item-label-required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 2px;
  padding-bottom: 0;
  width: 38px;
  display: inline-block;
  text-align: center;
  color: #333;
  border: 1px solid;
  font-size: 12px; }

@media screen and (max-width: 480px) {
  .form-item-label-required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px; } }
.form-item-input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px; }

@media screen and (max-width: 480px) {
  .form-item-input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
    max-width: 90%; }

  #form .leave-box .leave-time .form-item .form-item-input {
    padding-top: 0;
    margin-top: 0; } }
.form-item-textarea {
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 20px;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 490px;
  background: #eaedf2;
  font-size: .8rem; }

@media screen and (max-width: 480px) {
  .form-item-textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: .8rem;
    max-width: 90%;
    padding: 10px;
    line-height: 1.7; } }
.form-btn {
  border-radius: 64px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 524px;
  display: block;
  letter-spacing: 0.05em;
  background: #990000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  box-shadow: 0 3px #402113; }

@media screen and (max-width: 480px) {
  .form-btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 200px;
    font-size: 16px; } }
.chosen-container-multi {
  width: 100% !important; }

.chosen-container-multi .chosen-choices {
  border-radius: 0 0 16px 16px;
  padding: 10px 16px; }

.chosen-container-multi .chosen-choices li.search-choice {
  padding: 9px 30px 9px 11px; }

.chosen-container-multi .chosen-choices li.search-choice
.search-choice-close {
  top: 10px;
  right: 8px; }

/*****************************************************
*
* 国内線
*
******************************************************/
#banner .form-banner {
  padding-top: 0; }

.map-img {
  text-align: center;
  margin: auto; }
  .map-img img {
    border: 1px solid; }

#map {
  margin: 100px auto; }

#map1 {
  text-align: center;
  margin: auto; }
  #map1 .map-outline {
    border: 1px solid;
    max-width: 800px;
    text-align: center;
    margin: auto; }
  #map1 h2 {
    font-size: 3rem;
    border-bottom: 6px solid #075a6a; }
  #map1 h3 {
    position: relative;
    font-size: 2rem;
    background: #075a6a;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    width: 80%;
    max-width: 840px;
    margin: 80px auto 40px;
    padding: 20px 0;
    border-bottom: none; }
  #map1 h3::after {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 10%;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #075a6a transparent transparent transparent;
    border-width: 40px 14px 0 14px; }
  #map1 h3:nth-of-type(2) {
    background: #460E9F; }
  #map1 h3:nth-of-type(2)::after {
    border-color: #460E9F transparent transparent transparent; }
  #map1 h3:nth-of-type(3) {
    background: #E65312; }
  #map1 h3:nth-of-type(3)::after {
    border-color: #E65312 transparent transparent transparent; }
  #map1 h3:nth-of-type(4) {
    background: #1877F2; }
  #map1 h3:nth-of-type(4)::after {
    border-color: #1877F2 transparent transparent transparent; }
  #map1 .map-block {
    margin-top: 40px; }
    #map1 .map-block p {
      max-width: 600px;
      text-align: left;
      margin: auto;
      margin-bottom: 10px; }

@media screen and (max-width: 1024px) {
  #map {
    margin-bottom: 20px; }

  #map1 h2 {
    font-size: 1.5rem; }
  #map1 h3 {
    font-size: 1rem;
    margin: 40px auto 20px;
    text-align: center;
    padding: 10px 20px; }
  #map1 h3::after {
    border-width: 20px 8px 0 8px;
    bottom: -18px; }
  #map1 .map-block {
    width: 90%;
    text-align: center;
    margin: 20px auto 0; }
    #map1 .map-block p {
      width: 90%;
      font-size: .8rem; } }
/*****************************************************
*
* 国際線
*
******************************************************/
#map1 h3 span {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  color: #fff;
  padding-right: 24px;
  margin-top: -10px; }
#map1 .terminal3 p:first-child {
  text-align: left; }
#map1 .terminal3 .text-left p {
  max-width: 840px;
  margin: auto;
  border: 4px solid;
  padding: 10px 20px; }

@media screen and (max-width: 1024px) {
  #map1 h3 span {
    font-size: .8rem;
    margin-top: 0;
    padding-right: 0;
    text-align: center; }

  .text-left {
    width: 85%;
    margin: auto; }
    .text-left p {
      font-size: .8rem; } }
/*****************************************************
*
* 利用規約
*
******************************************************/
#user-policy {
  margin-bottom: 80px; }
  #user-policy h1 {
    font-size: 3.75rem;
    font-family: ten-mincho, serif;
    text-align: center; }
  #user-policy h2 {
    padding-left: 1em; }
  #user-policy .user-policy-wrap {
    max-width: 1000px;
    margin: auto;
    text-align: center; }
  #user-policy .user-policy-box {
    text-align: left; }
  #user-policy ul {
    font-size: 1rem;
    color: #020202; }
    #user-policy ul li {
      font-size: 1rem;
      margin-left: 1em;
      list-style: initial;
      list-style-type: square;
      font-weight: normal; }

@media screen and (max-width: 1024px) {
  #user-policy {
    margin-bottom: 40px; }
    #user-policy .user-policy-wrap {
      width: 90%;
      margin: auto; }
    #user-policy h1 {
      font-size: 2rem; }
    #user-policy h2 {
      padding-left: 0;
      font-size: 1.2rem; }
    #user-policy ul {
      padding-left: 0;
      font-size: .9rem; }
      #user-policy ul li {
        font-size: .9rem; }
    #user-policy p {
      font-size: .9rem; } }
