/* Scss Document */ /* Scss Document */
.icon {
  width: auto;
}

#key {
  background: url("../img/gibier/key.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  #key {
    min-height: 730px;
  }
}

#sec1 {
  position: relative;
  padding: 12vw 0;
  color: #fff;
}
#sec1 .sec1_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  transform: skewY(-14deg);
  z-index: -1;
  overflow: hidden;
}
#sec1 .sec1_bg:before {
  content: "";
  background: url(../img/shared/bg3.jpg) repeat center top;
  position: absolute;
  top: -18%;
  left: 0;
  width: 100%;
  height: 110%;
  transform: skewY(14deg);
}
#sec1 .photo {
  position: relative;
}
#sec1 .photo h3 {
  position: relative;
  z-index: 1;
  font-size: 6vw;
  line-height: 1.45;
  letter-spacing: 0.12em;
  font-weight: 500;
}
#sec1 .photo h3 small {
  font-size: 75.4%;
}
#sec1 .photo h3 span {
  display: block;
  padding-top: 7vw;
}
#sec1 .photo .deco {
  position: absolute;
  top: -4vw;
  left: 10vw;
  z-index: 2;
  width: 16vw;
}
#sec1 .photo.photo01 h3 {
  position: absolute;
  top: 4vw;
  right: -4vw;
  height: 50vw;
}
#sec1 .photo.photo02 h3 {
  position: absolute;
  top: 4vw;
  left: -13vw;
  height: 70vw;
}
#sec1 .txt {
  margin: 13vw 0 0 12vw;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #sec1 {
    background: url(../img/shared/bg3.jpg) repeat center top;
  }
  #sec1 .sec1_bg {
    display: none;
  }
  #sec1 .photo.photo01 {
    margin-right: 5vw;
  }
  #sec1 .photo.photo02 {
    margin-left: 12vw;
  }
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 145px 0 120px;
  }
  #sec1 .txt {
    margin: 62px 0 0 200px;
  }
  #sec1 .photo {
    position: relative;
    width: 1000px;
  }
  #sec1 .photo h3 {
    font-size: 65px;
    line-height: 95px;
    letter-spacing: 0.12em;
  }
  #sec1 .photo h3 small {
    font-size: 49px;
  }
  #sec1 .photo h3 span {
    display: block;
    padding-top: 74px;
  }
  #sec1 .photo .deco {
    top: -72px;
    left: 71px;
  }
  #sec1 .photo.photo01 {
    margin-left: -200px;
    width: 1000px;
  }
  #sec1 .photo.photo01 h3 {
    top: 54px;
    right: -53px;
    height: 435px;
  }
  #sec1 .photo.photo02 {
    margin-left: 200px;
    margin-top: -50px;
  }
  #sec1 .photo.photo02 h3 {
    top: 38px;
    left: -150px;
    height: 700px;
  }
}

#sec2 {
  background: url(../img/gibier/s2_bg.png) no-repeat center top, url(../img/gibier/s2_bg2.png) no-repeat center bottom, url(../img/shared/bg2.jpg) repeat center top;
  padding-top: 12vw;
  padding-bottom: 2vw;
}
#sec2 h2 {
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;
}
#sec2 .txt {
  margin: 6vw 0 6vw;
}
#sec2 .btn-circle {
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #9e111f;
  padding-bottom: 26px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}
#sec2 .btn-circle:before, #sec2 .btn-circle:after {
  content: "";
  position: absolute;
  bottom: 69px;
  left: 25px;
  right: 25px;
  border-bottom: 1px solid #ca6d76;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  #sec2 .btn-circle:before, #sec2 .btn-circle:after {
    bottom: 52px;
  }
}
#sec2 .btn-circle:after {
  border-bottom: 1px solid #fff;
  left: 51%;
  right: 51%;
}
#sec2 .btn-circle:hover:after {
  left: 25px;
  right: 25px;
}
#sec2 .btn-circle span {
  display: block;
  margin-top: 12px;
}
#sec2 .photo {
  position: relative;
  z-index: 1;
  margin-top: 8vw;
}
#sec2 .photo h3 {
  position: relative;
  z-index: 1;
  font-size: 5vw;
  line-height: 1.45;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-bottom: 2vw;
}
#sec2 .photo h3 span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sec2 .btn-circle {
    margin: 6vw auto 0;
  }
  #sec2 .photo {
    position: relative;
    z-index: 1;
    margin-top: 4vw;
  }
  #sec2 .photo h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4.5vw;
  }
  #sec2 .photo.photo01 h3 {
    right: 0;
    letter-spacing: 0;
  }
  #sec2 .photo.photo01 p {
    width: 75%;
  }
  #sec2 .photo.photo02 p {
    width: 75%;
    margin-left: auto;
  }
  #sec2 .photo.photo03 h3 {
    transform: none;
    top: auto;
    bottom: 1vw;
  }
  #sec2 .photo.photo03 p {
    width: 75%;
    margin-left: auto;
    margin-right: 9%;
  }
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding-top: 112px;
    padding-bottom: 40px;
  }
  #sec2 .txt {
    margin: 7px 0 53px 37px;
  }
  #sec2 .btn-circle {
    position: absolute;
    top: 30px;
    right: 43px;
    width: 220px;
    height: 220px;
    font-size: 22px;
  }
  #sec2 .photo {
    margin-top: 25px;
  }
  #sec2 .photo h3 {
    position: absolute;
    font-size: 49px;
    line-height: 71px;
    letter-spacing: 0.12em;
    margin-bottom: 0;
  }
  #sec2 .photo p {
    width: 800px;
  }
  #sec2 .photo.photo01 {
    margin-left: -100px;
  }
  #sec2 .photo.photo01 h3 {
    top: 157px;
    left: 610px;
    width: 505px;
  }
  #sec2 .photo.photo02 {
    padding-left: 375px;
  }
  #sec2 .photo.photo02 h3 {
    top: 157px;
    left: 118px;
    width: 505px;
  }
  #sec2 .photo.photo03 {
    padding-left: 200px;
  }
  #sec2 .photo.photo03 h3 {
    bottom: 47px;
    left: 40px;
    width: 505px;
  }
}

#sec3 {
  padding-bottom: 12vw;
  padding-top: 12vw;
  position: relative;
}
#sec3:before {
  content: "";
  background: url(../img/shared/bg1.jpg) repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  transform: skewY(-14deg);
}
#sec3 .wrap:before {
  content: "";
  position: absolute;
  top: -16vw;
  bottom: auto;
  left: 0;
  background: url(../img/gibier/s3_deco.png) no-repeat center top/100%;
  width: 100%;
  height: 100%;
}
#sec3 h2 {
  font-size: 8vw;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
#sec3 h2 span {
  color: #9e111f;
}
#sec3 .txt {
  margin-bottom: 6vw;
}
#sec3 .photo {
  display: flex;
  justify-content: flex-end;
}
#sec3 .photo li {
  margin-left: 15px;
}
#sec3 .photo li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
#sec2 h2 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
}
  #sec3 h2 {
    margin: 0 auto 6vw;
  }
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding-bottom: 130px;
    padding-top: 196px;
  }
  #sec3 .wrap:before {
    top: auto;
    bottom: 0;
    left: -102px;
    width: 566px;
    height: 605px;
  }
  #sec3 h2 {
    font-size: 65px;
    line-height: 95px;
    height: 382px;
    position: absolute;
    bottom: 0;
    left: 45px;
  }
  #sec3 .txt {
    width: 758px;
    margin-left: auto;
    margin-bottom: 49px;
    position: relative;
    z-index: 1;
  }
  #sec3 .photo {
    margin-left: 197px;
    position: relative;
    z-index: 1;
  }
}

#sec4 {
  padding: 42vw 0;
  position: relative;
  z-index: 1;
}
#sec4 .bg-parallax {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 0;
  min-height: auto;
  z-index: 0;
}
#sec4 h2 {
  position: absolute;
  top: -8vw;
  left: 5vw;
  z-index: 2;
  width: 60%;
}
#sec4 .box {
  position: relative;
  z-index: 1;
  background-color: #9e111f;
  position: relative;
  padding: 18vw 20px 8vw;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#sec4 .box:before {
  content: "";
  border: 1px solid #ca6d76;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
#sec4 .box h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
#sec4 .box a:hover {
  text-decoration: none;
}
#sec4 .box img {
  margin-right: 11px;
}
#sec4 .box .tel {
  margin: 12px 0 5px;
}
#sec4 .box .tel strong {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#sec4 .box .note {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#sec4 .box .btn-web {
  margin-top: 6vw;
}
#sec4 .box .btn-web a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#sec4 .box .btn-web a small {
  font-size: 85%;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 124px 0;
  }
  #sec4 .box {
    width: 706px;
    padding: 44px 0 45px;
  }
  #sec4 .box h2 {
    top: -42px;
    left: 32px;
    width: 313px;
  }
  #sec4 .box .tel strong {
    font-size: 30px;
  }
  #sec4 .box .btn-web {
    margin-top: 28px;
  }
  #sec4 .box .btn-web a {
    font-size: 26px;
    padding-bottom: 5px;
  }
  #sec4 .box .btn-web a small {
    font-size: 22px;
  }
}/*# sourceMappingURL=gibier.css.map */

.pea_bnr a{
	margin: 40px auto 0px auto;
	padding: 15px 0;
	border: 3px #c25d67 double;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	background:#9e111f; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 500px;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.course_bnr a{
	margin: 20px auto 100px auto;
	padding: 15px 0;
	border: 3px #c25d67 double;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	background:#9e111f; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 500px;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px){
	.pea_bnr a{
	margin: 40px auto 0px auto;
	padding: 15px 0;
	border: 3px #c25d67 double;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	background:#9e111f; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 95%;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.course_bnr a{
	margin: 20px auto 60px auto;
	padding: 15px 0;
	border: 3px #c25d67 double;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	background:#9e111f; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 95%;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}
.menu_img{
	text-align: center;
}