#fvContainer {
  width: calc(50vw + 480px);
  margin: 150px 0 0 auto;
}

.fvTitle {
  width: 100%;
  display: flex;
  align-items: center;
}

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

.fvTitle p {
  flex: 0 1 50%;
  margin-left: 0;
}

.fvImg {
  margin-top: 50px;
}

.fvImg img {
  width: 100%;
  vertical-align: bottom;
}





/* メニュー */
#menuContainer {
  width: 100%;
  margin: 280px 0 0 0;
  padding-bottom: 130px;
  background: #000;
  color: #fff;
}

.planContainer {
  width: 90%;
  max-width: 960px;
  margin: 40px auto 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transform: translateY(-50%);
}

.plan {
  flex: 0 0 296px;
  height: 296px;
  margin-right: 36px;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  text-align: center;
  background: #000;
}

.plan:last-of-type {
  margin-right: 0;
}

.plan dl {
  width: 251.7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plan dt span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.plan dt {
  font-size: 20px;
  line-height: 1;
}

.plan dd:first-of-type {
  height: 62.3px;
  margin: 22px 0;
  padding: 10px 0 10px;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  font-size: 24px;
  color: #B8B47C;
  line-height: 1.3;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan dd:last-of-type {
  font-size: 33px;
  line-height: 1;
  letter-spacing: 3px;
}




/* プライス */
.MenuContentsContainer {
  width: 90%;
  max-width: 827px;
  margin: -100px auto 0;
}

h2 {
  text-align: center;
}

h3 {
  line-height: 48px;
  font-size: 28px;
  color: #000;
  background: #B8B47C;
  padding: 0 12px;
  box-sizing: border-box;
}

.subTitle {
  margin-top: 90px;
  font-size: 22px;
  color: #B8B47C;
  margin-left: 12px;
}
.subTitle:first-of-type {
  margin-top: 25px;
}

.menuContents {
  width: 100%;
  margin-top: 100px;
}
.menuContents:first-of-type {
  margin-top: 60px;
}

.menuContents dl {
  padding: 15px 12px;
  box-sizing: border-box;
  border-bottom: 1px solid #424242;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuContents dd {
  letter-spacing: 0.5px;
}

.menuContents .option {
  border-bottom: none;
}

.menuContents .option span {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0px 11px;
  background: #B8B47C;
  color: #000;
}

.menuContents small {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8;
  margin-left: 12px;
}

.maTop {
  margin-top: 80px;
}









/* リンク */
#linkContainer {
  width: 100%;
  padding: 130px 0;
  background: #000;
  border-top: 1px solid #B5B5B6;
}

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

.link {
  width: 461.6px;
  height: 171.2px;
  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: 1024px) {
  #fvContainer {
    width: 100%;
    margin: 70px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  
  .fvTitle {
    width: 90%;
    margin: 60px 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: 25px;
    /* margin-left: 0; */
  }
  
  .fvImg {
    margin-top: 0px;
  }
  
  /* .fvImg img {
    width: 100%;
  } */





/* メニュー */
#menuContainer {
  /* width: 100%; */
  margin: 70px 0 0 0;
  padding-top: 80px;
  padding-bottom: 100px;
  /* background: #000;
  color: #fff; */
}

.planContainer {
  /* width: 90%;
  max-width: 960px; */
  margin: 0px auto 50px;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  transform: translateY(0);
}

.plan {
  /* flex: 0 0 296px;
  height: 296px; */
  margin: 0px 18px 0;
  /* border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative; */
}

.plan:last-of-type {
  margin-right: 18px;
}

/* .plan dl {
  width: 251.7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plan dt span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.plan dt {
  font-size: 20px;
  line-height: 1;
}

.plan dd:first-of-type {
  margin: 22px 0;
  padding: 10px 0 10px;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  font-size: 26px;
  color: #B8B47C;
  line-height: 1.3;
  letter-spacing: 1px;
} */

/* .plan dd:last-of-type {
  font-size: 33px;
  line-height: 1;
  letter-spacing: 3px;
} */




/* プライス */
.MenuContentsContainer {
  /* width: 90%;
  max-width: 827px; */
  margin: 120px auto 0;
}

/* h2 {
  text-align: center;
}

h3 {
  font-size: 30px;
  color: #B8B47C;
} */

.menuContents {
  /* width: 100%; */
  margin-top: 100px;
}
/* .menuContents:first-of-type {
  margin-top: 60px;
} */

.menuContents dl {
  /* padding: 15px 0;
  border-bottom: 1px solid #424242;
  display: flex;
  justify-content: space-between;
  align-items: center; */
  flex-wrap: wrap;
}

.menuContents dt {
  width: 100%;
}

.menuContents dd {
  width: 100%;
  text-align: right;
  margin-top: 5px;
}












/* リンク */
#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: 5px; */
    line-height: 1.2;
  }
  
  .fvTitle p {
    flex: 0 1 100%;
    margin-top: 18px;
    /* margin-left: 0; */
  }
  
  .fvImg {
    margin-top: 0px;
  }
  
  /* .fvImg img {
    width: 100%;
  } */





/* メニュー */
#menuContainer {
  /* width: 100%; */
  margin: 45px 0 0 0;
  padding-top: 12px;
  padding-bottom: 60px;
  /* background: #000;
  color: #fff; */
}

.planContainer {
  /* width: 90%;
  max-width: 960px; */
  margin: 0px auto 0px;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  transform: translateY(0);
}

.plan {
  flex: 0 0 280px;
  height: 280px;
  margin: 15px 0px;
  /* border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative; */
}

.plan:first-of-type {
  margin-top: 40px;
}

.plan:last-of-type {
  margin-right: 0px;
}

.plan dl {
  width: 232px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.plan dt span {
  /* display: block; */
  font-size: 10px;
  margin-bottom: 8px;
}

.plan dt {
  font-size: 17.6px;
  /* line-height: 1; */
}

.plan dd:first-of-type {
  /* margin: 22px 0;
  padding: 10px 0 10px;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242; */
  font-size: 22px;
  /* color: #B8B47C;
  line-height: 1.3;
  letter-spacing: 1px; */
}

.plan dd:last-of-type {
  font-size: 28px;
  /* line-height: 1;
  letter-spacing: 3px; */
}





/* プライス */
.MenuContentsContainer {
  /* width: 90%;
  max-width: 827px; */
  margin: 80px auto 0;
}

.menuContents {
  /* width: 100%; */
  margin-top: 70px;
}
.menuContents:first-of-type {
  margin-top: 50px;
}

/* h2 {
  text-align: center;
} */

h3 {
  font-size: 24px;
  /* color: #B8B47C; */
}

.subTitle {
  margin-top: 50px;
  /* font-size: 22px;
  color: #B8B47C; */
  margin-left: 0px;
}


.menuContents dl {
  padding: 15px 0;
  /* border-bottom: 1px solid #424242;
  display: flex;
  justify-content: space-between;
  align-items: center; */
  flex-wrap: wrap;
}

.menuContents dt {
  width: 100%;
}

.menuContents dd {
  width: 100%;
  text-align: right;
  margin-top: 0px;
}

.menuContents .option {
  border-bottom: none;
  padding-bottom: 0;
}

/* .menuContents .option span {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0px 11px;
  background: #B8B47C;
  color: #000;
} */

.menuContents small {
  /* display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8; */
  margin-left: 0px;
}

.maTop {
  margin-top: 50px;
}










/* リンク */
#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;
} */




}