@charset "utf-8";
/*----------------------------------------------------------
　全体
-----------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%;/*10px相当*/
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	background: #fff;
	color: #333;
	text-align: center;
  line-height: 1;
}
@media only screen and ( max-width: 599px ) {
	body {
		font-size: 1.4rem;
	}
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.textC {
	text-align: center;
}
.textL {
	text-align: left;
}
.textR {
	text-align: right;
}
.text_fff {
	color: #fff;
}
.red {
	color: #c3002f;
}
.text_b {
  font-weight: 700;
}
a:link, a:visited {
	color: #005ECF;
	text-decoration: none;
}

a:hover {
	color: #005ECF;
	text-decoration: none;
}
/*イメージマップ用
IE対応：<area onFocus="this.blur();">
------------------------------------*/
area {
	border: none;
	outline: none;
}
/*******************************************************************
　ページ共通パーツ
*******************************************************************/

@media print, screen and (min-width:750px){
	.display_sp {display: none}
}
@media screen and (max-width:749px){
	.display_pc {display: none}
}
@media print, screen and (min-width:1201px){
	.display_sp2 {display: none}
}
@media screen and (max-width:1200px){
	.display_pc2 {display: none}
}


/*******************************************************************
　各セクション
*******************************************************************/
/*共通 ------------------------------*/
.contents {
	width: 100%;
	text-align: center;
	margin: 0 auto;
  position: relative;
}
.wide_wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}

.container {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
@media only screen and ( max-width: 599px ) {
	.container {
	}
}
.attn {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
}
@media only screen and ( max-width: 749px ) {
  .attn {
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
/*header {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
*/
header {
	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
}

.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}
.header_logo {
	width: 15%;
	text-align: left;
  align-items: center;
}
.header_logo img {
  width: 100%;
	max-width: 100px;
}
.header_name {
  width: 85%;
	text-align: right;
  align-items: center;
}
@media only screen and ( max-width: 749px ) {
	header {

	}
	.header_logo {
		width: 50%;
	}
	.header_logo img {
    width: 100%;
    max-width: 230px;
    vertical-align: middle;
	}
	.header_name {
    width: 50%;
    padding: 2% 0;
	}
	.header_name img {
    max-width: 100px;
    
  }
}
/*----------------------------------------------------------
　メインビジュアル
-----------------------------------------------------------*/

main {
}
.mainArea {
  background: #E7F4F3;
}
.mv_wrap {

}
.mv_wrap_bottom {
}

@media only screen and ( max-width: 1199px ) {
}
h1 {
}
.cp_wrap {
  background: #FFFCEC;
}
/*----------------------------------------------------------
　車種情報
-----------------------------------------------------------*/
.car_wrap {
  background: #E40012;
}

.btn_kinri {
}

/*注意事項ドロップダウン
---------------------------------------*/
.drop_wrap {
  padding-bottom: 8%; 
}
.drop_btn {
  width: 90%;
  max-width: 1080px;
  margin: 3% auto 1em;
  border-bottom: 1px solid #ccc;
  /*border-top: 1px solid #333;*/
  text-align: left;
  font-size: 1.2rem;
}
.drop_btn:hover {
  cursor: pointer;
}
.drop_box {
  display: none;
}
.drop_inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 1em;
  overflow: hidden;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.4;

}
@media only screen and ( max-width: 749px) {
.drop_inner {
	font-size: 1.0rem;
	line-height: 1.2;
}
}


/*------------------------------------------------------------------
　ポップアップ
---------------------------------------------------------------------*/

/*ポップアップボタン-----------------------------*/
.pop {
	text-align: center;
  margin: 2% auto;
}
.pop a:hover {
	opacity: 0.9;
  transition: 0.3s;
}
@media only screen and ( max-width: 749px) {
/*	.pop a {
		font-size: 1.6rem;
    padding: 1em 0.5em;
	}
*/
}
.info_box .pop,
.cp_box_wrap .pop {
  margin-top: 10px;
}

/*ポップアップ内容-----------------------------*/
.pop_carArea {
  max-width: 620px;
  margin: 0 auto;
}
.pop_car_title {}
.pop_slide_title_wrap {
  background: #fff;
}
.serena .pop_slide_title_wrap {
  border-top: 6px solid #e4004f;
}
.sakura .popcarArea {
  border-top: 6px solid #e64290;
}
.pop_slide_title {
  margin: 5% auto 1%;
}
.pop_bvc_box {
  margin: 3% auto;
}
.pop_notice {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 1em 0;
	color:#4c4948;
}
@media only screen and ( max-width: 749px) {
	.pop_notice {
		font-size: 1.4rem;
		line-height: 1.2;
	}
}

.pop_sakura_wrap {
  background: #F6F9ED;
  padding-bottom: 3%;
}
.pop_omatome_bottom {
  padding-bottom: 5%;
  background: #f7931e;
}
.pop_omatome_box {
  background: #f7931e;
  overflow: hidden;
}
.pop_dop_wrap {
  /*background: #fff100;*/
  background: #e60012;
  overflow: hidden;
}
.pop_photocap_wrap {
  background: #fff;
  overflow: hidden;
}
.pop_photocap_wrap2 {
  background: #fff;
  overflow: hidden;
}
.pop_sakura_monitor_wrap {
  background: #fff;
  padding: 3% 0;
  margin-bottom: 5%;
}
/*----------------------------------------------------------
　ページの先頭に戻る
-----------------------------------------------------------*/
#pageTop {
	position: fixed;
	/*bottom: 60px;*/
	bottom: 10px;
	right: 1rem;
	display: block;
	z-index: 1001;
}
#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 5px 0;
	line-height: 1.2;
	border-radius: 50%;
	background: #000;
	text-align: center;
	color: #ffffff;
	transition: .3s;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.4);
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media only screen and ( max-width: 599px ) {
	#pageTop {
	/*bottom: 70px;*/
		bottom: 10px;
		right: 1em;
	}
}

/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
/*.footer_wrap {
	background: #fff;
  overflow: hidden;
}
*/
footer .container {
}
.notice_inner {
	width: 90%;
	margin: 0 auto;
	font-size: 1.4rem;
	padding: 3% 0 1em;
}
.other {
	margin: 0;
	text-align: left;
  line-height:1.5;
}
.other ul {
	margin: 1em 0 0;
}
.other ul li {
	margin: 0 0 0.5em;
	word-break: break-all;
}
.copyright {
	text-align: center;
	padding: 0 0 25%;
}

@media only screen and ( max-width: 599px ) {
	.notice_inner {
		font-size: 1.2rem;
	}
	.other p {
		font-size: 1.0rem;
		line-height: 1.4;
	}
}
/*----------------------------------------------------------
　フッター 
-----------------------------------------------------------*/
footer {
	width: 100%;
	margin: 0 auto;
	background: #e6e6dc;
  padding-bottom: 270px;
}
@media only screen and ( max-width: 749px) {
footer {
	padding-bottom: 200px;
}
}
.copy {
	padding: 0 0 0.2em;
	text-align: center;
}
.copy a {
	text-decoration: underline;
}
@media only screen and ( max-width: 749px) {
	.copy {
		padding: 0.2em 0 0.2em;
	}
}

/*フッターバナー
-------------------------------------*/
.footer_bn {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 6;
}

.footer_bn_wrap {
  background: #2E3192;
}
.footer_btn {
  margin: 0 auto;
}
.footer_btn a {
}
.footer_btn a div:hover {
  opacity: 0.9;
  transition: 0.4s;
}

.copyright {
	text-align: center;
	padding: 2em 0 0;
}

@media only screen and ( max-width: 749px ) {
}
/*----------------------------------------------------------
　左メニュー
-----------------------------------------------------------*/

.rightMenu {
	position: fixed;
	top: max(100px, 10%);
	right: 0;
	z-index: 1001;
}

.right_menu_box {
}
.right_menu_item {
  text-align: right;
  margin-bottom: 12px;
}

@media only screen and ( max-width: 749px) {
  .right_menu_item img {
    width: 50%;
    height: auto;
  }
}
.rightMenu a {
	transition: .3s;
}
.rightMenu a:hover {
	text-decoration: none;
	opacity: 0.9;
}

/*非表示 ------------------------------*/
