@media(max-width: 1024px) {
#fvContainer {
  width: 100%;
  margin: 70px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.fvTitle {
  width: 90%;
  margin: 80px auto 0;
  order: 1;
  flex-wrap: wrap;
  /* width: 100%;
  display: flex;
  align-items: center; */
}

h1, h2 {
  flex: 0 1 100%;
  /* font-size: 70px; */
  /* color: #B8B47C;
  letter-spacing: 5px; */
  line-height: 1.2;
}

.fvTitle p {
  flex: 0 1 100%;
  margin-top: 15px;
  /* margin-left: 0; */
}

.fvImg {
  margin-top: 0px;
}

/* .fvImg img {
  width: 100%;
} */




/* 経営方針 */
#managementContainer {
  width: 90%;
  margin: 60px auto 0;
  /* overflow: hidden; */
}

.management1 {
  width: 100%;
  /* max-width: 1340px;
  margin: 0 auto; */
  padding-right: 0%;
  /* display: flex;
  align-items: center; */
  flex-wrap: wrap;
}

.managementImg1 {
  order: 1;
  flex: 0 1 100%;
  height: 400px;
  margin-top: 50px;
  background: url(../img/management1Sp.jpg) center center / cover no-repeat;
}

.managementText {
  flex: 0 1 100%;
  margin-left: 0px;
}

/* .subTitle {
  font-size: 30px;
  letter-spacing: 3px;
}

.managementText p:last-of-type {
  margin-top: 15px;
} */

.management2 {
  width: 100%;
  /* max-width: 960px; */
  margin: 30px auto 0;
  /* display: flex;
  justify-content: space-between; */
}

.managementImg2 {
  flex: 0 1 50%;
  height: auto;
  padding-top: calc(50% - 30px);
  margin: 0px 30px 0 0;
  /* background: url(../img/management2.jpg) center center / cover no-repeat; */
}

.managementImg3 {
  flex: 0 1 50%;
  height: auto;
  padding-top: calc(50% - 30px);
  /* background: url(../img/management3.jpg) center center / cover no-repeat; */
}





#facilitiesContainer {
  /* width: 100%;
  overflow: hidden; */
  margin-top: 180px;
}

/* .facilitiesTitle {
  width: 90%;
  margin: 0 auto;
  text-align: center;
} */

.facilitiesTitle .subTitle {
  margin-top: 8px;
}

.facilities {
  width: 100%;
  margin: 50px 0 180px;
}

.facilitiesImg1 {
  width: 100%;
  margin-left: 0;
}

/* .facilitiesImg1 img {
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: -2;
} */

.aboutMachine {
  width: 100%;
  /* margin-left: auto;
  position: relative; */
}

.facilitiesImg2.winback {
  width: 215px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  text-align: center;
}

.facilitiesImg2 img {
  width: 115px;
  /* vertical-align: bottom; */
}

.facilitiesText {
  width: 90%;
  /* max-width: 960px; */
  height: auto;
  padding: 50px 0 50px;
  margin: -5% 0 0 5%;
  /* position: relative;
  color: #fff;
  display: flex;
  align-items: center; */
}
.facilitiesText::before {
  /* content: ""; */
  /* width: 100vw; */
  /* height: 100%;
  background: #000;
  position: absolute; */
  /* top: 0; */
  left: 0px;
  /* z-index: -1; */
}

.facilitiesText dl {
  width: calc(100% - 215px);
  margin-left: auto;
}

/* .facilitiesText dt {
  font-size: 30px;
  line-height: 1;
  color: #B8B47C;
} */

.facilitiesText dd:first-of-type {
  margin: 35px 0 0 auto;
}

/* h3 {
  width: 430px;
  margin-left: auto;
  font-size: 30px;
  color: #B8B47C;
}

.facilitiesText p {
  width: 430px;
  margin: 15px 0 0 auto;
} */

.facilitiesImg3Container {
  /* width: 90%;
  max-width: 960px; */
  margin: 5% auto 0;
  /* display: flex; */
  flex-wrap: wrap;
}

.facilitiesImg3 {
  flex: 0 1 100%;
  height: auto;
  /* position: relative;
  overflow: hidden; */
}
.facilitiesImg3:first-of-type {
  margin-right: 0px;
  margin-bottom: 5%;
}

/* .facilitiesImg3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* .facilitiesImg3 p {
  width: 270px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #B8B47C;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lsShort {
  letter-spacing: -3px;
} */


/* マスターライト */
.facilities:nth-of-type(3) {
  margin: 50px 0 100px;
}
.facilities:nth-of-type(3) .facilitiesImg1 {
  /* margin-left: 0; */
  margin-right: 0;
}

.facilities:nth-of-type(3) .aboutMachine {
  margin-left: auto;
  margin-right: 0;
}

.facilities:nth-of-type(3) .facilitiesImg2.masterlight {
  width: 215px;
  position: absolute;
  top: 50%;
  right: auto;
  left: 5%;
  transform: translateY(-50%);
}
.facilities:nth-of-type(3) .facilitiesImg2.masterlight img {
  width: 155px;
  margin-left: 30px;
}

.facilities:nth-of-type(3) .facilitiesText {
  margin: -5% 0 0 5%;
}
.facilities:nth-of-type(3) .facilitiesText::before {
  left: 0;
  right: auto;
}

.facilities:nth-of-type(3) .facilitiesText dl {
  /* width: 430px; */
  margin-left: auto;
  margin-right: 0;
}

/* .facilities:nth-of-type(3) .facilitiesText dt {
  font-size: 30px;
  line-height: 1;
  color: #B8B47C;
}

.facilities:nth-of-type(3) .facilitiesText dd {
  margin: 25px 0 0 auto;
} */

/* .facilities:nth-of-type(3) h3 {
  margin-left: 0;
  margin-right: auto;
}

.facilities:nth-of-type(3) .facilitiesText p {
  margin: 15px auto 0 0;
} */





/* リンク */
#linkContainer {
  /* width: 100%; */
  padding: 80px 0;
  /* background: #000; */
}

.linkContents {
  /* width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; */
  flex-wrap: wrap;
}

.link {
  /* width: 461.6px;
  height: 171.2px; */
  margin: 20px auto;
  /* border: 2px solid #B8B47C;
  position: relative;
  text-align: center;
  transition: 0.6s; */
}
/* .link:hover {
  background: #B8B47C;
}
.link:hover dl {
  color: #000;
}

.link a {
  display: block;
  width: 100%;
  height: 100%;
}

.link dl {
  width: 100%;
  color: #B8B47C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
}

.link dt {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 3px;
} */


}





/* スマホ */
@media(max-width: 560px) {
#fvContainer {
  width: 100%;
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.fvTitle {
  /* width: 90%; */
  margin: 30px auto 0;
  /* order: 1;
  flex-wrap: wrap; */
  /* width: 100%;
  display: flex;
  align-items: center; */
}

h1, h2 {
  /* flex: 0 1 100%; */
  font-size: 40px;
  /* color: #B8B47C; */
  letter-spacing: 4px;
  /* line-height: 1.2; */
}

.fvTitle p {
  /* flex: 0 1 100%; */
  margin-top: 18px;
  /* margin-left: 0; */
}

.fvImg {
  margin-top: 0px;
}

/* .fvImg img {
  width: 100%;
} */




/* 経営方針 */
#managementContainer {
  width: 90%;
  margin: 40px auto 0;
  /* overflow: hidden; */
}

/* .management1 {
  width: 100%; */
  /* max-width: 1340px;
  margin: 0 auto; */
  /* padding-right: 0%; */
  /* display: flex;
  align-items: center; */
  /* flex-wrap: wrap; */
/* } */

.managementImg1 {
  /* order: 1;
  flex: 0 1 100%; */
  height: 200px;
  margin-top: 36px;
  /* background: url(../img/management1Sp.jpg) center center / cover no-repeat; */
}

.managementText {
  flex: 0 1 100%;
  margin-left: 0px;
}

.subTitle {
  font-size: 24.9px;
  letter-spacing: 3px;
}

.managementText p:last-of-type {
  margin-top: 15px;
}

.management2 {
  width: 100%;
  /* max-width: 960px; */
  margin: 15px auto 0;
  /* display: flex;
  justify-content: space-between; */
}

.managementImg2 {
  flex: 0 1 50%;
  height: auto;
  padding-top: calc(50% - 15px);
  margin: 0px 15px 0 0;
  /* background: url(../img/management2.jpg) center center / cover no-repeat; */
}

.managementImg3 {
  flex: 0 1 50%;
  height: auto;
  padding-top: calc(50% - 15px);
  /* background: url(../img/management3.jpg) center center / cover no-repeat; */
}





#facilitiesContainer {
  /* width: 100%;
  overflow: hidden; */
  margin-top: 90px;
}

/* .facilitiesTitle {
  width: 90%;
  margin: 0 auto;
  text-align: center;
} */

.facilitiesTitle .subTitle {
  margin-top: 8px;
}

.facilities {
  width: 100%;
  margin: 20px 0 100px;
}

.facilitiesImg1 {
  width: 100%;
  margin-left: 0;
}

/* .facilitiesImg1 img {
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: -2;
} */

.aboutMachine {
  width: 100%;
  /* margin-left: auto;
  position: relative; */
}

/* .facilitiesImg2.winback {
  width: 105px;
  position: absolute;
  top: 20px;
  left: 5%;
  transform: translateY(0%);
  text-align: center;
} */

/* .facilitiesImg2 img {
  width: 65px; */
  /* vertical-align: bottom; */
/* } */

.facilitiesText {
  /* width: 90%; */
  /* max-width: 960px; */
  /* height: auto; */
  padding: 30px 0 30px;
  /* margin: -5% 0 0 5%; */
  /* position: relative;
  color: #fff;
  display: flex;
  align-items: center; */
/* } */
/* .facilitiesText::before { */
  /* content: ""; */
  /* width: 100vw; */
  /* height: 100%;
  background: #000;
  position: absolute; */
  /* top: 0; */
  /* left: 0px; */
  /* z-index: -1; */
}

.facilitiesText dl {
  width: 94.3%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* margin-left: auto; */
}

.facilitiesText dt {
  width: calc(70% - 20px);
  margin-left: 20px;
  order: 1;
  /* font-size: 30px; */
  line-height: 1.4;
  /* color: #B8B47C; */
}

.facilitiesText dd:first-of-type {
  margin: 25px 0 0 auto;
  order: 2;
}

.facilitiesText dd:last-of-type {
  width: 30%;
  /* margin: 35px 0 0 auto; */
}

.facilitiesText dd:last-of-type img {
  width: 100%;
  vertical-align: bottom;
}

/* h3 {
  width: 430px;
  margin-left: auto;
  font-size: 30px;
  color: #B8B47C;
}

.facilitiesText p {
  width: 430px;
  margin: 15px 0 0 auto;
} */

/* .facilitiesImg3Container { */
  /* width: 90%;
  max-width: 960px; */
  /* margin: 5% auto 0; */
  /* display: flex; */
  /* flex-wrap: wrap;
} */

/* .facilitiesImg3 {
  flex: 0 1 100%;
  height: auto; */
  /* position: relative;
  overflow: hidden; */
/* }
.facilitiesImg3:first-of-type {
  margin-right: 0px;
  margin-bottom: 5%;
} */

/* .facilitiesImg3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.facilitiesImg3 p {
  width: 200px;
  height: 45px;
  line-height: 45px;
  /* text-align: center; */
  font-size: 16.2px;
  /* color: #B8B47C;
  background: #000;
  position: absolute;
  left: 0; */
  bottom: 0;
}

.lsShort {
  letter-spacing: -2.5px;
}


/* マスターライト */
.facilities:nth-of-type(3) {
  margin-bottom: 60px;
}
.facilities:nth-of-type(3) .facilitiesImg1 {
  /* margin-left: 0; */
  margin-right: 0;
}

.facilities:nth-of-type(3) .aboutMachine {
  margin-left: auto;
  margin-right: 0;
}

/* .facilities:nth-of-type(3) .facilitiesImg2.masterlight {
  width: 215px;
  position: absolute;
  top: 50%;
  right: auto;
  left: 5%;
  transform: translateY(-50%);
}
.facilities:nth-of-type(3) .facilitiesImg2.masterlight img {
  width: 155px;
  margin-left: 30px;
} */

/* .facilities:nth-of-type(3) .facilitiesText {
  margin: -5% 0 0 5%;
}
.facilities:nth-of-type(3) .facilitiesText::before {
  left: 0;
  right: auto;
} */

/* .facilities:nth-of-type(3) .facilitiesText dl { */
  /* width: 430px; */
  /* margin-left: auto;
  margin-right: 0;
} */

.facilities:nth-of-type(3) .facilitiesText dt {
  width: calc(60% - 10px);
  margin-left: 20px;
  order: 1;
  /* font-size: 30px;
  line-height: 1;
  color: #B8B47C; */
}

/* .facilities:nth-of-type(3) .facilitiesText dd:first-of-type {
  margin: 25px 0 0 auto;
  order: 2;
} */

.facilities:nth-of-type(3) .facilitiesText dd:last-of-type {
  width: 40%;
  margin-left: -5%;
  /* margin: 35px 0 0 auto; */
}

/* .facilities:nth-of-type(3) .facilitiesText dt {
  font-size: 30px;
  line-height: 1;
  color: #B8B47C;
}

.facilities:nth-of-type(3) .facilitiesText dd {
  margin: 25px 0 0 auto;
} */

/* .facilities:nth-of-type(3) h3 {
  margin-left: 0;
  margin-right: auto;
}

.facilities:nth-of-type(3) .facilitiesText p {
  margin: 15px auto 0 0;
} */





/* リンク */
#linkContainer {
  /* width: 100%; */
  padding: 50px 0;
  /* background: #000; */
}

/* .linkContents {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */

.link {
  width: 100%;
  max-width: 330px;
  height: 121.2px;
  margin: 10px auto;
  /* border: 2px solid #B8B47C;
  position: relative;
  text-align: center;
  transition: 0.6s; */
}
/* .link:hover {
  background: #B8B47C;
}
.link:hover dl {
  color: #000;
}

.link a {
  display: block;
  width: 100%;
  height: 100%;
}

.link dl {
  width: 100%;
  color: #B8B47C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
}

.link dt {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 3px;
} */


}