@charset "UTF-8";

/* ___ ヤマハ バイクレンタル“TRIプル”キャンペーン Rev.200902 ____ */

/* [ header ] */
#header {
	background-color: #22337c;
}
#header > .header-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1260px;
	margin: 0 auto 12px auto;
	padding: 20px 20px;
}
#header .rb-logo {
	-webkit-flex: 1;
	flex: 1;
	min-width: 265px;
}
#header .rb-logo a {
	padding-top: 12px;
}
#header .rb-logo img {
	width: 265px;
	height: 41px;
}
#header .y-logo {
	min-width: 160px;
	margin-left: 15px;
}
#header .y-logo img {
	width: 160px;
	height: 55px;
}
#header .y-logo:hover img, 
#header .y-logo:active img {
	filter:alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}
/* */

/* [ product-header ] */
#rwd-content .rwd-product-header h1 {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
}
#rwd-content .rwd-product-header p {
	font-size: 1.5rem;
	margin: 0;
}
/* */

#rwd-content .guidance .lead {
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 30px;
}
#rwd-content .guidance .txt-small {
	font-size: 1.5rem;
}
#rwd-content .guidance .txt-large {
	font-size: 2.2rem;
}
#rwd-content .bg-area {
	background-color: #d7dde6;
	color: #003;
	padding-bottom: 10px;
}
#rwd-content .bg-area h2 {
	margin-bottom: 40px;
}
#rwd-content .guidance .detail dt {
	background: #003;
	color: #d7dde6;
	font-weight: bold;
	padding: 5px 10px;
}
#rwd-content .guidance .detail dd {
	padding: 12px 0px 25px;
}

#rwd-content .rwd-grid {
	margin-bottom: 20px;
}
#rwd-content .button-cta {
	height: 120px;
	padding: 0 28px;
	background-color: #4d9f3a;
	border-radius: 5px;
}
#rwd-content .button-cta:hover {
	background-color: #72cd33;
	text-decoration: none;
}
#rwd-content .button-cta {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 14px;
	position: relative;	/*display: block;*/
}
#rwd-content .button-cta::after {
	position: absolute;
	content: "";
	display: block;
	margin: auto;
	background-image: url("../img/icon_arrow_right02.svg");
	background-repeat: no-repeat;
	background-size: 14px 22px;
	width: 14px;
	height: 22px;
	top: 0;
	bottom: 0;
	right: 4.4%;
}
#rwd-content .button-cta .button-inner {
	display: block;
	color: #fff;
	box-sizing: border-box;
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 1.3;
}

/* [ Contact ] */
#footer .contact {
	padding: 40px 15px;
	background:#22337c;
}
/* [ Copyright ] */
#footer .copy {
	color: #000;
	font-size: 1.3rem;
	width: 100%;
	text-align: center;
}
/* add 200902 */
#rwd-content .overlay-wrap {
	position: relative;
}
#rwd-content .overlay {
	position: absolute;
    top:-10px;
    left:50px;
    bottom:0px;
    right:50px;
    background-color:rgba(0,0,102,0.6);
	border-radius: 15px;
	padding: 10% 3%;
}
#rwd-content .overlay p {
	text-align: center;
	color: #fff;
}
#rwd-content .overlay-wrap .guidance .detail dd {
	padding-bottom: 10px;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
  /* [ header ] */
  #header > .header-inner {
	  margin: 0 auto 12px auto;
	  padding: 20px 20px;
  }
  #header .rb-logo {
	  min-width: 140px;
  }
  #header .rb-logo a { padding-top: 0; }
  #header .rb-logo img {
	  width: 140px;
	  height: 22px;
  }
  #header .y-logo {
	  min-width: 80px;
	  margin-left: 8px;
  }
  #header .y-logo img {
	  width: 80px;
	  height: 28px;
  }
  /* */
  #rwd-content {
	  font-size: 1.5rem;
  }
  #rwd-content .rwd-product-header h1 {
	  font-size: 2.0rem;
  }
  #rwd-content .rwd-product-header p {
	  display: none;
  }
  
  #rwd-content .guidance .lead,
  #rwd-content .guidance .txt-large {
	  font-size: 1.5rem;
  }
  #rwd-content .rwd-main-content-group {
	  width: 90.62500%;
	  margin: 0 auto;
  }
  #rwd-content .rwd-main-content-group.wide {
	  width: 100%;
  }
  #rwd-content .bg-area h2 {
	  margin-bottom: 30px;
  }
  #rwd-content .bg-area .guidance,
  #rwd-content .bg-area .btn-area {
	  padding: 0px 3.5%;
  }
  #rwd-content .guidance .detail dd {
	  padding: 12px 0px 20px 5px;
  }
  #rwd-content .guidance .detail dd .txt-small {
	  font-size: 1.4rem;
  }
  #rwd-content .button-cta {
	  height: 94px;
  }
  /* [ Contact ] */
  #footer .contact {
	  padding: 15px 5px;
  }
  /* [ Copyright ] */
  #footer .copy {
	  font-size: 1.0rem;
  }
  #footer > .inner {
	  padding: 10px 0;
  }
  /* add 200902 */
  #rwd-content .overlay {
	  left:2%;
	  right:2%;
	  padding-top: 25%;
  }
  #rwd-content .rwd-product-header {
	  border-bottom: none;
	  padding: 0;
  }
  #rwd-content .button-cta {
	  width:100%;
  }
}
@media print, screen and (min-width: 768px) {
  #rwd-content .rwd-main-content-group{
	  max-width: 1220px;
	  margin: 0 auto;
  }
  #rwd-content .rwd-main-content-group.wide {
	  max-width: 1280px;
	  margin-bottom: 30px;
  }
  #rwd-content .guidance {
	  width: 83%;
	  margin: 0 auto;
  }
  #rwd-content .rwd-grid {
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-justify-content: space-between;
	  justify-content: space-between;
  }
  #rwd-content .rwd-grid.justify-center {
	  -webkit-justify-content: center;
	  justify-content: center;
  }
  #rwd-content .button-cta {
	  width: 32%;
	  margin-left: 2%;
  }
  #rwd-content .button-cta.left {
	  margin: 0;
  }  
  #rwd-content .button-cta.entry {
	  height: 50px;
  }

}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  #rwd-content .rwd-main-content-group {
	  width: 98%;
  }
  #rwd-content .rwd-main-content-group.wide {
	  width: 100%;
  }
}
