/* CSS Document */

@charset "utf-8";
/* CSS Document */

#cancel {
  font-size: 0;
  color: #000;
  background-color: #fff;
  /*padding:10px;*/
  padding: 60px;
  /*border: 3px solid #375612;*/
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto;
  /* text-align: center; */
  box-sizing: border-box;
  max-width: 1120px;
}
#cancel > * {
  letter-spacing: 0;
  /*font-weight: bold;*/
  width: 100%;
  /*display: inline-block;
	vertical-align: middle;*/
}
#cancel strong {
  display: block;
  /*width: 380px;*/
  line-height:1.2;
  width: 100%;
  font-size: 21px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
#cancel p {
  text-align: left;
  /*width:calc(100% - 385px);*/
  width: 100%;
  /*font-size: 14px;*/
  font-size: 12px;
  /*padding-left: 45px;*/
  line-height: 2em;
}
#cancel strong:last-child {
  font-size: 14px;
  color: #ff0000;
  width: 100%;
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  /*border-top: 3px solid #375612;*/
}

#infonote {
  background-color: #fff;
  padding-top: 30px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1120px;
}
#infonote ul {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
#infonote ul li {
  color: #000;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0;
  padding-left: 1em;
  margin-bottom: 5px;
  text-indent: -1em;
}

@media screen and (max-width: 980px) {
  #cancel {
    padding: 15px;
  }
  #cancel > * {
    /*text-align: center;*/
    width: 100% !important;
    padding: 0;
    display: block;
  }
  #cancel strong {
    margin-bottom: 10px;
  }
  #cancel p {
    /*text-align:center;*/
    /*padding: 0;*/
  }
}

.purchase_btn {
  display: block;
  width: 129px;
  height: 129px;
  position: fixed;
  bottom: 70px;
  right: 50px;
  z-index: 10;
}
.purchase_btn img {
  width: 100%;
  height: auto;
}
.btn_sp ,.btn_tickets{
	font-size: 14px;
	text-align: center;
	display: block;
	width: 129px !important;
	height: 129px;
	position: fixed;
	bottom: 70px;
	z-index: 10;
	line-height: 1.4;
}
.btn_tickets{
	right: 50px;
}
.btn_sp{
	right: 189px;
}
@media screen and (max-width: 920px) {
  .purchase_btn {
    width: 109px;
    height: 109px;
    right: 20px;
  }
	.btn_sp ,.btn_tickets{
    width: 109px !important;
    height: 109px;
    right: 20px;
  }
	.btn_tickets{
		bottom: 210px;
	}
	.btn_sp{
		bottom: 70px;
	}
}
@media screen and (max-width: 480px) {
  .purchase_btn {
    width: 89px;
    height: 89px;
  }
}

/* core	================================================	*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 18px;
  font-weight: normal;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

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

.left-box,
.right-box {
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.listhead {
  margin: 0px !important;
}

html {
  height: 100%;
}

body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  width: 100%;
  font-size: 12px;
  color: #000000;
  /* background-color: #ffffff;*/
  -webkit-text-size-adjust: 100%;
  /*-webkit-font-smoothing: antialiased;*/
  text-rendering: optimizeLegibility;
}
