body {
	font-size: 16px;
	line-height: 1.2;
  }
  *, *::before, *::after {
	box-sizing:border-box;
  }
  .clearfix::after {
	content:'';
	display:block;
	clear:both;
  }

 /* 見出し */
h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}

h2 { 
	font-size: 30px; 
}
h3 { 
	font-size: 25px; 
}
h4 { 
	font-size: 2.0rem; 
}
h5 { 
	font-size: 1.8rem; 
}
h6 { 
	font-size: 1.5rem; 
}
	@media screen and (max-width:768px) {
		h2 { font-size: 2.5rem; line-height: 1.25; letter-spacing: -.1rem; }
		h3 { font-size: 2.3rem; line-height: 1.25;  letter-spacing: -.1rem; }
		h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
		h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
		h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }
	}


img {
	border-style: none;
	vertical-align: bottom;
	max-width: 100%;
}
section{
	margin-top: 100px;
}

.JR h2{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px green;/*左線*/
}
/* JR発券 */
.JR-TopDetailBox{
	width: calc(100% / 2 - 65px);
    margin: 20px 25px;
    position: relative;
}
.JR-flexWrap{
	border: solid 3px green;
	margin: 0 0 60px 0;
}
.JR-DetailBox{
    width: calc(100% / 2 - 65px);
    margin: 40px 0;
    position: relative;
    border: solid 3px green;
	background-color: #f5f5f5;
}

.JR-DetailBox img{
  /* padding: 20px 20px; */
}


.JR-TopDetailBox .JR-DetailBoxNumber{
	position: absolute;
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    border: solid 1px;
    background-color: #fff;
    line-height: 85px;
    width: 85px;
    height: 85px;
    top: -85px;
    left: -55px;
    text-align: center;
    background-color: green;
}
.JR-txtBox{
    width: 100%;
    padding: 10px 20px;
    background-color: #f5f5f5;
    border-top: solid 3px green;
}
.JR-DetailBox .JR-DetailBoxNumber{
	position: absolute;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    border: solid 1px;
    line-height: 75px;
    width: 75px;
    height: 75px;
    top: -30px;
    left: -55px;
    text-align: center;
    background-color: green;
}
.JR-DetailBox.bottom{
	margin-top: 130px;
}

.JR-DetailWrap > .JR-DetailBox:not(:last-child)::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0px 30px 25px;
    border-color: transparent transparent transparent green;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -59px;
}
.JR-DetailWrap {
    list-style:  none;
    padding:  0;
	margin-top: 80px;
}

.JR-DetailWrap .JR-DetailBox :not(:last-child) {
    margin-right:  20px;
}
.TxtBox{
	margin: 20px 0;
}

.JR-issueRight{

}
.JR-toki-eg{
  font-weight: 900;
  color: green;
  font-size: 20px;
  padding: 0px 0;
  border-top: solid 3px green;
  border-bottom: solid 3px green;
  margin: 20px;
  text-align: center;
  width: 25%;
}
.JR-issueLeft{
	width: 45%;
  position: relative;
}
.JR-issueLeft::before{
  content: "";
  margin: auto;
  position: absolute;
  top: -193px;
  bottom: 0;
  right: -130px;
  width: 56px;
  height: 17px;
  background: red;
}
.JR-issueLeft::after{
  content: "";
  margin: auto;
  position: absolute;
  top: -194px;
  bottom: 0;
  right: -146px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid red;
}
.JR-InfoTxtbox ul{
  list-style: auto !important;
  margin: 15px 30px;
  font-weight: 900;
  line-height: 1.5;
}
.JR-issueLeft img{
  border: solid 3px green;
  margin-top: 15px;
}
.JR-issueRight{
	width: 35%;
}
.JR-issueRight img{
  border: solid 3px green;
  margin-top: 15px;
}
.JR-issueRight span{
  font-weight: 900;
  font-size: 18px;
  color: red;
}

@media screen and (max-width:768px) {
  #InfoContainer {
    width: 95%!important;
    margin: 90px auto 50px!important;
  }
  #InfoContainer .JR-InfoTxtbox ul {
    margin: 15px 0px 15px 25px !important;
  }
  
  #InfoContainer .JR-TopDetailBox .JR-DetailBoxNumber {
    top: -66px;
    left: -25px;
    font-size: 50px;
    line-height: 80px;
    width: 80px;
    height: 80px;
  }
  .JR-TopDetailBox {
    margin: 8px;
    width: calc(100% / 2 - 20px);
  }
  .JR-DetailBox{
    width: 95%;
    margin: 20px auto;
    position: relative;
    border: solid 3px green;
  }
  .JR-DetailBox .JR-DetailBoxNumber {
    font-size: 40px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    top: -24px;
    left: -23px;
  }
  .JR-DetailWrap > .JR-DetailBox:not(:last-child)::before {
    border-color: green transparent transparent transparent;
        border-width: 15px 20px 0px 20px;
        right: 0;
        left: 0;
        top: inherit;
        bottom: -25px;
  }
  .JR-DetailBox.bottom{
    margin-top: 20px;
  }
  #InfoContainer .JR-issueRight {
    width: 45%;
  }
  #InfoContainer .JR-toki-eg {
    width: 90%;
  }	
  #InfoContainer .JR-issueLeft::before {
    top: 33px;
    bottom: 0;
    right: -23px;
    width: 17px;
    height: 6px;
  }
  #InfoContainer  .JR-issueLeft::after {
    top: 33px;
    bottom: 0;
    right: -31px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid red;
  }
  #InfoContainer .JR-TokiMap{
    margin: 15px 5px;
  }
}


/* テーブル */
.tableWrap{
    width: calc(100% / 3 - 2px);
    margin: 20px 1px;
}
table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
  }
  
  table tr {
	background-color: #fff;
	padding: .35em;
	border: 2px solid #eee;
  }
  /* table tr:last-child{
	border: none;
  } */
  table td:nth-child(2) {
	background-color: rgb(255, 244, 244);
  }
  table th{
	padding: 10px;
	border-right: 2px solid #fff;
  }
  table td {
	padding: 10px;
	border-right: 2px solid #eee;
	text-align: center;
  }
  table th {
    font-size: 16px;
    font-weight: 500;
  }
  table thead tr{
	background-color: green;
	color:#fff;
  }
  table tbody th {
	  border-right: 2px solid #eee;
  }
  th.non {
	  border-right: none;
  }
  .txt{
	 text-align: left;
	 font-size: 16px;
  }
  .price{
    font-size: 16px;
  }
  .price span {
	  font-size: .6em;
  }
  .red_bk{
	background:#dd0000
  }
  .red-txt{
	color:#e81010
  }
  
  table .btnarea td {
	padding: .2em .5em;
	border-right:none
  }
  @media screen and (max-width: 600px) {
    #InfoContainer .tableWrap {
      width: 98%;
      margin: 5px 0;
    }
  }


/* 電子クーポン */
.Coupon h2{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #350ab9;/*左線*/
}
.Coupon h3{
  position: relative;
  display: inline-block;
  margin: 60px auto 40px;
  width: 100%;
  text-align: center;
}
.Coupon h3::before{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 190px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #350ab9;
}

.Intoro{
  margin: 50px 0 0;
  border: solid 1px;
  padding: 30px;
}
.Intoro ul{
  list-style: inherit;
  margin: 15px 20px;
}
.Intoro li{
  font-weight: 600;
  font-size: 17px;
  color: #990000;
}
#InfoContainer{
    width: 1100px;
    margin: 160px auto 50px;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.notice{
  text-align: center;
  color: red;
  font-weight: 900;
  margin-bottom: 60px;
}


.DetailBox{
	width: calc(100% / 3 - 65px);
    margin: 20px 25px;
    position: relative;
    border: solid 1px;
    padding: 20px 15px;
    border-radius: 14px;
    background-color: #f9f9f9;
}
.DetailBox .DetailBoxNumber{
    position: absolute;
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    border: solid 1px;
    border-radius: 50%;
    background-color: #271c77;
    line-height: 85px;
    width: 85px;
    height: 85px;
    top: -18px;
    left: -35px;
    text-align: center;
}
.DetailBox.bottom{
	margin-top: 130px;
}

.DetailWrap > .DetailBox:not(:last-child)::before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0px 20px 15px;
    border-color: transparent transparent transparent #350ab9;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -34px;
}
.DetailWrap {
    list-style:  none;
    padding:  0;
}

.DetailWrap .DetailBox :not(:last-child) {
    margin-right:  20px;
}
.TxtBox{
	margin: 20px 0;
}


@media screen and (max-width:768px) {
  .Coupon h3{
    margin: 30px auto 40px;
  }
  .Intoro {
    margin: 20px 0 0;
    padding: 20px 10px;
}
  .notice{
    margin-bottom: 30px;
  }
	.DetailBox{
    width: 95%;
    margin: 20px auto;
    position: relative;
    border: solid 1px;
    padding: 30px 25px;
	}
	.DetailBox .DetailBoxNumber {
    font-size: 50px;
    line-height: 75px;
    width: 80px;
    height: 80px;
    top: -24px;
    left: -8px;
	}
	.DetailWrap > .DetailBox:not(:last-child)::before {
		border-color: #350ABA transparent transparent transparent;
        border-width: 15px 20px 0px 20px;
        right: 0;
        left: 0;
        top: inherit;
        bottom: -25px;
	}
	.DetailBox.bottom{
		margin-top: 20px;
	}
	
}