.topAlert {
  margin-top: 150px;
}



#accessContainer {
  width: 100%;
  margin-top: 150px;
}

h1, h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 70px;
  color: #B8B47C;
  letter-spacing: 5px;
  line-height: 1.6;
  text-align: center;
}

.access {
  width: 90%;
  max-width: 960px;
  margin: 40px auto 0;
}

.shopInfo p {
  margin-top: 20px;
}




/* コンタクト */
#contactContainer {
  width: 100%;
  margin-top: 150px;
}

.contactTitle {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}



#contactContent {
  width: 90%;
  max-width: 960px;
  margin: 60px auto 0;
}

.alert {
  font-size: 18px;
  color: red;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
}

.formGroup {
  padding: 30px 0;
  border-bottom: 1px solid #B5B5B6;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.formGroup.bTop {
  border-top: 1px solid #B5B5B6;
}

.formGroup label {
  flex: 0 1 280px;
  font-weight: bold;
  position: relative;
}

.must {
  font-size: 12px;
  color: #DB0000;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.formGroup input {
  flex: 1 1 auto;
  max-width: 420px;
  height: 46.5px;
  line-height: 46.5px;
  padding: 0 10px;
  border: none;
  background: #EDEDEC;
}

.formGroup.text label {
  align-self: flex-start;
  margin-top: 10px;
}

.formGroup textarea {
  flex: 1 1 auto;
  max-width: 680px;
  height: 250px;
  padding: 10px 10px;
  border: none;
  background: #EDEDEC;
}

small.errorMessage {
  flex: 0 1 100%;
  color: red;
  line-height: 2;
}




/* ボタン */
#btnContainer {
  width: 367.6px;
  height: 77.7px;
  line-height: 77.7px;
  margin: 50px 0 0 auto;
  border: 1px solid #000;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#btnContainer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.3s;
}
#btnContainer:hover::before {
  left: 0;
}
#btnContainer:hover #btn {
  color: #fff;
}

#btn {
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 2px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  cursor: pointer;
  user-select: none;
}
#btnContainer #btn::after {
  content: "";
  width: 14.2px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 2px solid #000;
  transform: skewX(45deg);
  position: absolute;
  top: 45%;
  right: 20px;
  transition: 0.3s;
}
#btnContainer:hover #btn::after {
  right: 15px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
}







/* リンク */
#linkContainer {
  width: 100%;
  padding: 180px 0 130px;
}

.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: #fff;
}

.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;
}







/* 完了 */
#compContainer {
  width: 100%;
  height: calc(100vh - 330px);
  text-align: center;
  position: relative;
}

#compContainer > div {
  width: 86%;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.complete {
  width: 276px;
  height: 64px;
  margin: 30px auto 0;
  background: #000;
  letter-spacing: 3px;
}

.complete > a {
  font-size: 20px;
  line-height: 64px;
  color: #fff;
  display: block;
}









@media(max-width: 1024px) {
.topAlert {
  margin-top: 100px;
}


#accessContainer {
  /* width: 100%; */
  margin-top: 120px;
}

/* h1, h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 70px;
  color: #B8B47C;
  letter-spacing: 5px;
  line-height: 1.6;
  text-align: center;
}

.access {
  width: 90%;
  max-width: 960px;
  margin: 40px auto 0;
}

.shopInfo p {
  margin-top: 20px;
} */




/* コンタクト */
#contactContainer {
  /* width: 100%; */
  margin-top: 120px;
  margin-bottom: 100px;
}

/* .contactTitle {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}



#contactContent {
  width: 90%;
  max-width: 960px;
  margin: 60px auto 0;
} */

/* .alert {
  font-size: 18px;
  color: red;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
} */

.formGroup {
  padding: 25px 0;
  /* border-bottom: 1px solid #B5B5B6;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap; */
}
/* .formGroup.bTop {
  border-top: 1px solid #B5B5B6;
} */

.formGroup label {
  flex: 0 1 100%;
  /* font-weight: bold;
  position: relative; */
}

.must {
  /* font-size: 12px;
  color: #DB0000;
  text-decoration: underline; */
  position: static;
  margin-left: 10px;
  /* top: 50%;
  right: 30px;
  transform: translateY(-50%); */
}

.formGroup input {
  /* flex: 1 1 auto; */
  max-width: 100%;
  margin-top: 7px;
  /* height: 46.5px;
  line-height: 46.5px;
  padding: 0 10px;
  border: none;
  background: #EDEDEC; */
}

.formGroup.text label {
  /* align-self: flex-start; */
  margin-top: 0px;
}

.formGroup textarea {
  /* flex: 1 1 auto; */
  max-width: 100%;
  margin-top: 7px;
  /* height: 250px;
  padding: 10px 10px;
  border: none;
  background: #EDEDEC; */
}

/* small.errorMessage {
  flex: 0 1 100%;
  color: red;
  line-height: 2;
} */








/* ボタン */
/* #btnContainer {
  width: 367.6px;
  height: 77.7px;
  line-height: 77.7px;
  margin: 50px 0 0 auto;
  border: 1px solid #000;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#btnContainer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.3s;
}
#btnContainer:hover::before {
  left: 0;
}
#btnContainer:hover #btn {
  color: #fff;
}

#btn {
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 2px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  cursor: pointer;
  user-select: none;
}
#btnContainer #btn::after {
  content: "";
  width: 14.2px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 2px solid #000;
  transform: skewX(45deg);
  position: absolute;
  top: 45%;
  right: 20px;
  transition: 0.3s;
}
#btnContainer:hover #btn::after {
  right: 15px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
} */






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

.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;
} */






/* 完了 */
#compContainer {
  height: calc(100vh - 200px);
}


}








@media(max-width: 560px) {
.topAlert {
  margin-top: 70px;
}


#accessContainer {
  /* width: 100%; */
  margin-top: 70px;
}

h1, h2 {
  /* width: 90%;
  margin: 0 auto; */
  font-size: 40px;
  /* color: #B8B47C;
  letter-spacing: 5px;
  line-height: 1.6;
  text-align: center; */
}

.access {
  /* width: 90%;
  max-width: 960px; */
  margin: 15px auto 0;
}

.access iframe {
  height: 330px!important;
}

/* .shopInfo p {
  margin-top: 20px;
} */




/* コンタクト */
#contactContainer {
  /* width: 100%; */
  margin-top: 80px;
  margin-bottom: 60px;
}

/* .contactTitle {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
} */

#contactContent {
  width: 90%;
  max-width: 960px;
  margin: 10px auto 0;
}

.alert {
  font-size: 16px;
  /* color: red;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0; */
}

.formGroup {
  padding: 20px 0;
  /* border-bottom: 1px solid #B5B5B6;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap; */
}
/* .formGroup.bTop {
  border-top: 1px solid #B5B5B6;
} */

.formGroup label {
  font-size: 15px;
  /* flex: 0 1 100%;
  font-weight: bold;
  position: relative; */
}

.must {
  font-size: 10px;
  /* font-size: 12px;
  color: #DB0000;
  text-decoration: underline; */
  /* position: static;
  margin-left: 10px; */
  /* top: 50%;
  right: 30px;
  transform: translateY(-50%); */
}

/* .formGroup input { */
  /* flex: 1 1 auto; */
  /* max-width: 100%;
  margin-top: 7px; */
  /* height: 46.5px;
  line-height: 46.5px;
  padding: 0 10px;
  border: none;
  background: #EDEDEC; */
/* } */

/* .formGroup.text label { */
  /* align-self: flex-start; */
  /* margin-top: 0px;
} */

/* .formGroup textarea { */
  /* flex: 1 1 auto; */
  /* max-width: 100%;
  margin-top: 7px; */
  /* height: 250px;
  padding: 10px 10px;
  border: none;
  background: #EDEDEC; */
/* } */

/* small.errorMessage {
  flex: 0 1 100%;
  color: red;
  line-height: 2;
} */





/* ボタン */
#btnContainer {
  width: 100%;
  /* max-width: 330px;
  height: 70px;
  line-height: 70px; */
  margin: 40px auto 0;
  /* border: 1px solid #000;
  text-align: center;
  position: relative;
  overflow: hidden; */
}
/* #btnContainer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.3s;
}
#btnContainer:hover::before {
  left: 0;
}
#btnContainer:hover #btn {
  color: #fff;
} */

#btn {
  /* width: 100%;
  height: 100%; */
  font-size: 16px;
  /* letter-spacing: 2px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  cursor: pointer;
  user-select: none; */
}
/* #btnContainer #btn::after {
  content: "";
  width: 14.2px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 2px solid #000;
  transform: skewX(45deg);
  position: absolute;
  top: 45%;
  right: 20px;
  transition: 0.3s;
}
#btnContainer:hover #btn::after {
  right: 15px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
} */




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






/* 完了 */
#compContainer {
  height: calc(100vh - 142px);
}

.complete > a {
  font-size: 18px;
}



}
