


/* Style for PCs */
@media screen and (min-width: 1025px) {

#wrapper {
  background-image: url(../img/index/accessbg.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}

/* TopSection */
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}
.tscov {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  position: absolute;
  top:0;
  left:0;
  z-index:1010;
  background-image: url(../img/index/tscov.png);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.tsacc {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  position: absolute;
  top:0;
  left:0;
  z-index:1009;
  background-image: url(../img/index/tsacc.png);
  background-repeat: no-repeat;
  background-position: 105% 105.1%;
  background-size: auto 60%;
}
#slidemm div {
  width:100%;
  height: 100%;
  min-height: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
#slidemm_m { display: none; }

/* SectionTitle */
.sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:22px;
  background-image: url(../img/index/captitle.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 12px;
  margin-bottom: 30px;
}
.sectitle h2 {
font-size:14px!important;
font-family: var(--font-en)!important;
color:var(--color-666)!important;
font-weight: 400!important;
line-height: 14px!important;
text-align: center!important;
margin:0 0 5px 0!important;
order:2;
}
.sectitle p {
font-size:42px!important;
font-family: var(--font-en)!important;
color:var(--color-black)!important;
font-weight: 400!important;
line-height: 40px!important;
text-align: center!important;
margin:0 0 5px 0!important;
order:1;
}


/* Weblog */
.blogmm {
  width:100%;
  height: auto;
  display: block;
}
.blogbase {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}


/* Locations(base) */
.locationmm {
  width:100%;
  height: auto;
  display: block;
}


/* Locations01 */
.locationbase01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/locations01bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.locationbase01 .lb1_cov {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/index/box_white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 15%;
}
.locationbase01 .lb1_img {
  width:50%;
  height: auto;
  display: block;
}
.locationbase01 .lb1_cc {
  width:50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:10%10% 0 10%;
  background: #FFFFFF;
background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 49%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0) 100%);
}
.locationbase01 .lb1_cc h3 {
font-size:26px;
font-weight: 500;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 15px;
}
.locationbase01 .lb1_cc p {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 0px;
}

/* Locations02 */
.locationbase02 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:100px 10% 50px;
  margin:0 auto;
}
.lb2_img {
  width:45%;
  height: auto;
  display: block;
  box-shadow: 15px 15px 0px rgba(0,84,183,0.5);
  order:2;
}
.lb2_cc {
  width:48%;
  height: auto;
  display: block;
  order:1;
}
.lb2_cc h3 {
font-size:24px;
font-weight: 500;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 15px;
}
.lb2_cc p:nth-of-type(1) {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 30px;
}
.lb2_cc h4 {
font-size:20px;
font-weight: 500;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 10px;
}
.lb2_cc p:nth-of-type(2) {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 0px;
}


/* Locations03 */
.locationbase03 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:50px 10% 100px;
  margin:0 auto;
}
.lb3_img {
  width:45%;
  height: auto;
  display: block;
  box-shadow: 15px 15px 0px rgba(0,84,183,0.5);
  order:1;
}
.lb3_cc {
  width:48%;
  height: auto;
  display: block;
  order:2;
}
.lb3_cc p:nth-of-type(1) {
font-size:14px;
font-weight: 500;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 30px;
}
.lb3_cc h4 {
font-size:20px;
font-weight: 300;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 10px;
}
.lb3_cc p:nth-of-type(2) {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 0px;
}



/* Stock */
.boatsalesmm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/boatsalebg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.boatsalesbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}


/* Access */
.accessmm {
  width:100%;
  height: auto;
  display: block;
}
.accessbase {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:100px 5% 15%;
  margin:0 auto;
}
.asb_map {
  width:60%;
  height: 450px;
  display: block;
  box-shadow: 15px 15px 0px rgba(0,84,183,0.5);
}
.asb_map iframe {
  width:100%;
  height: 450px;
  display: block;
}
.asb_cc {
  width:35%;
  height: auto;
  display: block;
}
.asb_cc h3 {
  font-size:18px;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 10px;
}
.asb_cc p.asbc_ad01 {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 5px;
}
.asb_cc p.asbc_tel {
  width:fit-content;
  height: 40px;
  display: block;
  font-size:24px;
  font-weight: 600;
  margin:0 auto 5px;
}
.asb_cc p.asbc_tel a {
  width:100%;
  height: 40px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color: var(--color-black);
  padding-left:40px;
  background-image:url(../img/header/ic-tel_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 34px;
}
.asb_cc p.asbc_ad02 {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 15px;
}
.asb_cc h4 {
  font-size:14px;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-1st);
  margin-bottom:10px;
}
.asb_cc p.asbc_actxt {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 5px;
}

ul.accesslist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
ul.accesslist li {
  width:100%;
  height: auto;
  min-height:50px;
  display: block;
  font-size:14px;
  line-height: 1.5em;
  color: var(--color-black);
  padding:2px 0 15px 55px;
  border-bottom: 1px dotted var(--color-ccc);
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px auto;
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

#wrapper {
  background-image: url(../img/index/accessbg.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}

/* TopSection */
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}
.tscov {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  position: absolute;
  top:0;
  left:0;
  z-index:1010;
  background-image: url(../img/index/tscov.png);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.tsacc {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  position: absolute;
  top:0;
  left:0;
  z-index:1009;
  background-image: url(../img/index/tsacc.png);
  background-repeat: no-repeat;
  background-position: 90% 100.1%;
  background-size: auto 70%;
}
#slidemm div {
  width:100%;
  height: 100%;
  min-height: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
#slidemm_m { display: none; }

/* SectionTitle */
.sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:22px;
  background-image: url(../img/index/captitle.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 12px;
  margin-bottom: 30px;
}
.sectitle h2 {
font-size:14px!important;
font-family: var(--font-en)!important;
color:var(--color-666)!important;
font-weight: 400!important;
line-height: 14px!important;
text-align: center!important;
margin:0 0 5px 0!important;
order:2;
}
.sectitle p {
font-size:42px!important;
font-family: var(--font-en)!important;
color:var(--color-black)!important;
font-weight: 400!important;
line-height: 40px!important;
text-align: center!important;
margin:0 0 5px 0!important;
order:1;
}


/* Weblog */
.blogmm {
  width:100%;
  height: auto;
  display: block;
}
.blogbase {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}


/* Locations(base) */
.locationmm {
  width:100%;
  height: auto;
  display: block;
}


/* Locations01 */
.locationbase01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/locations01bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.locationbase01 .lb1_cov {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/index/box_white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 35%;
}
.locationbase01 .lb1_img {
  width:50%;
  height: auto;
  display: block;
  margin:auto 0 0 0;
}
.locationbase01 .lb1_cc {
  width:50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:10%10% 0 10%;
  background: #FFFFFF;
background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 49%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0) 100%);
}
.locationbase01 .lb1_cc h3 {
font-size:26px;
font-weight: 500;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 15px;
}
.locationbase01 .lb1_cc p {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 0px;
}

/* Locations02 */
.locationbase02 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:100px 10% 50px;
  margin:0 auto;
}
.lb2_img {
  width:45%;
  height: auto;
  display: block;
  box-shadow: 15px 15px 0px rgba(0,84,183,0.5);
  order:2;
}
.lb2_cc {
  width:48%;
  height: auto;
  display: block;
  order:1;
}
.lb2_cc h3 {
font-size:24px;
font-weight: 500;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 15px;
}
.lb2_cc p:nth-of-type(1) {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 30px;
}
.lb2_cc h4 {
font-size:20px;
font-weight: 500;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 10px;
}
.lb2_cc p:nth-of-type(2) {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 0px;
}


/* Locations03 */
.locationbase03 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:50px 10% 100px;
  margin:0 auto;
}
.lb3_img {
  width:45%;
  height: auto;
  display: block;
  box-shadow: 15px 15px 0px rgba(0,84,183,0.5);
  order:1;
}
.lb3_cc {
  width:48%;
  height: auto;
  display: block;
  order:2;
}
.lb3_cc p:nth-of-type(1) {
font-size:14px;
font-weight: 500;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 30px;
}
.lb3_cc h4 {
font-size:20px;
font-weight: 300;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 10px;
}
.lb3_cc p:nth-of-type(2) {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 0px;
}



/* Stock */
.boatsalesmm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/boatsalebg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.boatsalesbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}


/* Access */
.accessmm {
  width:100%;
  height: auto;
  display: block;
}
.accessbase {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:100px 5% 15%;
  margin:0 auto;
}
.asb_map {
  width:100%;
  height: 450px;
  display: block;
  box-shadow: 15px 15px 0px rgba(0,84,183,0.5);
  margin-bottom: 60px;
}
.asb_map iframe {
  width:100%;
  height: 450px;
  display: block;
}
.asb_cc {
  width:100%;
  height: auto;
  display: block;
}
.asb_cc h3 {
  font-size:18px;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 10px;
}
.asb_cc p.asbc_ad01 {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 5px;
}
.asb_cc p.asbc_tel {
  width:fit-content;
  height: 40px;
  display: block;
  font-size:24px;
  font-weight: 600;
  margin:0 auto 5px;
}
.asb_cc p.asbc_tel a {
  width:100%;
  height: 40px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color: var(--color-black);
  padding-left:40px;
  background-image:url(../img/header/ic-tel_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 34px;
}
.asb_cc p.asbc_ad02 {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 25px;
}
.asb_cc h4 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-1st);
  margin:0 auto 10px;
}
.asb_cc p.asbc_actxt {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 5px;
}

ul.accesslist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
}
ul.accesslist li {
  width:45%;
  height: auto;
  min-height:50px;
  display: block;
  font-size:14px;
  line-height: 1.5em;
  color: var(--color-black);
  padding:2px 0 0 55px;
  margin:0 2% 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px auto;
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

#wrapper {
  background-image: url(../img/index/accessbg.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}

/* TopSection */
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  position: relative;
}
.tscov {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 2 / 3;
  position: absolute;
  top:0;
  left:0;
  z-index:1010;
  background-image: url(../img/index/tscov.png);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.tsacc {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 2 / 3;
  position: absolute;
  top:0;
  left:0;
  z-index:1009;
  background-image: url(../img/index/tsacc.png);
  background-repeat: no-repeat;
  background-position: 90% 100.1%;
  background-size: auto 40%;
}
#slidemm_m, #slidemm_m div {
  width:100%;
  height: 100%;
  min-height: 100%;
  display: block;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}
#slidemm { display: none; }

/* SectionTitle */
.sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:22px;
  background-image: url(../img/index/captitle.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 12px;
  margin-bottom: 30px;
}
.sectitle h2 {
font-size:14px!important;
font-family: var(--font-en)!important;
color:var(--color-666)!important;
font-weight: 400!important;
line-height: 14px!important;
text-align: center!important;
margin:0 0 5px 0!important;
order:2;
}
.sectitle p {
font-size:34px!important;
font-family: var(--font-en)!important;
color:var(--color-black)!important;
font-weight: 400!important;
line-height: 40px!important;
text-align: center!important;
margin:0 0 5px 0!important;
order:1;
}


/* Weblog */
.blogmm {
  width:100%;
  height: auto;
  display: block;
}
.blogbase {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}


/* Locations(base) */
.locationmm {
  width:100%;
  height: auto;
  display: block;
}


/* Locations01 */
.locationbase01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/locations01bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.locationbase01 .lb1_cov {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 15%;
}
.locationbase01 .lb1_img {
  width:100%;
  height: auto;
  display: block;
  order:2;
}
.locationbase01 .lb1_cc {
width:100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding:20%10% 10% 10%;
background: #EAF0FA;
background: linear-gradient(180deg, rgba(234, 240, 250, 1) 60%, rgba(234, 240, 250, 0) 100%);
order:1;
}
.locationbase01 .lb1_cc h3 {
font-size:26px;
font-weight: 500;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 15px;
}
.locationbase01 .lb1_cc p {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 0px;
}

/* Locations02 */
.locationbase02 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:100px 10% 50px;
  margin:0 auto;
}
.lb2_img {
  width:100%;
  height: auto;
  display: block;
  box-shadow: 15px 15px 0px rgba(0,84,183,0.5);
  order:2;
}
.lb2_cc {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
  order:1;
}
.lb2_cc h3 {
font-size:24px;
font-weight: 500;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 15px;
}
.lb2_cc p:nth-of-type(1) {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 30px;
}
.lb2_cc h4 {
font-size:20px;
font-weight: 500;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 10px;
}
.lb2_cc p:nth-of-type(2) {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 0px;
}


/* Locations03 */
.locationbase03 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:50px 10% 100px;
  margin:0 auto;
}
.lb3_img {
  width:100%;
  height: auto;
  display: block;
  box-shadow: 15px 15px 0px rgba(0,84,183,0.5);
  order:2;
}
.lb3_cc {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
  order:1;
}
.lb3_cc p:nth-of-type(1) {
font-size:14px;
font-weight: 500;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 30px;
}
.lb3_cc h4 {
font-size:20px;
font-weight: 300;
line-height: 1.4em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 10px;
}
.lb3_cc p:nth-of-type(2) {
font-size:14px;
font-weight: 400;
line-height: 2em;
font-family: var(--font-min);
color: var(--color-black);
margin-bottom: 0px;
}



/* Stock */
.boatsalesmm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/boatsalebg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.boatsalesbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}


/* Access */
.accessmm {
  width:100%;
  height: auto;
  display: block;
}
.accessbase {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:100px 5% 15%;
  margin:0 auto;
}
.asb_map {
  width:100%;
  height: 450px;
  display: block;
  box-shadow: 15px 15px 0px rgba(0,84,183,0.5);
  margin-bottom: 60px;
}
.asb_map iframe {
  width:100%;
  height: 450px;
  display: block;
}
.asb_cc {
  width:100%;
  height: auto;
  display: block;
}
.asb_cc h3 {
  font-size:18px;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 10px;
}
.asb_cc p.asbc_ad01 {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 5px;
}
.asb_cc p.asbc_tel {
  width:fit-content;
  height: 40px;
  display: block;
  font-size:24px;
  font-weight: 600;
  margin:0 auto 5px;
}
.asb_cc p.asbc_tel a {
  width:100%;
  height: 40px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color: var(--color-black);
  padding-left:40px;
  background-image:url(../img/header/ic-tel_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 34px;
}
.asb_cc p.asbc_ad02 {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 25px;
}
.asb_cc h4 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-1st);
  margin:0 auto 10px;
}
.asb_cc p.asbc_actxt {
  font-size:14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 5px;
}

ul.accesslist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
ul.accesslist li {
  width:100%;
  height: auto;
  min-height:40px;
  display: block;
  font-size:14px;
  line-height: 1.5em;
  color: var(--color-black);
  padding:5px 0 15px 45px;
  border-bottom: 1px dotted var(--color-ccc);
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px auto;
}

}



.nwtab {
  width:100%;
  max-width:1600px;
  height: 50px;
  display: flex;
  justify-content:center;
  border-bottom: 1px solid var(--color-ccc);
  margin:0 auto 40px;
}
.nwtab li {
  width:300px;
  height: 50px;
  display:block;
  font-size:16px;
  font-weight: 400;
  margin:0 0.2%;
  cursor: pointer;

    width: 100%;
  height: 49px;
  display: block;
  line-height: 49px;
  text-align: center;
  text-decoration: none;
  color:var(--color-666);
  background-color: var(--color-white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid var(--color-ccc);
  border-right: 1px solid var(--color-ccc);
  border-left: 1px solid var(--color-ccc);
}
.nwtab li.nwtab_selected {
  line-height: 50px;
  font-weight: 700;
  color:var(--color-black);
  text-align: center;
  border-top: 1px solid var(--color-ccc);
  border-right: 1px solid var(--color-ccc);
  border-left: 1px solid var(--color-ccc);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color:var(--color-white);
  background-color: var(--color-1st);
}
.nwtab li a {

}
.nwtab li:hover {
  color:var(--color-1st);
  background-color: var(--color-3rd);
}



@media screen and (max-width: 768px) {
.nwtab li {

  font-size:12px;


}
  }