.img_sh {
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
}

.ic-acc_train {background-image: url(../img/header/ic-acc_train.png);}
.ic-acc_car {background-image: url(../img/header/ic-acc_car.png);}



/* Style for PCs */
@media screen and (min-width: 1025px) {

.border01 {
  background-image: url(../img/border01.webp);
  background-repeat: no-repeat;
  background-position: right 100.1%;
  background-size: 110% auto;
}

.sc_d_top {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.sc_dt01 {
  width:40%;
}
.sc_dt02 {
  width:55%;
}

.sc_title_01 {
  font-size:34px;
  color:var(--color-1st);
  font-weight: 700;
  line-height: 34px;
  margin:0 0 0.2em 0;
}
.sc_title_02 {
  font-size:16px;
  color:var(--color-1st);
  font-weight: 500;
  font-family: var(--font-en_nom);
  line-height: 34px;
  margin:0 0 0.5em 0;
}
p.sc_add {
  font-size:16px;
  line-height: 1.5em;
  margin-bottom: 8px!important;
}
.sc_phone {
  font-size:34px!important;
  font-family: var(--font-en);
  margin:0 0 20px 0!important;
}
.sc_phone a {
  width:100%;
  height: 40px;
  display: block;
  line-height: 40px!important;
  padding:0 0 0 45px;
  text-decoration: none;
  background-image: url(../img/header/ic-tel_b.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 36px auto;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.dl_spec {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.dl_spec dt {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-1st);
  padding-bottom: 5px;
  border-bottom: 1px dotted var(--color-1st);
  margin-bottom: 8px;
}
.dl_spec dd {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 15px;
}


.sc_imglist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.sc_imglist li {
  width:31.3333333333%;
  margin:0;
}

.sc_features {
  width:100%;
  height: auto;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sc_features li {
  width:45%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.sc_features li .scf_img {
  width:100%;
  height: auto;
  display: block;
}
.sc_features li .scf_cc {
  width:100%;
  height: auto;
  display: block;
  padding:30px 5px 0 5px;
}
.sc_features li .scf_cc h3 {
  font-size:22px;
  font-weight: 500;
  line-height: 1.5em;
  color:var(--color-1st);
  margin-bottom: 10px;
}
.sc_features li .scf_cc p {
  margin-bottom: 0px;
}

.mapmm, .mapmm iframe {
  width:100%;
  height: 500px;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.1);
}

.accesslist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.accesslist .acclt_cc01 {
  width:50%;
  height: auto;
  display: block;
  padding:0 5% 0 0;
  border-right: 1px dotted var(--color-1st);
}
.accesslist .acclt_cc02 {
  width:50%;
  height: auto;
  display: block;
  padding:0 0 0 5%;
}
.accesslist h4 {
  width:100%;
  height: 40px;
  display: block;
  font-size:20px;
  font-weight: 600;
  line-height: 40px;
  color:var(--color-1st);
  padding-left:45px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  .border01 {
  background-image: url(../img/border01.webp);
  background-repeat: no-repeat;
  background-position: right 100.1%;
  background-size: 140% auto;
}

.sc_d_top {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.sc_dt01 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.sc_dt02 {
  width:100%;
}

.sc_title_01 {
  font-size:34px;
  color:var(--color-1st);
  font-weight: 700;
  line-height: 34px;
  margin:0 0 0.2em 0;
}
.sc_title_02 {
  font-size:16px;
  color:var(--color-1st);
  font-weight: 500;
  font-family: var(--font-en_nom);
  line-height: 34px;
  margin:0 0 0.5em 0;
}
p.sc_add {
  font-size:16px;
  line-height: 1.5em;
  margin-bottom: 8px!important;
}
.sc_phone {
  font-size:34px!important;
  font-family: var(--font-en);
  margin:0 0 20px 0!important;
}
.sc_phone a {
  width:100%;
  height: 40px;
  display: block;
  line-height: 40px!important;
  padding:0 0 0 45px;
  text-decoration: none;
  background-image: url(../img/header/ic-tel_b.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 36px auto;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.dl_spec {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.dl_spec dt {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-1st);
  padding-bottom: 5px;
  border-bottom: 1px dotted var(--color-1st);
  margin-bottom: 8px;
}
.dl_spec dd {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 15px;
}


.sc_imglist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.sc_imglist li {
  width:31.3333333333%;
  margin:0;
}

.sc_features {
  width:100%;
  height: auto;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sc_features li {
  width:45%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.sc_features li .scf_img {
  width:100%;
  height: auto;
  display: block;
}
.sc_features li .scf_cc {
  width:100%;
  height: auto;
  display: block;
  padding:30px 5px 0 5px;
}
.sc_features li .scf_cc h3 {
  font-size:22px;
  font-weight: 500;
  line-height: 1.5em;
  color:var(--color-1st);
  margin-bottom: 10px;
}
.sc_features li .scf_cc p {
  margin-bottom: 0px;
}


.mapmm, .mapmm iframe {
  width:100%;
  height: 500px;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.1);
}

.accesslist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.accesslist .acclt_cc01 {
  width:50%;
  height: auto;
  display: block;
  padding:0 5% 0 0;
  border-right: 1px dotted var(--color-1st);
}
.accesslist .acclt_cc02 {
  width:50%;
  height: auto;
  display: block;
  padding:0 0 0 5%;
}
.accesslist h4 {
  width:100%;
  height: 40px;
  display: block;
  font-size:20px;
  font-weight: 600;
  line-height: 40px;
  color:var(--color-1st);
  padding-left:45px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

  .border01 {
  background-image: url(../img/border01.webp);
  background-repeat: no-repeat;
  background-position: right 100.1%;
  background-size: 170% auto;
}

.sc_d_top {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.sc_dt01 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.sc_dt02 {
  width:100%;
}

.sc_title_01 {
  font-size:26px;
  color:var(--color-1st);
  font-weight: 700;
  line-height: 34px;
  margin:0 0 0.2em 0;
}
.sc_title_02 {
  font-size:14px;
  color:var(--color-1st);
  font-weight: 500;
  font-family: var(--font-en_nom);
  line-height: 34px;
  margin:0 0 0.5em 0;
}
p.sc_add {
  font-size:16px;
  line-height: 1.5em;
  margin-bottom: 8px!important;
}
.sc_phone {
  font-size:34px!important;
  font-family: var(--font-en);
  margin:0 0 20px 0!important;
}
.sc_phone a {
  width:100%;
  height: 40px;
  display: block;
  line-height: 40px!important;
  padding:0 0 0 45px;
  text-decoration: none;
  background-image: url(../img/header/ic-tel_b.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 36px auto;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.dl_spec {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.dl_spec dt {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-1st);
  padding-bottom: 5px;
  border-bottom: 1px dotted var(--color-1st);
  margin-bottom: 8px;
}
.dl_spec dd {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 15px;
}


.sc_imglist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.sc_imglist li {
  width:100%;
  margin:0 0 30px 0;
}

.sc_features {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: column;
}
.sc_features li {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.sc_features li .scf_img {
  width:100%;
  height: auto;
  display: block;
}
.sc_features li .scf_cc {
  width:100%;
  height: auto;
  display: block;
  padding:30px 5px 0 5px;
}
.sc_features li .scf_cc h3 {
  font-size:18px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-1st);
  margin-bottom: 10px;
}
.sc_features li .scf_cc p {
  margin-bottom: 0px;
}


.mapmm, .mapmm iframe {
  width:100%;
  height: 400px;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.1);
}

.accesslist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.accesslist .acclt_cc01 {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 20px 0;
  border-bottom: 1px dotted var(--color-1st);
  margin:0 0 40px 0;
}
.accesslist .acclt_cc02 {
  width:100%;
  height: auto;
  display: block;
  padding:0;
}
.accesslist h4 {
  width:100%;
  height: 40px;
  display: block;
  font-size:20px;
  font-weight: 600;
  line-height: 40px;
  color:var(--color-1st);
  padding-left:45px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
}

}
