@charset "UTF-8";
.reservation-upper-wrap {
background: #eaeae0;
padding: 170px 4% 0;
}
.reservation-mid-wrap{
background: #eaeae0;
padding: 0 4% 0;
}
.reservation-upper-block{
position: relative;
max-width: 1312px;
margin: 0 auto;
padding: 0 0 0 138px;
}
.reservation-head{
padding: 0 0 6%;
}
.reservation-head p{
font-size: 23px;
font-family: "Zen Old Mincho", serif;
font-weight: 400;
margin: 0 0 0.7%;
}
.reservation-head span{
font-size: 14px;
font-weight: 400;
}
.reservation-type01-block{
max-width: 1312px;
margin: 0 auto;
padding: 0 0 0 138px;
}
.btn-sec{
padding: 0 4%;
position: relative;
z-index: 5;
}
.reservation-inner900{
width: 100%;
max-width: 900px;
margin: 0 auto;
}
.reservation-block-ttl{
background: #be914b;
color: #fff;
font-size: 20px;
font-weight: 400;
margin: 0 0 4%;
padding: 0 0 0 18px;
line-height: 2.6;
}
.reservation-btn-block01{
padding: 0 0 8%;
}
.reservation-btn-box{
margin: 0 0 3%;
}
.reservation-att-text{
font-size: 18px;
font-weight: 400;
margin: 0 0 2%;
}
.seat-ex-ttl01{
width: 630px;
margin: 0 0 20px;
}
.seat-ex-ttl02{
width: 392px;
margin: 0 0 20px;
}
.seat-ex-ttl03{
width: 422px;
margin: 0 0 20px;
}
.seat-ex-box{
margin: 0 0 6%;
}
.seat-ex-box p{
font-size: 18px;
font-weight: 400;
margin: 0 0 3%;
}
.seat-ex-cont{
display: flex;
justify-content: space-between;
}
.seat-ex-img{
width: 37.7%;
}
.seat-ex{
width: 60.2%;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
padding: 0 3% 0 5%;
}
.seat-price-box01{
width: 100%;
max-width: 1312px;
margin: 0 auto 5%;
padding: 2.5% 3%;
background: #f6f6f2;
position: relative;
}
.seat-price-box02{
width: 100%;
max-width: 1312px;
margin: 0 auto 4%;
padding: 2.5% 3%;
background: #f6f6f2;
position: relative;
}
.seat-price-box01::before,
.seat-price-box02::before{
position: absolute;
content: '';
width: 80px;
height: 80px;
top: -40px;
left: -40px;
border-radius: 100px;
background: #eaeae0;
}
.seat-price-box01::after,
.seat-price-box02::after{
position: absolute;
content: '';
width: 80px;
height: 80px;
top: -40px;
right: -40px;
border-radius: 100px;
background: #eaeae0;
}
.seat-price-box01-lb,
.seat-price-box02-lb{
position: absolute;
width: 80px;
height: 80px;
bottom: -40px;
left: -40px;
border-radius: 100px;
background: #eaeae0;
}
.seat-price-box01-rb,
.seat-price-box02-rb{
position: absolute;
width: 80px;
height: 80px;
bottom: -40px;
right: -40px;
border-radius: 100px;
background: #eaeae0;
}
.seat-price-box-ttl{
font-size: 18px;
font-weight: 700;
margin: 0 0 12px;
}
.seat-price-box01-inner{
width: 92%;
max-width: 1144px;
margin: 0 auto;
}
.seat-price-box02-inner{
width: 92%;
max-width: 1026px;
margin: 0 auto;
}
.seat-price-box01 p,
.seat-price-box02 p{
font-size: 14px;
padding: 10px 0 0;
font-weight: 400;
}
.how-to-cs-box{
padding: 10% 0 3%;
}
.how-to-att-text{
font-size: 14px;
font-weight: 400;
margin: 0 0 2%;
}
.cancel-box{
}
.cancel-box a{
font-size: 18px;
font-weight: 500;
text-decoration: underline;
position: relative;
}
.cancel-box a img{
width: 16px;
position: relative;
left: 4px;
top: -4px;
}
.at-station-sec{
padding: 0 4%;
}
.at-station-inner{
max-width: 1312px;
margin: 0 auto;
}
.at-station-cont{
display: flex;
margin: 0 0 8%;
}
.at-station-name{
width: 434px;
flex-shrink: 0;
font-size: 23px;
font-family: "Zen Old Mincho", serif;
font-weight: 400;
border-right: 1px solid #333333;
line-height: 2.1;
}
.at-station-att{
padding: 0 0 0 24px;
}
.at-station-att p{
font-size: 18px;
font-weight: 400;
padding: 2% 0 0;
line-height: 1.6;
}
.at-station-att p span{
font-size: 14px;
}
.reservation-end-wrap{
background: #fff;
padding: 0 4% 170px;
overflow: hidden;
}
.reservation-end-wrap-inner {
max-width: 1312px;
margin: 0 auto;
}
.reservation-end-link-box {
max-width: 900px;
margin: 8% auto 6%;
border-bottom: 1px solid #145055;
 border-top: 1px solid #145055;
 text-align: center;
}
.reservation-end-link-box a{
font-size: 24px;
font-family: "Zen Old Mincho", serif;
font-weight: 400;
position: relative;
padding: 0 20px 0 0;
line-height: 4;
display: inline-block;
color: #145055;
}
.reservation-end-link-box a::after{
position: absolute;
content: '';
width: 8px;
height: 16px;
top: 0;
bottom: 0;
right: 0;
margin: auto;
background: url("../images/reservation-link-ar.svg") no-repeat;
background-size: 100%;
}
.reservation-end-contact-box{
display: flex;
justify-content: space-between;
}
.reservation-end-contact-ttl{
flex-shrink: 0;
width: 19.5%;
font-size: 26px;
font-family: "Zen Old Mincho", serif;
font-weight: 400;
color: #145055;
}
.reservation-end-contact01{
flex-shrink: 0;
width: 40.8%;
}
.reservation-end-contact02{
flex-shrink: 0;
width: 39.7%;
}
.reservation-end-contact01 p,
.reservation-end-contact02 p{
font-size: 18px;
font-weight: 400;
}
.reservation-end-contact01 p.reservation-contact-ttl,
.reservation-end-contact02 p.reservation-contact-ttl{
font-size: 20px;
font-weight: 400;
color: #be914b;
margin: 0 0 1.5%;
}
.seat-ex-sp-box{
display: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width : 1200px) {
.reservation-upper-wrap {
padding: 100px 4% 0;
}
.reservation-upper-block {
padding: 0 0 0 120px;
}
.reservation-type01-block {
padding: 0 0 0 120px;
}
.reservation-head p {
font-size: 18px;
font-family: "Zen Old Mincho", serif;
font-weight: 400;
margin: 0 0 0.7%;
}
.reservation-block-ttl {
font-size: 18px;
margin: 0 0 4%;
padding: 0 0 0 16px;
line-height: 2.4;
}
.seat-ex-box p {
font-size: 16px;
font-weight: 400;
margin: 0 0 3%;
}
.seat-ex-ttl01 {
width: 567px;
margin: 0 0 20px;
}
.seat-price-box-ttl {
font-size: 16px;
margin: 0 0 12px;
}
.reservation-att-text {
font-size: 16px;
margin: 0 0 2%;
}
.reservation-btn-block01 {
padding: 0 0 5%;
}
.how-to-cs-box {
padding: 7% 0 3%;
}
.cancel-box a {
font-size: 16px;
}
.at-station-name {
width: 310px;
flex-shrink: 0;
font-size: 18px;
border-right: 1px solid #333333;
line-height: 2.1;
}
.at-station-att p {
font-size: 15px;
font-weight: 400;
padding: 2% 0;
line-height: 1.6;
}
.reservation-end-link-box a {
font-size: 20px;
padding: 0 20px 0 0;
}
.reservation-end-contact-box {
flex-wrap: wrap;
}
.reservation-end-contact-ttl {
width: 100%;
font-size: 22px;
padding: 0 0 3%;
text-align: center;
}
.reservation-end-contact01 {
width: 50%;
padding: 0 2% 0 0;
}
.reservation-end-contact02 {
width: 50%;
padding: 0 0 0 2%;
}
.reservation-end-contact01 p.reservation-contact-ttl, .reservation-end-contact02 p.reservation-contact-ttl {
font-size: 18px;
margin: 0 0 1.5%;
}
.reservation-end-contact01 p, .reservation-end-contact02 p {
font-size: 16px;
}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width : 1000px) {
.reservation-end-contact01 p.reservation-contact-ttl, .reservation-end-contact02 p.reservation-contact-ttl {
font-size: 16px;
margin: 0 0 1.5%;
}
.reservation-end-contact01 p, .reservation-end-contact02 p {
font-size: 14px;
}
.seat-price-box01 p, .seat-price-box02 p {
font-size: 12px;
padding: 10px 0 0;
font-weight: 400;
}
}

@media only screen and (max-width : 767px) {
.reservation-upper-block {
padding: 0;
}
.reservation-head p {
font-size: 3.4vw;
margin: 0 0 2%;
padding: 3% 0 0;
}
.reservation-head span {
font-size: 2.8vw;
font-weight: 400;
}
.reservation-block-ttl {
font-size: 3.4vw;
margin: 0 0 4%;
padding: 0 0 0 2vw;
line-height: 2.2;
}
.seat-price-box01,
.seat-price-box02{
padding: 6%;
margin: 0 auto 8%;
}
.seat-price-box01-lb,
.seat-price-box02-lb{
width: 10vw;
height: 10vw;
bottom: -5vw;
left: -5vw;
z-index: 0;
}
.seat-price-box01-rb,
.seat-price-box02-rb {
width: 10vw;
height: 10vw;
bottom: -5vw;
right: -5vw;
z-index: 0;
}
.seat-price-box01::before,
.seat-price-box02::before{
width: 10vw;
height: 10vw;
top: -5vw;
left: -5vw;
z-index: 0;
}
.seat-price-box01::after,
.seat-price-box02::after{
width: 10vw;
height: 10vw;
top: -5vw;
right: -5vw;
z-index: 0;
}
.seat-price-box-ttl {
display: none;
}
.seat-price-box01-inner,
.seat-price-box02-inner{
width: 100%;
}
.cancel-box a {
font-size: 14px;
}
.cancel-box a img {
width: 14px;
position: relative;
left: 4px;
top: -4px;
}
.how-to-att-text {
font-size: 12px;
font-weight: 400;
margin: 0 0 3%;
}
.how-to-cs-box {
padding: 7% 0 5%;
}
.reservation-btn-block01 {
padding: 0 0 13%;
}
.reservation-att-text {
font-size: 3.1vw;
margin: 0 0 2%;
}
.reservation-end-link-box {
width: 90%;
margin: 8% auto 6%;
}
.reservation-end-link-box a {
font-size: 4.4vw;
padding: 0 4vw 0 0;
line-height: 3.4;
}
.reservation-end-contact-ttl {
font-size: 4vw;
padding: 0 0 3%;
text-align: left;
}
.reservation-end-contact01 {
width: 100%;
padding: 0 0 5%;
}
.reservation-end-contact02 {
width: 100%;
padding: 0 0 0;
}
.reservation-end-contact01 p.reservation-contact-ttl, .reservation-end-contact02 p.reservation-contact-ttl {
font-size: 14px;
margin: 0 0 1.5%;
}
.reservation-end-contact01 p, .reservation-end-contact02 p {
font-size: 12px;
}
.reservation-end-wrap {
padding: 0 6% 80px;
}
.at-station-cont {
display: block;
margin: 0 0 11%;
}
.at-station-name {
width: 100%;
font-size: 4vw;
border-right: none;
line-height: 1.9;
}
.at-station-att {
width: 100%;
padding: 0;
font-size: 3.6vw;
}
.at-station-att p span {
font-size: 12px;
}
.reservation-type01-block {
padding: 0;
}
.btn-sec {
padding: 0 7%;
}
.seat-ex-cont {
display: block;
}
.seat-ex-img {
display: none;
}
.seat-ex {
width: 100%;
background: #fff;
display: block;
align-items: center;
justify-content: center;
padding: 4% 4% 4% 5%;
}
.seat-ex-sp-box{
display: flex;
justify-content: space-between;
}
.for-2-3{
margin: 0 0 5%;
}
.seat-ex-sp-box-img{
width: 50%;
}
.seat-ex-sp-box-ttl{
width: 50%;
padding: 0 0 0 4%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.seat-ex-box p {
font-size: 3.4vw;
font-weight: 400;
margin: 4% 0 5%;
}
.seat-ex-box.for-2 {
margin: 0 0 8%;
}

}


