* {
  box-sizing: border-box;
}
.txt-c{
  text-align: center;
}

section >div, .row{
  position: relative;
}

#sec1{
  padding: 131px 0 104px;
}

#sec1::before{
  content: '';
  background: url(../img/shopinfo/s1-d1.png) no-repeat right top / cover;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 80px);
  height: 621px;
  z-index: -1;
}
#sec1::after{
  content: '';
  background: url(../img/shared/bg-orr-grid.png) repeat right top;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 190px);
  height: 621px;
  z-index: -1;
}
#sec1 .wrap::before{
  content: url(../img/shopinfo/s1-d2.png);
  position: absolute;
  top: -131px;
  right: -371px;
  z-index: -1;
}
#sec1 dl{
  display: flex;
    border-bottom: 1px solid #000;
    padding: 8px 0 5px;
    line-height: 28px;
    letter-spacing: 0.15em;
}
#sec1 dl .other{
  letter-spacing: 0.05em;
}
#sec1 .wrap .row{
  display: flex;
}
#sec1 dl:first-child{
  padding-top: 0;
}
#sec1 dl dt{
  width: 146px;
}
#sec1 dl dd{
  width: 409px;
}
#sec1 .menu-dl{
  margin-top: 36px;
}
#sec1 p.img{
  margin: 0 22px 0 -116px;
}
#sec1 h2{
    text-align: center;
    margin: 84px 0 24px 0;
}
#gmap {
  padding-bottom: 64px;
}
#gmap iframe{
  width: 100%;
}

#gmap .row-btn{
  display: flex;
  justify-content: center;
  margin-top: 53px;
}
#gmap .row-btn a{
  width: 100%;
  display: block
}
#gmap .row-btn a:last-child{
  text-align: right;
  margin-top: 7px;
}

#gmap .row-btn p:first-child{
  margin-right: 60px;
}

.recruit h2{
	text-align: center;
	padding: 5px 0;
}
.recruit .text{
    text-align: center;
    margin-bottom: 11px;
}

.recruit .main_img{
	float: left;
}

.recruit .list{
	margin: 78px 0 34px 0;
    width: 405px;
    float: right;
}

.recruit .list li{
    border-bottom: solid 1px #000000;
    line-height: 45px;
    text-align: left;
}

.recruit .tel{
	float: right;
}

.recruit:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

































