


/* Style for PCs */
@media screen and (min-width: 1025px) {

/* -------------------------------------------- */
/* Slideimage */
/* -------------------------------------------- */

/* Scene01 */
.ts-bg.tsbg01 {
  background-image: url(../img/index/scene01/slide01-bg.webp);
}
.ts-acc.tsacc01 {
  background-image: url(../img/index/scene01/slide01-acc.webp);
}
.ts-cover.tscov01 {
  background-image: url(../img/index/scene01/slide01-cov.webp);
}
.ts-car.tscar01 {
  background-image: url(../img/index/scene01/slide01-car.webp);
}

/* Scene02 */
.ts-bg.tsbg02 {
  background-image: url(../img/index/scene02/slide02-bg.webp);
}
.ts-acc.tsacc02 {
  background-image: url(../img/index/scene02/slide02-acc.webp);
}
.ts-cover.tscov02 {
  background-image: url(../img/index/scene02/slide02-cov.webp);
}
.ts-car.tscar02 {
  background-image: url(../img/index/scene02/slide02-car.webp);
}

/* Scene03 */
.ts-bg.tsbg03 {
  background-image: url(../img/index/scene03/slide03-bg.webp);
}
.ts-acc.tsacc03 {
  background-image: url(../img/index/scene03/slide03-acc.webp);
}
.ts-cover.tscov03 {
  background-image: url(../img/index/scene03/slide03-cov.webp);
}
.ts-car.tscar03 {
  background-image: url(../img/index/scene03/slide03-car.webp);
}


/* Scene04 */
.ts-bg.tsbg04 {
  background-image: url(../img/index/scene04/slide04-bg.webp);
}
.ts-acc.tsacc04 {
  background-image: url(../img/index/scene04/slide04-acc.webp);
}
.ts-cover.tscov04 {
  background-image: url(../img/index/scene04/slide04-cov.webp);
}
.ts-car.tscar04 {
  background-image: url(../img/index/scene04/slide04-car.webp);
}


/* Scene05 */
.ts-bg.tsbg05 {
  background-image: url(../img/index/scene05/slide05-bg.webp);
}
.ts-acc.tsacc05 {
  background-image: url(../img/index/scene05/slide05-acc.webp);
}
.ts-cover.tscov05 {
  background-image: url(../img/index/scene05/slide05-cov.webp);
}
.ts-car.tscar05 {
  background-image: url(../img/index/scene05/slide05-car.webp);
}

/* Scene06 */
.ts-bg.tsbg06 {
  background-image: url(../img/index/scene06/slide06-bg.webp);
}
.ts-acc.tsacc06 {
  background-image: url(../img/index/scene06/slide06-acc.webp);
}
.ts-cover.tscov06 {
  background-image: url(../img/index/scene06/slide06-cov.webp);
}
.ts-car.tscar06 {
  background-image: url(../img/index/scene06/slide06-car.webp);
}


/* Scene07 */
.ts-bg.tsbg07 {
  background-image: url(../img/index/scene07/slide07-bg.webp);
}
.ts-acc.tsacc07 {
  background-image: url(../img/index/scene07/slide07-acc.webp);
}
.ts-cover.tscov07 {
  background-image: url(../img/index/scene07/slide07-cov.webp);
}
.ts-car.tscar07 {
  background-image: url(../img/index/scene07/slide07-car.webp);
}


/* Scene08 */
.ts-bg.tsbg08 {
  background-image: url(../img/index/scene08/slide08-bg.webp);
}
.ts-acc.tsacc08 {
  background-image: url(../img/index/scene08/slide08-acc.webp);
}
.ts-cover.tscov08 {
  background-image: url(../img/index/scene08/slide08-cov.webp);
}
.ts-car.tscar08 {
  background-image: url(../img/index/scene08/slide08-car.webp);
}



/* -------------------------------------------- */
/* Intro */
/* -------------------------------------------- */
.intromm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/introbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 80% auto;
}
.introbody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 18%;
}
.intromm p.topcatch {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-333);
  margin-bottom: 0em;
}
.intromm p.topcatch strong {
  font-weight: 500;
  color:var(--color-1st);
}
.intromm h2 {
  font-size: clamp(24px, 2vw, 50px);
  font-weight: 400;
  font-family: var(--font-min);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-333);
  margin-bottom: 0.75em;
}
.intromm h2 span {
  font-weight: 600;
  color:var(--color-black);
}
.intromm p.im_com {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight:400;
  font-family: var(--font-min);
  line-height: 2em;
  text-align: center;
  color: var(--color-black);
  margin:0;
}

/* -------------------------------------------- */
/* SectionTitle */
/* -------------------------------------------- */
.ind_title {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
 margin-bottom: 30px;
}
.it_cc {
 width: 80%;
 height: auto;
 display: flex;
 flex-direction: column;
}
.it_cc h2 {
 order:2;
 font-size: clamp(12px, 1.1vw, 14px);
 font-weight:400;
 line-height: 1.1em;
 color: var(--color-333);
 margin:0;
}
.it_cc p {
 order:1;
 font-size: clamp(18px, 3vw, 32px);
 font-weight:200;
 font-family: var(--font-en);
 line-height: 1em;
 color: var(--color-black);
 margin:0 0 0.2em 0;
}
.it_bn {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: flex-end;
 align-items: center;
}
.it_bn p {
 width: fit-content;
 height: auto;
 display: block;
 font-size:12px;
 line-height: 1em;
 margin:0;
}
.it_bn p a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 color: var(--color-white);
 padding:0.5em 2.5em 0.5em 0.75em;
 border-radius: 3px;
 background-color: var(--color-black);
 background-image: url(../img/header/ic-ar_h_w.webp);
 background-repeat: no-repeat;
 background-position: 95% center;
 background-size: auto 12px;
}


/* -------------------------------------------- */
/* News */
/* -------------------------------------------- */
.newslist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap:30px;
}
.newslist li {
  flex:0 0 calc((100% - (30px * 3)) / 4);
  height: auto;
  display: block;
  background-color: var(--color-white);
  overflow: hidden;
  margin:0;
  transition: .4s all;
}
.newslist li:hover {
  background-color: var(--color-white);
}
.newslist li a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: .4s all;
}
.newslist li a .nwimg {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  transition: .4s all;
}
.newslist li a:hover .nwimg {
  filter: brightness(1.5);
}
.newslist li a .nwcc {
  width:100%;
  height: auto;
  display: block;
  padding:1em 1.5em;
}
.newslist li a .nwcc h3 {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight:500;
  line-height: 1.5em;
  color: var(--color-black);
  margin:0 0 0.5em 0;
  transition: .4s all;
}
.newslist li a:hover .nwcc h3 {
  color:var(--color-1st);
}
.newslist li a .nwcc p.nwcom {
  font-size:clamp(11.2px, 0.7292vw, 14px); /* clamp: 表・リスト */
  font-weight:400;
  line-height: 2em;
  color: var(--color-black);
  display: -webkit-box;
  box-orient: vertical;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;  
  margin:0 0 0.5em 0;
}
.newslist li a .nwcc p.nwdate {
  font-size:clamp(11px, 0.625vw, 12px); /* clamp: 表・リスト */
  font-weight:400;
  line-height: 1em;
  color: var(--color-666);
  margin:0 0 0 0;
}

/* -------------------------------------------- */
/* Blog */
/* -------------------------------------------- */
ul.bloglist {
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
gap:30px;
}

ul.bloglist li {
flex:0 0 calc((100% - 30px * 3) / 4);
height: auto;
display: block;
}

ul.bloglist li a {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
text-decoration: none;
}

ul.bloglist li a:hover {
background-size: 100% 1px;
}

ul.bloglist li a .plm_img {
width: 100%;
height: auto;
display: block;
}

ul.bloglist li a .plm_img img {
box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
border-radius: 3px;
transition: .4s all;
}

ul.bloglist li a:hover .plm_img img {
filter: brightness(1.5);
}

ul.bloglist li a .plm_cc {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
padding: 1.5em 0 0 0;
}

ul.bloglist li a .plm_cc h3 {
 order:2;
font-size: clamp(16px, 1.25vw, 18px);
font-weight: 500;
color: var(--color-black);
letter-spacing: -0.03em;
line-height: 1.25em;
transition: .4s all;
margin-bottom: 0.5em;
}
ul.bloglist li a:hover .plm_cc h3 {
color: var(--color-1st);
}

ul.bloglist li a .plm_com {
 order:3;
margin: 0;
padding: 0;
font-size: clamp(12px, 1vw, 14px);
line-height: 1.7;
color:var(--color-333);
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
line-clamp: 3;
-webkit-line-clamp: 3;
}

/* 日付 */
ul.bloglist li a .plm_date {
 order:1;
padding: 0;
font-size: 12px;
line-height: 1.4;
color:var(--color-666);
margin: 0 0 0.5em;
}


/* -------------------------------------------- */
/* Gallery */
/* -------------------------------------------- */
ul.gallerymm {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
 gap:30px;
}
ul.gallerymm li {
 flex: 0 0 calc((100% - 30px * 3) / 4);
 height: auto;
 display: block;
}
ul.gallerymm li a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
}
ul.gallerymm li a .gallery_img {
 width: 100%;
 height: auto;
 display: block;
 margin-bottom: 15px;
 transition: .4s all;
}
ul.gallerymm li a .gallery_img img {
box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
border-radius: 3px;
transition: .4s all;
}

ul.gallerymm li a:hover .gallery_img img {
filter: brightness(1.5);
}
.gallerymm li a .gallery_cc {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img/header/box-333.webp);
 background-repeat: no-repeat;
 background-position: 0 bottom;
 background-size: 20% 1px;
 padding:0 0 10px 0;
 transition: .4s all;
}
.gallerymm li a:hover .gallery_cc {
background-image: url(../img/header/box-1st.webp);
 background-size: 80% 1px;
}
.gallerymm li a .gallery_cc p {
 width: fit-content;
 height: auto;
 display: block;
 font-size: clamp(12px, 1.1vw, 14px);
	font-weight: 400;
 line-height: 1.25em;
	letter-spacing: -0.03em;
 padding:0 1em 0 0;
 background-color: var(--color-f5);
 margin:0;
}


/* -------------------------------------------- */
/* Banners */
/* -------------------------------------------- */
.partsbanner {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 8%;
}
.partsbanner ul {
  width: 100%;
  height: auto;
  display: flex;
  gap: 5%;
}
.partsbanner ul li {
  flex:0 0 calc((100% - 5% * 2) / 3);
}
.partsbanner ul li a {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
  transition: .4s all;
}
.partsbanner ul li a:hover {
  filter: brightness(1.5);
}



/* -------------------------------------------- */
/* Instagram */
/* -------------------------------------------- */
.insbase {
 width: 100%;
 height: auto;
 display: block;
 background-color: var(--color-black);
 background-image: url(../img/index/ins_bg.webp);
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 100% auto;
}
.insbody {
 width: 100%;
 max-width: 1920px;
 height: auto;
 display: block;
 padding:100px 8% 20% 8%;
 margin:0 auto;
}
.ind_ins_title {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 text-align: center;
 padding-top:55px;
 margin-bottom: 30px;
 background-image: url(../img/header/ic-ins_c.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 50px;
}
.ind_ins_title h2 {
 order:2;
 font-size: clamp(12px, 1.1vw, 14px);
 font-weight:400;
 line-height: 1.1em;
 color: var(--color-3rd);
 margin:0;
}
.ind_ins_title p {
 order:1;
 font-size: clamp(18px, 3vw, 32px);
 font-weight:200;
 font-family: var(--font-en);
 line-height: 1em;
 color: var(--color-white);
 margin:0 0 0.2em 0;
}

.inslist {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
 gap:20px 20px;
}
.inslist li {
 flex:0 0 calc((100% - 20px * 3) / 4);
 overflow: hidden;
 border-radius: 5px;
}


/*------------------------------------
Access
------------------------------------*/
.mapbase01 {
	width: 100%;
	height: auto;
	display: flex;
}
.mb01_cc {
	width: 50%;
	height: auto;
	display: block;
}
.mb01_map {
	width: 50%;
	height: auto;
	display: flex;
}
.mb01_map iframe {
	width:100%;
	height: 100%;
	min-height: 100%;
}

.mapbase02 {
	width: 100%;
	height: auto;
	display: flex;
	background-color: var(--color-1st);
}
.mb02_cc {
	order:2;
	width: 50%;
	height: auto;
	display: block;
}
.mb02_map {
	order:1;
	width: 50%;
	height: auto;
	display: flex;
}
.mb02_map iframe {
	width:100%;
	height: 100%;
	min-height: 100%;
}


.mapbody h3 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:16px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color:var(--color-black);
  background-image: url(../img/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 35px;
  padding-top:50px;
  margin-bottom: 0.8em;
}
.mapbody h4 {
  font-size:10px;
  font-family: var(--font-en);
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color:var(--color-black);
  margin-bottom: 1em;
}
.mapbody p.mbi_ad01 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-black);
  margin:0 0 0.5em 0;
}
.mapbody p.mbi_ad02 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-black);
  margin:0 0 2em 0;
}
.mapbody p.mbi_tel {
  width: fit-content;
  height: auto;
  display: block;
  margin:0 auto 0.5em;
}
.mapbody p.mbi_tel a {
  width: 100%;
  height: 35px;
  display: block;
  margin:0;
  text-decoration: none;
  background-color: transparent;
  background-image: url(../img/header/ic-tel_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px;
  font-size:26px;
  color:var(--color-black);
  font-weight: 600;
  line-height: 35px;
  padding:0 0 0 40px;
  transition: .4s all;
}
.mapbody p.mbi_tel a:hover {
  color:var(--color-1st);
  background-image: url(../img/header/ic-tel_1st.webp);
}

.mapbody h5 {
	width: 100%;
	height: auto;
	display: block;
	font-size:16px;
	font-weight: 600;
	line-height: 1em;
	color:var(--color-black);
	text-align: center;
	padding:35px 0 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 30px;
	margin-bottom: 0.5em;
}
.mapbody p.mbi_access {
	text-align: center;
	font-size: clamp(12px, 1vw, 14px);
	margin-bottom: 1em;
}

.mapbase02 h3 {
	color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
}
.mapbase02 h4 {
	color:var(--color-white);
}
.mapbase02 p.mbi_ad01 {
  color:var(--color-white);
}
.mapbase02 p.mbi_ad02 {
  color:var(--color-white);
}
.mapbase02 p.mbi_tel a {
  background-image: url(../img/header/ic-tel_w.webp);
  color:var(--color-white);
}
.mapbase02 p.mbi_tel a:hover {
  background-image: url(../img/header/ic-tel_w.webp);
  color:var(--color-white);
}
.mapbase02 h5 {
	color:var(--color-white);
}
.mapbase02 h5.ic-car {
	background-image: url(../img/header/ic-car_w.webp);
}
.mapbase02 h5.ic-train {
	background-image: url(../img/header/ic-train_w.webp);
}
.mapbase02 p.mbi_access {
	color:var(--color-white);
}



}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {


/* -------------------------------------------- */
/* Slideimage */
/* -------------------------------------------- */

/* Scene01 */
.ts-bg.tsbg01 {
  background-image: url(../img/index/scene01/slide01-bg.webp);
}
.ts-acc.tsacc01 {
  background-image: url(../img/index/scene01/slide01-acc.webp);
}
.ts-cover.tscov01 {
  background-image: url(../img/index/scene01/slide01-cov.webp);
}
.ts-car.tscar01 {
  background-image: url(../img/index/scene01/slide01-car.webp);
}

/* Scene02 */
.ts-bg.tsbg02 {
  background-image: url(../img/index/scene02/slide02-bg.webp);
}
.ts-acc.tsacc02 {
  background-image: url(../img/index/scene02/slide02-acc.webp);
}
.ts-cover.tscov02 {
  background-image: url(../img/index/scene02/slide02-cov.webp);
}
.ts-car.tscar02 {
  background-image: url(../img/index/scene02/slide02-car.webp);
}

/* Scene03 */
.ts-bg.tsbg03 {
  background-image: url(../img/index/scene03/slide03-bg.webp);
}
.ts-acc.tsacc03 {
  background-image: url(../img/index/scene03/slide03-acc.webp);
}
.ts-cover.tscov03 {
  background-image: url(../img/index/scene03/slide03-cov.webp);
}
.ts-car.tscar03 {
  background-image: url(../img/index/scene03/slide03-car.webp);
}


/* Scene04 */
.ts-bg.tsbg04 {
  background-image: url(../img/index/scene04/slide04-bg.webp);
}
.ts-acc.tsacc04 {
  background-image: url(../img/index/scene04/slide04-acc.webp);
}
.ts-cover.tscov04 {
  background-image: url(../img/index/scene04/slide04-cov.webp);
}
.ts-car.tscar04 {
  background-image: url(../img/index/scene04/slide04-car.webp);
}


/* Scene05 */
.ts-bg.tsbg05 {
  background-image: url(../img/index/scene05/slide05-bg.webp);
}
.ts-acc.tsacc05 {
  background-image: url(../img/index/scene05/slide05-acc.webp);
}
.ts-cover.tscov05 {
  background-image: url(../img/index/scene05/slide05-cov.webp);
}
.ts-car.tscar05 {
  background-image: url(../img/index/scene05/slide05-car.webp);
}


/* Scene06 */
.ts-bg.tsbg06 {
  background-image: url(../img/index/scene06/slide06-bg.webp);
}
.ts-acc.tsacc06 {
  background-image: url(../img/index/scene06/slide06-acc.webp);
}
.ts-cover.tscov06 {
  background-image: url(../img/index/scene06/slide06-cov.webp);
}
.ts-car.tscar06 {
  background-image: url(../img/index/scene06/slide06-car.webp);
}


/* Scene07 */
.ts-bg.tsbg07 {
  background-image: url(../img/index/scene07/slide07-bg.webp);
}
.ts-acc.tsacc07 {
  background-image: url(../img/index/scene07/slide07-acc.webp);
}
.ts-cover.tscov07 {
  background-image: url(../img/index/scene07/slide07-cov.webp);
}
.ts-car.tscar07 {
  background-image: url(../img/index/scene07/slide07-car.webp);
}


/* Scene08 */
.ts-bg.tsbg08 {
  background-image: url(../img/index/scene08/slide08-bg.webp);
}
.ts-acc.tsacc08 {
  background-image: url(../img/index/scene08/slide08-acc.webp);
}
.ts-cover.tscov08 {
  background-image: url(../img/index/scene08/slide08-cov.webp);
}
.ts-car.tscar08 {
  background-image: url(../img/index/scene08/slide08-car.webp);
}


/* -------------------------------------------- */
/* Intro */
/* -------------------------------------------- */
.intromm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/introbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 90% auto;
}
.introbody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 18%;
}
.intromm p.topcatch {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-333);
  margin-bottom: 0em;
}
.intromm p.topcatch strong {
  font-weight: 500;
  color:var(--color-1st);
}
.intromm h2 {
  font-size: clamp(24px, 2vw, 50px);
  font-weight: 400;
  font-family: var(--font-min);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-333);
  margin-bottom: 0.75em;
}
.intromm h2 span {
  font-weight: 600;
  color:var(--color-black);
}
.intromm p.im_com {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight:400;
  font-family: var(--font-min);
  line-height: 2em;
  text-align: center;
  color: var(--color-black);
  margin:0;
}


/* -------------------------------------------- */
/* SectionTitle */
/* -------------------------------------------- */
.ind_title {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
 margin-bottom: 30px;
}
.it_cc {
 width: 60%;
 height: auto;
 display: flex;
 flex-direction: column;
}
.it_cc h2 {
 order:2;
 font-size: clamp(12px, 1.1vw, 14px);
 font-weight:400;
 line-height: 1.1em;
 color: var(--color-333);
 margin:0;
}
.it_cc p {
 order:1;
 font-size: clamp(18px, 3vw, 32px);
 font-weight:200;
 font-family: var(--font-en);
 line-height: 1em;
 color: var(--color-black);
 margin:0 0 0.2em 0;
}
.it_bn {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: flex-end;
 align-items: center;
}
.it_bn p {
 width: fit-content;
 height: auto;
 display: block;
 font-size:12px;
 line-height: 1em;
 margin:0;
}
.it_bn p a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 color: var(--color-white);
 padding:0.5em 2.5em 0.5em 0.75em;
 border-radius: 3px;
 background-color: var(--color-black);
 background-image: url(../img/header/ic-ar_h_w.webp);
 background-repeat: no-repeat;
 background-position: 95% center;
 background-size: auto 12px;
}


/* -------------------------------------------- */
/* News */
/* -------------------------------------------- */
.newslist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap:30px 30px;
}
.newslist li {
  flex:0 0 calc((100% - (30px)) / 2);
  height: auto;
  display: block;
  background-color: var(--color-white);
  overflow: hidden;
  margin:0;
  transition: .4s all;
}
.newslist li:hover {
  background-color: var(--color-white);
}
.newslist li a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: .4s all;
}
.newslist li a .nwimg {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  transition: .4s all;
}
.newslist li a:hover .nwimg {
  filter: brightness(1.5);
}
.newslist li a .nwcc {
  width:100%;
  height: auto;
  display: block;
  padding:1em 1.5em;
}
.newslist li a .nwcc h3 {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight:500;
  line-height: 1.5em;
  color: var(--color-black);
  margin:0 0 0.5em 0;
  transition: .4s all;
}
.newslist li a:hover .nwcc h3 {
  color:var(--color-1st);
}
.newslist li a .nwcc p.nwcom {
  font-size:clamp(11.2px, 0.7292vw, 14px); /* clamp: 表・リスト */
  font-weight:400;
  line-height: 2em;
  color: var(--color-black);
  display: -webkit-box;
  box-orient: vertical;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;  
  margin:0 0 0.5em 0;
}
.newslist li a .nwcc p.nwdate {
  font-size:clamp(11px, 0.625vw, 12px); /* clamp: 表・リスト */
  font-weight:400;
  line-height: 1em;
  color: var(--color-666);
  margin:0 0 0 0;
}

/* -------------------------------------------- */
/* Blog */
/* -------------------------------------------- */
ul.bloglist {
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
 flex-wrap: wrap;
gap:30px 30px;
}

ul.bloglist li {
flex:0 0 calc((100% - 30px) / 2);
height: auto;
display: block;
}

ul.bloglist li a {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
text-decoration: none;
}

ul.bloglist li a:hover {
background-size: 100% 1px;
}

ul.bloglist li a .plm_img {
width: 100%;
height: auto;
display: block;
}

ul.bloglist li a .plm_img img {
box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
border-radius: 3px;
transition: .4s all;
}

ul.bloglist li a:hover .plm_img img {
filter: brightness(1.5);
}

ul.bloglist li a .plm_cc {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
padding: 1.5em 0 0 0;
}

ul.bloglist li a .plm_cc h3 {
 order:2;
font-size: clamp(16px, 1.25vw, 18px);
font-weight: 500;
color: var(--color-black);
letter-spacing: -0.03em;
line-height: 1.25em;
transition: .4s all;
margin-bottom: 0.5em;
}
ul.bloglist li a:hover .plm_cc h3 {
color: var(--color-1st);
}

ul.bloglist li a .plm_com {
 order:3;
margin: 0;
padding: 0;
font-size: clamp(12px, 1vw, 14px);
line-height: 1.7;
color:var(--color-333);
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
line-clamp: 3;
-webkit-line-clamp: 3;
}

/* 日付 */
ul.bloglist li a .plm_date {
 order:1;
padding: 0;
font-size: 12px;
line-height: 1.4;
color:var(--color-666);
margin: 0 0 0.5em;
}


/* -------------------------------------------- */
/* Gallery */
/* -------------------------------------------- */
ul.gallerymm {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 gap:30px 30px;
}
ul.gallerymm li {
 flex: 0 0 calc((100% - 30px) / 2);
 height: auto;
 display: block;
}
ul.gallerymm li a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
}
ul.gallerymm li a .gallery_img {
 width: 100%;
 height: auto;
 display: block;
 margin-bottom: 15px;
 transition: .4s all;
}
ul.gallerymm li a .gallery_img img {
box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
border-radius: 3px;
transition: .4s all;
}

ul.gallerymm li a:hover .gallery_img img {
filter: brightness(1.5);
}
.gallerymm li a .gallery_cc {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img/header/box-333.webp);
 background-repeat: no-repeat;
 background-position: 0 bottom;
 background-size: 20% 1px;
 padding:0 0 10px 0;
 transition: .4s all;
}
.gallerymm li a:hover .gallery_cc {
background-image: url(../img/header/box-1st.webp);
 background-size: 80% 1px;
}
.gallerymm li a .gallery_cc p {
 width: fit-content;
 height: auto;
 display: block;
 font-size: clamp(12px, 1.1vw, 14px);
	font-weight: 400;
 line-height: 1.25em;
	letter-spacing: -0.03em;
 padding:0 1em 0 0;
 background-color: var(--color-f5);
 margin:0;
}


/* -------------------------------------------- */
/* Banners */
/* -------------------------------------------- */
.partsbanner {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 8%;
}
.partsbanner ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:30px 5%;
}
.partsbanner ul li {
  flex:0 0 calc((100% - 5%) / 2);
}
.partsbanner ul li a {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
  transition: .4s all;
}
.partsbanner ul li a:hover {
  filter: brightness(1.5);
}


/* -------------------------------------------- */
/* Instagram */
/* -------------------------------------------- */
.insbase {
 width: 100%;
 height: auto;
 display: block;
 background-color: var(--color-black);
 background-image: url(../img/index/ins_bg.webp);
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 100% auto;
}
.insbody {
 width: 100%;
 max-width: 1920px;
 height: auto;
 display: block;
 padding:100px 8% 20% 8%;
 margin:0 auto;
}
.ind_ins_title {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 text-align: center;
 padding-top:55px;
 margin-bottom: 30px;
 background-image: url(../img/header/ic-ins_c.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 50px;
}
.ind_ins_title h2 {
 order:2;
 font-size: clamp(12px, 1.1vw, 14px);
 font-weight:400;
 line-height: 1.1em;
 color: var(--color-3rd);
 margin:0;
}
.ind_ins_title p {
 order:1;
 font-size: clamp(18px, 3vw, 32px);
 font-weight:200;
 font-family: var(--font-en);
 line-height: 1em;
 color: var(--color-white);
 margin:0 0 0.2em 0;
}

.inslist {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
 gap:20px 20px;
}
.inslist li {
 flex:0 0 calc((100% - 20px * 3) / 4);
 overflow: hidden;
 border-radius: 5px;
}


/*------------------------------------
Access
------------------------------------*/
.mapbase01 {
	width: 100%;
	height: auto;
	display: flex;
  flex-direction: column;
}
.mb01_cc {
	width: 100%;
	height: auto;
	display: block;
}
.mb01_map {
	width: 100%;
	height: auto;
	display: flex;
}
.mb01_map iframe {
	width:100%;
	height: 500px;
  display: block;
}

.mapbase02 {
	width: 100%;
	height: auto;
	display: flex;
	background-color: var(--color-1st);
  flex-direction: column;
}
.mb02_cc {
	order:1;
	width: 100%;
	height: auto;
	display: block;
}
.mb02_map {
	order:2;
	width: 100%;
	height: auto;
	display: flex;
}
.mb02_map iframe {
	width:100%;
	height: 500px;
  display: block;
}


.mapbody h3 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:16px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color:var(--color-black);
  background-image: url(../img/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 35px;
  padding-top:50px;
  margin-bottom: 0.8em;
}
.mapbody h4 {
  font-size:10px;
  font-family: var(--font-en);
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color:var(--color-black);
  margin-bottom: 1em;
}
.mapbody p.mbi_ad01 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-black);
  margin:0 0 0.5em 0;
}
.mapbody p.mbi_ad02 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-black);
  margin:0 0 2em 0;
}
.mapbody p.mbi_tel {
  width: fit-content;
  height: auto;
  display: block;
  margin:0 auto 0.5em;
}
.mapbody p.mbi_tel a {
  width: 100%;
  height: 35px;
  display: block;
  margin:0;
  text-decoration: none;
  background-color: transparent;
  background-image: url(../img/header/ic-tel_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px;
  font-size:26px;
  color:var(--color-black);
  font-weight: 600;
  line-height: 35px;
  padding:0 0 0 40px;
  transition: .4s all;
}
.mapbody p.mbi_tel a:hover {
  color:var(--color-1st);
  background-image: url(../img/header/ic-tel_1st.webp);
}

.mapbody h5 {
	width: 100%;
	height: auto;
	display: block;
	font-size:16px;
	font-weight: 600;
	line-height: 1em;
	color:var(--color-black);
	text-align: center;
	padding:35px 0 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 30px;
	margin-bottom: 0.5em;
}
.mapbody p.mbi_access {
	text-align: center;
	font-size: clamp(12px, 1vw, 14px);
	margin-bottom: 1em;
}

.mapbase02 h3 {
	color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
}
.mapbase02 h4 {
	color:var(--color-white);
}
.mapbase02 p.mbi_ad01 {
  color:var(--color-white);
}
.mapbase02 p.mbi_ad02 {
  color:var(--color-white);
}
.mapbase02 p.mbi_tel a {
  background-image: url(../img/header/ic-tel_w.webp);
  color:var(--color-white);
}
.mapbase02 p.mbi_tel a:hover {
  background-image: url(../img/header/ic-tel_w.webp);
  color:var(--color-white);
}
.mapbase02 h5 {
	color:var(--color-white);
}
.mapbase02 h5.ic-car {
	background-image: url(../img/header/ic-car_w.webp);
}
.mapbase02 h5.ic-train {
	background-image: url(../img/header/ic-train_w.webp);
}
.mapbase02 p.mbi_access {
	color:var(--color-white);
}



}

/* Style for Smartphone */
@media screen and (max-width: 768px) {


/* -------------------------------------------- */
/* Slideimage */
/* -------------------------------------------- */

/* Scene01 */
.ts-bg.tsbg01 {
  background-image: url(../img/index/scene01/slide01m-bg.webp);
}
.ts-acc.tsacc01 {
  background-image: url(../img/index/scene01/slide01m-acc.webp);
}
.ts-cover.tscov01 {
  background-image: url(../img/index/scene01/slide01m-cov.webp);
}
.ts-car.tscar01 {
  background-image: url(../img/index/scene01/slide01m-car.webp);
}

/* Scene02 */
.ts-bg.tsbg02 {
  background-image: url(../img/index/scene02/slide02m-bg.webp);
}
.ts-acc.tsacc02 {
  background-image: url(../img/index/scene02/slide02m-acc.webp);
}
.ts-cover.tscov02 {
  background-image: url(../img/index/scene02/slide02m-cov.webp);
}
.ts-car.tscar02 {
  background-image: url(../img/index/scene02/slide02m-car.webp);
}

/* Scene03 */
.ts-bg.tsbg03 {
  background-image: url(../img/index/scene03/slide03m-bg.webp);
}
.ts-acc.tsacc03 {
  background-image: url(../img/index/scene03/slide03m-acc.webp);
}
.ts-cover.tscov03 {
  background-image: url(../img/index/scene03/slide03m-cov.webp);
}
.ts-car.tscar03 {
  background-image: url(../img/index/scene03/slide03m-car.webp);
}


/* Scene04 */
.ts-bg.tsbg04 {
  background-image: url(../img/index/scene04/slide04m-bg.webp);
}
.ts-acc.tsacc04 {
  background-image: url(../img/index/scene04/slide04m-acc.webp);
}
.ts-cover.tscov04 {
  background-image: url(../img/index/scene04/slide04m-cov.webp);
}
.ts-car.tscar04 {
  background-image: url(../img/index/scene04/slide04m-car.webp);
}


/* Scene05 */
.ts-bg.tsbg05 {
  background-image: url(../img/index/scene05/slide05m-bg.webp);
}
.ts-acc.tsacc05 {
  background-image: url(../img/index/scene05/slide05m-acc.webp);
}
.ts-cover.tscov05 {
  background-image: url(../img/index/scene05/slide05m-cov.webp);
}
.ts-car.tscar05 {
  background-image: url(../img/index/scene05/slide05m-car.webp);
}

/* Scene06 */
.ts-bg.tsbg06 {
  background-image: url(../img/index/scene06/slide06m-bg.webp);
}
.ts-acc.tsacc06 {
  background-image: url(../img/index/scene06/slide06m-acc.webp);
}
.ts-cover.tscov06 {
  background-image: url(../img/index/scene06/slide06m-cov.webp);
}
.ts-car.tscar06 {
  background-image: url(../img/index/scene06/slide06m-car.webp);
}


/* Scene07 */
.ts-bg.tsbg07 {
  background-image: url(../img/index/scene07/slide07m-bg.webp);
}
.ts-acc.tsacc07 {
  background-image: url(../img/index/scene07/slide07m-acc.webp);
}
.ts-cover.tscov07 {
  background-image: url(../img/index/scene07/slide07m-cov.webp);
}
.ts-car.tscar07 {
  background-image: url(../img/index/scene07/slide07m-car.webp);
}


/* Scene08 */
.ts-bg.tsbg08 {
  background-image: url(../img/index/scene08/slide08m-bg.webp);
}
.ts-acc.tsacc08 {
  background-image: url(../img/index/scene08/slide08m-acc.webp);
}
.ts-cover.tscov08 {
  background-image: url(../img/index/scene08/slide08m-cov.webp);
}
.ts-car.tscar08 {
  background-image: url(../img/index/scene08/slide08m-car.webp);
}



/* -------------------------------------------- */
/* Intro */
/* -------------------------------------------- */
.intromm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/introbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.introbody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 25%;
}
.intromm p.topcatch {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1.5em;
  letter-spacing: -0.03em;
  text-align: center;
  color:var(--color-333);
  margin-bottom: 0em;
}
.intromm p.topcatch strong {
  font-weight: 500;
  color:var(--color-1st);
}
.intromm h2 {
  font-size: clamp(24px, 2vw, 50px);
  font-weight: 400;
  font-family: var(--font-min);
  line-height: 1.5em;
  color:var(--color-333);
  margin-bottom: 0.75em;
}
.intromm h2 span {
  font-weight: 600;
  color:var(--color-black);
}
.intromm h2 br {
  display: none;
}
.intromm p.im_com {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight:400;
  font-family: var(--font-min);
  line-height: 2em;
  color: var(--color-black);
  margin:0;
}




/* -------------------------------------------- */
/* SectionTitle */
/* -------------------------------------------- */
.ind_title {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 margin-bottom: 25px;
}
.it_cc {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 text-align: center;
 margin-bottom: 15px;
}
.it_cc h2 {
 order:2;
 font-size: clamp(12px, 1.1vw, 14px);
 font-weight:400;
 line-height: 1.1em;
 color: var(--color-333);
 margin:0;
}
.it_cc p {
 order:1;
 font-size: clamp(26px, 4vw, 32px);
 font-weight:200;
 font-family: var(--font-en);
 line-height: 1em;
 color: var(--color-black);
 margin:0 0 0.2em 0;
}
.it_bn {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: center;
 align-items: center;
}
.it_bn p {
 width: fit-content;
 height: auto;
 display: block;
 font-size:12px;
 line-height: 1em;
 margin:0 auto;
}
.it_bn p a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 color: var(--color-black);
 padding:0.5em 2.5em 0.5em 0.75em;
 border-radius: 3px;
 border:1px solid var(--color-666);
 background-image: url(../img/header/ic-ar_h_b.webp);
 background-repeat: no-repeat;
 background-position: 95% center;
 background-size: auto 12px;
}


/* -------------------------------------------- */
/* News */
/* -------------------------------------------- */
.newslist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap:30px 0px;
}
.newslist li {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
  overflow: hidden;
  margin:0;
  transition: .4s all;
}
.newslist li:hover {
  background-color: var(--color-white);
}
.newslist li a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: .4s all;
}
.newslist li a .nwimg {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  transition: .4s all;
}
.newslist li a:hover .nwimg {
  filter: brightness(1.5);
}
.newslist li a .nwcc {
  width:100%;
  height: auto;
  display: block;
  padding:1em 0em;
}
.newslist li a .nwcc h3 {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight:500;
  line-height: 1.5em;
  color: var(--color-black);
  margin:0 0 0.5em 0;
  transition: .4s all;
}
.newslist li a:hover .nwcc h3 {
  color:var(--color-1st);
}
.newslist li a .nwcc p.nwcom {
  font-size:clamp(11.2px, 0.7292vw, 14px); /* clamp: 表・リスト */
  font-weight:400;
  line-height: 2em;
  color: var(--color-black);
  display: -webkit-box;
  box-orient: vertical;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;  
  margin:0 0 0.5em 0;
}
.newslist li a .nwcc p.nwdate {
  font-size:clamp(11px, 0.625vw, 12px); /* clamp: 表・リスト */
  font-weight:400;
  line-height: 1em;
  color: var(--color-666);
  margin:0 0 0 0;
}

/* -------------------------------------------- */
/* Blog */
/* -------------------------------------------- */
ul.bloglist {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
 flex-wrap: wrap;
gap:30px 0px;
}

ul.bloglist li {
width: 100%;
height: auto;
display: block;
}

ul.bloglist li a {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
text-decoration: none;
}

ul.bloglist li a:hover {
background-size: 100% 1px;
}

ul.bloglist li a .plm_img {
width: 100%;
height: auto;
display: block;
}

ul.bloglist li a .plm_img img {
box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
border-radius: 3px;
transition: .4s all;
}

ul.bloglist li a:hover .plm_img img {
filter: brightness(1.5);
}

ul.bloglist li a .plm_cc {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
padding: 1.5em 0 0 0;
}

ul.bloglist li a .plm_cc h3 {
 order:2;
font-size: clamp(16px, 1.25vw, 18px);
font-weight: 500;
color: var(--color-black);
letter-spacing: -0.03em;
line-height: 1.25em;
transition: .4s all;
margin-bottom: 0.5em;
}
ul.bloglist li a:hover .plm_cc h3 {
color: var(--color-1st);
}

ul.bloglist li a .plm_com {
 order:3;
margin: 0;
padding: 0;
font-size: clamp(12px, 1vw, 14px);
line-height: 1.7;
color:var(--color-333);
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
line-clamp: 3;
-webkit-line-clamp: 3;
}

/* 日付 */
ul.bloglist li a .plm_date {
 order:1;
padding: 0;
font-size: 12px;
line-height: 1.4;
color:var(--color-666);
margin: 0 0 0.5em;
}


/* -------------------------------------------- */
/* Gallery */
/* -------------------------------------------- */
ul.gallerymm {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 flex-wrap: wrap;
 gap:30px 0px;
}
ul.gallerymm li {
 width: 100%;
 height: auto;
 display: block;
}
ul.gallerymm li a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
}
ul.gallerymm li a .gallery_img {
 width: 100%;
 height: auto;
 display: block;
 margin-bottom: 15px;
 transition: .4s all;
}
ul.gallerymm li a .gallery_img img {
box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
border-radius: 3px;
transition: .4s all;
}

ul.gallerymm li a:hover .gallery_img img {
filter: brightness(1.5);
}
.gallerymm li a .gallery_cc {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img/header/box-333.webp);
 background-repeat: no-repeat;
 background-position: 0 bottom;
 background-size: 20% 1px;
 padding:0 0 10px 0;
 transition: .4s all;
}
.gallerymm li a:hover .gallery_cc {
background-image: url(../img/header/box-1st.webp);
 background-size: 80% 1px;
}
.gallerymm li a .gallery_cc p {
 width: fit-content;
 height: auto;
 display: block;
 font-size: clamp(12px, 1.1vw, 14px);
	font-weight: 400;
 line-height: 1.25em;
	letter-spacing: -0.03em;
 padding:0 1em 0 0;
 background-color: var(--color-f5);
 margin:0;
}


/* -------------------------------------------- */
/* Banners */
/* -------------------------------------------- */
.partsbanner {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 8%;
}
.partsbanner ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap:30px 5%;
}
.partsbanner ul li {
  width: 100%;
  height: auto;
  display: block;
}
.partsbanner ul li a {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
  transition: .4s all;
}
.partsbanner ul li a:hover {
  filter: brightness(1.5);
}


/* -------------------------------------------- */
/* Instagram */
/* -------------------------------------------- */
.insbase {
 width: 100%;
 height: auto;
 display: block;
 background-color: var(--color-black);
 background-image: url(../img/index/ins_bg.webp);
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 150% auto;
}
.insbody {
 width: 100%;
 height: auto;
 display: block;
 padding:50px 5% 40% 5%;
 margin:0 auto;
}
.ind_ins_title {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 text-align: center;
 padding-top:55px;
 margin-bottom: 30px;
 background-image: url(../img/header/ic-ins_c.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 50px;
}
.ind_ins_title h2 {
 order:2;
 font-size: clamp(12px, 1.1vw, 14px);
 font-weight:400;
 line-height: 1.1em;
 color: var(--color-3rd);
 margin:0;
}
.ind_ins_title p {
 order:1;
 font-size: clamp(18px, 3vw, 32px);
 font-weight:200;
 font-family: var(--font-en);
 line-height: 1em;
 color: var(--color-white);
 margin:0 0 0.2em 0;
}

.inslist {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 flex-wrap: wrap;
 gap:5px 0px;
}
.inslist li {
 width: 100%;
 height: auto;
 display: block;
}


/*------------------------------------
Access
------------------------------------*/
.mapbase01 {
	width: 100%;
	height: auto;
	display: flex;
  flex-direction: column;
}
.mb01_cc {
	width: 100%;
	height: auto;
	display: block;
}
.mb01_map {
	width: 100%;
	height: auto;
	display: flex;
}
.mb01_map iframe {
	width:100%;
	height: 500px;
  display: block;
}

.mapbase02 {
	width: 100%;
	height: auto;
	display: flex;
	background-color: var(--color-1st);
  flex-direction: column;
}
.mb02_cc {
	order:1;
	width: 100%;
	height: auto;
	display: block;
}
.mb02_map {
	order:2;
	width: 100%;
	height: auto;
	display: flex;
}
.mb02_map iframe {
	width:100%;
	height: 500px;
  display: block;
}


.mapbody h3 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:16px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color:var(--color-black);
  background-image: url(../img/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 35px;
  padding-top:50px;
  margin-bottom: 0.8em;
}
.mapbody h4 {
  font-size:10px;
  font-family: var(--font-en);
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color:var(--color-black);
  margin-bottom: 1em;
}
.mapbody p.mbi_ad01 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-black);
  margin:0 0 0.5em 0;
}
.mapbody p.mbi_ad02 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-black);
  margin:0 0 2em 0;
}
.mapbody p.mbi_tel {
  width: fit-content;
  height: auto;
  display: block;
  margin:0 auto 0.5em;
}
.mapbody p.mbi_tel a {
  width: 100%;
  height: 35px;
  display: block;
  margin:0;
  text-decoration: none;
  background-color: transparent;
  background-image: url(../img/header/ic-tel_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px;
  font-size:26px;
  color:var(--color-black);
  font-weight: 600;
  line-height: 35px;
  padding:0 0 0 40px;
  transition: .4s all;
}
.mapbody p.mbi_tel a:hover {
  color:var(--color-1st);
  background-image: url(../img/header/ic-tel_1st.webp);
}

.mapbody h5 {
	width: 100%;
	height: auto;
	display: block;
	font-size:16px;
	font-weight: 600;
	line-height: 1em;
	color:var(--color-black);
	text-align: center;
	padding:35px 0 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 30px;
	margin-bottom: 0.5em;
}
.mapbody p.mbi_access {
	text-align: center;
	font-size: clamp(12px, 1vw, 14px);
	margin-bottom: 1em;
}

.mapbase02 h3 {
	color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
}
.mapbase02 h4 {
	color:var(--color-white);
}
.mapbase02 p.mbi_ad01 {
  color:var(--color-white);
}
.mapbase02 p.mbi_ad02 {
  color:var(--color-white);
}
.mapbase02 p.mbi_tel a {
  background-image: url(../img/header/ic-tel_w.webp);
  color:var(--color-white);
}
.mapbase02 p.mbi_tel a:hover {
  background-image: url(../img/header/ic-tel_w.webp);
  color:var(--color-white);
}
.mapbase02 h5 {
	color:var(--color-white);
}
.mapbase02 h5.ic-car {
	background-image: url(../img/header/ic-car_w.webp);
}
.mapbase02 h5.ic-train {
	background-image: url(../img/header/ic-train_w.webp);
}
.mapbase02 p.mbi_access {
	color:var(--color-white);
}



}

