/*
.access_mv{
  background-image: url(/images/access/accessmv.jpg);
}
*/
/* .access_mv::before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(../../images/access/accessmv.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    
  } */
.secAll{
  z-index: 10;
  position: relative;
}

.business_concept_text{
  color: #00851B;
  font-size: 22px;
  letter-spacing: 4px;
  text-align: center;
  font-family: 'EB Garamond', serif;
}
.business_concept_text::before{
  content: url(../../lib/flag02.svg);
  background-position: center 85%;
  background-repeat: no-repeat;
  display: block;
}
/* @media screen and (min-width: 768px) {
  .access_mv::before{
  background-image: url(../../images/access/accessmv-pc.jpg);
}
  }

@media all and (-ms-high-contrast: none){
  .access_mv{
  background-image: url(../../images/access/accessmv-pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .access_mv::before {
    display: none;
  }
} */
 

    .anchorbutton li {
        width: 385px;
    }

@media screen and (min-width:750px) and ( max-width:1100px){

      .anchorbutton li {
        width: 48%;
    }

}


.facilityWidth {
width: auto;
    margin: 0 auto;
}

.facilityWidth_{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #00851B solid 2px;
}

.facilityWidth h4{
width: auto;
}
.facilityWidth div{
  width: auto;
  margin-left: 70px;
  padding-left: 70px;
  border-left: 1px solid #00851B;
  max-width: 440px;
}

.flex {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.facilityImgList ul li {
    font-size: 15px;
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 3%;
    width: 30%;
}

.facilityImgList ul li:nth-child(4n) {
    margin-right: 3%;
}

.basic_midashi_h4{
  font-size: 24px!important;
  width: 220px!important;
  padding-left: 65px!important;
}
.basic_midashi_p{
  width: 575px!important;
  padding-right: 0!important;
}


.anchorLinkId{
margin-top: 60px;
    padding-top: 0;
}
.shop_list{
  width: 655px;
  margin: 70px auto 0;
}
.shop_list .basic_midashi_h4{
  padding-left: 30px!important;
}
.shop_list .green{
  font-size: 24px;
}

@media screen and (max-width: 1025px) {

    .anchorbutton li {
        width: 100%;
    }

.facilityWidth {
width: auto;
    margin: 0 auto;
}

.facilityWidth_{
  width: 100%!important;
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  border-bottom: #00851B solid 0px;
}

.facilityWidth h4{
width: auto;
}
.facilityWidth div{
  width: auto;
  margin-left: 0;
  padding-left: 0;
  border-left: 0px solid #00851B;
      max-width: 85vw;
}

.flex {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: flex-start;
}

.facilityImgList ul li {
    font-size: 2vw;
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 3%;
    width: 30%;
}

.facilityImgList ul li:nth-child(4n) {
    margin-right: 3%;
}

.basic_midashi_h4{
  font-size: 4.5vw!important;
  width: 100%!important;
  padding-left: 0!important;
}
.basic_midashi_p{
  width: 100%!important;
  padding-right: 0!important;
}
.basic_midashi_p p{
  margin-top: 2vw;
}

.map iframe{
  height: 60vw!important;
}

.bus_sp{
  margin-top: 15vw!important;
}

.shop_list{
  width: 90vw!important;
  margin: 10vw auto 0;
}

.shop_list .basic_midashi_h4{
  width: 87vw!important;
  padding-left: 3vw!important;
}

}