@charset 'euc-jp';

/* Layout
 *********************************** */

.content dd,
.content div,
.content dl,
.content dt,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content li,
.content ol,
.content p,
.content ul {
  box-sizing: border-box;
}

body {
  background-image: none;
}

.container {
  width: 980px;
  line-height: 1.2;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', Helvetica, sans-serif;
  font-size: 20px;

  line-break: strict;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width:981px) {
  .container {
    width: 100%;
  }
}

.page-header {
  margin: 0 auto;
  width: 980px;
}

.breadcrumb {
  margin: 0 auto;
  padding: .6em 0;
  width: 940px;
  line-height: 1.5;
  font-size: 16px;
}

.local-nav {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 870px;
}

.local-nav .item {
  float: left;
}

.header-ticket {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background: url('https://www.maru-jan.com/image/menu/ver_1/min_wid768/bg_page_top_normal.jpg') center top repeat-x;
}

.header-bg {
  background-color: rgba(0,0,0,.6);
}

.header-ticket-title {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  height: 72px;
  line-height: 72px;
  font-size: 22px;
  color: #fff;
}

.content {
  margin-right: auto;
  margin-left: auto;
  width: 940px;
  border: 1px solid #6a6a6a;
}

.section {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  text-align: center;
  border: 1px solid #989898;
}

.title-01 {
  margin-right: auto;
  margin-left: auto;
  width: 940px;
  height: 70px;
  line-height: 70px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
  background: url('https://www.maru-jan.com/image/ticket/bg_01.jpg') center top no-repeat;
}

.title-02 {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-indent: 2em;
  letter-spacing: 2px;
  background: url('https://www.maru-jan.com/image/ticket/bg_02.png') center top no-repeat;
}

.button-01 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 480px;
  height: 72px;
  line-height: 72px;
  font-size: 32px;
  font-weight: bold;
  transition: .3s linear;
  transition-property: all;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 5px;
  background-color: #0096d6;
}

.button-01:hover,
.button-01:active {
  background-color: #00c7eb;
}

.fz-20px {
  line-height: 1.8;
  font-size: 20px;
}

.mr-12px {
  margin-right: 12px;
}
