@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

/*Webフォントの指定///////////////////////////////////*/
/*WebフォントRegular*/
@font-face {
  	font-family: 'MazdaType-Regular';
	src: url("../fonts/mazda/0050_MazdaType-Regular.woff") format('woff');
  	font-weight: normal;
}

/*WebフォントMedium*/
@font-face {
  	font-family: 'MazdaType-Medium';
  	src: url('../fonts/mazda/0030_MazdaType-Medium.woff') format('woff');
  	font-weight: normal;
}

/*WebフォントBold*/
@font-face {
  	font-family: 'MazdaType-Bold';
  	src: url('../fonts/mazda/0010_MazdaType-Bold.woff') format('woff');
  	font-weight: bold;
}








.LP_wrap  {
	overflow: hidden;
	font-family: 'MazdaType-Regular', "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.LP_wrap div, img, section, h2, h3, h4, p, figure, ul, li {
	margin:0;
	padding:0;
}

.LP_wrap img {
	width: 100%;
	height: auto;
	margin: auto;
	vertical-align: bottom;
	display: block;
}

.LP_wrap .con_840 {
	width: 90%;
	max-width: 840px;
	margin: 0 auto 0;	
	box-sizing: border-box;
}
.LP_wrap .con_940 {
	width: 90%;
	max-width: 940px;
	margin: 0 auto 0;	
	box-sizing: border-box;
}
.LP_wrap .con_1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0;	
	box-sizing: border-box;
}

.LP_wrap .margin-B {
	margin-bottom: 10%;
}


/* ページロード時にふわっと表示させるアニメーション ////////*/
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
div.sub {
	opacity: 0;
	animation: fadeIn 1.5s ease-in-out forwards;
}






/*main_img //////////////////////////////*/
.LP_wrap .main_img {
	position: relative;
}
.LP_wrap .main_img figure {
	position: absolute;
	top:0;
	animation: 1.5s fadeup ease-in-out forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/*LP_gridbox//////////////////////////////*/
.LP_wrap .LP_gridbox {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
}
.LP_wrap .LP_griditem {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 10%;
}
@media screen and (max-width:750px){
	.LP_wrap .LP_griditem {
		grid-template-columns: 1fr;
	}
	.LP_wrap .LP_griditem figure{
		margin-top: 5%;
	}
	.LP_wrap .LP_griditem:nth-child(2) figure{
		order: 1;
	}
}


/*LP_griditem_02 //////////////////////////////*/
.LP_wrap .LP_griditem_02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 4%;
	margin-bottom: 10%;
	background: #e2ddd3;
	padding: 3%;
	border-radius: 15px;
}
.LP_wrap .LP_griditem_02 h3 {
	position: relative;
	padding-left: 5%;
	margin: 3% 0;
}
.LP_wrap .LP_griditem_02 h3::before {
	position: absolute;
	left: 0;
	top: 10%; 
	content: "";
	width: 10px;
	height: 25px;
	background: #a08062;
}
.LP_wrap .LP_griditem_02 .grid-txt {
	color: #231815;
	font-size: 20px;
	line-height: 1.5;
}
.LP_griditem_02 figure {
  align-self: center;   
}

@media screen and (max-width:750px){
	.LP_wrap .LP_griditem_02 {
		grid-template-columns: 1fr;
		column-gap: 0%;
		grid-row-gap: 5%;
		padding: 4% 6% 10%;
	}
	.LP_wrap .LP_griditem_02 h3 {
		font-size: 30px;
		padding-left: 3%;
	}
	.LP_wrap .LP_griditem_02 h3::before {
		top: 50%; 
		transform: translateY(-50%);
		height: 35px;
	}
	.LP_wrap .LP_griditem_02 h3 br {
		display: none;
	}
	.LP_wrap .LP_griditem_02 .grid-txt {
		font-size: 23px;
	}
}





/*////////////  bg_gray ///////////////*/
.LP_wrap .bg_gray {
	background: #dcdcdc;
	padding: 10% 0;
}





/*////////////  各店舗リスト ///////////////*/
.LP_wrap .LP_shop {}
.LP_wrap .bg_black {
	background: #1e1e1e;
	padding: 80px 0;
}
.LP_wrap .bg_black .shop_con {
	width: 90%;
	max-width: 940px;
	margin: auto;
}
.LP_wrap .bg_black .shop_con > figure {
	width:  100%;
	max-width: 550px;
	margin: 0 auto 0;	
	box-sizing: border-box;
}

/* 店舗リンクリスト（PC＆SP） */
ul.shop_list {
	list-style: none;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 10px;
	margin-top: 5%;
}
@media screen and (max-width: 1024px) {
	ul.shop_list {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 10px;
		margin-top: 8%;
  }
}

/* 店舗リンクボタン */
ul.shop_list li a {
	position: relative;
	display: block;
	padding: 0;
	transition: all 0.3s ease;
	box-sizing: border-box;
}
ul.shop_list li a:hover {
	opacity: 0.5;
}


/*テキスト部分*/
.LP_wrap .LP_shop p {
	text-align: center;
	font-family: 'MazdaType-Medium';
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
}
/*WEBより事前予約をしていただけますと〜*/
@media screen and (max-width:750px){
	.LP_wrap .LP_shop p.first-child {
		font-size: 14px;
	}
}

/*お電話でのご予約も承っております*/
.LP_wrap p.LP_tel span {
	display: inline-block;
	background-color: #ffffff;;
	color: #1e1e1e;
	text-align: center;
	font-weight: normal;
	padding: 5px 20px;
	border-radius: 1000px;
}
.LP_wrap p.LP_tel {
	margin: 3% auto 0;
}

/*※詳しくは各店舗へお問い合わせください。*/
.LP_wrap p.note {
	font-size: 18px;
	margin: 8% auto 0%;
	font-weight: normal;
}
@media screen and (max-width:1024px){
	.LP_wrap p.note span {
		display: block;
		line-height: 1.1;
	}
}




/*ボタン//////////////////////////////////////////*/
/*リンクボタン*/
.LP_wrap a:hover {
	opacity: 0.8;
}

/*車ボタン*/
.LP_wrap a.btn_base{
	opacity: 1;
	text-decoration: none;
	display: block;
    border: 1px solid #000000;
	width: 90%;
	max-width: 420px;
	height: 55px;
	line-height: 55px;
	margin: 5% auto 13%;
	border-radius: 8px;
    text-align: center;
    transition: ease .4s;
	color: #000000;
	font-size: 22px;
}
@media screen and (max-width:750px){
	.LP_wrap a.btn_base{
		height: 75px;
		line-height: 75px;
		font-size:30px;
		max-width: 800px;
	}
}
/* PC（hover可能デバイス）のみ hover指定 */
@media (hover: hover) and (pointer: fine) {
    .LP_wrap a.btn_base:hover {
        background: #000000;
        color: #ffffff;
    }
}





/*スクロールアニメーション//////////////////////////////////////////*/
/* 共通：透明状態 */
.LP_wrap .fade-in {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* 表示時（その場でフェードイン） */
.LP_wrap .fade-in.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* 左からフェードイン */
.LP_wrap .fade-left {
  transform: translateX(-100px);
}



