@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: #f3e2f0;
	color: #333;
	text-align: center;
}
@media only screen and ( max-width: 599px ) {
	body {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
.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_s {
  font-size: 70%;
}
.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:1501px){
	.display_1500 {display: none}
}
@media screen and (max-width:1500px){
	.display_1920 {display: none}
}


/*******************************************************************
　各セクション
*******************************************************************/
/*共通 ------------------------------*/
.contents {
	width: 100%;
  max-width: 750px;
	text-align: center;
	margin: 0 auto;
  position: relative;
  background: url("../img/bg_main.png") center top;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2), 5px 0 10px rgba(0, 0, 0, 0.2);
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.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 {
	}
}

/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
header {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden;
  background: #000;
}
.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
}
.header_logo{
	width: 15%;
	text-align: left;
}
.header_logo img {
	max-width: 100px;

}
.header_name {
	text-align: right;
}
.header_name img {
	max-width: 120px;
}
@media only screen and ( max-width: 749px ) {
	header {
		margin: 0 auto 0;
	  padding: 0;
  }
	.header_logo {
		width: 50%
	}
  .header_logo img {
    max-width: none;
  }
  .header_name {
  }
  .header_name img {
    width: 80%;
    }
}

/*----------------------------------------------------------
　メインビジュアル
-----------------------------------------------------------*/
.mv_wrap {
}
/*----------------------------------------------------------
　ラインアップ
-----------------------------------------------------------*/
.car_wrap {
  width: 100%;
  margin: 0 auto;
  background: url("../img/bg_car.png") center top / 100% 100% no-repeat;
  overflow: hidden;
}

.car_box {
  width: calc(620 / 750 * 100%);
  max-width: 620px;
  margin: -5% auto 0;
  padding: 7% 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.car_box > div {
  width: 50%;
  max-width: 310px;
  margin: 0 auto;
  padding-bottom: 2%;
}
.car_title {
  width: calc(650 / 750 * 100%);
  max-width: 650px;
  margin: 0 auto;
}
/* -----------------------------------------------------
　MAP
-----------------------------------------------------------*/
.mapArea {}
.map_box {
  width: calc(650 / 750 * 100%);
  max-width: 650px;
  margin: -5% auto 5%;
  background: #fff;
  padding: 7% 0 5%;
  
}
.map_title {
  width: calc(650 / 750 * 100%);
  max-width: 650px;
  margin: 5% auto 0;
}

.map_img {
  margin: 0 auto;
  padding: 3%;
}
.map_btn {
  padding: 0 3%;
}
/* -----------------------------------------------------
　注意事項
-----------------------------------------------------------*/
.footer_wrap {
  background: #fff;
}
.copyright {
  padding: 1em 0;
	text-align: center;
}

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