/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

  /* Header */
header h1 {
  color:var(--color-white)!important;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h2 {
  color:var(--color-white)!important;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h1 a, header h2 a {
    color:var(--color-white);
    text-decoration: none;
  }

  header.jlr_active {
    top:0px;
    background-color: var(--color-jg);
    box-shadow:0px 1px 15px rgba(0,0,0,0.3);
  }
  header.jlr_active h1 {
    color:var(--color-white);
    text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header.jlr_active h2 {
    color:var(--color-white);
    text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header.jlr_active h1 a, header.jlr_active h2 a {
    color:var(--color-white);
    text-decoration: none;
  }

  /* Global menu */
  nav.globalmenu ul li a {
    color: var(--color-white)!important;
    text-shadow: 0px 0px 3px rgba(0,0,0,1);
  }

  /* Pagetitle */
  .pagetitle_img {
    width:100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    background-image: url(../img/experience/ptimg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .ptcc_img {
    width:100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items:center;
    background-color: rgba(0,0,0,0.3);
    margin: 0;
    padding: 0;
  }
  .pt_service {
    width:fit-content;
    min-width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 5%;
    padding:0 0 0 0;
  }
  .pt_service h2 {
    width:100%;
    height: auto;
    display: block;
    font-size:14px;
    font-weight: 400;
    line-height: 1em;
    color:var(--color-white);
    order:2;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.7);
    margin-bottom: 15px;
  }
  .pt_service h3 {
    width:100%;
    height: auto;
    display: block;
    font-size:24px;
    font-family: var(--font-en);
    font-weight: 400;
    line-height: 1em;
    color:var(--color-white);
    order:1;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.7);
    margin-bottom: 10px;
  }
  .pt_service ul {
    width:fit-content;
    height: auto;
    display: flex;
    margin:0;
    order:3;
  }
  .pt_service ul li {
    font-size:12px;
    line-height: 1em;
    margin-left:0.5em;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.7);
    color: var(--color-ccc);
  }
  .pt_service ul li:first-child {
    margin-left:0;
  }
  .pt_service ul li:after {
    content: " > ";
  }
  .pt_service ul li:last-child:after {
    content: "";
  }
  .pt_service li a {
    text-decoration: none;
    color:var(--color-ccc);
  }
  .pt_service li a:hover {
    color:var(--color-1st);
  }

/* Layout Styles
 --------------------------------------------------------------------*/
 .line_layout01 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 20%;
  background-image: url(../img/experience/featuresimg001.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80% auto;
  margin-bottom: 100px;
}
.line_layout01 .ll01_cc {
  width:60%;
  height: auto;
  display: block;
  padding:0 3% 3% 0;
  background-color: var(--color-white);
}

.line_layout02 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 20%;
  background-image: url(../img/experience/featuresimg002.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 80% auto;
  margin-bottom: 100px;
}
.line_layout02 .ll02_cc {
  width:60%;
  height: auto;
  display: block;
  padding:0 0 3% 3%;
  background-color: var(--color-white);
  margin-left:auto;
}
.line_layout03 {
 width:100%;
 height: auto;
 display: block;
 position: relative;
 padding-bottom: 20%;
 background-image: url(../img/experience/featuresimg003.jpg);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size: 80% auto;
 margin-bottom: 100px;
}
.line_layout03 .ll03_cc {
 width:60%;
 height: auto;
 display: block;
 padding:0 3% 3% 0;
 background-color: var(--color-white);
}

.line_layout04 {
 width:100%;
 height: auto;
 display: block;
 position: relative;
 padding-bottom: 20%;
 background-image: url(../img/experience/featuresimg004.jpg);
 background-repeat: no-repeat;
 background-position: left bottom;
 background-size: 80% auto;
 margin-bottom: 100px;
}
.line_layout04 .ll04_cc {
 width:60%;
 height: auto;
 display: block;
 padding:0 0 3% 3%;
 background-color: var(--color-white);
 margin-left:auto;
}

/* Serice gallery */
.showroomimages {
  width:100%;
  height: auto;
  display: block;
  margin-left: auto;
}
.swr_slide li {
  margin:0 0.15%!important;
}
.slide-dots_jlr {
  margin: 0 2% 0 0;
  padding: 0;
  text-align: right;
}
.slide-dots_jlr li {
  display: inline-block;
  margin: 0 0px;
}
.slide-dots_jlr li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots_jlr li button::before {
  background-image: url(../img/index/swr_slide/slidedot_na.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 30px;
}
.slide-dots_jlr li.slick-active button::before {
  background-image: url(../img/index/swr_slide/slidedot_ac.svg);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 20px;
}


/* Access
-----------------------------------------------------*/
.accessmm {
  width:100%;
  max-width:1920px;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  margin:0 auto;
}
.accessmm .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.accessmm .sectitle h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.accessmm .sectitle p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}
.accessmap {
  width:100%;
  height: 500px;
  display: block;
  order:1;
}
.accessmap iframe {
  width:100%;
  height: 500px;
  display: block;
}

.accessinfo {
width:95%;
max-width:1880px;
height: auto;
display: flex;
justify-content: space-between;
margin:0 auto;
}
.accessinfo .sectitle_s {
  width:fit-content;
  height: auto;
  display: flex;
}
.accessinfo .sectitle_s h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  color: var(--color-333);
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.accessinfo .sectitle_s p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-family: var(--font-en);
  color: var(--color-black);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}
.accessinfo .sectitle_s {
  margin-bottom: 15px;
}
.accessinfo .access_car {
  width:50%;
  padding:40px 5%;
}
.accessinfo .access_train {
  width:50%;
  padding:40px 5%;
}
.accessinfo ul {
  width:100%;
  height: auto;
  display: block;
  margin:0 0 0 1em;
}
.accessinfo ul li {
  font-size:12px;
  line-height: 1.5em;
  margin:0 0 1em 1em;
  list-style-image: url(../img/lidot.png);
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  /* Header */
header h1 {
  color:var(--color-white)!important;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h2 {
  color:var(--color-white)!important;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h1 a, header h2 a {
    color:var(--color-white);
    text-decoration: none;
  }

/* Menu button */
.menubn span {
  background: var(--color-white);
}
.menubn.jlr_active span {
  background: var(--color-white);
}


/* Pagetitle */
.pagetitle_img {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  background-image: url(../img/experience/ptimg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.ptcc_img {
  width:100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items:center;
  background-color: rgba(0,0,0,0.3);
  margin: 0;
  padding: 0;
}
.pt_service {
  width:fit-content;
  min-width: 400px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5%;
  padding:0 0 0 0;
}
.pt_service h2 {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  order:2;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.7);
  margin-bottom: 15px;
}
.pt_service h3 {
  width:100%;
  height: auto;
  display: block;
  font-size:24px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  order:1;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.7);
  margin-bottom: 10px;
}
.pt_service ul {
  width:fit-content;
  height: auto;
  display: flex;
  margin:0;
  order:3;
}
.pt_service ul li {
  font-size:12px;
  line-height: 1em;
  margin-left:0.5em;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.7);
  color: var(--color-ccc);
}
.pt_service ul li:first-child {
  margin-left:0;
}
.pt_service ul li:after {
  content: " > ";
}
.pt_service ul li:last-child:after {
  content: "";
}
.pt_service li a {
  text-decoration: none;
  color:var(--color-ccc);
}
.pt_service li a:hover {
  color:var(--color-1st);
}

/* Layout Styles
 --------------------------------------------------------------------*/
 .line_layout01 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 35%;
  background-image: url(../img/experience/featuresimg001.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.line_layout01 .ll01_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 20px 0;
  background-color: var(--color-white);
}

.line_layout02 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 35%;
  background-image: url(../img/experience/featuresimg002.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.line_layout02 .ll02_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 20px 0;
  background-color: var(--color-white);
}

.line_layout03 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 35%;
  background-image: url(../img/experience/featuresimg003.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.line_layout03 .ll03_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 20px 0;
  background-color: var(--color-white);
}

.line_layout04 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 35%;
  background-image: url(../img/experience/featuresimg004.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.line_layout04 .ll04_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 20px 0;
  background-color: var(--color-white);
}


/* Serice gallery */
.showroomimages {
  width:100%;
  height: auto;
  display: block;
  margin-left: auto;
}
.swr_slide li {
  margin:0 0.15%!important;
}
.slide-dots_jlr {
  margin: 0 2% 0 0;
  padding: 0;
  text-align: right;
}
.slide-dots_jlr li {
  display: inline-block;
  margin: 0 0px;
}
.slide-dots_jlr li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots_jlr li button::before {
  background-image: url(../img/index/swr_slide/slidedot_na.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 30px;
}
.slide-dots_jlr li.slick-active button::before {
  background-image: url(../img/index/swr_slide/slidedot_ac.svg);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 20px;
}


/* Access
-----------------------------------------------------*/
.accessmm {
  width:100%;
  max-width:1920px;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  margin:0 auto;
}
.accessmm .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.accessmm .sectitle h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.accessmm .sectitle p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}
.accessmap {
  width:100%;
  height: 500px;
  display: block;
  order:1;
}
.accessmap iframe {
  width:100%;
  height: 500px;
  display: block;
}

.accessinfo {
width:100%;
height: auto;
display: flex;
flex-direction: column;
margin:0 auto;
}
.accessinfo .sectitle_s {
  width:fit-content;
  height: auto;
  display: flex;
}
.accessinfo .sectitle_s h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  color: var(--color-333);
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.accessinfo .sectitle_s p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-family: var(--font-en);
  color: var(--color-black);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}
.accessinfo .sectitle_s {
  margin-bottom: 15px;
}
.accessinfo .access_car {
  width:100%;
  padding:40px 2%;
  border-bottom: 1px dotted var(--color-ccc);
}
.accessinfo .access_train {
  width:100%;
  padding:40px 2%;
}
.accessinfo ul {
  width:100%;
  height: auto;
  display: block;
  margin:0 0 0 1em;
}
.accessinfo ul li {
  font-size:12px;
  line-height: 1.5em;
  margin:0 0 1em 1em;
  list-style-image: url(../img/lidot.png);
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  /* Header */
header h1 {
  color:var(--color-white)!important;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h2 {
  color:var(--color-white)!important;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h1 a, header h2 a {
    color:var(--color-white);
    text-decoration: none;
  }

/* Menu button */
.menubn span {
  background: var(--color-white);
}
.menubn.jlr_active span {
  background: var(--color-white);
}

/* Pagetitle */
.pagetitle_img {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 3;
  background-image: url(../img/experience/ptimg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.ptcc_img {
  width:100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 3 / 3;
  display: flex;
  align-items:center;
  background-color: rgba(0,0,0,0.5);
  margin: 0;
  padding: 0;
}
.pt_service {
  width:fit-content;
  min-width: 400px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5%;
  padding:0 0 0 0;
}
.pt_service h2 {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  order:2;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.7);
  margin-bottom: 15px;
}
.pt_service h3 {
  width:100%;
  height: auto;
  display: block;
  font-size:22px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  order:1;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.7);
  margin-bottom: 10px;
}
.pt_service ul {
  width:fit-content;
  height: auto;
  display: flex;
  margin:0;
  order:3;
}
.pt_service ul li {
  font-size:12px;
  line-height: 1em;
  margin-left:0.5em;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.7);
  color: var(--color-ccc);
}
.pt_service ul li:first-child {
  margin-left:0;
}
.pt_service ul li:after {
  content: " > ";
}
.pt_service ul li:last-child:after {
  content: "";
}
.pt_service li a {
  text-decoration: none;
  color:var(--color-ccc);
}
.pt_service li a:hover {
  color:var(--color-1st);
}

/* Layout Styles
 --------------------------------------------------------------------*/
 .line_layout01 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 35%;
  background-image: url(../img/experience/featuresimg001.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.line_layout01 .ll01_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 20px 0;
  background-color: var(--color-white);
}

.line_layout02 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 35%;
  background-image: url(../img/experience/featuresimg002.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.line_layout02 .ll02_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 20px 0;
  background-color: var(--color-white);
}

.line_layout03 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 35%;
  background-image: url(../img/experience/featuresimg003.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.line_layout03 .ll03_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 20px 0;
  background-color: var(--color-white);
}

.line_layout04 {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 35%;
  background-image: url(../img/experience/featuresimg004.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.line_layout04 .ll04_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 20px 0;
  background-color: var(--color-white);
}

/* Serice gallery */
.showroomimages {
  width:100%;
  height: auto;
  display: block;
  margin-left: auto;
}
.swr_slide li {
  margin:0 0.15%!important;
}
.slide-dots_jlr {
  margin: 0 2% 0 0;
  padding: 0;
  text-align: right;
}
.slide-dots_jlr li {
  display: inline-block;
  margin: 0 0px;
}
.slide-dots_jlr li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots_jlr li button::before {
  background-image: url(../img/index/swr_slide/slidedot_na.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 30px;
}
.slide-dots_jlr li.slick-active button::before {
  background-image: url(../img/index/swr_slide/slidedot_ac.svg);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 20px;
}


/* Access
-----------------------------------------------------*/
.accessmm {
  width:100%;
  max-width:1920px;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  margin:0 auto;
}
.accessmm .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.accessmm .sectitle h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.accessmm .sectitle p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}
.accessmap {
  width:100%;
  height: 350px;
  display: block;
  order:1;
}
.accessmap iframe {
  width:100%;
  height: 350px;
  display: block;
}

.accessinfo {
width:100%;
height: auto;
display: flex;
flex-direction: column;
margin:0 auto;
}
.accessinfo .sectitle_s {
  width:fit-content;
  height: auto;
  display: flex;
}
.accessinfo .sectitle_s h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:10px;
  font-weight: 400;
  color: var(--color-333);
  line-height: 20px;
  margin:0 0 0 0;
  order:2;
}
.accessinfo .sectitle_s p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-family: var(--font-en);
  color: var(--color-black);
  font-weight: 400;
  line-height: 20px;
  margin:0 10px 0 0;
  order:1;
}
.accessinfo .sectitle_s {
  margin-bottom: 15px;
}
.accessinfo .access_car {
  width:100%;
  padding:40px 2%;
  border-bottom: 1px dotted var(--color-ccc);
}
.accessinfo .access_train {
  width:100%;
  padding:40px 2%;
}
.accessinfo ul {
  width:100%;
  height: auto;
  display: block;
  margin:0 0 0 1em;
}
.accessinfo ul li {
  font-size:12px;
  line-height: 1.5em;
  margin:0 0 1em 1em;
  list-style-image: url(../img/lidot.png);
}

}
