@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora:400,700|Roboto+Condensed");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

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

body {
  color: #000;
  line-height: 1.8;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em; }

img {
  vertical-align: top; }

h2 {
  font-weight: bolder; }

a:hover {
  opacity: 0.75; }

::-moz-selection {
  color: #fff;
  background: rgba(60, 88, 108, 0.9); }

::selection {
  color: #fff;
  background: rgba(60, 88, 108, 0.9); }

::-moz-selection {
  color: #fff;
  background: rgba(60, 88, 108, 0.9); }

.PageTop {
  display: block;
  position: absolute;
  top: -12.15em;
  right: 0;
  bottom: 0;
  z-index: 201;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: black;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }

.PageTop::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  margin: -0.45em 0 0 -0.25em;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  font-size: 1.1em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.PageTop:hover {
  background-color: rgba(14, 30, 46, 0.75); }

.PC {
  display: block !important; }

.SP {
  display: none !important; }

/* Head */
.Head {
  position: relative;
  z-index: 200; }
  .Head .HeadInner {
    max-width: 1032px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 15px; }
  .Head .HeadInner::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .Head .description {
    margin-bottom: 15px;
    font-size: 0.8em; }
  .Head .HeadLogo {
    float: left;
    width: 25%; }
  .Head .HeadLogo img {
    width: auto;
    height: 54px; }
  .Head .HeadAside {
    float: left;
    width: 75%;
    text-align: right; }
  .Head .HeadAside p {
    display: inline-block;
    margin-left: 1.25em; }
  .Head .HeadAside .phone {
    display: inline-block;
    color: #8b6e31;
    line-height: 1.0;
    font-family: 'Lora';
    font-size: 2.85em;
    font-weight: bolder;
    text-align: left;
    letter-spacing: 0.02em; }
  .Head .HeadAside .phone::before {
    content: '';
    display: inline-block;
    width: 0.8em;
    height: 0.75em;
    margin-right: 0.2em;
    background: url("../images/common/icon_phone.png") no-repeat;
    background-size: auto 100%; }
  .Head .HeadAside .phone small {
    display: block;
    color: #666;
    line-height: 1.3;
    font-family: '游ゴシック', Yu Gothic, sans-serif;
    font-size: 0.35em;
    font-weight: normal;
    letter-spacing: 0.01em; }
  .Head .HeadAside .mail a {
    display: block;
    position: relative;
    top: -1.35em;
    margin-bottom: -1.35em;
    padding: 1.3em 3.65em;
    border-radius: 5px;
    color: #fff;
    line-height: 1.0;
    font-size: 1.0em;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    background: #890000; }
  .Head .HeadAside .mail a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.0em;
    width: 0.5em;
    height: 0.5em;
    margin-top: -0.25em;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    font-size: 1.1em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .Head .HeadAside .line {
    position: relative;
    top: -0.75em;
    margin-bottom: -0.75em;
    padding: 0.45em 0 0.25em 1.25em;
    border-left: #e1e1e0 1px solid; }
  .Head .HeadAside .line a {
    display: inline-block;
    padding-left: 3.5em;
    color: #000;
    line-height: 1.4;
    text-align: left;
    text-decoration: none;
    background: url("../images/common/icon_line.png") no-repeat;
    background-size: auto 100%; }

/* slide */
.slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: #fff 8px solid; }
  .slide .slideInner {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto; }
  .slide .slideInner li {
    padding: 0 4px; }
  .slide .slideInner li img {
    width: 100%; }
  .slide .slick-list {
    overflow: inherit !important; }
  .slide .slick-dots {
    bottom: 30px; }
  .slide .slick-dots li button {
    padding: 0; }
  .slide .slick-dots li button::before {
    font-size: 10px;
    opacity: 1.0; }
  .slide .slick-dots li.slick-active button::before {
    color: #890000; }
  .slide .sp-slide {
    display: none; }

/* Nav */
.Nav .NavInner1 {
  position: fixed;
  top: 13.00%;
  left: 0;
  z-index: 201; }

.Nav .NavInner2 {
  position: fixed;
  top: 13.00%;
  right: 0;
  z-index: 201; }

.Nav li {
  position: relative;
  margin-bottom: 4px; }

.Nav a {
  display: block;
  width: 160px;
  height: 70px;
  padding: 0 10px;
  color: #fff;
  line-height: 70px;
  font-size: 0.9em;
  font-weight: bolder;
  text-decoration: none;
  background: rgba(100, 0, 0, 0.8); }

.Nav li:nth-child(4) a {
  padding-top: 18px;
  line-height: 1.4; }

.Nav li:nth-child(5) a {
  padding-top: 18px;
  line-height: 1.4; }

.Nav li::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.35em;
  height: 0.35em;
  margin-top: -0.125em;
  border-top: rgba(255, 255, 255, 0.65) 1px solid;
  border-right: rgba(255, 255, 255, 0.65) 1px solid;
  font-size: 1.1em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.Nav .NavInner1 li:nth-child(5) a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 1.3em;
  height: 1.0em;
  background: url("../images/common/icon_nav-movie.png") no-repeat center center;
  background-size: auto 1.0em; }

.Nav .NavInner1 li:nth-child(5) a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 1.3em;
  height: 1.0em;
  background: url("../images/common/icon_nav-movie.png") no-repeat center center;
  background-size: auto 1.0em; }

.sp-Nav {
  display: none; }

/* Search */
.Search {
  padding: 70px 0;
  background: url("../images/home/bg01.png") no-repeat center center;
  background-size: 135% auto; }
  .Search .SearchInner {
    position: relative;
    max-width: 1032px;
    width: 100%;
    margin: 0 auto; }
  .Search .SearchInner::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .Search .SearchHead h2 {
    margin-bottom: 0.85em;
    line-height: 1.0;
    font-size: 2.8em;
    letter-spacing: 0.05em; }
  .Search .SearchHead h2 small {
    display: block;
    color: #b2b2b2;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.01em; }
  .Search .SearchHead h2 small::after {
    content: '';
    display: block;
    width: 2.25em;
    height: 1px;
    margin-top: 0.35em;
    margin-bottom: 1.5em;
    background: #b2b2b2; }
  .Search .SearchBody fieldset {
    margin-bottom: 1.65em; }
  .Search .SearchBody legend {
    margin-bottom: 0.5em;
    font-size: 1.3em; }
  .Search .SearchBody legend::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 0.05em;
    width: 0.6em;
    height: 0.6em;
    margin-right: 0.25em;
    border-radius: 100%;
    border: #666 3px double; }
  .Search .SearchBody ul::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .Search .SearchBody li {
    position: relative;
    float: left;
    width: 252px;
    margin-right: 8px;
    margin-bottom: 8px; }
  .Search .SearchBody li:nth-child(4),
  .Search .SearchBody li:nth-child(8) {
    margin-right: 0; }
  .Search .SearchBody .bodytype li figure {
    display: block;
    margin-bottom: 0.15em;
    text-align: center; }
  .Search .SearchBody .bodytype li img {
    display: block;
    margin: 0 auto; }
  .Search .SearchBody li label {
    display: block;
    padding: 12px;
    border-radius: 5px;
    line-height: 1.4;
    text-align: center;
    background: #fff;
    cursor: pointer; }
  .Search .SearchBody li input[type=checkbox]:checked + label {
    -webkit-box-shadow: 0 0 0 2px #2d2d2d inset;
    box-shadow: 0 0 0 2px #2d2d2d inset; }
  .Search .SearchBody li input[type=checkbox] {
    position: absolute;
    opacity: 0.0; }
  .Search .SearchBody .trigger {
    display: none; }
  .Search .SearchBody .pricetype ul {
    font-size: 0.9em; }
  .Search .SearchBody .pricetype input[type=checkbox]:checked + label {
    color: #fff;
    background: #2d2d2d; }
  .Search .SearchBody .cctype ul {
    font-size: 0.9em; }
  .Search .SearchBody .cctype input[type=checkbox]:checked + label {
    color: #fff;
    background: #2d2d2d; }
  .Search .SearchBtnWrap {
    text-align: center; }
  .Search .SearchBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0.85em 5.0em;
    color: #fff;
    line-height: 1.0;
    font-size: 16px;
    text-align: center;
    background: #000 url(../images/contact/arrow-wh.png) no-repeat 95% center;
    border: #e6e5e6 1px solid;
    border-radius: 6px;
    cursor: pointer; }

/* Campaign */
.Campaign {
  padding: 50px 0; }
  .Campaign .CampaignInner {
    position: relative;
    max-width: 1032px;
    width: 100%;
    margin: 0 auto; }
  .Campaign .CampaignInner::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .Campaign .CampaignHead h2 {
    margin-bottom: 0.85em;
    color: #000;
    line-height: 1.0;
    font-size: 2.8em;
    letter-spacing: 0.01em; }
  .Campaign .CampaignHead h2 small {
    display: block;
    color: #000;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.01em; }
  .Campaign .CampaignHead h2 small::after {
    content: '';
    display: block;
    width: 2.25em;
    height: 1px;
    margin-top: 0.35em;
    margin-bottom: 1.5em;
    background: #000; }
  .Campaign .CampaignBody {
    position: relative; }
  .Campaign .CampaignBody p {
    text-align: center; }

/* Recommend */
.Recommend {
  padding: 80px 0 70px;
  background: url("../images/home/bg03.png") no-repeat center top;
  background-size: cover; }
  .Recommend .RecommendInner {
    position: relative;
    max-width: 1032px;
    width: 100%;
    margin: 0 auto; }
  .Recommend .RecommendInner::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .Recommend .RecommendHead h2 {
    margin-bottom: 0.85em;
    color: #fff;
    line-height: 1.0;
    font-size: 2.8em;
    letter-spacing: 0.01em; }
  .Recommend .RecommendHead h2 small {
    display: block;
    color: #fff;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.01em; }
  .Recommend .RecommendHead h2 small::after {
    content: '';
    display: block;
    width: 2.25em;
    height: 1px;
    margin-top: 0.35em;
    margin-bottom: 1.5em;
    background: #fff; }
  .Recommend .RecommendBody {
    position: relative; }
  .Recommend .RecommendBody ul {
    margin-bottom: 2.0em; }
  .Recommend .RecommendBody ul::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .Recommend .RecommendBody ul li {
    float: left;
    width: 252px;
    margin-right: 8px;
    border-radius: 5px;
    background: #fff; }
  .Recommend .RecommendBody ul li:last-child {
    margin-right: 0; }
  .Recommend .RecommendBody ul li a {
    color: inherit;
    text-decoration: none; }
  .Recommend .RecommendBody ul li p.class {
    padding: 12px 12px 0; }
  .Recommend .RecommendBody ul li p.class span {
    display: inline-block;
    padding: 0.35em 1.0em;
    border-radius: 2.0em;
    color: #fff;
    line-height: 1.0;
    background: #8b6e31; }
  .Recommend .RecommendBody ul li figure {
    display: block; }
  .Recommend .RecommendBody ul li figure img {
    width: 100%;
    height: auto; }
  .Recommend .RecommendBody ul li h3 {
    padding: 12px 24px;
    border-bottom: #e5e5e5 1px solid;
    color: #666;
    line-height: 1.4;
    font-size: 1.15em; }
  .Recommend .RecommendBody ul li h3 + p {
    padding: 14px 24px;
    line-height: 1.0;
    text-align: center; }
  .Recommend .RecommendBody ul li h3 + p b {
    color: #890000;
    font-size: 1.4em;
    font-weight: bolder; }
  .Recommend .RecommendBody ul + p {
    text-align: center; }
  .Recommend .RecommendBody ul + p a {
    display: inline-block;
    position: relative;
    padding: 0.85em 6.5em;
    border-radius: 5px;
    color: #fff;
    line-height: 1.0;
    font-size: 1.2em;
    text-decoration: none;
    background: #890000; }
  .Recommend .RecommendBody ul + p a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.0em;
    width: 0.4em;
    height: 0.4em;
    margin-top: -0.3em;
    border-top: white 1px solid;
    border-right: white 1px solid;
    font-size: 1.1em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* bread */
.bread {
  max-width: 1032px;
  margin: 0 auto 50px; }
  .bread a {
    color: inherit;
    text-decoration: none; }

/*  detail */
.detail {
  /*   .detailLineup .done li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 1.35em;
    right: 1.135em;
    float: right;
    width: 8px;
    height: 8px;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
  } */ }
  .detail .detailHead {
    background: url("../images/common/bg_detail.png") repeat-x center top; }
  .detail .detailHead .bread {
    margin-bottom: 40px;
    padding-top: 30px;
    color: #fff; }
  .detail .detailHeadTitle {
    position: relative;
    z-index: 2; }
  .detail .detailHead h2 {
    width: 1032px;
    margin: 0 auto 40px;
    padding: 0 0 40px;
    color: #fff;
    line-height: 1.4;
    font-size: 1.1em;
    letter-spacing: 0.01em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  .detail .detailHead h2 small {
    display: block;
    color: #fff;
    line-height: 1.0;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 3.5em;
    letter-spacing: 0.01em;
    margin-bottom: 8px; }
  .detail .detailHead h2 small::after {
    content: none; }
  .detail .detailHeadPlan {
    position: relative;
    width: 1032px;
    margin: -140px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .detail .detailHeadPlan::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .detail .detailHeadPlan dl {
    width: 30%;
    margin-top: 120px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .detail .detailHeadPlan dt {
    margin: 0 0 10px 0;
    padding: 0.35em;
    color: #fff;
    text-align: center;
    background: #8b6e31; }
  .detail .detailHeadPlan dd + dd {
    line-height: 1.2;
    font-size: 2.0em;
    font-weight: bolder; }
  .detail .detailHeadPlan dd + dd b {
    font-size: 2.0em; }
  .detail .detailHeadPlan dd + dd + dd {
    line-height: 1.2;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 0; }
  .detail .detailHeadPlan figure {
    width: 70%;
    text-align: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .detail .detailReview {
    width: 1032px;
    margin: 0 auto 50px; }
  .detail .detailReview dt {
    position: relative;
    margin: 0 0 20px 0;
    padding: 1.0em;
    border-radius: 5px;
    font-size: 1.3em;
    font-weight: bolder;
    background: #f3f0ea; }
  .detail .detailReview dt::before {
    content: '';
    display: block;
    position: relative;
    top: 0.35em;
    float: left;
    width: 0.6em;
    height: 0.6em;
    margin-right: 0.5em;
    border: #000 3px double;
    border-radius: 100%; }
  .detail .detailReview dt::after {
    content: '+';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 20px;
    color: #fff;
    line-height: 18px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    background: #000; }
  .detail .detailReview dt.active::after {
    content: '-'; }
  .detail .detailReview dd {
    padding: 0 2.5em; }
  .detail .detailSimulation {
    width: 1032px;
    margin: 0 auto 70px; }
  .detail .detailSimulation dt {
    position: relative;
    margin: 0 0 50px 0;
    padding: 1.0em;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    background: #333; }
  .detail .detailSimulation dt::before {
    content: '-';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 20px;
    color: #333;
    line-height: 18px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    background: #fff; }
  .detail .detailSimulation dt.active::before {
    content: '+'; }
  .detail .detailSimulation form::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .detail .detailSimulationLeft {
    float: left;
    width: 49%;
    margin-right: 2%; }
  .detail .detailSimulationRight {
    float: left;
    width: 49%; }
  .detail .detailSimulation form fieldset {
    margin-bottom: 50px; }
  .detail .detailSimulation form legend {
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-size: 1.3em;
    font-weight: bolder; }
  .detail .detailSimulation form legend::before {
    content: '';
    display: block;
    position: relative;
    top: 0.45em;
    float: left;
    width: 0.6em;
    height: 0.6em;
    margin-right: 0.25em;
    border: #000 3px double;
    border-radius: 100%; }
  .detail .detailSimulation form select {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 2.0em;
    border: 0;
    border-radius: 5px;
    line-height: 1.0;
    font-size: 16px;
    background: transparent;
    background: #f7f7f7 url("../images/common/arrow-bottom.png") no-repeat 96% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0; }
  .detail .detailSimulation form option {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .detail .detailSimulation form .done {
    margin-bottom: 3.0em;
    text-align: center; }
  .detail .detailSimulation form input[type='submit'] {
    display: inline-block;
    margin: 0;
    padding: 0.65em 5.0em;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 1.1em;
    background: #890000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .detail .detailSimulation form .done + p {
    margin-bottom: 3.0em;
    line-height: 1.4;
    font-size: 1.3em;
    font-weight: bolder;
    text-align: center; }
  .detail .detailSimulationResult ul {
    border: #e6e5e6 1px solid; }
  .detail .detailSimulationResult ul::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .detail .detailSimulationResult li {
    float: left;
    width: 33.333%;
    padding: 2.0em;
    border-right: #e6e5e6 1px solid;
    line-height: 1.2;
    font-size: 1.4em;
    font-weight: bolder;
    text-align: center; }
  .detail .detailSimulationResult li:last-child {
    border-right: 0; }
  .detail .detailSimulationResult li b {
    color: #b70000;
    font-size: 2.2em; }
  .detail .detailPackage {
    background: #f5f5f5; }
  .detail .detailPackageInner {
    width: 1032px;
    margin: 0 auto 70px;
    padding: 70px 0; }
  .detail .detailPackageHead h2 {
    margin-bottom: 40px;
    color: #000;
    line-height: 1.0;
    font-size: 2.8em;
    letter-spacing: 0.01em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  .detail .detailPackageHead h2 small {
    display: block;
    color: #000;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.01em; }
  .detail .detailPackageHead h2 small::after {
    content: '';
    display: block;
    width: 2.25em;
    height: 1px;
    margin-top: 0.35em;
    margin-bottom: 1.5em;
    background: #000; }
  .detail .detailPackageInner > ul {
    width: 936px;
    margin: 0 auto 10px; }
  .detail .detailPackageInner > ul::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .detail .detailPackageInner > ul > li {
    float: left;
    width: 32%;
    min-height: 19.25em;
    border-radius: 10px;
    background: #fff; }
  .detail .detailPackageInner > ul > li:nth-child(2) {
    margin-right: 2%;
    margin-left: 2%; }
  .detail .detailPackageInner > ul > li h3 {
    padding: 0.65em;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 1.4em;
    font-weight: bolder;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    background: #6f6247; }
  .detail .detailPackageInner > ul > li p {
    position: relative;
    margin: 1.0em 1.0em 1.75em;
    padding: 0.35em 1.0em;
    border-radius: 10px;
    color: #fff;
    font-size: 1.4em;
    font-weight: bolder;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    background: #d1c17a; }
  .detail .detailPackageInner > ul > li p::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 6px;
    height: 24px;
    margin-left: -3px;
    background: #000; }
  .detail .detailPackageInner > ul > li p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -31px;
    left: 50%;
    width: 24px;
    height: 6px;
    margin-left: -12px;
    background: #000; }
  .detail .detailPackageInner > ul > li ul {
    padding: 1.5em; }
  .detail .detailPackageInner > ul > li ul li {
    position: relative;
    font-size: 1.1em; }
  .detail .detailPackageInner > ul > li ul li::before {
    content: '';
    display: block;
    position: relative;
    float: left;
    top: 0.45em;
    width: 12px;
    height: 12px;
    margin-right: 0.25em;
    border-radius: 100%;
    line-height: 1.0;
    background: #6f6247; }
  .detail .detailPackageInner > ul > li:nth-child(2) ul li {
    color: #b70000;
    font-weight: bolder; }
  .detail .detailPackageInner > ul > li:nth-child(2) ul li::before {
    background: #b70000; }
  .detail .detailPackageInner > ul > li:nth-child(3) ul li {
    color: #b70000;
    font-weight: bolder; }
  .detail .detailPackageInner > ul + .note {
    width: 936px;
    margin: 0 auto 10px;
    text-align: right; }
  .detail .detailLineupInner {
    width: 1032px;
    margin: 0 auto 70px;
    padding-bottom: 30px;
    border-bottom: #ededed 1px solid; }
  .detail .detailLineupInner::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .detail .detailLineupHead {
    position: relative;
    padding: 0.5em 0 0 4.2em;
    line-height: 1.4; }
  .detail .detailLineupHead__pickup {
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0;
    width: 52px;
    height: 52px;
    margin-right: 0.5em;
    background: url("../images/pickup.png");
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .detail .detailLineupHead p {
    margin-bottom: 0; }
  .detail .detailLineupHead h3 {
    font-size: 1.6em;
    font-weight: bolder; }
  .detail .detailLineupBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
  .detail .detailLineupBody::after {
    /*content: '';
    display: table;
    clear: both;
    height: 0;*/ }
  .detail .detailLineupBodyLeft {
    width: 465px;
    padding-top: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .detail .detailLineupBodyLeft .span {
    margin-bottom: 20px;
    font-size: 1.1em;
    font-weight: bolder; }
  .detail .detailLineupBodyLeft .span b {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.3em 0.65em;
    color: #fff;
    line-height: 1.0;
    background: #890000; }
  .detail .detailLineupBodyLeft .packagePrice {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate; }
  .detail .detailLineupBodyLeft .packagePrice thead {
    border-bottom: #e6e5e6 1px solid;
    color: #fff;
    font-size: 1.1em;
    font-weight: bolder;
    background: #333; }
  .detail .detailLineupBodyLeft .packagePrice thead th {
    padding: 0.6em;
    border-right: #e6e5e6 1px solid; }
  .detail .detailLineupBodyLeft .packagePrice thead th:last-child {
    border-right: 0; }
  .detail .detailLineupBodyLeft .packagePrice tbody {
    background: #f5f5f5; }
  .detail .detailLineupBodyLeft .packagePrice tbody th {
    white-space: nowrap;
    padding: 0.6em 1.0em;
    border-right: #e6e5e6 1px solid;
    border-bottom: #e6e5e6 1px solid;
    font-weight: bolder;
    text-align: left; }
  .detail .detailLineupBodyLeft .packagePrice tbody td {
    white-space: nowrap;
    padding: 0.3em;
    border-right: #e6e5e6 1px solid;
    border-bottom: #e6e5e6 1px solid;
    color: #b70000;
    font-size: 1.6em;
    font-weight: bolder;
    text-align: center; }
  .detail .detailLineupBodyLeft .packagePrice tbody tr:last-child th,
  .detail .detailLineupBodyLeft .packagePrice tbody tr:last-child td {
    border-bottom: 0; }
  .detail .detailLineupBodyLeft .packagePrice tbody td:last-child {
    border-right: 0; }
  .detail .detailLineupBodyLeft .packagePrice + dl {
    display: none;
    margin-bottom: 0.75em;
    padding: 0.5em 0 0.5em 0.5em;
    color: #fff;
    background: #6f6247; }
  .detail .detailLineupBodyLeft .packagePrice + dl dt {
    display: inline-block;
    padding: 0 0.5em 0 0;
    color: #fff;
    font-size: 1.15em;
    font-weight: bolder; }
  .detail .detailLineupBodyLeft .packagePrice + dl dd {
    display: inline-block;
    padding: 0 0.5em 0 0;
    color: #fff;
    font-weight: bolder; }
  .detail .detailLineupBodyLeft .packagePrice + dl dd b {
    padding-left: 0.5em;
    font-size: 1.5em;
    font-weight: bolder; }
  .detail .detailLineupBodyLeft .packagePrice + dl + p {
    margin-bottom: 1.4em;
    line-height: 1.4;
    font-size: 0.9em; }
  .detail .detailLineupBodyLeft .packagePrice + dl + p b {
    font-size: 1.05em;
    font-weight: bolder; }
  .detail .detailLineupBodyLeft .packagePrice__phantom {
    background-color: #ffffff; }
    .detail .detailLineupBodyLeft .packagePrice__phantom th, .detail .detailLineupBodyLeft .packagePrice__phantom td {
      border: none !important; }
  .detail .detailLineupBodyLeft .packagePrice__residual {
    background: #6f6247; }
    .detail .detailLineupBodyLeft .packagePrice__residual th, .detail .detailLineupBodyLeft .packagePrice__residual td {
      color: #ffffff !important;
      border: 1px solid #6f6247 !important; }
    .detail .detailLineupBodyLeft .packagePrice__residual td {
      font-size: 0.85em !important; }
      .detail .detailLineupBodyLeft .packagePrice__residual td b {
        padding-left: 2px;
        font-size: 1.6em; }
  .detail .packageSpec {
    width: 100%;
    border-collapse: collapse;
    border-top: #ededed 1px solid;
    border-bottom: #ededed 1px solid; }
  .detail .packageSpec tr {
    border-bottom: #ededed 1px solid; }
  .detail .packageSpec tr:last-child {
    border-bottom: 0; }
  .detail .packageSpec th {
    padding: 0.65em;
    border-right: #ededed 1px solid;
    text-align: center; }
  .detail .packageSpec th:last-child {
    border-right: 0; }
  .detail .packageSpec td {
    padding: 0.65em;
    border-right: #ededed 1px solid;
    text-align: center; }
  .detail .packageSpec td:last-child {
    border-right: 0; }
  .detail .detailLineupBodyRight {
    padding-top: 20px;
    width: 524px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; 
}
  .detail .detailLineupBodyRight figure {
    display: block;
    margin-bottom: 55px; }
  .detail .detailLineupBodyRight figure img {
    width: 100%;
    height: auto; }
  .detail .detailLineupBodyRight ul::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .detail .detailLineupBodyRight ul li {
    float: left;
    width: 125px;
    margin-right: 8px;
    margin-bottom: 8px; }
  .detail .detailLineupBodyRight ul li:nth-child(4n+4) {
    margin-right: 0; }
  .detail .detailLineupBodyRight ul li:nth-child(4n+5) {
    clear: both; }
  .detail .detailLineupBodyRight ul li {
    position: relative; }
  .detail .detailLineupBodyRight ul li:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 20px;
    height: 20px;
    background: url("../images/lineup/model_plus.png") no-repeat center center; }
  .detail .detailLineupBodyRight ul li a img {
    width: 100%;
    height: auto; }
  .detail .detailLineup .done::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .detail .detailLineup .done li {
    float: left;
    width: 252px;
    margin-right: 8px; }
  .detail .detailLineup .done li:last-child {
    margin-right: 0; }
  .detail .detailLineup .done li a {
    display: block;
    position: relative;
    padding: 0.85em 1.0em;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #890000; }
    .detail .detailLineup .done li a .stealth {
      display: none; }
  .detail .detailReason {
    padding: 70px 0;
    background: #f5f5f5; }
  .detail .detailReasonInner {
    width: 1032px;
    margin: 0 auto; }
  .detail .detailReasonInner li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px; }
  .detail .detailReasonInner li:last-child {
    margin-bottom: 0; }
  .detail .detailReasonInner li::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .detail .detailReasonText {
    width: 49%; }
  .detail .detailReasonText h2 {
    margin-bottom: 0.5em;
    font-size: 2.0em;
    font-weight: bolder; }
  .detail .detailReasonText p {
    font-size: 1.1em; }
  .detail .detailReasonInner li figure {
    display: block;
    width: 49%; }
  .detail .detailReasonInner li figure img {
    width: 100%;
    height: auto; }

/* bread */
.bread {
  max-width: 1032px;
  margin: 0 auto 50px; }
  .bread a {
    color: inherit;
    text-decoration: none; }

/* resultReason */
.resultReason {
  margin-bottom: 70px;
  padding: 40px 0;
  background: url("../images/result/bg_reason.png") no-repeat center center;
  background-size: cover; }
  .resultReason .resultReasonInner {
    max-width: 1032px;
    margin: 0 auto;
    color: #fff; }
  .resultReason .resultReasonInner h3 {
    margin-bottom: 1.0em;
    font-size: 2.0em;
    font-weight: bolder; }
  .resultReason .resultReasonInner ul {
    margin-bottom: 1.65em;
    font-size: 1.25em;
    font-weight: bolder; }
  .resultReason .resultReasonInner ul li {
    position: relative;
    margin-bottom: 0.25em;
    padding-left: 1.5em; }
  .resultReason .resultReasonInner ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: rgba(255, 255, 255, 0.4) 5px solid; }
  .resultReason .resultReasonInner .more {
    text-align: center; }
  .resultReason .resultReasonInner .more a {
    display: inline-block;
    position: relative;
    padding: 0.35em 5.0em;
    border-radius: 5px;
    color: #000;
    font-size: 1.2em;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    background: #ffd801; }
  .resultReason .resultReasonInner .more a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.9em;
    right: 1.0em;
    float: right;
    width: 10px;
    height: 10px;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* resultRecommend */
.resultRecommend {
  max-width: 1034px;
  margin: 0 auto 60px; }
  .resultRecommend .resultRecommendHead h2 {
    margin-bottom: 30px;
    color: #333;
    line-height: 1.0;
    font-size: 2.8em;
    font-weight: 600;
    letter-spacing: 0.01em; }
  .resultRecommend .resultRecommendHead h2 small {
    display: block;
    color: #000;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.01em; }
  .resultRecommend .resultRecommendHead h2 small::after {
    content: '';
    display: block;
    width: 2.25em;
    height: 1px;
    margin-top: 0.35em;
    margin-bottom: 1.5em;
    background: #000; }
  .resultRecommend .resultRecommendInner {
    position: relative; }
  .resultRecommend .resultRecommendInner li {
    margin: 0 8px 0 0;
    border-radius: 5px;
    border: #e6e5e6 1px solid; }
  .resultRecommend .resultRecommendInner li h3 {
    padding: 20px;
    border-bottom: #e6e5e6 1px solid;
    font-size: 1.3em;
    font-weight: bolder;
    text-align: center; }
  .resultRecommend .resultRecommendInner li figure {
    display: block; }
  .resultRecommend .resultRecommendInner li figure img {
    display: block;
    width: 100%;
    height: auto; }
  .resultRecommend .resultRecommendInner li figure + p {
    padding: 10px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bolder;
    text-align: center;
    background: #000; }
  .resultRecommend .resultRecommendInner li figure + p b {
    font-size: 1.3em; }
  .resultRecommend .resultRecommendInner li p.more a {
    display: block;
    position: relative;
    color: #010000;
    line-height: 3.5em;
    text-align: center;
    text-decoration: none; }
  .resultRecommend .resultRecommendInner li p.more a::after {
    content: '';
    display: block;
    position: absolute;
    top: 1.3em;
    right: 1.0em;
    float: right;
    width: 10px;
    height: 10px;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* resultLeaseback */
.resultLeaseback {
  padding: 70px 0;
  background: url("../images/result/bg_leaseback.png") no-repeat center center;
  background-size: cover; }
  .resultLeaseback .resultLeasebackInner {
    max-width: 1034px;
    margin: 0 auto;
    color: #fff; }
  .resultLeaseback .resultLeasebackHead h2 {
    width: 1032px;
    margin: 0 auto 40px;
    color: #fff;
    line-height: 1.0;
    font-size: 2.8em;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  .resultLeaseback .resultLeasebackHead h2 small {
    display: block;
    color: #fff;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.01em; }
  .resultLeaseback .resultLeasebackHead h2 small::after {
    content: '';
    display: block;
    width: 2.25em;
    height: 1px;
    margin-top: 0.35em;
    margin-bottom: 1.5em;
    background: #fff; }
  .resultLeaseback .resultLeasebackBody {
    display: table;
    width: 100%;
    border-collapse: collapse; }
  .resultLeaseback .resultLeasebackBody::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .resultLeaseback .resultLeasebackBody p {
    display: table-cell;
    width: 75%;
    color: #fff;
    font-size: 1.4em;
    font-weight: bolder; }
  .resultLeaseback .resultLeasebackBody p.more {
    display: table-cell;
    width: 25%;
    text-align: right;
    vertical-align: bottom; }
  .resultLeaseback .resultLeasebackBody p a {
    display: inline-block;
    position: relative;
    margin-bottom: 0.4em;
    padding: 0.65em 4.0em;
    border-radius: 5px;
    color: #000;
    font-size: 0.8em;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    background: #ffd801; }
  .resultLeaseback .resultLeasebackBody p a::after {
    content: '';
    display: block;
    position: absolute;
    top: 1.15em;
    right: 1.0em;
    float: right;
    width: 10px;
    height: 10px;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* Foot */
.Foot {
  padding: 50px 0 15px;
  background: url("../images/common/foot_bg.png") no-repeat center center;
  background-size: cover; }
  .Foot figure {
    display: block;
    max-width: 1032px;
    width: 100%;
    margin: 0 auto 50px; }
  .Foot figure img {
    width: auto;
    height: 45px; }
  .Foot .FootInner {
    position: relative;
    max-width: 1032px;
    width: 100%;
    margin: 0 auto; }
  .Foot .FootInner::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .Foot p {
    float: left; }
  .Foot p a {
    color: inherit;
    text-decoration: none; }
  .Foot small {
    display: block;
    float: right;
    font-size: 0.9em; }

@media (max-width: 786px) {
  body {
    color: #000;
    line-height: 1.8;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic, sans-serif;
    font-size: 13px;
    letter-spacing: 0.02em; }
  .PC {
    display: none !important; }
  .SP {
    display: block !important; }
  /* Head */
  .Head {
    position: relative;
    z-index: 200; }
    .Head .HeadInner {
      max-width: 100%;
      width: 100%;
      margin: 0 auto;
      padding: 10px 15px 10px; }
    .Head .HeadInner::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .Head .description {
      display: none; }
    .Head .HeadLogo {
      float: none;
      width: 100%; }
    .Head .HeadLogo img {
      width: auto;
      height: 50px; }
    .Head .HeadAside {
      display: none;
      float: left;
      width: 75%;
      text-align: right; }
    .Head .HeadAside p {
      display: inline-block;
      margin-left: 1.25em; }
    .Head .HeadAside .phone {
      display: inline-block;
      color: #8b6e31;
      line-height: 1.0;
      font-family: 'Lora';
      font-size: 2.85em;
      font-weight: bolder;
      text-align: left;
      letter-spacing: 0.02em; }
    .Head .HeadAside .phone::before {
      content: '';
      display: inline-block;
      width: 0.8em;
      height: 0.75em;
      margin-right: 0.2em;
      background: url("../images/common/icon_phone.png") no-repeat;
      background-size: auto 100%; }
    .Head .HeadAside .phone small {
      display: block;
      color: #666;
      line-height: 1.3;
      font-family: '游ゴシック', Yu Gothic, sans-serif;
      font-size: 0.35em;
      font-weight: normal;
      letter-spacing: 0.01em; }
    .Head .HeadAside .mail a {
      display: block;
      position: relative;
      top: -1.35em;
      margin-bottom: -1.35em;
      padding: 1.3em 3.65em;
      border-radius: 5px;
      color: #fff;
      line-height: 1.0;
      font-size: 1.0em;
      font-weight: bolder;
      text-align: center;
      text-decoration: none;
      background: #890000; }
    .Head .HeadAside .mail a::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 1.0em;
      width: 0.5em;
      height: 0.5em;
      margin-top: -0.25em;
      border-top: #fff 1px solid;
      border-right: #fff 1px solid;
      font-size: 1.1em;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .Head .HeadAside .line {
      position: relative;
      top: -0.75em;
      margin-bottom: -0.75em;
      padding: 0.45em 0 0.25em 1.25em;
      border-left: #e1e1e0 1px solid; }
    .Head .HeadAside .line a {
      display: inline-block;
      padding-left: 3.5em;
      color: #000;
      line-height: 1.4;
      text-align: left;
      text-decoration: none;
      background: url("../images/common/icon_line.png") no-repeat;
      background-size: auto 100%; }
  /* Nav */
  .Nav {
    display: none; }
  .sp-Nav {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 201; }
    .sp-Nav .sp-Nav-trigger {
      position: fixed;
      bottom: 85px;
      left: 0;
      width: 50px;
      height: 50px;
      padding: 35px 0 5px;
      line-height: 1.0;
      font-size: 0.8em;
      background: rgba(0, 0, 0, 0.95) url("../images/sp-nav/sp-icon_nav01.png") no-repeat center 12px;
      background-size: auto 30%; }
    .sp-Nav .sp-Nav-search {
      position: fixed;
      bottom: 85px;
      right: 0;
      width: 50px;
      height: 50px;
      padding: 33px 0 5px;
      line-height: 1.0;
      color: #fff;
      font-size: 0.8em;
      text-decoration: none;
      background: rgba(0, 0, 0, 0.95) url("../images/sp-nav/sp-icon_nav02.png") no-repeat center 12px;
      background-size: auto 30%; }
    .sp-Nav .sp-NavInner1 {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 202;
      width: 100%;
      height: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .sp-Nav .sp-NavInner1.active {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 50px;
      text-align: left;
      background: rgba(137, 0, 0, 0.95);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .sp-Nav .sp-NavInner1 a {
      display: block;
      position: relative;
      padding: 0 1.5em;
      border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
      color: #fff;
      line-height: 50px;
      text-decoration: none; }
    .sp-Nav .sp-NavInner1 li:nth-child(n+2) a::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 1.0em;
      width: 0.4em;
      height: 0.4em;
      margin-top: -0.35em;
      border-top: white 1px solid;
      border-right: white 1px solid;
      font-size: 1.1em;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sp-Nav .sp-NavInner1 br {
      display: none; }
    .sp-Nav .sp-Nav-close {
      display: block;
      position: absolute !important;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      border: 0 !important;
      cursor: pointer; }
    .sp-Nav .sp-Nav-close::before {
      content: '';
      display: block;
      position: absolute !important;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 1px;
      margin-left: -10px;
      background: white;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sp-Nav .sp-Nav-close::after {
      content: '';
      display: block;
      position: absolute !important;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 1px;
      margin-left: -10px;
      background: white;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sp-Nav .sp-NavInner2 {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 70px;
      padding: 0 0;
      border-top: 10px solid rgba(0, 0, 0, 0.95);
      border-bottom: 10px solid rgba(0, 0, 0, 0.95); }
    .sp-Nav .sp-NavInner2 a {
      display: block;
      float: left;
      width: 20%;
      height: 50px;
      padding: 33px 0 5px;
      color: #fff;
      line-height: 1.0;
      font-size: 0.8em;
      text-decoration: none;
      vertical-align: bottom;
      background-color: rgba(0, 0, 0, 0.95) !important; }
    .sp-Nav .sp-NavInner2 li:nth-child(1) a {
      background: url("../images/sp-nav/sp-icon_nav03.png") no-repeat center 10px;
      background-size: auto 35%; }
    .sp-Nav .sp-NavInner2 li:nth-child(2) a {
      background: url("../images/sp-nav/sp-icon_nav04.png") no-repeat center 10px;
      background-size: auto 35%; }
    .sp-Nav .sp-NavInner2 li:nth-child(3) a {
      background: url("../images/sp-nav/sp-icon_nav05.png") no-repeat center 10px;
      background-size: auto 35%; }
    .sp-Nav .sp-NavInner2 li:nth-child(4) a {
      background: url("../images/sp-nav/sp-icon_nav06.png") no-repeat center 10px;
      background-size: auto 35%; }
    .sp-Nav .sp-NavInner2 li:nth-child(5) a {
      background: url("../images/sp-nav/sp-icon_nav07.png") no-repeat center 10px;
      background-size: auto 35%; }
  /* Search */
  .Search {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: url("../images/home/bg01.png") no-repeat center center;
    background-size: cover; }
    .Search .SearchInner {
      position: relative;
      max-width: 100%;
      width: 100%;
      margin: 0 auto; }
    .Search .SearchInner::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .Search .SearchHead h2 {
      margin-bottom: 0.85em;
      color: #333;
      line-height: 1.0;
      font-size: 1.7em;
      font-weight: 600;
      letter-spacing: 0.05em; }
    .Search .SearchHead h2 small {
      display: block;
      color: #b2b2b2;
      font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
      font-size: 0.3em;
      letter-spacing: 0.01em; }
    .Search .SearchHead h2 small::after {
      content: '';
      display: block;
      width: 2.25em;
      height: 1px;
      margin-top: 0.35em;
      margin-bottom: 1.5em;
      background: #b2b2b2; }
    .Search .SearchBody .bodytype {
      margin-bottom: 0.75em; }
    .Search .SearchBody .bodytype legend {
      margin-bottom: 0.5em;
      font-size: 1.0em; }
    .Search .SearchBody .bodytype legend::before {
      content: '';
      display: inline-block;
      position: relative;
      top: 0.05em;
      width: 0.6em;
      height: 0.6em;
      margin-right: 0.25em;
      border-radius: 100%;
      border: #666 3px double; }
    .Search .SearchBody .bodytype ul::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .Search .SearchBody .bodytype li {
      position: relative;
      float: left;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 8px; }
    .Search .SearchBody .bodytype li:nth-child(2),
    .Search .SearchBody .bodytype li:nth-child(4),
    .Search .SearchBody .bodytype li:nth-child(6),
    .Search .SearchBody .bodytype li:nth-child(8) {
      margin-right: 0; }
    .Search .SearchBody .bodytype li figure {
      display: block;
      margin-bottom: 0.1em;
      text-align: center; }
    .Search .SearchBody .bodytype li img {
      width: 84%;
      height: auto; }
    .Search .SearchBody .bodytype li label {
      display: block;
      padding: 3px 5px 8px;
      border-radius: 3px;
      line-height: 1.4;
      font-size: 0.85em;
      text-align: center;
      background: #fff;
      cursor: pointer; }
    .Search .SearchBody .bodytype li:nth-child(4) label {
      letter-spacing: -0.15em; }
    .Search .SearchBody .bodytype li input[type=checkbox] {
      position: absolute;
      opacity: 0.0; }
    .Search .SearchBody .pricetype {
      margin-bottom: 0.75em; }
    .Search .SearchBody .pricetype legend {
      margin-bottom: 0.5em;
      font-size: 1.0em; }
    .Search .SearchBody .pricetype legend::before {
      content: '';
      display: inline-block;
      position: relative;
      top: 0.05em;
      width: 0.6em;
      height: 0.6em;
      margin-right: 0.25em;
      border-radius: 100%;
      border: #666 3px double; }
    .Search .SearchBody .pricetype .trigger {
      display: block;
      padding: 10px;
      border-radius: 3px;
      line-height: 1.4;
      font-size: 0.85em;
      text-align: left;
      background: #fff;
      cursor: pointer; }
    .Search .SearchBody .pricetype .trigger.active {
      border-radius: 3px 3px 0 0; }
    .Search .SearchBody .pricetype .trigger::after {
      content: '';
      display: block;
      position: relative;
      top: 0.4em;
      float: right;
      width: 3px;
      height: 3px;
      margin-right: 0.5em;
      border-top: #000 1px solid;
      border-right: #000 1px solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    .Search .SearchBody .pricetype ul {
      display: none;
      font-size: 0.9em; }
    .Search .SearchBody .pricetype ul.active {
      display: block; }
    .Search .SearchBody .pricetype input[type=checkbox]:checked + label {
      color: #fff;
      background: #2d2d2d; }
    .Search .SearchBody .pricetype ul {
      /*position:relative; overflow:hidden; height:0;*/ }
    .Search .SearchBody .pricetype ul::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .Search .SearchBody .pricetype li {
      position: relative;
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 0; }
    .Search .SearchBody .pricetype li label {
      display: block;
      padding: 10px;
      border-radius: 0;
      line-height: 1.4;
      font-size: 0.85em;
      text-align: left;
      background: #fff;
      cursor: pointer; }
    .Search .SearchBody .pricetype li label br {
      display: none; }
    .Search .SearchBody .cctype ul {
      font-size: 0.9em; }
    .Search .SearchBody .cctype {
      margin-bottom: 0.75em; }
    .Search .SearchBody .cctype legend {
      margin-bottom: 0.5em;
      font-size: 1.0em; }
    .Search .SearchBody .cctype legend::before {
      content: '';
      display: inline-block;
      position: relative;
      top: 0.05em;
      width: 0.6em;
      height: 0.6em;
      margin-right: 0.25em;
      border-radius: 100%;
      border: #666 3px double; }
    .Search .SearchBody .cctype .trigger {
      display: block;
      padding: 10px;
      border-radius: 3px;
      line-height: 1.4;
      font-size: 0.85em;
      text-align: left;
      background: #fff;
      cursor: pointer; }
    .Search .SearchBody .cctype .trigger.active {
      border-radius: 3px 3px 0 0; }
    .Search .SearchBody .cctype .trigger::after {
      content: '';
      display: block;
      position: relative;
      top: 0.4em;
      float: right;
      width: 3px;
      height: 3px;
      margin-right: 0.5em;
      border-top: #000 1px solid;
      border-right: #000 1px solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    .Search .SearchBody .cctype ul {
      font-size: 0.9em; }
    .Search .SearchBody .cctype input[type=checkbox]:checked + label {
      color: #fff;
      background: #2d2d2d; }
    .Search .SearchBody .cctype ul {
      /*position:relative; overflow:hidden; height:0;*/ }
    .Search .SearchBody .cctype ul::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .Search .SearchBody .cctype li {
      position: relative;
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 0; }
    .Search .SearchBody .cctype li label {
      display: block;
      padding: 10px;
      border-radius: 0;
      line-height: 1.4;
      font-size: 0.85em;
      text-align: left;
      background: #fff;
      cursor: pointer; }
    .Search .SearchBody .cctype li label br {
      display: none; }
    .Search .SearchBody .cctype input[type=checkbox]:checked + label {
      color: #fff;
      background: #2d2d2d; }
  /* Campaign */
  .Campaign {
    padding: 20px 20px 32px 20px; }
    .Campaign .CampaignInner {
      position: relative;
      max-width: 100%;
      width: 100%;
      margin: 0 auto; }
    .Campaign .CampaignInner::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .Campaign .CampaignHead h2 {
      margin-bottom: 0.85em;
      color: #333;
      line-height: 1.0;
      font-size: 1.7em;
      font-weight: 600;
      letter-spacing: 0.01em; }
    .Campaign .CampaignHead h2 small {
      display: block;
      color: #000;
      font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
      font-size: 0.3em;
      letter-spacing: 0.01em; }
    .Campaign .CampaignHead h2 small::after {
      content: '';
      display: block;
      width: 2.25em;
      height: 1px;
      margin-top: 0.35em;
      margin-bottom: 1.5em;
      background: #000; }
    .Campaign .CampaignBody {
      position: relative; }
    .Campaign .CampaignBody p {
      text-align: center; }
    .Campaign .CampaignBody img {
      width: 100%;
      height: auto; }
  /* bread */
  .bread {
    display: none;
    max-width: 100%;
    margin: 0 auto 50px; }
    .bread a {
      color: inherit;
      text-decoration: none; }
  /* detail */
  .detail {
    /*     .detailLineup .done li a::after {
      content: '';
      display: block;
      position: absolute;
      top: 1.35em;
      right: 1.135em;
      float: right;
      width: 8px;
      height: 8px;
      border-top: #fff 1px solid;
      border-right: #fff 1px solid;
      transform: rotate(45deg);
    } */ }
    .detail .detailHead {
      background: url("../images/common/bg_detail.png") repeat-x center top; }
    .detail .detailHead .bread {
      margin-bottom: 40px;
      padding-top: 30px;
      color: #fff; }
    .detail .detailHeadTitle {
      width: 100%;
      position: relative;
      z-index: 2;
      margin-bottom: 16px; }
    .detail .detailHead h2 {
      width: 100%;
      margin: 0;
      padding: 16px 0 0 16px;
      color: #fff;
      line-height: 1.4;
      font-size: 1.1em;
      letter-spacing: 0.01em;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
    .detail .detailHead h2 small {
      display: block;
      color: #fff;
      line-height: 1.0;
      font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
      font-size: 3.5em;
      letter-spacing: 0.01em;
      margin-bottom: 8px; }
    .detail .detailHead h2 small::after {
      content: none; }
    .detail .detailHeadPlan {
      display: block;
      position: relative;
      width: 100%;
      margin: 0 auto 16px; }
    .detail .detailHeadPlan::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .detail .detailHeadPlan dl {
      width: 90%;
      margin: 0 auto; }
    .detail .detailHeadPlan dt {
      width: 75%;
      margin: 0 0 10px 0;
      padding: 0.35em;
      color: #fff;
      text-align: center;
      background: #8b6e31; }
    .detail .detailHeadPlan dd + dd {
      line-height: 1.2;
      font-size: 2.0em;
      font-weight: bolder; }
    .detail .detailHeadPlan dd + dd b {
      font-size: 2.0em; }
    .detail .detailHeadPlan dd + dd + dd {
      line-height: 1.2;
      font-size: 0.8em;
      font-weight: normal;
      letter-spacing: 0; }
    .detail .detailHeadPlan figure {
      width: 100%;
      text-align: center;
      margin-bottom: 16px; }
      .detail .detailHeadPlan figure img {
        width: 100%; }
    .detail .detailReview {
      width: 90%;
      margin: 0 auto 50px; }
    .detail .detailReview dt {
      position: relative;
      margin: 0 0 20px 0;
      padding: 1.0em;
      border-radius: 5px;
      font-size: 1.3em;
      font-weight: bolder;
      background: #f3f0ea; }
    .detail .detailReview dt::before {
      content: '';
      display: block;
      position: relative;
      top: 0.35em;
      float: left;
      width: 0.6em;
      height: 0.6em;
      margin-right: 0.5em;
      border: #000 3px double;
      border-radius: 100%; }
    .detail .detailReview dt::after {
      content: '+';
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      border-radius: 20px;
      color: #fff;
      line-height: 18px;
      font-size: 16px;
      font-weight: bolder;
      text-align: center;
      background: #000; }
    .detail .detailReview dt.active::after {
      content: '-'; }
    .detail .detailReview dd {
      padding: 0 2.5em; }
    .detail .detailSimulation {
      width: 90%;
      margin: 0 auto 70px; }
    .detail .detailSimulation dt {
      position: relative;
      margin: 0 0 50px 0;
      padding: 1.0em;
      border-radius: 5px;
      color: #fff;
      font-size: 1.2em;
      text-align: center;
      background: #333; }
    .detail .detailSimulation dt::before {
      content: '-';
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      border-radius: 20px;
      color: #333;
      line-height: 18px;
      font-size: 16px;
      font-weight: bolder;
      text-align: center;
      background: #fff; }
    .detail .detailSimulation dt.active::before {
      content: '+'; }
    .detail .detailSimulation form::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .detail .detailSimulationLeft {
      float: none;
      width: 100%;
      margin-right: 2%; }
    .detail .detailSimulationRight {
      float: none;
      width: 100%; }
    .detail .detailSimulation form fieldset {
      margin-bottom: 50px; }
    .detail .detailSimulation__exterior fieldset {
      margin-bottom: 0px; }
    .detail .detailSimulation form legend {
      display: block;
      position: relative;
      margin-bottom: 10px;
      font-size: 1.3em;
      font-weight: bolder; }
    .detail .detailSimulation__exterior legend {
      display: block;
      position: relative;
      margin-bottom: 10px;
      font-size: 1.3em;
      font-weight: bolder; }
    .detail .detailSimulation form legend::before {
      content: '';
      display: block;
      position: relative;
      top: 0.45em;
      float: left;
      width: 0.6em;
      height: 0.6em;
      margin-right: 0.25em;
      border: #000 3px double;
      border-radius: 100%; }
    .detail .detailSimulation form select {
      display: block;
      width: 100%;
      margin: 0 0 10px 0;
      padding: 2.0em 1.0em;
      border: 0;
      border-radius: 5px;
      line-height: 1.0;
      font-size: 16px;
      background: transparent;
      background: #f7f7f7 url("../images/common/arrow-bottom.png") no-repeat 96% center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: 0; }
    .detail .detailSimulation__exterior select {
      display: block;
      width: 100%;
      margin: 0 0 10px 0;
      padding: 2.0em 1.0em;
      border: 0;
      border-radius: 5px;
      line-height: 1.0;
      font-size: 14px;
      background: transparent;
      background: #f7f7f7 url("../images/common/arrow-bottom.png") no-repeat 96% center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: 0; }
    .detail .detailSimulation form option {
      display: block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .detail .detailSimulation form .done {
      margin-bottom: 3.0em;
      text-align: center; }
    .detail .detailSimulation form input[type='submit'] {
      display: inline-block;
      margin: 0;
      padding: 0.65em 5.0em;
      border-radius: 5px;
      border: 0;
      color: #fff;
      font-size: 1.1em;
      background: #890000;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .detail .estimation__exterior {
      display: block;
      margin-bottom: 16px; }
    .detail .estimation__head {
      font-size: 0.8em; }
    .detail .estimation__note {
      font-size: 1em; }
    .detail .detailSimulation form .done + p {
      margin-bottom: 3.0em;
      line-height: 1.4;
      font-size: 1.3em;
      font-weight: bolder;
      text-align: center; }
    .detail .detailSimulationResult ul {
      border: #e6e5e6 1px solid; }
    .detail .detailSimulationResult ul::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .detail .detailSimulationResult li {
      float: none;
      width: 100%;
      padding: 2.0em;
      border-bottom: #e6e5e6 1px solid;
      line-height: 1.2;
      font-size: 1.4em;
      font-weight: bolder;
      text-align: center; }
    .detail .detailSimulationResult li:last-child {
      border-right: 0; }
    .detail .detailSimulationResult li b {
      color: #b70000;
      font-size: 2.2em; }
    .detail .detailPackage {
      width: 100%;
      background: #f5f5f5;
      margin: auto; }
    .detail .detailPackageInner {
      width: 90%;
      margin: 0 auto 70px;
      padding: 32px 0; }
    .detail .detailPackageHead h2 {
      margin-bottom: 20px;
      color: #000;
      line-height: 1.0;
      font-size: 2.8em;
      letter-spacing: 0.01em;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
    .detail .detailPackageHead h2 small {
      display: block;
      color: #000;
      font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
      font-size: 0.3em;
      letter-spacing: 0.01em; }
    .detail .detailPackageHead h2 small::after {
      content: '';
      display: block;
      width: 2.25em;
      height: 1px;
      margin-top: 0.35em;
      margin-bottom: 1.5em;
      background: #000; }
    .detail .detailPackageInner > ul {
      width: 100%;
      margin: 0 auto 10px; }
    .detail .detailPackageInner > ul::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .detail .detailPackageInner > ul > li {
      float: none;
      width: 100%;
      min-height: 19.25em;
      border-radius: 10px;
      background: #fff;
      margin-bottom: 16px; }
    .detail .detailPackageInner > ul > li:nth-child(2) {
      margin-right: 0;
      margin-left: 0; }
    .detail .detailPackageInner > ul > li h3 {
      padding: 0.65em;
      border-radius: 10px 10px 0 0;
      color: #fff;
      font-size: 1.4em;
      font-weight: bolder;
      text-align: center;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
      background: #6f6247; }
    .detail .detailPackageInner > ul > li p {
      position: relative;
      margin: 1.0em 1.0em 1.75em;
      padding: 0.35em 1.0em;
      border-radius: 10px;
      color: #fff;
      font-size: 1.4em;
      font-weight: bolder;
      text-align: center;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
      background: #d1c17a; }
    .detail .detailPackageInner > ul > li p::before {
      content: '';
      display: block;
      position: absolute;
      bottom: -40px;
      left: 50%;
      width: 6px;
      height: 24px;
      margin-left: -3px;
      background: #000; }
    .detail .detailPackageInner > ul > li p::after {
      content: '';
      display: block;
      position: absolute;
      bottom: -31px;
      left: 50%;
      width: 24px;
      height: 6px;
      margin-left: -12px;
      background: #000; }
    .detail .detailPackageInner > ul > li ul {
      padding: 1.5em; }
    .detail .detailPackageInner > ul > li ul li {
      position: relative;
      font-size: 1.1em; }
    .detail .detailPackageInner > ul > li ul li::before {
      content: '';
      display: block;
      position: relative;
      float: left;
      top: 0.45em;
      width: 12px;
      height: 12px;
      margin-right: 0.25em;
      border-radius: 100%;
      line-height: 1.0;
      background: #6f6247; }
    .detail .detailPackageInner > ul > li:nth-child(2) ul li {
      color: #b70000;
      font-weight: bolder; }
    .detail .detailPackageInner > ul > li:nth-child(2) ul li::before {
      background: #b70000; }
    .detail .detailPackageInner > ul > li:nth-child(3) ul li {
      color: #b70000;
      font-weight: bolder; }
    .detail .detailPackageInner > ul + .note {
      width: 100%;
      margin: 0 auto 10px;
      text-align: right; }
    .detail .detailLineupInner {
      width: 90%;
      margin: 0 auto 16px;
      padding-bottom: 16px;
      border-bottom: #ededed 1px solid; }
    .detail .detailLineupInner::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .detail .detailLineupHead {
      position: relative;
      padding: 0.5em 0 0 4.2em;
      line-height: 1.4;
      margin-bottom: 8px; }
    .detail .detailLineupHead__pickup2 {
      content: 'PICK UP';
      display: block;
      position: absolute;
      top: 0.15em;
      left: 0;
      width: 52px;
      height: 42px;
      margin-right: 0.5em;
      padding-top: 10px;
      border-radius: 52px;
      color: #fff;
      line-height: 1.1;
      font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
      font-size: 18px;
      text-align: center;
      white-space: break-word;
      background: #890000; }
    .detail .detailLineupHead p {
      margin-bottom: 0; }
    .detail .detailLineupHead h3 {
      font-size: 1.1em;
      font-weight: bolder; }
    .detail .detailLineupBody {
      margin-bottom: 30px;
      display: block; }
    .detail .detailLineupBody::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .detail .detailLineupBodyLeft {
      float: left;
      width: 100%;
      margin-right: 76px;
      padding-top: 20px; }
    .detail .detailLineupBodyLeft .span {
      margin-bottom: 20px;
      font-size: 1.1em;
      font-weight: bolder; }
    .detail .detailLineupBodyLeft .span b {
      display: inline-block;
      margin-right: 0.5em;
      padding: 0.3em 0.65em;
      color: #fff;
      line-height: 1.0;
      background: #890000; }
    .detail .detailLineupBodyLeft .packagePrice {
      width: 100%;
      margin-bottom: 20px;
      border-collapse: collapse; }
    .detail .detailLineupBodyLeft .packagePrice thead {
      border-bottom: #e6e5e6 1px solid;
      color: #fff;
      font-size: 1.1em;
      font-weight: bolder;
      background: #333; }
    .detail .detailLineupBodyLeft .packagePrice thead th {
      padding: 0.6em;
      border-right: #e6e5e6 1px solid; }
    .detail .detailLineupBodyLeft .packagePrice thead th:last-child {
      border-right: 0; }
    .detail .detailLineupBodyLeft .packagePrice tbody {
      background: #f5f5f5; }
    .detail .detailLineupBodyLeft .packagePrice tbody th {
      white-space: normal;
      padding: 0.6em 1.0em;
      border-right: #e6e5e6 1px solid;
      border-bottom: #e6e5e6 1px solid;
      font-weight: bolder;
      text-align: left; }
    .detail .detailLineupBodyLeft .packagePrice tbody td {
      white-space: nowrap;
      padding: 0.3em;
      border-right: #e6e5e6 1px solid;
      border-bottom: #e6e5e6 1px solid;
      color: #b70000;
      font-size: 4.5vw;
      font-weight: bolder;
      text-align: center; }
    .detail .detailLineupBodyLeft .packagePrice tbody tr:last-child th,
    .detail .detailLineupBodyLeft .packagePrice tbody tr:last-child td {
      border-bottom: 0; }
    .detail .detailLineupBodyLeft .packagePrice tbody td:last-child {
      border-right: 0; }
    .detail .detailLineupBodyLeft .packagePrice + dl {
      margin-bottom: 0.75em;
      padding: 0.5em 0 0.5em 0.5em;
      color: #fff;
      background: #6f6247; }
    .detail .detailLineupBodyLeft .packagePrice + dl dt {
      display: inline-block;
      padding: 0 0.2em 0 0;
      color: #fff;
      font-size: 1.2em;
      font-weight: bolder; }
    .detail .detailLineupBodyLeft .packagePrice + dl dd {
      display: inline-block;
      padding: 0 0.2em 0 0;
      color: #fff;
      font-weight: bolder; }
    .detail .detailLineupBodyLeft .packagePrice + dl dd b {
      padding-left: 0.2em;
      font-size: 1.2em;
      font-weight: bolder; }
    .detail .detailLineupBodyLeft .packagePrice + dl + p {
      margin-bottom: 1.4em;
      line-height: 1.4;
      font-size: 0.9em; }
    .detail .detailLineupBodyLeft .packagePrice + dl + p b {
      font-size: 1.05em;
      font-weight: bolder; }
    .detail .detailLineupBodyLeft .packagePrice__residual td b {
      font-size: 4.5vw; }
    .detail .packageSpec {
      width: 100%;
      border-collapse: collapse;
      border-top: #ededed 1px solid;
      border-bottom: #ededed 1px solid; }
    .detail .packageSpec tr {
      border-bottom: #ededed 1px solid; }
    .detail .packageSpec tr:last-child {
      border-bottom: 0; }
    .detail .packageSpec th {
      padding: 0.65em;
      border-right: #ededed 1px solid;
      text-align: center; }
    .detail .packageSpec th:last-child {
      border-right: 0; }
    .detail .packageSpec td {
      padding: 0.65em;
      border-right: #ededed 1px solid;
      text-align: center; }
    .detail .packageSpec td:last-child {
      border-right: 0; }
    .detail .detailLineupBodyRight {
      padding-top: 0;
      float: left;
      width: 100%; }
    .detail .detailLineupBodyRight figure {
      display: block;
      margin-bottom: 16px; }
    .detail .detailLineupBodyRight figure img {
      width: 100%;
      height: auto; }
    .detail .detailLineupBodyRight ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .detail .detailLineupBodyRight ul::before {
      content: "";
      display: block;
      width: 24%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .detail .detailLineupBodyRight ul::after {
      content: "";
      display: block;
      width: 24%; }
    .detail .detailLineupBodyRight ul li {
      float: none;
      width: 24%;
      margin-right: 0;
      margin-bottom: 8px; }
    .detail .detailLineupBodyRight ul li:nth-child(4n+4) {
      margin-right: 0; }
    .detail .detailLineupBodyRight ul li:nth-child(4n+5) {
      clear: both; }
    .detail .detailLineup .done {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .detail .detailLineup .done::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .detail .detailLineup .done li {
      float: none;
      width: 24%;
      margin-right: 0;
      border-radius: 5px;
      background: #890000; }
    .detail .detailLineup .done li a {
      display: block;
      position: relative;
      padding: 0.5em 0.5em;
      color: #fff;
      text-align: center;
      text-decoration: none; }
      .detail .detailLineup .done li a .stealth {
        display: block; }
    .detail .detailReason {
      padding: 70px 0;
      background: #f5f5f5; }
    .detail .detailReasonInner {
      width: 90%;
      margin: 0 auto; }
    .detail .detailReasonInner li {
      display: block;
      margin-bottom: 32px; }
    .detail .detailReasonInner li:last-child {
      margin-bottom: 0; }
    .detail .detailReasonInner li::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .detail .detailReasonText {
      width: 100%;
      margin-bottom: 8px; }
    .detail .detailReasonText h2 {
      margin-bottom: 8px;
      font-size: 2.0em;
      font-weight: bolder; }
    .detail .detailReasonText p {
      font-size: 1.1em; }
    .detail .detailReasonInner li figure {
      display: block;
      width: 100%; }
    .detail .detailReasonInner li figure img {
      width: 100%;
      height: auto; }
  /* resultReason */
  .resultReason {
    margin-bottom: 0;
    padding: 30px 20px;
    background: url("../images/result/sp-bg_reason.png") no-repeat left center;
    background-size: cover; }
    .resultReason .resultReasonInner {
      max-width: 100%;
      margin: 0 auto;
      color: #fff; }
    .resultReason .resultReasonInner h3 {
      margin-bottom: 8px;
      font-size: 1.2em;
      font-weight: bolder; }
    .resultReason .resultReasonInner ul {
      display: table;
      margin: 0 auto 8px auto;
      font-size: 1em;
      font-weight: bolder; }
    .resultReason .resultReasonInner ul li {
      position: relative;
      margin-bottom: 0.25em;
      padding-left: 1.4em; }
    .resultReason .resultReasonInner ul li::before {
      content: '';
      display: block;
      position: absolute;
      top: 0.35em;
      left: 0;
      width: 1.0em;
      height: 1.0em;
      border-radius: 1.0em;
      border: 0;
      background: rgba(255, 255, 255, 0.4); }
    .resultReason .resultReasonInner .more {
      text-align: center; }
    .resultReason .resultReasonInner .more a {
      display: inline-block;
      position: relative;
      width: 50%;
      padding: 10px 1.0em;
      border-radius: 5px;
      color: #000;
      font-size: 1em;
      font-weight: bolder;
      text-align: center;
      text-decoration: none;
      background: #ffd801; }
    .resultReason .resultReasonInner .more a::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 1.0em;
      float: right;
      width: 0.4em;
      height: 0.4em;
      margin-top: -3px;
      border-top: #000 1px solid;
      border-right: #000 1px solid;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .resultRecommend {
    display: none;
    max-width: 100%;
    margin: 0 auto 60px; }
    .resultRecommend .resultRecommendHead h2 {
      margin-bottom: 30px;
      color: #333;
      line-height: 1.0;
      font-size: 2.8em;
      font-weight: 600;
      letter-spacing: 0.01em; }
    .resultRecommend .resultRecommendHead h2 small {
      display: block;
      color: #000;
      font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
      font-size: 0.3em;
      letter-spacing: 0.01em; }
    .resultRecommend .resultRecommendHead h2 small::after {
      content: '';
      display: block;
      width: 2.25em;
      height: 1px;
      margin-top: 0.35em;
      margin-bottom: 1.5em;
      background: #000; }
    .resultRecommend .resultRecommendInner {
      position: relative; }
    .resultRecommend .resultRecommendInner li {
      margin: 0 8px 0 0;
      border-radius: 5px;
      border: #e6e5e6 1px solid; }
    .resultRecommend .resultRecommendInner li h3 {
      padding: 20px;
      border-bottom: #e6e5e6 1px solid;
      font-size: 1.3em;
      font-weight: bolder;
      text-align: center; }
    .resultRecommend .resultRecommendInner li figure {
      display: block; }
    .resultRecommend .resultRecommendInner li figure img {
      display: block;
      width: 100%;
      height: auto; }
    .resultRecommend .resultRecommendInner li figure + p {
      padding: 10px;
      color: #fff;
      font-size: 1.3em;
      font-weight: bolder;
      text-align: center;
      background: #000; }
    .resultRecommend .resultRecommendInner li figure + p b {
      font-size: 1.3em; }
    .resultRecommend .resultRecommendInner li p.more a {
      display: block;
      position: relative;
      color: #010000;
      line-height: 3.5em;
      text-align: center;
      text-decoration: none; }
    .resultRecommend .resultRecommendInner li p.more a::after {
      content: '';
      display: block;
      position: absolute;
      top: 1.3em;
      right: 1.0em;
      float: right;
      width: 10px;
      height: 10px;
      border-top: #000 1px solid;
      border-right: #000 1px solid;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .resultRecommend + .Search {
    display: none; }
  .Campaign + .Special {
    display: block; }
  /* resultLeaseback */
  .resultLeaseback {
    margin-bottom: 80px;
    padding: 30px 20px;
    background: url("../images/result/bg_leaseback.png") no-repeat center center;
    background-size: cover; }
    .resultLeaseback .resultLeasebackInner {
      max-width: 100%;
      margin: 0 auto;
      color: #fff; }
    .resultLeaseback .resultLeasebackHead h2 {
      width: 100%;
      margin: 0 auto 20px;
      color: #fff;
      line-height: 1.0;
      font-size: 1.7em;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
    .resultLeaseback .resultLeasebackHead h2 small {
      display: block;
      color: #fff;
      font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
      font-size: 0.3em;
      letter-spacing: 0.01em; }
    .resultLeaseback .resultLeasebackHead h2 small::after {
      content: '';
      display: block;
      width: 2.25em;
      height: 1px;
      margin-top: 0.35em;
      margin-bottom: 1.5em;
      background: #fff; }
    .resultLeaseback .resultLeasebackBody {
      display: table;
      width: 100%;
      border-collapse: collapse; }
    .resultLeaseback .resultLeasebackBody::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .resultLeaseback .resultLeasebackBody p {
      display: block;
      width: 100%;
      color: #fff;
      font-size: 0.8em;
      font-weight: bolder; }
    .resultLeaseback .resultLeasebackBody p br {
      display: none; }
    .resultLeaseback .resultLeasebackBody p.more {
      display: block;
      width: 100%;
      margin-top: 15px;
      text-align: center;
      vertical-align: bottom; }
    .resultLeaseback .resultLeasebackBody p a {
      display: inline-block;
      position: relative;
      width: 70%;
      margin-bottom: 0.0em;
      padding: 10px 1.0em;
      border-radius: 5px;
      color: #000;
      font-size: 1.0em;
      font-weight: bolder;
      text-align: center;
      text-decoration: none;
      background: #ffd801; }
    .resultLeaseback .resultLeasebackBody p a::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 1.0em;
      float: right;
      width: 0.4em;
      height: 0.4em;
      margin-top: -3px;
      border-top: #000 1px solid;
      border-right: #000 1px solid;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  /* Foot */
  .Foot {
    display: none;
    padding: 50px 0 15px;
    background: url("../images/common/foot_bg.png") no-repeat center center;
    background-size: cover; }
    .Foot figure {
      display: block;
      max-width: 100%;
      width: 100%;
      margin: 0 0 50px; }
    .Foot figure img {
      width: auto;
      height: 45px; }
    .Foot .FootInner {
      position: relative;
      max-width: 100%;
      width: 100%;
      margin: 0 auto; }
    .Foot .FootInner::after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    .Foot p {
      float: left; }
    .Foot p a {
      color: inherit;
      text-decoration: none; }
    .Foot small {
      display: block;
      float: right;
      font-size: 0.9em; } }
#pictureg{
		  position: relative;

}

.sample img{position: absolute;

top: 80%;

z-index: 5;

width: 65%;

left: 35%;}

