body {
  margin: 0;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.8em;
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

p {
  line-height: 1.8em;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333333;
}

/* a:hover img {
  opacity: 0.4;
}
 */

p a {
  border-bottom: 1px #dedede solid;
  color: #7d6f54;
}

/* p a:hover {
  opacity: 0.4;
} */

a.link-text {
  color: #7d6f54;
}

a.link-text:hover {
  opacity: 0.4;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5em;
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .spo {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pco {
    display: none !important;
  }
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .center-sp {
    text-align: center;
  }
}

.gold-btn, .blue-btn {
  font-size: 1.6rem;
  display: inline-block;
  background-color: #7d6f54;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border: none;
  margin-top: 20px;
  padding: 5px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .gold-btn, .blue-btn {
    padding: 15px 40px;
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

.gold-btn:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #968a71;
}

.btntop {
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  color: #7d6f54;
  border: none;
  width: 100%;
  margin-top: 30px;
  padding: 20px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .btntop {
    width: 890px;
  }
}

.btntop:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #968a71;
}

ul.dot {
  list-style-type: disc;
}

ul.dot li {
  margin-left: 20px;
}

ul.decimal {
  list-style-type: decimal;
}

ul.decimal li {
  margin-left: 20px;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1201px) {
  .container-L {
    width: 1400px;
    margin: 0 auto;
  }
}

.wrap {
  overflow: hidden;
}

header.infohead {
  padding: 10px 20px;
}

.titleL {
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .anniversary {
    padding: 0 20px;
  }
}

.anniversary img {
  margin: 180px auto 60px auto;
}

.anniversary h2 {
  text-align: center;
  font-weight: 700;
  font-size: 3.0rem;
  margin-bottom: 30px;
}

.anniversary p {
  margin: 0 auto 20px auto;
}

@media (min-width: 768px) {
  .anniversary p {
    width: 700px;
  }
}

.anniversary ul {
  margin: 30px auto;
}

@media (min-width: 768px) {
  .anniversary ul {
    width: 700px;
  }
}

.anniversary h3 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 100px;
}

@media (min-width: 768px) {
  .anniversary h3 {
    font-size: 5.0rem;
  }
}

.info {
/*   margin-top: 160px; */
}

.info img {
  margin: 70px auto;
}

.textL {
  font-size: 2.0rem;
  margin-bottom: 30px;
}

.title {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 2.2em;
}

.title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 47%;
  background-color: #7d6f54;
}

ul li {
/*   margin-bottom: 1em; */
}

.merit {
  margin-top: 160px;
  padding: 50px 20px;
}
.merit.gray{
  background-color: #eee;
}

@media (min-width: 768px) {
  .merit {
    text-align: center;
  }
  .merit ul {
    display: inline-block;
    text-align: left;
  }
}

.list-no {
  list-style: none;
  margin-left: 0 !important;
}

.howtobuy {
  margin-top: 160px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .howtobuy table {
    margin: 0 auto;
  }
  .howtobuy table tr {
    display: block;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 767px) {
  .howtobuy table th, .howtobuy table td {
    width: 100%;
    display: block;
  }
}

@media (min-width: 768px) {
  .howtobuy table th {
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .howtobuy table td {
    margin-bottom: 2em;
  }
  .title:before{
    left: 39%;
  }
}

@media (min-width: 768px) {
  .howtobuy table td {
    padding-left: 1em;
  }
}

.firsttime {
/*   margin-top: 160px; */
  padding: 80px 20px;
}

@media (min-width: 768px) {
  .firsttime ul {
    width: 700px;
    margin: 0 auto;
  }
}

.season {
/*   margin-top: 160px; */
  padding: 80px 20px;
}

@media (min-width: 768px) {
  .season ul {
    width: 700px;
    margin: 0 auto;
  }
}

.titleS {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
}

.secondtitle {
  margin-top: 3em;
}

.secondtime {
/*   margin-top: 160px; */
  padding: 0 20px;
}

.secondtime h4 {
  margin-top: 3em;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .secondtime ul, .secondtime p {
    width: 700px;
    margin: 0 auto;
  }
  .secondtime ul.dot {
    width: 500px;
  }
}

.contact {
  margin-top: 100px;
}

.contact p {
  margin-bottom: 1em;
}

/* footer {
  color: #9fa0a0;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 10px 15px 10px;
  margin: 120px 20px 0 20px;
  border-top: 1px solid #d8d8d8;
} */

.sa {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sa--up {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.first-view{
	margin-bottom: 50px;
}
.lazyloaded{
	margin: 0 auto;
}
.valley{
	max-width: 700px;
	margin: 0 auto;
	padding: 80px 20px 0px;
	border-top: 2px solid #222;
	background: url="http://kenkg.wp.xdomain.jp/wp-content/uploads/2021/03/logo.png" no-repeat left top;
}
.valley .lazyloaded{
	margin-bottom: 50px;
	width: 250px;
}
.valley h2{
	margin-bottom: 10px;
}
.web-ticket h4{
	margin-top: 65px;
	margin-bottom: 25px;
}
.attention{
	margin-top: 60px;
}
.web-ticket h1.title:before{
	left: 50%;
}
.web-ticket .gray{
	background-color: #eee;
	padding: 80px 20px;
}
.web-ticket .first{
	margin-bottom: 100px;
}
.web-ticket .value{
  margin: 0 0 100px;
  padding: 0 20px;
}
.web-ticket .link-purchase{
	padding: 0 20px;
	display: flex;
	justify-content: space-around;
	margin: 100px auto 0;
	max-width: 900px;
}
.web-ticket .link-purchase p{
	margin-bottom: 15px;
}

.blue-btn {
	margin-top: 60px;
  background-color: #416d96;
}
.blue-btn:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}


.balloon{
	position: relative;
	padding: 20px 0;
	border-bottom: none;
	background-color: #2c7cef;
	color: #fff;
	border-radius: 10px;
	display:block;
	width: 280px;
	text-align: center;
}
.balloon.card{
	padding: 7px 0;
	font-size: 14px;
}
.balloon i{
		position: absolute;
		right: 15px;
		bottom: 37%;
	}
/* .balloon::before{
  content: '';
  position: absolute;
  right: 40%;
  bottom: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid #2c7cef;
  border-left: 15px solid transparent;
} */
.balloon i{
   margin-left:10px;
	font-size: 20px;
	transform: translatey(2px);
}
.IC-txt{
	margin-top: 120px;
	font-size:25px;
	letter-spacing: 0.1em;
  text-align: center;
}
.IC-txt span{
	font-weight: bold;
	font-size:28px;
	position: relative;
}
.IC-txt span::after{
	content:"";
	position:absolute;
	left:0;
	bottom: -8px;
	height: 5px;
	width: 100%;
	background-color: #F9B84E;
}
.first-view{
	padding: 0 20px;
  margin-top: 10%;
}
.first-view img{
  margin: 0 auto;
}
.pur-image img{
  margin: 0 auto;
}
@media (max-width: 768px){
	.web-ticket .link-purchase{
		text-align: center;
		display: block;
		margin: 80px auto 0;
	}
	.web-ticket .link-purchase a{
		display: block;
		margin:0 auto;
	}
	.merit{
		margin-top: 60px;
	}
	.web-ticket .link-purchase{
	margin: 60px auto 0;
	}
	.web-ticket .value{
		margin: 0 0 50px;
	}
	.IC-txt{
	margin-top: 50px;
	font-size:15px;
	letter-spacing: 0;
	}
	.IC-txt span{
	font-size:15px;
	}
	.IC-txt span::after{
	bottom: -5px;
	height: 3px;
	}
}
/*# sourceMappingURL=style.css.map */