/* page css */
.sp{display: none;}
@media screen and (min-width: 0px) and (max-width: 667px) {
.pc{display: none;}
.sp{display: block;}
}
/* navigation */
.toyota-anchor-list{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 15px;
}
.toyota-anchor-list li{
display: block;
width: 19%;
border-radius: 5px;
background: #3e61b1;
transition: all 0.2s ease-out;
}
.toyota-anchor-list li a{
position: relative;
display: block;
padding: 15px 5px 25px 5px;
text-align: center;
color: #fff;
font-weight: bold;
text-decoration: none;
}
.toyota-anchor-list li:hover{
background: #333;
}
.toyota-anchor-list li a:after{
position: absolute;
content: "";
bottom: 10px;
left: 50%;
margin-left: -6px;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 6px 0 6px;
border-color: #ffffff transparent transparent transparent;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.toyota-anchor-list{
	display: flex;
	}
	.toyota-anchor-list li{
	width: 49%;
	margin-bottom: 10px;
	}
	.toyota-anchor-list li:hover{
	background: #3e61b1;
	}
	#anchor-area{
	margin-bottom: 20px;
	}
}
/* news */
#top-news .m-news-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 1024px;
	margin: 0 auto;
}
#top-news .m-news-list > li {
	flex: 0 0 calc((100% - 3 * 30px) / 4);
	box-sizing: border-box;
	margin-bottom:0;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#top-news .m-news-list{
		gap: 15px;
		max-width: 960px;
		margin: 0 auto;
		padding: 0 15px;
	}
	#top-news .m-news-list > li {
		flex: 0 0 calc((100% - 15px) / 2);
		box-sizing: border-box;
	}
}
#top-news .m-news-list > li:after {
content: " ";
display: table;
clear: both;
}
#top-news .m-news-list > li .m-news-thumb {
width: 100%;
border: 1px solid #ccc;
position:relative;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
#top-news .m-news-list > li .m-news-thumb {
float: none;
margin: 0 auto;
/*width: 264px;*/
/*min-height: 165px;*/
}
}
#top-news .m-news-list > li .m-news-thumb {
	height: 0;
	padding-top: 100%;
	margin-top: 0;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
}
#top-news .m-news-list > li .m-news-thumb img.thumbnail {
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	position: absolute;
	transition: transform .5s;
}
@media screen and (min-width: 668px) {
	#top-news .m-news-list > li .m-news-thumb:hover img.thumbnail{
		transform: scale(1.09);
	}
}
@media screen and (min-width: 0px) and (max-width: 667px) {
#top-news .m-news-list > li .m-news-thumb img.thumbnail {
margin:0 auto;
box-sizing:border-box;
}
}

#top-news .m-news-list > li dl {
/*margin-left: 150px;*/
margin-top:0.4em;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
#top-news .m-news-list > li dl {
margin-left: 0;
padding-top:10px;
}
}
#top-news .m-news-list > li dl p {
margin-top: 10px;
}
#top-news .m-news-list > li dl .news-date{
font-size: 0.8em;
margin-bottom: 0.4em;
}
#top-news .m-news-list > li dl .news-date.i-news-tag:after {
content: 'ニュース';
font-size: 78%;
color: #fff;
padding: 1px 12px 0;
margin-left: 12px;
background: #7fc16d;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
#top-news .m-news-list > li dl .news-title {
font-size: 110%;
font-weight: 600;
}
#top-news .m-news-list > li dl .news-title.i-new-tag:after {
content: 'NEW';
font-size: 68%;
font-weight: 300;
color: #fff;
padding: 1px 8px 0;
margin-left: 12px;
background: #4b4948;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}

#top-news .m-news-list > li dl .item__tag{
	padding: 0.3em 0.6em;
	margin-left: 1em;
	background: #ccc;
	font-size: 0.8em;
}
#top-news .m-news-list > li dl .item__tag.info--cat-news{
	background: #b2daa6;
}
#top-news .m-news-list > li dl .item__tag.info--cat-event{
	background: #ffe768;
}

#top-news .m-news-list > li {
	position:relative;
}
#top-news .m-news-list > li  p.item__new{
	position: absolute;
	top: 8px;
	left: -8px;
	width:64px;
	margin-top: 0;
	z-index: 997;
}
@media screen and (max-width: 667px) {
	#top-news .m-news-list > li p.item__new{
		width:40px;
		top: 4px;
		left: -5px;
	}
}
#top-news .m-news-list > li p.item__new img{
	width:100%;
}
/* shoplist */
.luts-shop-list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.luts-shop-list{
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
}
.luts-shop-list li{
	display: flex;
	width: calc((100% - 20px)/2);
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.luts-shop-list li{
		width: 100%;
	}
}
.luts-shop-list li > a,
.luts-shop-list li > div{
	position: relative;
	display: block;
	width: 100%;
	padding: 25px;
	background:rgba(0,184,232,0.07);
	transition: .3s;
	border-radius: 5px;
	box-sizing: border-box;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.luts-shop-list li > a,
	.luts-shop-list li > div{
		display: flex;
		padding: 15px;
	}
}
.luts-shop-list li > a:hover{
	text-decoration: none;
	background-color:rgba(0,184,232,0.12);
}
.luts-shop-list li > a:after{
  content: "";
  position: absolute;
	bottom: 18px;
	right: 18px;
  display: inline-block;
  width: 16px;
  height: 1.5px;
  margin-top: 4.6px;
  border-radius: 9999px;
  background-color: #00b8e8;
	transition: .3s;
}
.luts-shop-list li > a::before {
  content: "";
  position: absolute;
	bottom: 18px;
	right: 18px;
  width: 8px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #00b8e8;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.75px) 50%;
	transition: .3s;
}
.luts-shop-list li > a:hover::after{
	right: 13px;
}
.luts-shop-list li > a:hover::before{
	right: 13px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.luts-shop-list li > a:hover::after{
		right: 18px;
	}
	.luts-shop-list li > a:hover::before{
		right: 18px;
	}
}
.luts-shop-list li .logo-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	margin-bottom: 15px;
	background: #fff;
	border:1px solid #ccc;
	text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.luts-shop-list li .logo-wrap{
		width: 30%;
		height: auto;
		margin-bottom: 0;
		margin-right: 15px;
	}
}
.luts-shop-list li .logo-wrap img{
	max-width: 150px;
	max-height: 110px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.luts-shop-list li .logo-wrap img{
		max-width: 75%;
		width: auto;
	}
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	.luts-shop-list li .shop-detail{
		display: block;
		width:calc(100% - 30% - 15px);
	}
}
.luts-shop-list li p{
	margin-top: 0;
}
.luts-shop-list li p.shop-category{
	font-size: 11px;
	color: #00b8e8;
	font-weight: 600;
}
.luts-shop-list li p.shop-name{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: 600;
}
.luts-shop-list li p.opening,
.luts-shop-list li p.tel,
.luts-shop-list li p.url{
	padding: 0.3em 0 0.3em 24px;
	overflow-wrap: anywhere;
	line-height: 1.2em;
}
.luts-shop-list li p.opening{
	background: url("/commercial/toyota_luts/wp/wp-content/themes/toyota-luts/images/icon-time.svg");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 center;
}
.luts-shop-list li p.tel{
	background: url("/commercial/toyota_luts/wp/wp-content/themes/toyota-luts/images/icon-tel.svg");
	background-repeat: no-repeat;
	background-size: 11px 16px;
	background-position: 2.5px center;
}
.luts-shop-list li p.url{
	background: url("/commercial/toyota_luts/wp/wp-content/themes/toyota-luts/images/icon-url.svg");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 center;
}
.luts-shop-list li p.url a:hover{
	text-decoration: underline;
}
.luts-shop-list li .notes{
	display: block;
	margin-top: 4px;
	font-size: 11px;
}
#service-area .luts-shop-list li > div{
	background:rgba(204,227,232,0.4);
}
#l-gnav > .m-box-fixed > ul > li > a{
	transition: .3s
}
#l-gnav > .m-box-fixed > ul > li > a:hover{
	background: rgba(255,255,255,0.2);
}
.news #l-gnav > .m-box-fixed > ul > li > a.news,
.floor #l-gnav > .m-box-fixed > ul > li > a.floor,
.shop #l-gnav > .m-box-fixed > ul > li > a.shop,
.access #l-gnav > .m-box-fixed > ul > li > a.access,
.service #l-gnav > .m-box-fixed > ul > li > a.service{
	background: rgba(255,255,255,0.2);
}

/* floor */
#floor-area h3 {
  height: 0;
  overflow: hidden;
  line-height: 3;
}
#floor-area2 h3 {
  height: 0;
  overflow: hidden;
  line-height: 3;
}
#u-floor01f {
  position: relative;
  margin: 0 auto;
  width: 680px;
  line-height: 0;
  /*background: url("../../../commercial/toyota_luts/images/bg_floor.gif") center 0 no-repeat;*/
}
#u-floor01f-2 {
  position: relative;
  margin: 0 auto;
  width: 603px;
  line-height: 0;
  /*background: url("../../../commercial/toyota_luts/images/bg_floor2.gif") center 0 no-repeat;*/
}
@media screen and (min-width: 0px) and (max-width: 667px) {
  #u-floor01f {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    background-size: 320px auto;
  }
  #u-floor01f-2 {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    background-size: 320px auto;
  }
  #u-floor01f img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #u-floor01f-2 img {
   display: block;
   width: 90%;
   height: auto;
   margin: 0 auto;
  }
}
/* access */
#gMap {
  height: 326px;
  width: 100%;
}
#gMap .gm-style-iw {
  *zoom: 1;
}
#gMap .gm-style-iw:after {
  content: " ";
  display: table;
  clear: both;
}
#gMap .gm-style-iw p {
  line-height: 47px;
  margin: 0 0 0 90px;
  font-weight: 700;
  width: 6em;
}
#gMap .gm-style-iw .map-logo {
  float: left;
}

#access-area .m-grid-list li {
  background: #e5f8fd;
}
#access-area .m-grid-list li dl dt:after {
  border: 6px solid #00b8e8;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
#access-area .m-grid-list li dl dt span {
  background: #00b8e8;
}
#access-area .stripe .odd {
  background: #fff;
}
#access-area .stripe .even {
  background: #fdf4e3;
}

/* 年末年始休業の表 */
.border { width: 100%; }
.border td, .border th {
padding: 10px 0;
border: 1px solid #ccc;
text-align: center;
}
.border thead th {
padding: 10px 0;
border: 1px solid #ccc;
text-align: center;
background: #badbdb;
}
.border .tbody th, .border .tbody td {
padding: 10px 0;
border: 1px solid #ccc;
text-align: center;
background: #e3f3f3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
.border { width: 99%; }
.border td .border th .border thead th .border tbody th, tbody tr { font-size: 80%; }
}

/* 2021-10-08 イベント追加 */

.event-wrap:after{
content:"";
display:block;
clear:both;
}
.event-img{
width:15%;
display:table;
border:1px solid #CCC;
float:left;
min-height:140px;
}
.event-img span{
display:table-cell;
width:100%;
text-align:center;
vertical-align:middle;
}
.event-img img{
width:80%;
margin:auto;
}
.event-contents{
width:83%;
display:block;
float:right;
font-size:1.2em;
}
.event-contents p{
margin-top:10px;
}
.event-title{
font-size:1.5em;
text-align:left;
font-weight:bold;
color:#ff6600;
}
#news-area .m-txt-ttl3{
color:#3e61b1;
background:url("/commercial/toyota_luts/wp/wp-content/themes/toyota-luts/images/bg_heading_news.gif") 0 50% no-repeat;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.event-contents p{
	margin-top:0;
	}
	.event-img{
	width:25%;
	min-height:130px;
	margin:0 auto 10px auto;
	}
	.event-contents{
	width:72%;
	}
	.event-title{
	font-size:1.2em;
	}
}
/*@media screen and (min-width: 0px) and (max-width: 768px) {
	.event-contents p{
	margin-top:10px;
	}
	.event-wrap a{
	text-decoration: none;
	}
	.event-img{
	width:100%;
	max-width:200px;
	float:none;
	min-height:200px;
	margin:0 auto 10px auto;
	}
	.event-contents{
	width:100%;
	display:block;
	float:none;
	}
}*/

ul#u-top-bnr {
clear: both;
display:flex;
flex-wrap:wrap;
justify-content: center;
overflow: hidden;
}
ul#u-top-bnr li {
width:49%;
float: left;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	ul#u-top-bnr li {
	width:100%;
	margin: 0 auto;
	text-align: center;
	clear: both;
	float: none;
	overflow: hidden;
	}
	ul#u-top-bnr li img { width: 90%; }
}
.event-wrap p.event-date{
margin-top: 0;
}
a.news-btn{
position: relative;
display: block;
width: 100%;
max-width:350px;
margin: 0 auto;
padding: 15px;
border-radius: 5px;
background: #3e61b1;
color: #fff;
font-weight: bold;
text-align: center;
text-decoration: none;
transition: all 0.2s ease-out;
box-sizing: border-box;
}
a.news-btn:hover{
background: #333;
}
a.news-btn:after{
content: "";
position: absolute;
top: 50%;
margin-top: -5px;
right: 15px;
border: 6px solid #fff;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-color: transparent;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	a.news-btn{
	margin-bottom: 40px;
	}
	a.news-btn:hover{
	background: #3e61b1;
	}
}
.m-news-list li dl dd + dt,
.m-news-list li dl dt + dd { margin-top: 0.6em; }
.newsafter {
margin: 0 0 10px 0;
padding: 3px 15px;
display: block;
float: right;
background: #eee;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
.newsafter {
margin: 10px 0;
float: none;
clear: both;
overflow: hidden;
}
}
