#showroom .container{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#showroom h2{
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #003266;
    font-size: 1.4em;
}
#corona{
  margin-top: 50px;
  margin-bottom: 50px;
}
#searchsr h3{
  font-size: 1.4em;
  font-weight: bold;
  margin: 8px 0 2px;
}
.sr_header{
    font-size: 36px !important;
    font-weight: bold !important;
    color: #003265 !important;
}
.sr_caution{
  margin: 20px auto;
  padding: 13px;
  border: 6px solid #ff0000;
  color: #FF0000;
  font-size: 1.2em;
  text-align: center;
}
.sr_caution a{
  color: #FF0000;
}
.sr_caution h3{
margin-bottom: 10px;

}
#showroom dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
margin-bottom: 0;
}
#showroom dl:nth-child(odd){
  background-color: #f4f4f4;
}
#showroom dt {
padding: 0 10px;
float: left;
width: 26%;
}
#showroom dd {
margin-left: 27%;
padding-right: 1em;
}
.card_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2em 0;
}
.card_button {
    width: 100%;
}
.c-button_block {
    text-align: center;
    letter-spacing: 1px;
}
.card_button .c-button {
    padding: 1em 4em;
    margin-bottom: 40px;
    font-weight: bold;
}
.c-button {
    display: inline-block;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: background-color .4s cubic-bezier(.25,.46,.45,.94),color .4s cubic-bezier(.25,.46,.45,.94),-webkit-box-shadow .4s cubic-bezier(.25,.46,.45,.94);
    transition: background-color .4s cubic-bezier(.25,.46,.45,.94),color .4s cubic-bezier(.25,.46,.45,.94),-webkit-box-shadow .4s cubic-bezier(.25,.46,.45,.94);
    transition: box-shadow .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94),color .4s cubic-bezier(.25,.46,.45,.94);
    transition: box-shadow .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94),color .4s cubic-bezier(.25,.46,.45,.94),-webkit-box-shadow .4s cubic-bezier(.25,.46,.45,.94);
    background-color: #00a9b7;
    text-decoration: none;
    color: #fff;
}
#shortcut{
    padding: 20px 40px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    position: relative;
}
#shortcut ul{
  padding: 0 10px;
  margin:0;
}
#shortcut ul li{
    display: inline-block;
    width: auto;
    margin-right: 32px;
    margin-bottom: 8px;
    padding-left: 20px;
    vertical-align: top;
}
#shortcut ul li a{
  text-decoration: none;
  color: #4b4949;
  padding-left: 20px;
  background: url(/img/showroom/arrow_under.png) no-repeat 0 2px;
}
#usesr h3 {
    font-size: 2.4em;
    color: #003266;
}
#usesr p{
line-height: 2;
padding-top: 2em;
}

#usesr .col-md-6{
  margin-bottom: 4em;
}

#kaosou h3{
  margin: 0.6em 0;
}
#kaosou table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#kaosou table th{
  font-weight: bold;
  text-align: center;
  width: 20%;
}

#kaosou table th,table td{
  padding: 10px 10px 10px 0;
}

#kaosou table tr:nth-child(odd){
  background-color: #eee
}
#yoyaku #botan{
  margin-top: 4em;
text-align: center;
}
#yoyaku #botan a{
  color: #fff;
  background-color: #00a9b7;
  padding: 1.2em 5em;
  font-weight: bold;
}
.sr_name{
  margin-bottom: 40px;
  font-size: 28px !important;
  font-weight: bold !important;
    color: #003265 !important;
}
#topex h3{
  font-weight: bold;
}
#topex p{
  margin-top: 1em;
  margin-bottom: 2em;
}
#topex .mainVis{
  margin-top:0;
}
.top-botan a {
color: #fff;
background-color: #00a9b7;
padding: 1em;
display: inline-block;
width: 250px;
text-align: center;
font-weight: bold;
}
.slick-slide span{
  position: absolute;
z-index: 9999;
bottom: 0px;
}
.slick-list.draggable {
    padding-top: 50%;
}
.includedate{
border: 1px solid #888;
padding: 2em;
margin-left: 10%;
margin-right: 10%;
}
a.yoyakuform{
  background-color: #ff9900;
}
.sr_header{
  text-align: left; 
  margin: 1em 0 1.4em 0;
  width: 740px;
}
.sr-para{
  text-align: left; 
  margin-bottom: 4em;

  width: 740px;
}
.fujikisan{
  width: 350px;
  float: right;
  position: absolute;
  top: 190px;
  right: 176px;
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
@media (max-width: 751px) {
.sr_header{
  width: 100%;
}
.sr-para {
    text-align: left;
    margin-bottom: 13em;
    width: 100%;
}
.fujikisan {
width: 180px;
    float: right;
    position: absolute;
    top: 93%;
    right: -15px;
}
.includedate{
  margin: 0;
  padding: 1em;
}