@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap');
/* ////////////////////////////////////////////////////////////
	File Name	common.css
*/
@font-face {
  font-family: icon-Nissan-Global;
  src: url(http://www.nissan.co.jp/COMMON/GN/FONTS/ICONS/Nissan-Global.eot);
  src: url(http://www.nissan.co.jp/COMMON/GN/FONTS/ICONS/Nissan-Global.eot?#iefix) format("embedded-opentype"), url(http://www.nissan.co.jp/COMMON/GN/FONTS/ICONS/Nissan-Global.woff) format("woff"), url(/COMMON/GN/FONTS/ICONS/Nissan-Global.ttf) format("truetype"), url(http://www.nissan.co.jp/COMMON/GN/FONTS/ICONS/Nissan-Global.svg#wp-icons) format("svg");
  font-weight: 400;
  font-style: normal
}
* {
  box-sizing: border-box;
}
/*============================================================
	RESET
*/
.lp-self * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  text-align: inherit;
  font-style: normal;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  outline: 0;
  color: inherit;
}
.lp-self ul {
  list-style-type: none;
}
.lp-self table {
  border-collapse: collapse;
}
.lp-self a, .lp-self button {
  cursor: pointer;
}
.lp-self h1, .lp-self h2, .lp-self h3, .lp-self h4, .lp-self strong {
  font-weight: 700;
}
.lp-self img {
  vertical-align: top;
  width: 100%;
}
.lp-self input, .lp-self button, .lp-self select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  outline: 0;
}
/*============================================================
	CONTAINER
*/
.lp-self {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 1500px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #343434;
}
.lp-self .container {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1300px;
}
/* TB */
@media screen and (max-width: 959px) {
  .lp-self .container {
    padding: 0 30px;
  }
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self {
    padding-bottom: 80px;
  }
  .lp-self .container {
    padding: 0 20px;
  }
}
/*============================================================
	FONT
*/
.lp-self .en-cond {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
}
/*============================================================
	見出し
*/
.lp-self .heading .en {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #c92a4d;
}
.lp-self .heading .en span {
  display: inline-block;
  padding: 0 0 5px 0;
  background: transparent url(../img/parts-heading.png) 50% 100% no-repeat;
  background-size: 100px 10px;
}
/**/
.lp-self .subhead::before {
  content: '';
  display: block;
  margin: 0 0 10px 0;
  width: 65px;
  height: 6px;
  background-color: #c3002e;
}
.lp-self .subhead .h {
  font-size: 26px;
  line-height: 1.7;
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .heading .en {
    font-size: 14px;
  }
  .lp-self .heading .en span {
    padding: 0 0 3px 0;
    background-image: url(../img/parts-heading-sp.png);
    background-size: 100px 6px;
  }
  /**/
  .lp-self .subhead::before {
    margin: 0 0 10px 0;
    width: 55px;
    height: 5px;
  }
  .lp-self .subhead .h {
    font-size: 21px;
  }
}
/*============================================================
	ボタン
*/
.lp-self .icon-arrow::after {
  content: "";
  display: inline-block;
  font-family: icon-Nissan-Global;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 試乗ボタン */
.lp-self .btn-self {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  background-color: #c3002f;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 70px;
  color: #fff;
}
.lp-self .btn-self span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 50px;
}
.lp-self .btn-self span i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: transparent url(../img/icon-btn.png) 0 0 no-repeat;
  background-size: contain;
}
.os-other .lp-self .btn-self:hover {
  background-color: #920023;
}
.os-sp .lp-self .btn-self:active {
  background-color: #920023;
}
/* ボタン赤 */
.lp-self .btn-primary {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  background-color: #c3002f;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.lp-self .btn-primary i {
  padding-left: 0.5em;
  font-size: 12px;
}
.os-other .lp-self .btn-primary:hover {
  background-color: #920023;
}
.os-sp .lp-self .btn-primary:active {
  background-color: #920023;
}
/* ボタングレー */
.lp-self .btn-secondary {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: #eee;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.lp-self .btn-secondary i {
  padding-left: 0.5em;
  font-size: 12px;
  color: #c3002f;
}
.os-other .lp-self .btn-secondary:hover {
  background-color: #c3002f;
  color: #fff;
}
.os-other .lp-self .btn-secondary:hover i {
  color: #fff;
}
.os-sp .lp-self .btn-secondary:active {
  background-color: #c3002f;
  color: #fff;
}
.os-sp .lp-self .btn-secondary:active i {
  color: #fff;
}
/* SP */
@media screen and (max-width: 750px) {
  /* 試乗ボタン */
  .lp-self .btn-self {
    padding: 0;
    max-width: 100%;
    font-size: 17px;
    line-height: 60px;
  }
  .lp-self .btn-self span {
    padding: 0 0 0 30px;
  }
  .lp-self .btn-self span i {
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
  /* ボタン赤 */
  .lp-self .btn-primary {
    display: block;
    padding: 12px 10px;
    text-align: left;
    font-size: 14px;
  }
  .lp-self .btn-primary i {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -6px;
    line-height: 1;
  }
  /* ボタングレー */
  .lp-self .btn-secondary {
    display: block;
    padding: 12px 10px;
    text-align: left;
    font-size: 14px;
  }
  .lp-self .btn-secondary i {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -6px;
    line-height: 1;
  }
}
/*============================================================
	区切り罫
*/
.lp-self .hr .container::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
}
/* TB */
@media screen and (max-width: 959px) {
  .lp-self .hr .container {
    padding: 0;
  }
}
/*============================================================
	メイン
*/
.lp-self .main {
  padding: 70px 0 80px 0;
}
.lp-self .main .heading {
  margin: 0 0 50px 0;
  text-align: center;
}
.lp-self .main .heading h1 {
  font-size: 28px;
  line-height: 1.3;
}
.lp-self .main .heading h2 {
  margin: 10px 0 20px 0;
  font-weight: normal;
  font-size: 64px;
  line-height: 1.2;
  color: #c3002f;
}
.lp-self .main .heading p {
  font-size: 16px;
  line-height: 1.7;
}
.lp-self .main .kv {
  margin: 0 auto;
  max-width: 1280px;
}
.lp-self .main .kv-sp {
  display: none;
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .main {
    padding: 30px 0 40px 0;
  }
  .lp-self .main .heading {
    margin: 0 0 20px 0;
  }
  .lp-self .main .heading h1 {
    font-size: 17px;
  }
  .lp-self .main .heading h2 {
    margin: 5px 0 10px 0;
    font-size: 36px;
  }
  .lp-self .main .heading p {
    font-size: 12px;
  }
  .lp-self .main .kv {
    display: none;
  }
  .lp-self .main .kv-sp {
    display: block;
  }
}
/*============================================================
	ABOUT
*/
.lp-self .about {
  overflow: hidden;
  position: relative;
  background-color: #f6f6f6;
  border-bottom: 20px solid #f6f6f6;
}
.lp-self .about::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  background-color: #fff;
}
.lp-self .about .kv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  background: transparent url(../img/about-kv.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.lp-self .about .container {
  display: flex;
  align-items: center;
  height: 498px;
}
.lp-self .about .heading .h {
  margin: 20px 0 0 0;
  font-weight: normal;
  font-size: 54px;
  line-height: 1.5;
  color: #c92a4d;
}
.lp-self .about .image {
  display: none;
}
.lp-self .about .lead {
  margin: 40px 0 0 0;
  padding: 0 0 30px 0;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1080px) {
  .lp-self .about .kv {
    left: -60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1020px) {
  .lp-self .about .kv {
    left: 25%;
    margin-left: -340px;
    background-size: contain;
  }
  .lp-self .about .container {
    display: block;
    padding: 20px 50px 0 50px;
    height: 420px;
  }
  .lp-self .about .heading .h {
    margin: 10px 0 0 0;
  }
  .lp-self .about .lead {
    margin: 20px 0 0 0;
    font-size: 16px;
  }
}
/* TB */
@media screen and (max-width: 959px) {
  .lp-self .about .container {
    padding: 20px 30px 0 30px;
  }
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .about {
    background-color: #fff;
    border-width: 10px;
  }
  .lp-self .about::before {
    display: none;
  }
  .lp-self .about .kv {
    display: none;
  }
  .lp-self .about .container {
    display: block;
    padding: 0;
    height: auto;
  }
  .lp-self .about .heading {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .lp-self .about .heading .h {
    margin: 5px 0 0 0;
    font-size: 28px;
  }
  .lp-self .about .image {
    display: block;
  }
  .lp-self .about .lead {
    margin: 0;
    padding: 20px 50px 20px 20px;
    background: transparent url(../img/about-bg-sp.png) 100% 0% no-repeat;
    background-size: contain;
    font-size: 12px;
  }
  .lp-self .about .lead br {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .lp-self .about .lead {
    padding-right: 0;
  }
  .lp-self .about .lead br {
    display: block;
  }
}
/*============================================================
	STEP
*/
.lp-self .step {
  padding: 70px 0 80px 0;
}
.lp-self .step .heading {
  text-align: center;
}
.lp-self .step .heading .h {
  margin: 10px 0 0 0;
  font-weight: normal;
  font-size: 54px;
  line-height: 1.5;
}
.lp-self .step .list {
  position: relative;
  margin: 60px 0 0 0;
}
.lp-self .step .list::before {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f6f6f6;
}
.lp-self .step .list ul {
  display: flex;
  padding: 0 23px;
}
.lp-self .step .list ul li {
  position: relative;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.lp-self .step .list .block {}
.lp-self .step .list .block .head {
  position: relative;
  text-align: center;
}
.lp-self .step .list .block .head .num {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 23px;
  width: 80px;
  height: 60px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999em;
}
.lp-self .step .list .block .head .num01 {
  background-image: url(../img/step-num01.png);
}
.lp-self .step .list .block .head .num02 {
  background-image: url(../img/step-num02.png);
}
.lp-self .step .list .block .head .num03 {
  background-image: url(../img/step-num03.png);
}
.lp-self .step .list .block .head .h {
  font-size: 38px;
  line-height: 60px;
}
.lp-self .step .list .block .head .arrow {
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -8px;
  width: 35px;
  height: 17px;
  background: transparent url(../img/step-arrow.png) 0 0 no-repeat;
  background-size: contain;
}
.lp-self .step .list .block .info {
  position: relative;
  margin: 0 23px;
  background-color: #fff;
}
.lp-self .step .list .block .info .line {
  position: absolute;
  top: 0;
  right: 0;
  left: -15px;
  height: 6px;
  background-color: #c3002f;
}
.lp-self .step .list .block .info .line::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #9b0020 transparent transparent;
}
.lp-self .step .list .block .info .lead {
  padding: 30px 20px;
  font-size: 16px;
  line-height: 1.9;
}
.lp-self .step .list .block .info .lead a {
  text-decoration: underline;
  color: #c3002f;
}
.lp-self .step .list .block .info .image img {
  width: 100%;
}
.lp-self .step .btn-wrap {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 1020px) {
  .lp-self .step .container {
    padding: 0 20px;
  }
}
/* TB */
@media screen and (max-width: 959px) {
  .lp-self .step .list::before {
    display: none;
  }
  .lp-self .step .list ul {
    display: block;
    padding: 0;
  }
  .lp-self .step .list ul li {
    margin: 0 0 80px 0;
    max-width: 100%;
  }
  .lp-self .step .list ul li:last-child {
    margin: 0;
  }
  .lp-self .step .list ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f6f6f6;
  }
  .lp-self .step .list ul li::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    width: 100%;
    height: 60px;
    background: transparent url(../img/step-arrow-sp.png) 50% 50% no-repeat;
    background-size: contain;
  }
  .lp-self .step .list ul li:last-child::after {
    display: none;
  }
  .lp-self .step .list .block {
    margin: 0 auto;
    max-width: 540px;
  }
  .lp-self .step .list .block .head .arrow {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .step {
    padding: 40px 0 40px 0;
  }
  .lp-self .step .heading .h {
    margin: 5px 0 0 0;
    font-size: 28px;
  }
  .lp-self .step .list {
    margin: 20px 0 0 0;
  }
  .lp-self .step .list ul li {
    margin: 0 0 55px 0;
  }
  .lp-self .step .list ul li::before {
    top: 44px;
  }
  .lp-self .step .list ul li::after {
    margin-top: 15px;
    height: 30px;
  }
  .lp-self .step .list .block .head .num {
    left: 23px;
    height: 44px;
  }
  .lp-self .step .list .block .head .h {
    font-size: 26px;
    line-height: 44px;
  }
  .lp-self .step .list .block .info {
    margin: 0 20px;
  }
  .lp-self .step .list .block .info .line {
    left: -12px;
    height: 5px;
  }
  .lp-self .step .list .block .info .line::after {
    border-width: 0 12px 12px 0;
  }
  .lp-self .step .list .block .info .lead {
    padding: 20px 15px;
    font-size: 12px;
  }
}
/*============================================================
	POINT
*/
.lp-self .point {
  padding: 70px 0 80px 0;
}
.lp-self .point .heading {
  text-align: center;
}
.lp-self .point .heading .h {
  margin: 10px 0 0 0;
  font-weight: normal;
  font-size: 54px;
  line-height: 1.5;
}
.lp-self .point .list {
  position: relative;
  margin: 60px 0 0 0;
}
.lp-self .point .list::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 176px;
  background-color: #f6f6f6;
}
.lp-self .point .list ul {
  position: relative;
  display: flex;
  padding: 0 15px;
}
.lp-self .point .list ul li {
  position: relative;
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding: 0 15px;
}
.lp-self .point .list .block {
  position: relative;
  text-align: center;
}
.lp-self .point .list .block .en {
  display: block;
  position: absolute;
  top: -15px;
  left: 15px;
  padding: 0 0.5em;
  background-color: #c3082f;
  font-size: 22px;
  line-height: 1.7;
  color: #fff;
}
.lp-self .point .list .block .en::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #9b0020;
}
.lp-self .point .list .block .frame {
  padding: 40px 15px 0 15px;
  border: 1px solid #c1c1c1;
  background-color: #fff;
}
.lp-self .point .list .block .h {
  font-size: 32px;
  line-height: 1.7;
}
.lp-self .point .list .block .lead {
  margin: 10px 0 0 0;
  font-size: 20px;
  line-height: 1.7;
}
.lp-self .point .list .block .image {
  margin: 20px 0 0 0;
  padding: 30px 0;
  border-top: 1px dashed #c2c2c2;
}
.lp-self .point .list .block .image img {
  display: block;
  margin: 0 auto;
  width: 160px;
}
.lp-self .point .btn-wrap {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 1240px) {
  .lp-self .point .list .block .lead br {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  .lp-self .point .container {
    padding: 0 20px;
  }
}
/* TB */
@media screen and (max-width: 959px) {
  .lp-self .point .list::before {
    display: none;
  }
  .lp-self .point .list ul {
    display: block;
    padding: 0;
  }
  .lp-self .point .list ul li {
    max-width: 100%;
    margin: 0 0 50px 0;
    padding: 0 25px;
  }
  .lp-self .point .list ul li:last-child {
    margin: 0;
  }
  .lp-self .point .list ul li::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 176px;
    background-color: #f6f6f6;
  }
  .lp-self .point .list .block {
    margin: 0 auto;
    max-width: 540px;
  }
  .lp-self .point .list .block .lead br {
    display: block;
  }
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .point {
    padding: 40px 0 40px 0;
  }
  .lp-self .point .heading .h {
    margin: 5px 0 0 0;
    font-size: 28px;
  }
  .lp-self .point .list {
    margin: 30px 0 0 0;
  }
  .lp-self .point .list ul li {
    margin: 0 0 30px 0;
    padding: 0 20px;
  }
  .lp-self .point .list .block .en {
    top: -8px;
    left: 10px;
    font-size: 12px;
    line-height: 1.8;
  }
  .lp-self .point .list .block .en::after {
    border-width: 8px 0 0 8px;
  }
  .lp-self .point .list .block .frame {
    padding: 20px 15px 0 15px;
  }
  .lp-self .point .list .block .h {
    font-size: 24px;
  }
  .lp-self .point .list .block .lead {
    margin: 5px 0 0 0;
    font-size: 13px;
  }
  .lp-self .point .list .block .image {
    margin: 15px 0 0 0;
    padding: 15px 0;
  }
  .lp-self .point .list .block .image img {
    width: 120px;
  }
}
/*============================================================
	INFO
*/
.lp-self .attention {
  padding: 70px 0 80px 0;
}
.lp-self .attention .frame, {
  padding: 40px;
  color: #c3002f;
  background: #f6f6f6;
}
.lp-self .attention ol {
  margin: 0.5em 0 0.5em 1.5em;
}
.lp-self .attention ol li {
  margin: 0.5em 0;
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .attention {
    padding: 40px 0 40px 0;
  }
  .lp-self .attention .container {
    padding: 0 40px;
  }
  .lp-self .attention .frame {
    padding: 20px;
    font-size: 14px;
  }
}
/*============================================================
	試乗できるクルマ
*/
.lp-self .select {
  padding: 80px 0 80px 0;
}
.lp-self .select select {
  display: block;
  padding: 5px 65px 5px 15px;
  min-width: 200px;
  background: #fff url(../img/select.png) 100% 50% no-repeat;
  background-size: 50px 100px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}
@media screen and (max-width: 1124px) {
  .lp-self .select select {
    min-width: 10px
  }
}
.lp-self .select select::-ms-expand {
  display: none;
}
.lp-self .select input.input-text {
  padding: 5px 15px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  max-width: 100px;
}
.lp-self .select .checkbox {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.lp-self .select .checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.lp-self .select .checkbox span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #c1c1c1;
}
.lp-self .select .checkbox input:checked + span {
  background: #fff url(../img/icon-check.png) 50% 50% no-repeat;
  background-size: 34px 34px;
}
.lp-self .select .list {
  margin: 30px 0 0 0;
}
.lp-self .select .list ul {
  display: flex;
  padding: 0 15px;
}
.lp-self .select .list ul li {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
}
.lp-self .select .list .block {
  margin: 0 auto;
  max-width: 460px;
}
.lp-self .select .list .info {
  text-align: center;
}
.lp-self .select .list .info h3 {
  margin: 0 auto;
  max-width: 320px;
}
.lp-self .select .list .info h4 {
  margin: 20px 0 0 0;
  font-size: 22px;
  line-height: 1.7;
}
.lp-self .select .list .info h4 br {
  display: none;
}
.lp-self .select .list .info .more a br {
  display: none;
}
.lp-self .select .list .info .note {
  margin: -25px 0 15px 0;
  text-align: right;
  font-size: 14px;
  line-height: 1.7;
}
.lp-self .select .list .info .note a {
  text-decoration: underline;
  color: #c3002f;
}
.lp-self .select .reservation-wrap {
  position: relative;
  margin: 60px 0 0 0;
  padding: 60px 0;
  border: 1px solid #c1c1c1;
}
.lp-self .select .reservation-wrap .head {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  background-color: #c3082f;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
}
.lp-self .select .reservation-wrap ul {
  display: flex;
  padding: 0 20px;
}
.lp-self .select .reservation-wrap ul li {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 30px;
}
.lp-self .select .reservation-wrap .reservation {
  padding: 30px 0;
  background-color: #f6f6f6;
}
.lp-self .select .reservation-wrap .pref {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.7;
}
.lp-self .select .reservation-wrap .pref p {
  flex: 1;
  padding: 0 1em 0 0;
  font-weight: 700;
}
.lp-self .select .reservation-wrap .pref p br {
  display: none;
}
.lp-self .select .reservation-wrap .btn-wrap {
  margin: 30px 0 0 0;
  text-align: center;
}
.lp-self .select .station-wrap {
  position: relative;
  margin: 60px 0 0 0;
  padding: 60px 50px;
  border: 1px solid #c1c1c1;
}
.lp-self .select .station-wrap .head {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  background-color: #c3082f;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
}
.lp-self .select .station-wrap .title {
  text-align: center;
  font-size: 24px;
}
.lp-self .select .station-wrap .title span {
  color: #c3082f;
}
.lp-self .select .station-wrap .select-car {
  margin: 20px 0 40px 0;
}
.lp-self .select .station-wrap .select-car ul {
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
}
.lp-self .select .station-wrap .select-car ul li {
  flex-basis: 50%;
  max-width: 50%;
}
.lp-self .select .station-wrap .select-car ul li .check-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}
.lp-self .select .station-wrap .select-car ul li .check-wrap label {
  position: relative;
  display: block;
  padding: 30px 0;
  cursor: pointer;
}
.lp-self .select .station-wrap .select-car ul li .check-wrap .name {
  font-size: 20px;
  font-weight: bold;
}
.lp-self .select .station-wrap .select-car ul li .check-wrap .checkbox {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -20px;
}
.lp-self .select .station-wrap .select-car ul li:first-child .check-wrap::after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  width: 1px;
  background-color: #c1c1c1;
}
.lp-self .select .station-wrap .select-station {
  margin: 20px 0 0 0;
  padding: 30px 30px 18px 30px;
  background-color: #f6f6f6;
}
.lp-self .select .station-wrap .btn-location {
  display: block;
  margin: 0 auto;
  max-width: 580px;
  background-color: #5f5f5f;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  color: #fff;
}
.lp-self .select .station-wrap .btn-location:hover {
  background-color: #c3002f;
}
.lp-self .select .station-wrap .btn-location span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.lp-self .select .station-wrap .btn-location span i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: transparent url(../img/icon-location.svg) 50% 50% no-repeat;
  background-size: cover;
}
.lp-self .select .station-wrap .btn-search {
  display: block;
  width: 110px;
  background-color: #c3002f;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  color: #fff;
}
.lp-self .select .station-wrap .btn-search:hover {
  background-color: #920023;
}
.lp-self .select .station-wrap .btn-search span {
  position: relative;
  display: inline-block;
  padding-left: 34px;
}
.lp-self .select .station-wrap .btn-search span i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: transparent url(../img/icon-search.svg) 50% 50% no-repeat;
  background-size: cover;
}
.lp-self .select .station-wrap .select-station .table {
  display: table;
  margin: 13px auto 0 auto;
}
.lp-self .select .station-wrap .select-station .table .row {
  display: table-row;
}
.lp-self .select .station-wrap .select-station .table .col {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0;
}
.lp-self .select .station-wrap .select-station .table .col:first-child {
  padding-right: 30px;
  font-size: 16px;
  font-weight: bold;
}
.lp-self .select .station-wrap .select-station .table .inline {
  display: flex;
  align-items: center;
}
.lp-self .select .station-wrap .select-station .table .inline .inline-input {
  display: table;
}
.lp-self .select .station-wrap .select-station .table .inline .inline-input div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.lp-self .select .station-wrap .select-station .table .inline .inline-btn {
  padding-left: 15px;
}
/* TB */
@media screen and (max-width: 959px) {
  .lp-self .select .list .info h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .lp-self .select .list .info h4 br {
    display: block;
  }
  .lp-self .select .list ul {
    padding: 0;
  }
  .lp-self .select .reservation-wrap {
    padding: 60px 0 30px 0;
  }
  .lp-self .select .reservation-wrap .reservation {
    padding: 30px;
  }
  .lp-self .select .reservation-wrap ul {
    padding: 0 15px;
  }
  .lp-self .select .reservation-wrap ul li {
    padding: 0 15px;
  }
  .lp-self .select .reservation-wrap .pref {
    display: block;
  }
  .lp-self .select .reservation-wrap .pref p {
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
  }
  .lp-self .select .reservation-wrap .pref select {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
  }
  .lp-self .select .station-wrap {
    padding: 60px 30px 30px 30px;
  }
  .lp-self .select .station-wrap .select-car ul li .check-wrap .name {
    padding: 0 50px 0 0;
  }
  .lp-self .select .station-wrap .select-station .table {
    display: block;
    margin: 13px auto 0 auto;
  }
  .lp-self .select .station-wrap .select-station .table .row {
    display: table;
    margin: 0 auto;
  }
  .lp-self .select .station-wrap .select-station .table .col {
    display: block;
    padding: 12px 0;
  }
  .lp-self .select .station-wrap .select-station .table .col:first-child {
    padding: 10px 0 0 0;
    text-align: center;
  }
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .select {
    padding: 40px 0 40px 0;
  }
  .lp-self .select select {
    padding: 8px 40px 8px 10px;
    background: #fff url(../img/select-sp.png) 100% 50% no-repeat;
    background-size: 30px 50px;
    font-size: 12px;
  }
  .lp-self .select input.input-text {
    padding: 8px 10px;
    max-width: 80px;
    font-size: 12px;
  }
  .lp-self .select .checkbox {
    width: 26px;
    height: 26px;
  }
  .lp-self .select .checkbox span {
    border: 1px solid #c1c1c1;
  }
  .lp-self .select .checkbox input:checked + span {
    background-size: 24px 24px;
  }
  .lp-self .select .list {
    margin: 10px 0 0 0;
  }
  .lp-self .select .list ul {
    margin: 0 -5px;
  }
  .lp-self .select .list ul li {
    padding: 0 5px;
  }
  .lp-self .select .list .info h3 {
    max-width: 80%;
  }
  .lp-self .select .list .info h4 {
    margin: 10px 0 0 0;
    height: 40px;
    font-size: 12px;
    line-height: 1.5;
  }
  .lp-self .select .list .info .note {
    margin: -5px 0 10px 0;
    font-size: 11px;
    line-height: 1.5;
  }
  .lp-self .select .list .info .more a {
    padding: 10px 10px;
    text-align: left;
    font-size: 11px;
  }
  .lp-self .select .list .info .more a br {
    display: block;
  }
  .lp-self .select .reservation-wrap {
    margin: 20px 0 0 0;
    padding: 35px 0 15px 0;
  }
  .lp-self .select .reservation-wrap .head {
    padding: 1px 10px 0 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .lp-self .select .reservation-wrap ul {
    padding: 0 5px;
  }
  .lp-self .select .reservation-wrap ul li {
    padding: 0 5px;
  }
  .lp-self .select .reservation-wrap .reservation {
    padding: 10px;
  }
  .lp-self .select .reservation-wrap .pref {
    font-size: 12px;
  }
  .lp-self .select .reservation-wrap .pref p {
    margin: 0 0 8px 0;
  }
  .lp-self .select .reservation-wrap .pref p br {
    display: block;
  }
  .lp-self .select .reservation-wrap .btn-wrap {
    margin: 15px 0 0 0;
  }
  .lp-self .select .reservation-wrap .btn-wrap .btn-primary {
    width: 100%;
  }
  .lp-self .select .station-wrap {
    margin: 20px 0 0 0;
    padding: 40px 10px 15px 10px;
  }
  .lp-self .select .station-wrap .head {
    padding: 1px 10px 0 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .lp-self .select .station-wrap .title {
    font-size: 16px;
  }
  .lp-self .select .station-wrap .select-car {
    margin: 15px 0 20px 0;
  }
  .lp-self .select .station-wrap .select-car ul li {
    flex-basis: auto;
    max-width: 100%;
  }
  .lp-self .select .station-wrap .select-car ul li .check-wrap {}
  .lp-self .select .station-wrap .select-car ul li .check-wrap label {
    padding: 20px 0;
  }
  .lp-self .select .station-wrap .select-car ul li .check-wrap .name {
    padding: 0 51px 0 15px;
    font-size: 13px;
  }
  .lp-self .select .station-wrap .select-car ul li .check-wrap .checkbox {
    right: 15px;
    margin-top: -13px;
  }
  .lp-self .select .station-wrap .select-car ul li:first-child .check-wrap::after {
    top: 15px;
    bottom: 15px;
  }
  .lp-self .select .station-wrap .select-station {
    margin: 15px 0 0 0;
    padding: 15px 15px 18px 15px;
  }
  .lp-self .select .station-wrap .btn-location {
    font-size: 13px;
  }
  .lp-self .select .station-wrap .btn-location span {
    padding-left: 30px;
  }
  .lp-self .select .station-wrap .btn-location span i {
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  .lp-self .select .station-wrap .btn-search {
    margin: 0 auto;
    width: 100px;
    font-size: 13px;
  }
  .lp-self .select .station-wrap .btn-search span {
    padding-left: 30px;
  }
  .lp-self .select .station-wrap .btn-search span i {
    margin-top: -11px;
    width: 22px;
    height: 22px;
  }
  .lp-self .select .station-wrap .select-station .table .col {
    padding: 6px 0 12px 0;
  }
  .lp-self .select .station-wrap .select-station .table .col:first-child {
    font-size: 13px;
  }
  .lp-self .select .station-wrap .select-station .table .inline {
    display: block;
  }
  .lp-self .select .station-wrap .select-station .table .inline .inline-input div {
    padding: 0 5px;
  }
  .lp-self .select .station-wrap .select-station .table .inline .inline-btn {
    margin: 15px 0 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 344px) {
  .lp-self .select .station-wrap .select-car ul li .check-wrap .name {
    padding: 0 46px 0 10px;
    font-size: 12px;
  }
  .lp-self .select .station-wrap .select-car ul li .check-wrap .checkbox {
    right: 10px;
  }
}
/*============================================================
	よくあるお問い合わせ
*/
.lp-self .faq {
  padding: 80px 0 60px 0;
}
.lp-self .faq .list {
  margin: 50px 0 0 0;
}
.lp-self .faq .list ul {
  border-bottom: 1px solid #c1c1c1;
}
.lp-self .faq .list ul li {
  border-top: 1px solid #c1c1c1;
  font-size: 16px;
  line-height: 1.9;
}
.lp-self .faq .list .icon {
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
}
.lp-self .faq .list .q {
  display: block;
  position: relative;
  padding: 30px 100px 30px 100px;
  font-weight: 700;
}
.lp-self .faq .list .q .icon {
  background-image: url(../img/faq-q.png);
}
.lp-self .faq .list .q i {
  display: block;
  position: absolute;
  top: 29px;
  right: 30px;
  width: 29px;
  height: 29px;
}
.lp-self .faq .list .q i::before, .lp-self .faq .list .q i::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #c1c1c1;
}
.lp-self .faq .list .q i::before {
  top: 13px;
  left: 0;
  width: 29px;
  height: 3px;
}
.lp-self .faq .list .q i::after {
  top: 0;
  left: 13px;
  width: 3px;
  height: 29px;
}
.lp-self .faq .list .a {
  overflow: hidden;
  position: relative;
  height: 0;
  background-color: #f6f6f6;
}
.lp-self .faq .list .a .in {
  padding: 30px 30px 30px 100px;
  border-top: 1px dashed #c2c2c2;
}
.lp-self .faq .list .a .icon {
  background-image: url(../img/faq-a.png);
}
.lp-self .faq .list .a div p {
  margin-top: 1em;
}
.lp-self .faq .list .a div p:first-child {
  margin-top: 0;
}
.lp-self .faq .list .a a {
  text-decoration: underline;
  color: #c3002f;
}
.lp-self .faq .list .opened .q i::after {
  display: none;
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .faq {
    padding: 40px 0 40px 0;
  }
  .lp-self .faq .list {
    margin: 20px 0 0 0;
  }
  .lp-self .faq .list ul li {
    font-size: 12px;
  }
  .lp-self .faq .list .icon {
    top: 14px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-size: 18px 18px;
  }
  .lp-self .faq .list .q {
    padding: 18px 40px 18px 50px;
  }
  .lp-self .faq .list .q i {
    top: 50%;
    right: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  .lp-self .faq .list .q i::before {
    top: 9px;
    width: 20px;
    height: 2px;
  }
  .lp-self .faq .list .q i::after {
    left: 9px;
    width: 2px;
    height: 20px;
  }
  .lp-self .faq .list .a .in {
    padding: 18px 15px 18px 50px;
  }
}
/*============================================================
	SELF TEST DRIVE CONTACT
*/
.lp-self .contact {
  position: relative;
  background: transparent url(../img/contact-bg.png) 50% 50% no-repeat;
  background-size: cover;
  border-bottom: 20px solid #f6f6f6;
}
.lp-self .contact .container {
  display: flex;
  align-items: center;
  height: 350px;
}
.lp-self .contact .heading {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 0 0 30px;
}
.lp-self .contact .heading .en {
  font-size: 20px;
  line-height: 1.5;
  color: #c3002f;
}
.lp-self .contact .heading .h {
  margin: 5px 0 0 0;
  font-size: 38px;
  line-height: 1.7;
}
.lp-self .contact .heading .h span {
  display: inline-block;
  padding: 0 0 10px 0;
  border-bottom: 4px solid #c3002f;
}
.lp-self .contact .info {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 0 0 20px;
  text-align: center;
}
.lp-self .contact .info .h {
  font-weight: 700;
}
.lp-self .contact .info .h span {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 45px;
  background-color: #c92a4d;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.lp-self .contact .info .h span i {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(../img/icon-call.png) 50% 50% no-repeat;
  background-size: cover;
}
.lp-self .contact .info .number {
  font-size: 54px;
  line-height: 1.6;
  color: #c92a4d;
}
.lp-self .contact .info .note {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
/* TB */
@media screen and (max-width: 959px) {
  .lp-self .contact {
    background-image: none;
  }
  .lp-self .contact .container {
    display: block;
    padding: 0;
    height: auto;
  }
  .lp-self .contact .heading {
    max-width: 100%;
    padding: 40px 0;
    background: #f6f6f6 url(../img/contact-bg-sp.png) 100% 100% no-repeat;
    background-size: contain;
    text-align: center;
  }
  .lp-self .contact .heading .h {
    line-height: 1.3;
  }
  .lp-self .contact .info {
    max-width: 100%;
    padding: 40px 0;
    background: transparent url(../img/contact-bg-sp.png) 0% 0% no-repeat;
    background-size: contain;
  }
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .contact {
    border-width: 10px;
  }
  .lp-self .contact .heading {
    padding: 25px 0;
  }
  .lp-self .contact .heading .en {
    font-size: 12px;
  }
  .lp-self .contact .heading .h {
    margin: 5px 0 0 0;
    font-size: 19px;
  }
  .lp-self .contact .heading .h span {
    padding: 0 0 10px 0;
    border-width: 2px;
  }
  .lp-self .contact .info {
    padding: 25px 0;
  }
  .lp-self .contact .info .h span {
    padding: 0 10px 0 35px;
    font-size: 12px;
    line-height: 26px;
  }
  .lp-self .contact .info .h span i {
    left: 8px;
    margin-top: -11px;
    width: 22px;
    height: 22px;
  }
  .lp-self .contact .info .number {
    font-size: 34px;
  }
  .lp-self .contact .info .note {
    font-size: 11px;
  }
}
/*============================================================
	下部
*/
.lp-self .foot {
  margin: 60px 0 0 0;
  text-align: center;
}
.lp-self .foot .btn-other {
  display: block;
  margin: 0 auto;
  width: 320px;
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .foot {
    margin: 40px 0 0 0;
    padding: 0 0 40px 0;
  }
}
/*============================================================
	追従ボタン
*/
.lp-self .btn-fixed {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  padding: 0 0 30px 0;
  width: 100%;
}
.btn-fixed-static .btn-fixed {
  position: absolute;
}
.btn-fixed-hide .btn-fixed {
  opacity: 0;
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .btn-fixed {
    padding: 0 20px 20px 20px;
  }
}
/*========================================
地図モーダル
========================================*/
.boxButton {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0.8em;
  line-height: 1em;
  border-radius: 4px;
  font-size: 24px;
  min-width: 300px;
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
  transition: background-color 0.3s linear;
  cursor: pointer;
}
#template {
  display: none;
}
.station-map {
  position: relative;
}
.station-map .gmap {
  position: relative;
}
.station-map .gmap > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.station-map h2 {
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
  margin: 0;
}
.station-map .addrArea {
  background: #000;
  color: #fff;
  padding: 20px;
}
.station-map .resultArea {
  position: relative;
}
.station-map .resultArea .tl {
  display: table;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.station-map .resultArea .tl > * {
  display: table-cell;
  vertical-align: top;
}
.station-map .resultArea .tl img {
  max-width: 100%;
}
.station-map .addrArea .tl > figure {
  width: 48px;
  padding-right: 20px;
}
.station-map .addrArea .tl > div {
  position: relative;
}
.station-map .addrArea .addr {
  font-size: 14px;
}
.station-map .addrArea .car {
  font-size: 14px;
}
.station-map .addrArea .link {
  margin-top: 15px;
}
.station-map .addrArea .link a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 1em;
}
.station-map h3 {
  color: #333;
  line-height: 1em;
  padding: 20px;
  background: #ccc;
}
.station-map .tempo {
  border-bottom: #333333 1px solid;
}
.station-map div .boxButton {
  background: #c3002f;
  color: #fff;
  font-size: 14px;
  min-width: 0;
  text-indent: 0;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 0;
}
.station-map .detailArea {
  display: none;
  color: #343434;
  padding: 20px;
  background: #fff;
}
.station-map .detailArea > div {
  position: relative;
}
.station-map .detailArea .name {
  font-size: 16px;
  font-weight: bold;
  color: #009bdb;
}
.station-map .detailArea img {
  max-width: 500px;
  margin-top: 10px;
}
.station-map .detailArea table {
  margin: 10px 0 0;
}
.station-map .detailArea table th {
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  padding-right: 1em;
  padding-top: 4px;
}
.station-map .detailArea table td {
  vertical-align: bottom;
}
.station-map .detailArea .closeDetailButton {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #999;
}
@media screen and (min-width: 768px) {
  .station-map {
    overflow: auto;
    margin-top: 40px;
  }
  .station-map .gmap {
    height: 400px;
  }
  .station-map .addrArea .tl > div .boxButton {
    position: absolute;
    top: 0;
    right: 0;
  }
  #modal > .closeButton {
    top: 3px;
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #modal {
    width: 90%;
    max-height: 92%;
  }
  #modal > .closeButton {
    right: 5px;
    top: 0;
  }
  .station-map {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 30px;
  }
  .station-map .gmap {
    height: 300px;
  }
  .station-map .addrArea .tl > div .boxButton {
    width: 100%;
  }
  .station-map .addrArea .tl > div .det {
    margin-bottom: 10px;
  }
  .station-map .addrArea .tl > div .det .nm {
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  .station-map .detailArea .name {
    margin-right: 20px;
  }
  .station-map .detailArea table th {
    display: block;
  }
  .station-map .detailArea table td {
    display: block;
    margin-bottom: 0.5em;
  }
  .station-map .detailArea img {
    max-width: 100%;
  }
}
/*========================================
モーダル
========================================*/
#modalContainer, #modal {
  opacity: 0;
  transition: all 0.3s linear;
}
#modalContainer.on {
  opacity: 1;
}
#modal.on {
  opacity: 1;
}
#modalContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1001;
}
#modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*border:1px solid #eaeaea;*/
  /*background:#fff;*/
  /*padding:40px;*/
  width: 80%;
  max-height: 90%;
  max-width: 880px;
  overflow: hidden;
  /*-webkit-overflow-scrolling: touch;*/
}
#modal > .closeButton {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  color: #999;
}
#modal.map > .closeButton {
  color: #fff;
}
#modal > .tl > * {
  vertical-align: middle;
}
/*エラー*/
#modal .error {
  background: #fff;
  padding: 20px;
  text-align: center;
}
/*============================================================
	ノート削除版用　UPDATE202011
*/
.lp-self .select .list {
  margin: 0;
}
.lp-self .select .list ul {
  display: block;
  margin: 0;
  padding: 0;
}
.lp-self .select .list ul li {
  margin: 0 auto;
  padding: 0;
  max-width: 880px;
}
.lp-self .select .list .block {
  max-width: 100%;
}
.lp-self .select .list .info {
  position: relative;
}
.lp-self .select .list .info h3 {
  position: absolute;
  top: 16%;
  left: 0;
  max-width: 281px;
}
.lp-self .select .list .info h4 {
  position: absolute;
  top: 16%;
  left: 0;
  margin: 80px 0 0 15px;
  font-size: 26px;
  text-indent: 0.5em;
}
.lp-self .select .list .info .image {
  float: right;
  max-width: 605px;
}
.lp-self .select .list .info .note {
  clear: both;
  margin: -25px 0 20px 0;
  text-align: center;
}
.lp-self .select .list .info .more a {
  padding: 12px 30px;
}
.lp-self .select .station-wrap .select-car {
  display: none;
}
.lp-self .select .reservation-wrap .btn-wrap .btn-primary {
  padding: 12px 30px;
}
.lp-self .select .reservation-wrap ul {
  display: block;
  padding: 0 20px;
}
.lp-self .select .reservation-wrap ul li {
  max-width: 100%;
  padding: 0 30px;
}
.lp-self .select .reservation-wrap .reservation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-self .select .reservation-wrap .pref p {
  flex: 0 1 auto;
  white-space: nowrap;
}
.lp-self .select .reservation-wrap .pref select {
  margin: 0 auto;
  flex-basis: 200px;
  max-width: 200px;
}
.lp-self .select .reservation-wrap .btn-wrap {
  margin: 0 10px 0 25px;
}
.lp-self .select .reservation-wrap .btn-wrap .btn-primary {
  padding: 12px 30px;
}
.lp-self .select .station-wrap .select-station {
  margin: 0;
}
/* TB */
@media screen and (max-width: 959px) {
  .lp-self .select .list ul li {
    max-width: 720px;
  }
  .lp-self .select .list .info h3, .lp-self .select .list .info h4 {
    left: -20px;
    top: 12%;
  }
  .lp-self .select .list .info .image {
    max-width: 460px;
  }
  .lp-self .select .reservation-wrap ul {
    padding: 0 30px;
  }
  .lp-self .select .reservation-wrap ul li {
    padding: 0;
  }
  .lp-self .select .reservation-wrap .reservation {
    padding: 30px 0;
  }
  .lp-self .select .reservation-wrap .pref {
    display: flex;
  }
  .lp-self .select .reservation-wrap .pref p {
    margin: 0 15px 0 0;
  }
  .lp-self .select .reservation-wrap .btn-wrap {
    margin: 0 0 0 25px;
  }
  .lp-self .select .reservation-wrap .btn-wrap .btn-primary {
    padding: 12px 15px;
  }
}
/* SP */
@media screen and (max-width: 750px) {
  .lp-self .select .list .info {
    margin: 10px 0 0 0;
  }
  .lp-self .select .list .info h3 {
    position: static;
    max-width: 210px;
  }
  .lp-self .select .list .info h4 {
    position: static;
    margin: -10px 0 0 0;
    font-size: 18px;
  }
  .lp-self .select .list .info .image {
    float: none;
    margin: 0 auto;
  }
  .lp-self .select .list .info .note {
    margin: -10px 0 10px 0;
  }
  .lp-self .select .list .info .more a {
    margin: 0 auto;
    padding: 12px 15px;
    max-width: 318px;
    font-size: 13px;
  }
  .lp-self .select .list .info .more a br {
    display: none;
  }
  .lp-self .select .reservation-wrap .reservation {
    display: block;
    padding: 15px;
  }
  .lp-self .select .reservation-wrap ul {
    padding: 0 10px;
  }
  .lp-self .select .reservation-wrap ul li {
    padding: 0;
  }
  .lp-self .select .reservation-wrap .pref {
    display: block;
  }
  .lp-self .select .reservation-wrap .pref p {
    margin: 0 0 10px 0;
    font-size: 13px;
  }
  .lp-self .select .reservation-wrap .pref p br {
    display: none;
  }
  .lp-self .select .reservation-wrap .pref select {
    max-width: 320px;
  }
  .lp-self .select .reservation-wrap .btn-wrap {
    margin: 15px auto 0 auto;
    max-width: 320px;
  }
  .lp-self .select .station-wrap {
    padding-top: 35px;
  }
}
.info {
  padding: 0 0 40px 0;
  color: #c3002f;
}
.info span {
  font-size: 18px;
  font-weight: bold;
}