﻿@charset "UTF-8";


/***********************************
#
************************************/
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
}
@media screen and (min-width: 1280px) and (max-width: 1519px) {
}
@media screen and (min-width: 1520px) and (max-width: 1759px){
}
@media screen and (min-width: 1760px) {
}


h2.title_st {
  padding: 3% 0;
  font-size: 0;
  background-color: #e4007f;
  background-image: url("../images/title_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 50px;
  background-position: center center;
}

h2.title_st span {
  margin-bottom: 0 !important;
  display: block;
  max-width: 786px !important;
  width: 80%;
}

#topcontrol {
  bottom: 8% !important;
}

@media screen and (max-width:767px) {
  
  h2.title_st {
    margin-bottom: 30px;
  }
  
  #topcontrol {
    bottom: 5% !important;
  }

}

/***********************************
#notes
************************************/
.notes {
  font-size: 1.2rem;
  display: block;
}

.notes strong {
  display: block;
}

@media screen and (max-width:767px) {
  
  .notes {
    font-size: 1.2rem;
  }

}

/***********************************
#link-box
************************************/
.link-area {
  text-align: center;
}

.link-area li {
  max-width: 450px;
  display: inline-block;
  width: 45%;
  margin: 0 2%;
}

.link-box {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  display: block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  position:relative;
  padding: 30px;
  text-decoration: none;
}

.link-box span {
  font-size: 2.4rem;
  display: block;
  margin-top: 5px;
}

.link-box.pink {
  color: #fff;
  background: #e84091;
  background: -moz-linear-gradient(top,  #e84091 0%, #af023e 100%);
  background: -webkit-linear-gradient(top,  #e84091 0%,#af023e 100%);
  background: linear-gradient(to bottom,  #e84091 0%,#af023e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84091', endColorstr='#af023e',GradientType=0 );
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
}

.link-box.white {
  color: #e4007f;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #9b9b9b 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#9b9b9b 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#9b9b9b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9b9b9b',GradientType=0 );
  box-shadow: 3px 3px 10px rgba(171, 0, 97, .5);
}

@media screen and (max-width:767px) {
  
  .link-box {
    font-size: 1.8rem;
    padding: 20px 0 20px 0;
  }

  .link-box span {
    font-size: 2.4rem;
    display: block;
  }  
  
  .link-area li {
    max-width: 450px;
    display: block;
    width: 80%;
    margin: 0 auto 10px auto;
  }

}


/***********************************
#eye_catch-box
************************************/
#eye_catch-box {
  font-size: 0;
  line-height: 0;
}


/***********************************
#present
************************************/
#present {
  padding-top: 100px;
}

#present .anchorlink.link-area {
  margin-bottom: 60px;
}

#present .anchorlink.link-area li {
  width: 25%;
  max-width: 400px;
  font-size: 0;
  text-align: center;
}

#present .anchorlink.link-area li .link-box img {
  max-width: 160px;
}

#present .anchorlink.link-area li .link-box span {
  font-size: 1.6rem;
  margin-top: 10px;
}

#present .d-box {
  position: relative;
  font-size: 0;
  line-height: 0;
}

#present .d-box {
  position: relative;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10%;
}

#present .d-box .btn-box {
  display: block;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 400px;
  width: 40%;
}

.c-box {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  position:relative;
  margin-bottom: 60px;
}

.c-box .c-box_inner {
  padding: 0 50px 50px 50px;
}

#present .c01 .c-box {
  border: 6px solid #00914e;
  background-color: #8fc31f;
}

.c02 .c-box {
  border: 6px solid #d70051;
  background-color: #f5bdd2;
}

.c02 .c-box .link-area,
.c03 .c-box .link-area {
  padding-top: 30px;
}

.c03 .c-box {
  border: 6px solid #e85298;
  margin-bottom: 0;
  background-color: #f9d2e4;
  margin-bottom: 10px;
}

#present h3 {
  display: block;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

p.read {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  margin-top: 10px;
}

p.read strong {
  display: inline-block;
  font-size: 4rem;
  line-height: 1.4;
  background:linear-gradient(transparent 70%, #ffff00 0%);
}

#present .c01 p.read strong {
  color: #333;
  background:none;
}

.c02 p.read strong {
  color: #e60012;
}

.c03 p.read strong {
  color: #e60012;
}

p.read strong.mt {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 20px;
}

p.read strong span {
  font-size: 4.2rem;
}

#present .how_to_use {
  background-color: #fff;
  overflow: hidden;  
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  position:relative;
  margin-bottom: 20px;
  padding: 20px;
}

#present .how_to_use li {
}

/*present_list*/
.present_list {
  background-color: #fff;
  overflow: hidden;  
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  position:relative;
  margin-bottom: 20px;
  padding: 20px;
}

.present_list li {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.present_list li:last-child {
  border-bottom: none !important; 
  padding-bottom: 0;
  margin-bottom: 0;
}

.present_list li .shoplogo {
  display: block;
  margin-bottom: 20px !important;
  margin-left: 0 !important;
  max-width: 300px;
  width: 90%;
}

.present_list h4 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

#present .c01 .c-box h4 {
  color: #009944;
}

#present .c01 .present_list li {
  border-bottom: 1px solid #009944;
}

.c02 .c-box h4 {
  color: #e60012;
}

.c02 .present_list li {
  border-bottom: 1px solid #e60012;
}

.c03 .c-box h4 {
  color: #e85298;
}

.c03 .present_list li {
  border-bottom: 1px solid #e85298;
}

/*感染症対策*/
#present .infection {
  background-color: #cfeeff;
  margin-bottom: 50px;
}

#present .infection .infection_wrapper {
  padding: 20px;
}

#present .infection strong {
  display: block;
  color: #0066ff;
  font-size: 2rem;
}

#present .infection p {
  display: block;
  font-size: 1.6rem;
  padding-bottom: 30px;
}

#present .infection ul {
  position: relative;
  overflow: hidden;
}  

#present .infection ul li {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
}

#present .infection ul li img {
  width: 70%;
  max-width: 195px;
}

#present .infection ul li::before {
  font-size: 1.4rem;
  font-weight: bold;
}

#present .infection ul li:first-child::before {
  content: "【店舗内除菌】";
}

#present .infection ul li:last-child::before {
  content: "【弊社社員マスク着用】";
}

.present_list .shop-info p {
  font-size: 1.6rem;
}

.present_list .shop-info p span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

@media print,screen and (min-width:768px) {
  
  #present h3 {
  }
  
  .present_list .shop-info,
  .present_list .shop-phot {
    width: 46%;
  }  
  
  .present_list .shop-info {
    float: left;
  }
  
  .present_list .shop-phot {
    float: right;
  }
  
  #present .how_to_use li {
    float: left;
    width: 48%;
  }
  
  #present .how_to_use li:last-child {
    float: right;
  }
  
  #present .c01 .c-box {
    margin-bottom: 20px;
  }
  
  /*感染症対策*/  
  #present .infection ul li::before {
    position: absolute;
    left: 0;
  }  
  
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  
  #present h3 {
    width: 100%;
    margin-top: -5.1%;
  }
}

@media screen and (max-width:767px) {
  
  #present {
    padding-top: 30px;
  }
  
  #present .anchorlink.link-area li {
    width: 100%;
    max-width: 80%;
  }
  
  #present .c-box {
    margin-bottom: 40px;
  }  
  
  #present h3 {
  }
  
  p.read {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  p.read strong {
    font-size: 1.6rem;
  }  

  p.read strong span {
    font-size: 3rem;
  }
  
  .present_list .shop-info h4 {
    font-size: 2rem;
  }  
  
  /*present*/
  .present_list h4 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  
  .present_list h4 br {
    display: none;
  }  
  
  .present_list .shop-phot {
    padding-top: 20px;
  }    
  
  .present_list .shop-info p {
    font-size: 1.4rem;
  }
  
  #present .how_to_use li {
    margin-bottom: 30px;    
  }
  
  #present .how_to_use li:last-child {
    margin-bottom: 0;    
  }
  
  .c-box .c-box_inner {
    padding: 0 15px 15px 15px;
  }
  
  /*感染症対策*/  
  #present .infection ul li::before {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }    
  
}




/***********************************
#new_car
************************************/
#new_car {
  padding: 60px 0 0 0;
}

/*advantage*/
#new_car .advantage h3 {
  margin-bottom: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#new_car .advantage .notes {
  margin-bottom: 20px;
  text-align: center;
}

#new_car .advantage ul {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

/*child_seat*/
#new_car .advantage .child_seat {
  border: 2px solid #e4007f;
  padding: 30px;
}

#new_car .advantage .child_seat .img-box {
  display: flex;
  margin-bottom: 1%;
}

#new_car .advantage .child_seat .img-box span:first-child {
  width: 90%;
  margin-right: 1.5%;
}

#new_car .advantage .child_seat .img-box span:last-child {
  width: 100%;
}

#new_car .advantage .child_seat .notes-box {
  display: block;
  text-align: left;
  font-size: 16px;
}

/*point_present*/
#new_car .advantage .point_present {
  display: block;
  position: relative;
  font-size: 0;
}

#new_car .advantage .point_present .notes-box {
  display: block;
  background-image: url("../images/point_present_i02.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  font-size: 14px;
  line-height: 26px;
  padding: 0 7%;
}

#new_car .advantage .point_present .notes-box span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  color: #ff0000;
}

#new_car .advantage .point_present .notes-box span a {
  color: #ff0000;
}

#new_car .advantage .point_present .notes-box span:first-child {
  color: #333;
}

/*car_info*/
#new_car .car_info-wrap {
  background-color: #e4007f;
  padding-top: 40px;
}
.car_info-wrap02{
	background-color: #eaeaea;
	padding-top: 40px;
}

#new_car .car_info-wrap .bnr-box {
  display: block;
}

#new_car .car_info-wrap h3 {
  text-align: center;
  color: #fff;
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 600;  
}

#new_car .car_info-wrap h3 span{
  display: inline-block;
  text-align: left;
  position: relative;
}

#new_car .car_info-wrap .cb02 h3 span::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../images/car_details_info_cb02_st.png");
  width: 137px;
  height: 69px;
}

#new_car .car_info-wrap .cb02 {
  background-color: #be1071;
}

#new_car .car_info-wrap .cb02,
#new_car .car_info-wrap .cb03 {
  padding-top: 90px;
}

#new_car .car_info-wrap .cb03,
#new_car .car_info-wrap .in-box {
  padding-bottom: 100px;
}

#new_car .car_info-wrap .car-box {
  padding-top: 90px;
}
#new_car .car_info-wrap .car-box .notes {
  padding-top: 10px;
  color: #fff;
}
#new_car .bk_business{
	background-color: #eaeaea !important;
}

#new_car .car_info-wrap .car-box .equipment-box {
  background-color: #fff;
  padding: 30px;
  margin-top: 15px;
}

#new_car .car_info-wrap .car-box .equipment-box dt {
  margin-bottom: 15px;
  max-width: 271px;
  width: 60%;
  display: block;
}

#new_car .car_info-wrap .car-box .equipment-box dd {
  padding-bottom: 2px;
  font-size: 1.8rem;
  display: block;
	padding-left: 1.2em;
	text-indent: -1.2em;
}


@media print,screen and (min-width:768px) {
  
  /*advantage*/
  #new_car .advantage li {
    margin-bottom: 20px;
  }
  
  #new_car .advantage li:nth-child(2n) {
  }
  
  #new_car .advantage .link-area li {
    width: 35%;
  }  
  
}

@media screen and (max-width:767px) {
  
  #new_car .advantage .child_seat .img-box {
    display: block;
    margin-bottom: 1%;
  }

  #new_car .advantage .child_seat .img-box span:first-child {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }

  #new_car .advantage .child_seat .img-box span:last-child {
    display: block;
    width: 100%;
    margin-bottom: 3%;
  }

  #new_car .advantage .child_seat .notes-box {
    display: block;
    text-align: left;
    font-size: 13px;
  }
  
  /*advantage*/
  #new_car .advantage ul {
    margin-bottom: 20px;
  }  
  
  #new_car .advantage li {  
    margin-bottom: 20px;    
  }
  
  #new_car .advantage li:last-child {  
    margin-bottom: 0;    
  }    
  
  #new_car .advantage .notes {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }  
  
  #new_car .car_info-wrap {
    padding-top: 30px;
  }
  
  /*car_info*/
  #new_car .car_info-wrap .cb03,
  #new_car .car_info-wrap .in-box {
    padding-bottom: 50px;
  }
  
  #new_car .car_info-wrap .car-box {
    padding-top: 50px;
  }

  #new_car .car_info-wrap .car-box .equipment-box {
    padding: 15px;
    margin-top: 10px;
  }

  #new_car .car_info-wrap .car-box .equipment-box dt {
    margin-bottom: 10px;
  }

  #new_car .car_info-wrap .car-box .equipment-box dd {
    font-size: 1.2rem;
  }
  
  #new_car .car_info-wrap h3 {
    font-size: 2rem;
  }

  #new_car .car_info-wrap .cb02 h3 span::after {
    content: "";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url("../images/car_details_info_cb02_st.png");
    width: 97px;
    height: 39px;
  }
  
  #new_car .car_info-wrap .cb02,
  #new_car .car_info-wrap .cb03 {
    padding-top: 50px;
  }

}


/***********************************
#description
************************************/
.description {
  padding: 60px 0;
}

.description .notes:first-child {
  padding: 0 0 40px 0;
}

#car_details .description,
#car_details .description .notes {
  padding: 0 !important;  
}

@media screen and (max-width:767px) {
  
  .description {
    padding: 40px 0;
  }
  
  .description .notes:first-child {
    padding: 0 0 20px 0;
  }  
  
}


/***********************************
#car_details
************************************/
#car_details {
  font-size: 0;
  padding-bottom: 100px;
}

#car_details h3,
#car_details p,
#car_details span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 710px; */
}

#car_details h3 {
}

#car_details p {
  margin-bottom: 45px;
}

#car_details span {
  margin-bottom: 55px;
}

@media screen and (max-width:767px) {
  
  #car_details {
    padding-bottom: 30px;
  }

  #car_details span {
    margin-bottom: 30px;
  }

}


/***********************************
#service_information
************************************/
#service_information {
  font-size: 0;
  line-height: 0;
}

#service_information h2 {
  padding: 3% 0;
  font-size: 6.5rem;
  line-height: 1;
  background-color: #23ac38;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 900;
  margin-bottom: 60px;
}

#service_information .bnr-box {  
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

#service_information .logo-box {
  padding-top: 100px;
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
  width: 60%;
}

@media print,screen and (min-width:768px) {
  
  #service_information .bnr-box li {  
    float: left;
    width: 49%;
    margin-bottom: 20px;    
  }
  
  #service_information .bnr-box li:nth-child(2n) {  
    float: right;
  }
  
}

@media screen and (max-width:767px) {
  
  #service_information h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }  
  
  #service_information .bnr-box {
    margin-bottom: 20px;
  }

  #service_information .bnr-box li {  
    margin-bottom: 20px;    
  }  

  #service_information .logo-box {
    padding-top: 30px;
  }
  
}

@media screen and (min-width: 768px) {
	.pc-no{display: none !important;}

}

@media print,screen and (max-width:767px) {
    .sp-no{display: none !important;}
	.pc-no{display: block;}
	.img100{
		width: 100%;
		height: auto;
	}
}

.pb20{padding-bottom: 20px;}
.owabi{
	display: table;
	margin-bottom: 20px;
}
.owabi dt,
.owabi dd{display: table-cell;}

.owabi dt{
	width: 25%;
	padding: 5px;
	border: 1px solid #d2d2d2;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
}
.owabi dd{
	font-size: 1.2rem;
	padding: 5px 5px 5px 10px;
}
@media print,screen and (max-width:767px) {
	.owabi{
        display: block;
        margin-bottom: 20px;
    }
    .owabi dt,
    .owabi dd{display:block;}
	.owabi dt{
		width: 100%;
		margin-bottom: 5px;
		padding: 5px 0;
	}
}
.tyukosha{
	position: relative;
}
.tyuko_qp{
	width: 12%;
	position: absolute;
	top:43%;
	left: 47%;
}
.tyuko_qp img{
	width: 100%;
	height: auto;
}
.servic{
	position: relative;
}
.service_qr{
	width: 8.4%;
	position: absolute;
	top:83.5%;
	left: 86%;
}
.service_qr img{
	width: 100%;
	height: auto;
}
.service_url{
	width: 28%;
	position: absolute;
	top:88%;
	left: 55.5%;
}
.service_url img{
	width: 100%;
	height: auto;
}
@media print,screen and (max-width:767px) {
	.tyukosha{
        position: relative;
    }
	.tyuko_qp img{
		width: 75% !important;
		height: auto;
	}
    .tyuko_qp{
		width: 28%;
        position: absolute;
        top:20%;
        left: 75%;
    }
	.servic{
		margin-bottom: 20px;
	}
	.service_qr{
        width: 18%;
        position: absolute;
        top:93.2%;
        left: 75%;
    }
    .service_qr img{
        width: 100%;
        height: auto;
    }
	.service_url{
        width: 62%;
        position: absolute;
        top:96%;
        left: 10%;
    }
    .service_url img{
        width: 100%;
        height: auto;
    }
}

.pb_img{
	display:inline-block;
	width: 100%;
	text-align: center;
	padding: 60px 0 0 0;
}
.pb_img img{
	width: auto !important;
}
@media print,screen and (max-width:767px) {
	.pb_img{padding: 20px 0 0 0;}
	.pb_img img{
        width: 96% !important;
    }
}
