@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
 base style
======================================= */
body {
  background: #fff;
  line-height: 1;
  margin: auto;
  max-width: 2000px;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS ゴシック", sans-serif;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-wrapper {
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.contents {
  width: 750px;
  margin: 0 auto;
}

section {
  position: relative;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: 0.8;
}

.main-wrapper {
  background: url("../img/r10km_fukushima_LP.jpg") no-repeat center 60% fixed;
  background-size: 2000px 1280px;
  min-width: 750px;
  margin: 0 auto;
}

.ticket {
  background: url("../img/ticket-bg.jpg") no-repeat top center;
  background-size: 750px 460px;
  margin: 0 auto;
  height: 460px;
}
.ticket__link ul {
  display: flex;
  justify-content: space-between;
}
.ticket__link ul li a img {
  width: 375px;
  padding:10px;
}

.place {
  background-color: #eee7d7;
  padding-bottom: 140px;
}

.fixed-nav {
  background-color: rgba(202, 182, 158, 0.7);
  position: fixed;
  bottom: 0;
  width: 750px;
  z-index: 99;
  display: none;
}

.news{
	background: #fff;
	padding: 2em;
	line-height: 1.5;
	letter-spacing: 2px;
}

.news h2{
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 0 0.5em;
	border-bottom: 3px solid #ccc;
	border-left: 10px solid #ccc;
}

.news dt{
	padding: 1em 0.5em 0.5em 0.5em;
	border-bottom: 1px dotted #ccc;
}

.news dd{
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
}

.news dd a{
	color:#14508D;
	text-decoration: underline;
}



/*# sourceMappingURL=styles.css.map */
