#lead {
  padding-top: 109px;
  padding-bottom: 71px;
  background: url("../img/access/lead_img01.png") no-repeat top center;
  position: relative;
  z-index: 3;
}
#lead h2 {
  margin-bottom: 65px;
  text-align: center;
}
#lead ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 962px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 30px;
}
#lead ul li {
  width: 458px;
}
.row__c {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.row__c .photo {
  margin-left: -181px;
  width: 740px;
}
.row__c .info__c {
  width: 490px;
  margin-right: -100px;
  padding-top: 15px;
  font-size: 16px;
  letter-spacing: 2px;
}
.row__c .info__c dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  line-height: 30px;
  border-bottom: 1px solid #bca470;
}
.row__c .info__c dl dt {
  width: 122px;
}
.row__c .info__c dl dd {
  width: 370px;
}
.row__c .info__c dl dd strong {
  font-size: 22px;
  font-weight: 700;
}
.row__c .info__c dl dd.htel {
  font-size: 22px;
  font-weight: 700;
}
.row__c .info__c .bnr {
  margin-top: 30px;
  text-align: right;
  width: 201px;
  margin-left: auto;
}
#group1 {
  position: relative;
  z-index: 2;
  padding-top: 75px;
  background-image: url("../img/access/red_bg01_on.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-bottom: 49px;
}

#group1::before {
  content: "";
  background: url("../img/access/red_bg02_on.png") no-repeat bottom center;
  background-size: cover;
  height: 570px;
  position: absolute;
  bottom: -220px;
  left: 0;
  right: 0;
  z-index: -1;
}

#group1::after {
	content: "";
	background: url("../img/access/bg03.jpg");
	position: absolute;
	top: 249px;
	bottom: 101px;
	left: 0;
	right: 0;
	z-index: -1;
}

#group1 h2 {
  margin-bottom: 30px;
  text-align: center;
  margin-left: -41px;
}
#group1 h3 {
  text-align: center;
  margin-bottom: 39px;
}
#group1 .row-1 {
  margin-bottom: 100px;
}
#group2 {
  background: url("../img/access/bg02.jpg");
  padding: 190px 0 165px;
}
#group2 h2 {
  margin-bottom: 30px;
  margin-left: -99px;
}
#group3 {
  padding: 0;
  position: relative;
  z-index: 2;
  background: url("../img/access/bg03.jpg");
}
#group3::before, #group3::after {
  content: "";
  background: url(../img/access/red_bg01_on.png) no-repeat bottom center;
  background-size: cover;
  height: 570px;
  position: absolute;
  top: -187px;
  left: 0;
  right: 0;
  z-index: -1;
}
#group3::after {
  background: url(../img/access/red_bg02_on.png) no-repeat bottom center;
  background-size: cover;
  top: auto;
  bottom: -338px;
}
#group3 h2 {
  margin-bottom: 28px;
  margin-left: -118px;
}
#group3 .bnr_col{
  display: flex;
}
#group3 .bnr_col .bnr{
  order: 2;
}
#group3 .bnr_col .bnr2{
  order: 1;
  margin: 30px 0 0 0;
}


#group4 {
  padding: 180px 0 0px;
  position: relative;
  background: url("../img/access/bg02.jpg");
}
#group4::after {
  content: "";
  background: url(../img/access/dardk_bg_on.png) no-repeat bottom center;
  background-size: cover;
  height: 493px;
  position: absolute;
  bottom: -344px;
  left: 0;
  right: 0;
  z-index: -1;
}
#group4 h2 {
  margin-bottom: 28px;
  margin-left: -67px;
}


#footer {
	padding-top: 194px;
}
#footer:before {
	top: auto;
	bottom: 0;
}

.ipad {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
.row__c .info__c {
  margin-right: 0;
}
.row__c .photo {
    margin-left: -12%;
    width: 58%;
}


.row__c .photo img {
width: 100%;
height: auto;
}


.ipad {
  display: block;
}

}