@charset "utf-8";

/* box-caution
-------------------------- */
.popup_box{ display: none;}

.mb20 {
    margin-bottom: 20px !important;
}

.bold {
    font-weight: bold;
}

.inbox.box-caution {
    background: #fff;
    box-shadow: 0 0 1px #ccc;
    padding: 40px;
    font-family: Roboto, "モトヤLシーダ3等幅", MotoyaLCedar, -apple-system, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}


.box-caution .listTit {
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #ff7c60;
}

.box-caution .lead{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.box-caution .block-caution:first-of-type{
	display: block;
}
.box-caution .block-caution{
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    text-align: center;
}
.box-caution .block-caution:last-of-type{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.box-caution .block-caution:first-of-type{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.box-caution .block-caution:last-of-type *{
	/*font-size: 16px !important;*/
}
.box-caution .block-caution a{
	font-size: 18px;
	text-decoration: none;
}
.box-caution .block-caution a.sub{
	display: inline-block;
	font-size: 15px;
	color: #2359bf;
	padding-top: 5px;
	text-decoration: underline;
}
.box-caution .block-caution a.sub:hover{
	color: #cc1321;
}
.form--post.block-caution a:not('.main'){
	text-decoration: underline;
}
.form--post.block-caution a:hover{
	color: #cc1321;
}
.form--post.block-caution .main:hover{
	color: #fff;
}
.box-caution .btn{
	text-decoration: none;
}

.box-caution .block-caution .block-tit{
	text-align: center;
	font-size: 22px;
	margin-bottom: 10px;
}
.box-caution .block-caution *{
}
.box-caution .block-caution i{
	font-size: 16px;
	padding-left: 5px;
}
.box-caution .block-caution.reading{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.box-caution .block-caution.form--post label{
	margin-bottom: 20px;
}
.box-caution .block-caution.form--post label span::before{
	top: 9px;
}
.box-caution .block-caution.understanding.form--post label{
	cursor: pointer;
}
.box-caution .block-caution.understanding.form--post label.valBtn{
    cursor: default;
}
.box-caution .block-caution.reading *{
	pointer-events : auto;
}

.box-caution .block-caution.understanding label,
.box-caution .block-caution.understanding label *{
	cursor: auto;
	/*pointer-events:none;*/
}

.box-caution .block-caution #entryBtn{
    pointer-events: none;
    background: #CCC;
    border-color: #CCC;
}
.box-caution .block-caution .reserve1{
    cursor: default;
}
.box-caution .block-caution.understanding #entryBtn{
	pointer-events : auto;
    background: #cc1321;
    border-color: #cc1321;
    cursor: pointer;
}
.box-caution .block-caution.understanding .disabled#entryBtn{
    pointer-events: none!important;
    background: #CCC;
    border-color: #CCC;
}
.box-caution .attentionList { margin: 0 auto 30px; }
.box-caution .attentionList:last-child { margin: 0;}
.box-caution .attentionList .btncx { margin: 0 auto 10px; }
.box-caution .attentionList li {
    font-size: 14px;
    margin: 0 0 5px 20px;
    text-align: left;
    position: relative;
    line-height: 1.7;
}

.box-caution .attention_desc {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.box-caution a *{
	transition: none;
}
.box-caution a { display: inline-block; font-size: 14px; text-decoration: none;margin: 0; }
.box-caution a:hover { color:#cc1321; }
.box-caution .btnList { text-align: center; }
.box-caution .btnList .btn {
	display: inline-block;
	width: auto;
	min-width: 360px;
	padding: 15px 0 40px;
}
.box-caution .btnList .btn:nth-child(1) { margin-right: 10px; }
.box-caution .btnList .btn a { min-width: 360px; }
.attentionList li::before{
  top: 0.2em;
}
.box-caution .block-caution.reading .blankBtn_in{
    pointer-events: none;
}
.box-caution .block-caution.reading .blankBtn_in a{
    pointer-events: none;
    background: #CCC;
    border-color: #CCC;
    color: #FFF;
}

.box-caution .list-ticket dt{
	font-size: 20px;
	margin-bottom: 10px;
}
.attentionList li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 9px;
	font-size: 0.8em;
	background: #b9b9b9;
	position: absolute;
	left: -13px;
	top: 9px;
}

/* form */
.box-caution label { display: block; margin: 30px auto 0; }
.box-caution label:hover{ color: #cc1321;}
.box-caution label:hover span::before{ border-color: #cc1321;}
.box-caution label span { position: relative; font-size: 18px;}
.box-caution label span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 0;
	border: 1px solid #999;
	margin: -0.6em 0 0;
	position: absolute;
	left: -27px;
	top: 11px;
	background: #fff;
	border-radius: 2px;
	transition: .3s;
}
.box-caution :checked ~ span::before,
.box-caution :disabled ~ span::before { background: #cc1321; border-color: #cc1321; }
.box-caution label span::after {
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 0.4em;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	margin: -0.26em 0 0;
	position: absolute;
	left: -0.1em;
	top: 70%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}
.box-caution :checked ~ span::after,
.box-caution :disabled ~ span::after { top: 9px; left: -24px; opacity: 1; }
.box-caution  input { -webkit-appearance: none; opacity: 0; position: absolute; }
.box-caution  a{ text-decoration: underline;}
.box-caution .btn .disabled:hover{ color: #fff;}
.box-caution .main:hover{ color: #fff;}
.scheduleArea { display: none; }
.pointList .point-trade .thumb{ padding: 15px 10px 0; }
.pointList .point-collection .thumb{ padding: 10px; }


/* confirm */

.confirm.box-caution .block-caution {
  display: block;
}
.confirm.box-caution .block-caution:not(.form--post) .btn,
.confirm.box-caution .block-caution.form--post label{
  /*display: none;*/
}
.confirm.box-caution .block-caution * {
    pointer-events: auto;
}
.confirm..box-caution .lead{
	margin-bottom: 50px;
}


.box-caution .block-caution .selectArea{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 660px;
    margin: 0 auto;
}

.box-caution .block-caution .selectArea .selDate{
	position:relative;
}
.box-caution .block-caution .selectArea .selDate:after{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: -5px;
    right: 15px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}




.box-caution .block-caution .selectArea .selDate select{
	border: none;
    background: #EEE;
    padding: 20px;
    border-radius: 5px;
    width: 320px;
    margin: 0;
    line-height: 1em;
    font-size: 13px;
    -webkit-appearance: none;
  appearance: none;
  color: #000;
}
.box-caution .block-caution .selectArea .selTicket{
	position:relative;
}
.box-caution .block-caution .selectArea .selTicket:after{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: -5px;
    right: 15px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}

.box-caution .block-caution .selectArea .selTicket label{
	margin: 0;
}
.box-caution .block-caution .selectArea .selTicket select{
    border: none;
    background: #EEE;
    padding: 20px;
    border-radius: 5px;
    width: 320px;
    margin: 0;
    line-height: 1em;
    text-align: left;
    font-size: 13px;
    -webkit-appearance: none;
    cursor: pointer;
  appearance: none;
  color: #000;
}
.box-caution .block-caution .selectArea .selTicket .option0{
    pointer-events: none;
}
.box-caution .block-caution .selectArea .selTicket .option0 select{
    opacity: 0.5;
    pointer-events: none;
}

.box-caution .block-caution .btnEnter a{
    margin: 0;
    background: #cc1321;
    padding: 15px 40px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
    width: 400px;
    max-width: 100%;
    cursor: pointer;
    transition: 0.4s;
}

.box-caution .block-caution .btnEnter a:hover {
    background: #c0264c;
}

.box-caution .block-caution .btnEnter a span{
    display: block;
    font-size: 14px;
    cursor: pointer;
}
.box-caution .block-caution .btnEnter a span:before,
.box-caution .block-caution .btnEnter a span:after{
	display:none;
}

.box-caution .block-caution .btnEnter .option1_x{
    pointer-events: none;
}
.box-caution .block-caution .btnEnter .option1_x a{
    opacity: 0.5;
    pointer-events: none;
}


.box-caution .block-caution .disabled .selectArea{
	pointer-events:none;
}

.box-caution .block-caution .disabled .selectArea .selDate select {
    opacity: 0.5;
    pointer-events: none;
}
.box-caution .block-caution .disabled .selectArea .selDate:after {
    opacity: 0.5;
    pointer-events: none;
}
.box-caution .block-caution .disabled .selectArea .selTicket:after{
    opacity: 0.5;
    pointer-events: none;
}
.box-caution .block-caution .disabled  select {
    opacity: 0.5;
    pointer-events: none;
}
.box-caution .block-caution .disabled .btnEnter a {
    opacity: 0.5;
    pointer-events: none;
}


@media screen and (max-width: 900px) {

.mb20 {
    margin-bottom: 15px !important;
}

.inbox.box-caution {
    padding: 20px 13px;
    margin: 0;
}

.box-caution .listTit {
    font-size: 15px;
    margin-bottom: 20px;
}

.box-caution .attentionList li {
    font-size: 12px;
    margin: 0 0 5px 1em;
    text-align: left;
    padding: 0;
    position: relative;
}

.box-caution .block-caution:last-of-type * {
    font-size: 12px !important;
}

.box-caution :checked ~ span::after, .box-caution :disabled ~ span::after {
    top: 9px;
    left: -19px;
    opacity: 1;
    width: 0.5em;
    height: 0.3em;
}

.box-caution .block-caution.form--post label span::before {
    top: 8px;
    width: 15px;
    height: 15px;
    left: -24px;
}

.box-caution .block-caution.form--post label {
    margin-bottom: 10px;
    margin-top: 0;
}

.box-caution .block-caution.form--post > label {
    padding-left: 10px;
}

.box-caution label span {
    font-size: 12px;
}

.box-caution .block-caution:last-of-type {
    margin-top: 20px;
    padding-top: 20px;
}

.box-caution .attentionList {
    margin: 0 auto 20px;
}

.box-caution .attention_desc {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 20px;
}
.box-caution .btn a {
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px;
}

.box-caution .block-caution .selectArea {
    display: block;
    width: 100%;
}
.box-caution .block-caution .selectArea .selDate select {
    width: 100%;
}

.box-caution .block-caution .selectArea .selDate {
    margin: 0 0 20px;
}
.box-caution .block-caution .selectArea .selTicket {
    margin: 0 0 20px;
}
.box-caution .block-caution .selectArea .selTicket label {
    margin: 0;
    width: 100%;
}
.box-caution .block-caution .selectArea .selTicket select{
    width: 100%;
}
.box-caution .block-caution .btnEnter .valBtn2 {
	margin: 0;
    width: 100%;
}
.box-caution .block-caution .btnEnter a {
    margin: 0;
    padding: 15px;
    border-radius: 5px;
    color: #FFF;
    font-size:14px;
    width: 100%;
}
.box-caution .block-caution .btnEnter a span {
    font-size:12px;
}

.box-caution .block-caution {
    margin-top: 30px;
    padding: 30px 0;
}

}


@media screen and (min-width: 900px) {
.box .mainLead {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    margin: 0 0 25px;
}

.box-ticket .dticket {
    margin: 0 0 30px;
}

}
