@charset "UTF-8";


header *, main * {
  margin: 0;
  padding: 0
}

/* title */
.container.titlebase {
  position: relative;
  height: 780px;
  background-image: url("../images/titleimage.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f4edd9;
}
.inner.titlebase {
  position: relative;
  height: 780px;
}
.title {
  position: absolute;
  left: 247px;
  top: 0px;
}
.coupon-01 {
  position: absolute;
  left: 143px;
  top: 363px;
}
.coupon-02 {
  position: absolute;
  left: 0px;
  top: 518px;
}
.coupon-03 {
  position: absolute;
  left: 403px;
  top: 619px;
}
.coupon-04 {
  position: absolute;
  left: 212px;
  top: 700px;
}
.coupon-btn1a {
  position: absolute;
  left: 31px;
  top: 519px;
}
.coupon-btn2a {
  position: absolute;
  left: 604px;
  top: 519px;
}
.coupon-btn1b {
  position: absolute;
  left: 31px;
  top: 620px;
}
.coupon-btn2b {
  position: absolute;
  left: 604px;
  top: 620px;
}

/* contents */
.container.contents {
  position: relative;
  height: 1180px;
  background-image: url("../images/hidatakayama_experiences.png");
  background-position: center -2px;
  background-repeat: no-repeat;
  background-color: #f4edd9;
}
.inner.contents {
  position: relative;
  height: 1180px;
  padding-top: 55px;
  line-height: 0;
}
.planswrapper {
  position: relative;
  width: 940px;
  height: 1075px;
  margin: 0 auto;
  display: flex;
}
.plansbox-left {
  position: relative;
  width: 376px;
  height: 1075px;
}
.plansbox-right {
  position: relative;
  width: 564px;
  height: 1075px;
  padding-top: 15px;
}
.activity-st {
  margin-top: 11px;
}
.food-st {
  margin-top: 3px;
}
.plans-activity {
  position: relative;
  width: 376px;
  height: 500px;
}
.plans-food {
  position: relative;
  width: 376px;
  height: 250px;
}
.plans-crafting {
  position: relative;
  width: 564px;
  height: 1000px;
}
.cassette-1, .cassette-2, .cassette-3 {
  display: inline-block;
  width: 180px;
  height: 242px;
  position: relative;
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}

#top {
	position: fixed;
	bottom: 60px;
	right: -61px;
	z-index: 1000;
}
