@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,span,small,dl,dt,dd,ol,ul,li {
  margin: 0;
  font-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}
/*input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/

/*--------------------------------------
　Base
---------------------------------------*/
html {
    font-size: 62.5%;
}
body {
	color: #222;
	font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.0em;
	/*min-width: 1100px;*/
	position: relative;
	letter-spacing: 0.03em;
	-webkit-text-size-adjust: none;
	background: #efece5;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img { 
  max-width: 100%; 
  height: auto;
}
a {
    color: #222;
    text-decoration: underline;
	transition: all .4s;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.mb0 { margin-bottom: 0 !important;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb35 { margin-bottom: 35px;}
.mb40 { margin-bottom: 40px;}
.mb45 { margin-bottom: 45px;}
.mb50 { margin-bottom: 50px;}

.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}

.sp {
    display: none;
}

/*--------------------------------------
　Header
---------------------------------------*/
header {
	height: 10rem;
	background: rgba(70,60,50,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
header .headInr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*padding: 0 3rem;*/
	height: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
header .agencyHeadInr {
	max-width: 1250px !important;
}
header .logoBox a {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
	color: #fff;
}
header .logoBox .catch {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
header .logoBox .logoIcon {
	height: 5.0rem;
	width: auto;
}
header .logoBox .siteName {
	font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}
header .logoBox rt {
	font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}
header .logoBox ruby {
	ruby-align: center;
}
header .btn-internal {
	min-width: 38rem;
	margin: 0;
}
header .btn-internal a {
	background-image: url("../img/arr_bou_wh_right.png");
	background-size: 20px auto;
	font-size: 1.8rem;
	padding: 1.5rem 7rem 1.5rem 7rem;
	min-height: inherit;
}
header .btn-internal a .small {
    font-size: 1.4rem;
}

/*--------------------------------------
　MV
---------------------------------------*/
#mv {
	background: #000;
    height: 40rem;
	padding-top: 10rem;
	position: relative;
}
#mv .mvSlider {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
#mv .mvSlider .pic {
	display: flex;
	justify-content: flex-end;
}
#mv .mvSlider img {
	width: auto;
	height: 40rem;
	object-fit: contain;
	object-position: right;
	margin: 0;
}
#mv .mvInr {
    display: flex;
    align-items: center;
	max-width: 110rem;
	margin: 0 auto;
	height: 100%;
}
#mv .mvTit {
	color: #fff;
	font-size: 4.6rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
	position: relative;
	padding-left: 5rem;
}
#mv .mvTit:before {
	content: "";
	background: #fff;
	width: 1px;
	height: 15rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/*--------------------------------------
　Footer
---------------------------------------*/
footer {
	background: #001e62;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .copy {
	font-family: "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.06em;
}

/*--------------------------------------
　STEP
---------------------------------------*/
.stepArea {
	background: #f5f4f0;
	border-bottom: solid 1px #c8c8be;
	padding: 5rem 0;
}
.stepArea .engTit {
	flex-direction: row;
	align-items: center;
	gap: 3rem;
	margin-bottom: 3rem;
}
.stepArea .engTit .txt {
	position: relative;
	padding: 0 4rem;
}
.stepArea .engTit .txt:before {
	content: "";
	background: #866d4b;
	width: 3rem;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
}
.stepArea .engTit .txt:after {
	content: "";
	background: #866d4b;
	width: 3rem;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
}
.stepArea ul {
	display: flex;
	height: 100%;
	border: solid 1px #222;
}
.stepArea ul li {
	width: calc(100% / 5);
	font-size: 1.8rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.01em;
	position: relative;
	padding: 2rem 2rem;
	background: #fff;
}
.stepArea ul li.now {
	background: #866d4b;
	color: #fff;
}
.stepArea ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    border: 36px solid transparent;
    border-right-width: 0;
    border-left-width: 13px;
	z-index: 1;
    transform: translateX(0);
    border-left-color: #222;
    margin: 0;
}
.stepArea ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    border: 36px solid transparent;
	border-left-color: #fff;
    border-right-width: 0;
    border-left-width: 13px;
	z-index: 1;
	transform: translateX(-1px);
	margin: 0;
}
.stepArea ul li.past:before {
	border-left-color: #222;
}
.stepArea ul li.past:after {
	border-left-color: #64C8FA;
}
.stepArea ul li.now:before,
.stepArea ul li.now:after {
    border-left-color: #866d4b;
}
.stepArea ul li:last-child:before,
.stepArea ul li:last-child:after {
    content: none;
}




/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
	padding: 9rem 0 10rem;
}

.wi1100 {
	margin: 0 auto;
	max-width: 1100px;
}

.txt_red {
	color: #c85064;
}
.txt_blue {
	color: #1e64dc;
}
.txt_link {
	text-decoration: underline;
	color: #1e64dc;
	cursor: pointer;
}
.txt_link:hover {
	opacity: 1;
	text-decoration: none;
}


/*————————————————————
 タイトル
————————————————————*/
.engTit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4rem;
	text-align: center;
	margin-bottom: 6rem;
}
.engTit .eng {
	width: auto;
	height: 2.8rem;
}
.engTit .eng img {
	width: auto;
	height: 100%;
}
.engTit .txt {
	color: #866d4b;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.06em;
}







.subTit {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-bottom: 2rem;
}
.borTit {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: solid 2px #e5e5e5;
	position: relative;
	min-height: 9rem;
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
	padding-left: 25px;
	letter-spacing: 0.03em;
}
.borTit:before {
	content: "";
	background: #866d4b;
	width: 6px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.borTit.non-h {
	min-height: inherit;
	display: block;
	padding: 2rem 0;
}
.borTit span {
	font-size: 2rem;
}
.blue-catch {
	color: #866d4b;
	text-align: center;
	font-size: 2.4rem;
	margin: 0 0 3rem;
	padding: 3rem 0 0;
	line-height: 1.7;
	letter-spacing: 0.03em;
	font-weight: 700;
}


/*————————————————————
 ボタン
————————————————————*/
.btn-internal {
	min-width: 55rem;
	margin: 0 auto;
}
.btn-internal a {
	background-image: url("../img/arr_base_wh_right.png");
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: right 1.5rem center;
	background-color: #001e62;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 2.2rem;
	line-height: 1.5;
	padding: 1.5rem 7rem 1.5rem 7rem;
	min-height: 8rem;
	letter-spacing: 0.06em;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
.btn-internal.non-a {
	background-image: url("../img/arr_base_wh_right.png");
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: right 1.5rem center;
	background-color: #001e62;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.06em;
	line-height: 1.4;
	padding: 1.5rem 7rem 1.5rem 7rem;
	max-width: 55rem;
	min-width: inherit;
	height: 100%;
	min-height: 8rem;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	cursor: pointer;
	transition: all .4s;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    width: 50%;
}
.btn-internal.non-a:hover {
	opacity: 0.8;
}
.btn-internal:disabled {
	background-color: #b5b5b5;
	cursor: none;
	pointer-events: none;
	
}

.btns {
	display: flex;
	justify-content: center;
	margin-top: 6rem;
	gap: 4rem;
}
.btn-back {
	max-width: 40rem;
	width: 37%;
	background: #b5b5b5 url("../img/arr_base_wh_left.png") no-repeat left 1.5rem center;
	background-size: 10px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.06em;
	line-height: 1.4;
	height: 100%;
	min-height: 8rem;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	padding: 1.5rem 3rem 1.5rem 4rem;
	cursor: pointer;
	transition: all .4s;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn-back:hover {
	opacity: 0.8;
}
.btns .btn-internal {
	margin: 0;
}

.btn-logout {
	background: #b5b5b5 url(../img/arr_base_wh_right.png) no-repeat right 1.5rem center;
    background-size: 10px auto;
}
.only_oneBtn .btn-logout {
	max-width: 55rem;
	width: 55rem;
}

.logout-btn {
	min-width: 15rem;
	margin: 0 -0.1rem;
}

.logout-btn a {
	background-color: #77828c;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 1.8rem;
	line-height: 1.5;
	min-height: inherit;
	padding: 1.5rem 0.5rem 1.5rem 0.5rem;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

.btn-close {
	background: #b5b5b5 url("../img/icon_batsu.png") no-repeat right 3rem center;
    background-size: 15px auto;
}

/*————————————————————
 リスト
————————————————————*/
/* ※ */
.kome {
    text-indent: -1em;
    margin-left: 1em;
}
.kome li {
	margin-bottom: 1rem;
}
.kome li:last-child {
	margin-bottom: 0;
}
.kome li:before {
	content: "※";
}
/* disc */
.list-disc {
	margin: 0 0 0 1em;
}
p + .list-disc {
	margin-top: 0.5rem;
}
.list-disc li {
	list-style: disc;
	margin-bottom: 0.5rem;
}
.list-disc li:last-child {
	margin-bottom: 0;
}
.list-disc ol {
	padding: 0 0 0 1.5em;
	margin-top: 0.5rem;
}
ol li,
.list-disc ol li{
	list-style: decimal;
}


/*————————————————————
 フォームスタイル
————————————————————*/
/* セレクトボックス */
select {
    /* 初期化 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #222;
    font-size: 1.8rem;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
}
.select {
    background: #fff;
    height: 7rem;
    width: 100%;
	border: solid 2px #c8c8be;
    position: relative;
    z-index: 1;
	border-radius: 5px;
}
.select::after {
	content: '';
	background: url("../img/tri_select02.png") no-repeat;
	background-size: 100%;
    position: absolute;
    width: 16px;
    height: 10px;
    right: 2rem;
    top: calc(50% - 5px);
    z-index: -1;
}

/* チェックボックス */
input[type="checkbox"] {
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid #b5b5b5;
	background: #fff;
	border-radius: 3px;
    vertical-align: -5px;
	margin-right: 1rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="checkbox"]:checked {
	background: #1e64dc;
	border: 2px solid #1e64dc;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 7px;
    transform: rotate(45deg);
    width: 5px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

/* ラジオボタン */
input[type="radio"] {
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid #b5b5b5;
	background: #fff;
    border-radius: 50%;
    vertical-align: -5px;
	margin-right: 1rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1e64dc;
    content: '';
}

/* セレクトボックス */
.selectBox {
  overflow: hidden;
}
.selectBox select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.selectBox select::-ms-expand {
    display: none;
}
.selectBox {
	position: relative;
    border: solid 2px #b5b5b5;
	border-radius: 5px;
	background: #fff;
}
.selectBox::before {
    position: absolute;
    top: calc(50% - 5px);
    right: 2rem;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #1e64dc;
    pointer-events: none;
}
.selectBox select {
    padding: 8px 4rem 8px 1rem;
}



/* テキスト */
input[type="text"],
input[type="password"],
textarea {
	width: 100%;
    border-radius: 5px;
	border: solid 2px #c8c8be;
	height: 6rem;
	padding: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
textarea {
	height: 20rem;
}
input[type="text"]:focus, textarea:focus {
    background: rgba(200,80,100,0.2);
    border-color: #d8677c;
}
.complete {
    background: rgba(50,160,180,0.2);
}
.req {
	background: #c85064;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	width: 48px;
	display: inline-block;
	padding: 3px 5px;
	margin-left: 1rem;
	margin-top: 4px;
	float: right;
}
.form-optional {
	background: #1e64dc;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	width: 48px;
	display: inline-block;
	padding: 3px 5px;
	margin-left: 1rem;
	margin-top: 4px;
	float: right;
}
.form-input-err-wrap{
	position:relative;
}
.tooltip {
    position: absolute;
    top:-32px;
    left: 0;
    padding: 4px 5px;
    color: #FFFFFF;
    line-height: 1.1;
    background: rgba(227, 40, 18, 0.7);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    pointer-events: none;
}
.tooltip::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 20%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgba(227, 40, 18, 0.7) transparent transparent transparent;
}
.form-table #address_err.tooltip {
    /* top: 30px; */
    left: 200px;
}
#privacyCheck_err.tooltip,
#conditionCheck_err.tooltip {
   width: 350px;
    left: 50%;
    transform: translateX(-50%);
}	
#privacyCheck_err.tooltip::after,
#conditionCheck_err.tooltip::after {
    left: 50%;
}

/*————————————————————
 ボックス
————————————————————*/
.box {
	background: #fff;
	border: solid 1px #c8c8be;
	padding: 0 4rem 4rem;
	margin-bottom: 2.5rem;
	position: relative;
}
.box:last-child {
	margin-bottom: 0;
}
.box_input {
	padding-bottom:0;
}
.box_check {
	padding: 0;
}
.box_check .box_check_txt {
	padding: 0 4rem;
	margin-bottom: 4rem;
}
.textCheck-center {
	text-align: center;
	background: #f5f4f0;
	border-top: solid 1px #b5b5b5;
	min-height: 11rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
}
.textCheck-center .MyCheckBox {
	
}
.formCheckInput {
	position: relative;
}
/*--------------------------------------
　page01
---------------------------------------*/
.selectReset {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px 12px;
	margin: -10px 0 15px;
	border-radius: 5px;
	float: right;
	transition: all .4s;
	cursor: pointer;
}
.selectReset:hover {
	opacity: 0.7;
}
.section-train-type {}
.section-train-type .twoColBox {
	display: flex;
	gap: 3rem;
	flex-wrap: wrap;
	float: none;
	clear: both;
}
.section-train-type .twoColBox .colBox {
	width: calc(50% - 1.5rem);
	max-width: 53.5rem;
}
.selectRow {
	display: flex;
	border-radius: 5px;
	overflow: hidden;
}
.selectRow .selectRowDt {
	background: #001e62;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	width: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.selectRow .select {
	border-radius: 0 5px 5px 0;
}
.section-train-type .twoColBox .colBox .select {
	margin-top: auto;
	border: solid 1px #c8c8be;
}
.section-train-type .twoColBox .colBox .select::after {
	content: '';
	background: url("../img/tri_select.png") no-repeat;
	background-size: 100%;
    position: absolute;
    width: 16px;
    height: 10px;
    right: 2rem;
    top: calc(50% - 5px);
    z-index: -1;
}

.accArea {
	display: none;
}

.wcBox {
	margin-top: 3rem;
	background: #f5f4f0;
	border: solid 1px #c8c8be;
	padding: 2.5rem 3rem;
}
.wcBox .row {
	display: flex;
	gap: 6rem;
}
.wcBox .row .col {
	display: flex;
	gap: 3rem;
}
.wcBox label {
	font-size: 1.8rem;
	font-weight: 500;
}
.wcBox input[type="checkbox"] {
    border: 1px solid #999;
}
.wcBox input[type="radio"] {
    border: 1px solid #999;
}
.wcBox p {
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.5rem;
	line-height: 1.6;
}
.section-train-type .btn-internal.non-a {
	background-image: url("../img/arr_base_wh_down.png");
	background-size: 1.4rem auto;
	margin-top: 5rem;
}
.section-train-type .btn-internal.non-a.open {
	background-image: url("../img/arr_base_wh_up.png");
}


.section-date-select {
	margin: 8rem 0 0;
	display: none;
}

/* calendar */
.calendarArea {
	padding-top: 10rem;
	border-top: solid 1px #c8c8be;
	/*background: url("../img/bg_calendar.png") no-repeat top right;*/
}
/*@media screen and (max-width: 1500px) {
.calendarArea {
	background: url("../img/bg_calendar.png") no-repeat top right;
	background-size: 80% auto;
}
}*/
.cal-select {
	display: flex;
	justify-content: space-between;
	align-items: center;
    width: 100%;
    margin: 0 auto 3rem;
    text-align: center;
}
.cal-select .btn-prev,
.cal-select .btn-next {
	width: 10rem;
	height: 4rem;
}
.cal-select .btn-prev input,
.cal-select .btn-next input {
	padding: 5px 10px;
	background: #001e62 url("../img/arr_base_wh_left.png") no-repeat left 1.5rem center;
	background-size: 9px auto;
	border-radius: 5px;
	border: none;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	display: flex;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	cursor: pointer;
}
.cal-select .btn-prev input {
	padding: 5px 10px 5px 25px;
}
.cal-select .btn-next input {
	padding: 5px 25px 5px 10px;
}
.cal-select .btn-next input {
	background: #001e62 url("../img/arr_base_wh_right.png") no-repeat right 1.5rem center;
	background-size: 9px auto;
}
.cal-select .btn-prev input:hover,
.cal-select .btn-next input:hover {
	opacity: 0.8;
}
.cal-select .date {
	font-size: 2.6rem;
	font-weight: 500;
}
#calendar_table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-right: 1px solid #c8c8be;
    border-bottom: 1px solid #c8c8be;
}
#calendar_table th,
#calendar_table td {
    position: relative;
    display: block;
    border-top: 1px solid #c8c8be;
    border-left: 1px solid #c8c8be;
	border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
#calendar_table th {
	font-size: 1.8rem;
	font-weight: 500;
	background-color: #f3f2ea;
	padding: 5px 0;
}
#calendar_table td:hover {
	background-color: #efece5;
}
#calendar_table thead {
	display: none;
}
#calendar_table tbody td {
	white-space: nowrap;
	background: #fff;
	vertical-align: top;
	height: 10rem;
}
#calendar_table tbody .sat::before {
  color: #32a0b4;
}
#calendar_table tbody .sun::before,
#calendar_table tbody .holiday::before {
  color: #c85064;
}
#calendar_table br {
  display: none;
}
#calendar_table .no_service {
  display: none;
}
#calendar_table thead {
  display: table-header-group;
}
#calendar_table thead .sat {
  color: #32a0b4;
}
#calendar_table thead .sun {
  color: #c85064;
}
#calendar_table th,
#calendar_table td {
  display: table-cell;
}
#calendar_table tbody td {
	white-space: normal;
    padding: 1.3rem 0.6rem 0.6rem;
}
  #calendar_table tbody .cal-date {
	  font-size: 2rem;
	  text-align: right;
  }
  #calendar_table tbody .sat .cal-date {
    color: #32a0b4;
  }
  #calendar_table tbody .sun .cal-date,
  #calendar_table tbody .holiday .cal-date {
    color: #c85064;
  }
  #calendar_table .no_service {
    display: table-cell;
  }
  #calendar_table .no_service:hover {
    background: none !important;
}
.cal-sp_date {
	display: none;
}
.resv_col {
  padding: 10px;
  color: #333;
}
.resv_col .cal-date,
.resv_col .cal-weekday {
  display: none;
}
.resv_col .cal-sp_date {
  display: inline;
  font-weight: 600;
}
.resv_col.today {
  background: #FFF775;
}
.resv_col.past {
  display: none !important;
}
.resv_col .cal-station-box {
	display: flex;
}
.resv_col .cal-station-box .dept,
.resv_col .cal-station-box .ariv {
}
.resv_col .cal-station-box .dept {
	position: relative;
}
.resv_col.resv_select {
  position: relative;
  background-color: #efece5 !important;
}
.resv_col .cal-weekday,
.resv_col .cal-sp_date {
	display: none;
}
.resv_col .cal-date {
    display: block;
    position: relative;
    z-index: 10;
    padding-right: 10px;
    line-height: 1;
    font-size: 2rem;
    color: #333;
}
.resv_col .cal-sign {
    position: inherit;
    top: auto;
    right: auto;
    text-align: center;
    display: block;
    width: inherit;
    line-height: 1.4;
    font-size: 2.2rem;
	font-weight: 600;
}
.resv_col .course-name {
    font-size: 1.6rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
}
.resv_col .cal-station-box {
    display: flex;
	justify-content: center;
    gap: 2.5rem;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    font-size: 1.3rem;
	position: relative;
    margin: 0 auto;
	letter-spacing: normal;
}
.resv_col .dept,
.resv_col .ariv {
}
.resv_col .dept span,
.resv_col .ariv span {
	display: block;
	line-height: 1.5;
}
.cal-station-box.arrow_visivle .dept::after {
	content: "→";
    position: absolute;
    top: -5px;
    left: auto;
    right: -2rem;
}
.resv_col .cal-price-box {
	font-weight: 500;
}
.resv_col.past {
	display: table-cell !important;
}
#calendar_table tbody td .detail {
	color: #fff;
	border-radius: 5px;
	padding: 1rem 0.8rem;
	margin-top: 1.3rem;
}
#calendar_table tbody td.resv_ok .detail {
	background: #32a0b4;
}
#calendar_table tbody td.resv_few .detail {
	background: #d7b43c;
}
#calendar_table tbody td.resv_ng .detail {
	background: #77828c;
}
#calendar_table tbody td.resv_before .detail {
	background: #968264;
}
.c_guide {
  	display:flex;
	justify-content: space-between;
	margin: 3rem 0 0;
	background: #fff;
	border: solid 1px #c8c8be;
	margin-bottom: 5rem;
	padding: 2.4rem;
}
.c_guide > div {
	font-size: 1.6rem;
	font-weight: 500;
	align-items: center;
	display: flex;
	flex: 1;
}
.c_guide span {
	line-height: 1;
	margin: 0 1rem 0 0;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	width: 10rem;
	height: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.resv_ok {
	background: #32a0b4;
}
.resv_few {
	background: #d7b43c;
}
.resv_ng {
	background: #77828c;
}
.resv_before {
	background: #968264;
}


/*.seatArea {
	margin-top: 10rem;
	padding-top: 10rem;
    border-top: solid 1px #c8c8be;
}*/
.seatDtlWrap {
	display: flex;
	gap: 3rem;
}
.seatDtlWrap .seatDtlBox {
	flex: 1;
	display: flex;
    flex-direction: column;
}
.seatDtlBox {
	border: solid 1px #c8c8be;
}
.seatDtlBox .titBox {
	background: #866d4b;
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 10px 30px;
    line-height: 1.6;
}
.seatDtlWrap .seatDtlBox .titBox {
	font-size: 1.9rem;
}
.seatDtlBox .txtBody {
	background: #fff;
	padding: 4rem;
    flex-grow: 1;
}
.seatDtlWrap .seatDtlBox .txtBody {
    padding: 4rem 2rem;
}
.seatDtlBox .seatFlex {
	display: flex;
	justify-content: center;
	gap: 1rem;
}
.seatDtlBox .seatBox {
	background: #32a0b4;
	width: 148px;
	min-height: 67px;
	border-radius: 5px;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.1;
	cursor: pointer;
	transition: all 0.4s;
	position: relative;
	overflow: hidden;
}
.seatDtlBox .seatBox:hover {
	opacity: 0.8;
}
.seatDtlBox .seatBox.wc:before {
	content: "";
	background: url("../img/icon_wc.png") no-repeat;
	background-size: 100%;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 0;
	left: 0;
}
.seatDtlBox .seatBox.seat_resv {
	cursor: inherit;
	pointer-events: none;
}
.seatDtlBox .seatBox.seat_resv:hover {
	opacity: 1;
}
.seatDtlBox .seatBox .small {
	font-size: 1.6rem;
}


.car01 .seatCol {
	margin: 68rem 0 0;
}
.car01 .seat01 {
    margin: 18rem 0 0;
}
.car01 .seat02 {
	margin-top: 56px;
}
.car01 .seat03 {
}
.car01 .seat04 {
	margin-top: 56px;
}
.car01 .seat05 {
	margin-top: 56px;
}


.car02 .seatCol {
	margin: 16rem 0 0;
}
.car02 .seat02 {
	margin-top: 56px;
}
.car02 .seat03,
.car02 .seat04,
.car02 .seat05,
.car02 .seat06 {
	margin-top: 46px;
}
.car02 .seat07 {
	margin-top: 55px;
}


.car04 .seatCol {
	margin: 16.5rem 0 0;
}
.car04 .seat02 {
	margin-top: 15.5rem;
}
.car04 .seat03 {
	margin-top: 15.5rem;
}
.car04 .seat04 {
	margin-top: 5.5rem;
}
.car04 .seat05 {
	margin-top: 15.5rem;
}
.car04 .seat06 {
	margin-top: 16rem;
}

.seatDtlBox .figure {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.car_num01 {
	width: 16rem;
}
.car_num02 {
	width: 16rem;
	min-height: 1158px;
}
.car_num04 {
	width: 16rem;
}
.seatDtlBox .dest {
	background: #fff;
	border: solid 2px #001e62;
	color: #001e62;
	text-align: center;
	font-weight: 600;
	border-radius: 3rem;
	min-width: 16rem;
	padding: 0.5rem;
	margin-bottom: 2rem;
}
.seatDtlBox .dest.ariv {
	margin-bottom: 0;
	margin-top: 2rem;
}
.seatArea .c_guide {
    gap: 2rem;
}
.seatArea .c_guide > div {
    color: #fff;
	text-align: center;
	justify-content: center;
	border-radius: 5px;
	padding: 2px;
}
.seat_resv {
	background: #77828c !important;
}
.seat_possible {
	background: #32a0b4 !important;
}
.seat_select {
	background: #c85064 !important;
}


.optionArea {
	margin-top: 10rem;
	padding-top: 10rem;
    border-top: solid 1px #c8c8be;
}
.optionArea .borTit {
	min-height: 10rem;
}
.optionArea .box .select {
	width: 20rem;
	height: 5rem;
	position: absolute;
	top: 3rem;
	right: 4rem;
}
.optionArea .box .select select{
	font-size: 1.6rem;
}
.optionArea .box .txtBox {
	display: flex;
	align-items: center;
}
.optionArea .box .txtBox .pic {
	max-width: 20rem;
	margin: 0 4rem 0 0;
}
.optionArea .box .txtBox .optionTxt {
	flex: 1;
}
.optionArea .box .txtBox .optionTit {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 2rem;
}
.section-date-select .btns {
	display: flex;
	margin-top: 4rem;
}


.calender_full_alert {
    width: 100vw;
    height: 100vh;
    position:fixed;
    top: 0;
    left:0;
    z-index: 997;
	border-radius: 5px;
	box-shadow: 0 2px 5px #c5c5c5;
	display: none;
}
.calender_full_alert .bg {
    background-color: rgba(51,51,51,0.7);
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: 998;
}
.calender_full_alert .alert_main {
	margin: 0;
	background: #fff;
	width: min(80%, 1100px);
	padding: 6rem 4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.calender_full_alert .btn-back {
    width: 40rem;
    margin-right: 0;
	margin: 4rem auto 0;
	background: #b5b5b5 url("../img/icon_batsu.png") no-repeat right 3rem center;
    background-size: 20px auto;
}

.wc_close_ac {
	display: none;
}
.wc_close_ac .textCheck-center {
    flex-direction: column;
}
.wc_close_ac .textCheck-center .txt {
    font-size: 1.3rem;
}
.wc_close_ac .checkBox {
    display: flex;
	gap: 3rem;
}
.wc_close_ac .checkBox .closeTxt {
    text-decoration: underline;
	cursor: pointer;
}
.wc_close_ac .checkBox .closeTxt:hover {
    text-decoration: none;
}

/*--------------------------------------
　page02
---------------------------------------*/
.cmn_dl {
	margin-bottom: 0;
}
.reserve-content table {
	width: 100%;
}
.reserve-content th {
	background: #dcd2c3;
	width: 20rem;
	font-size: 1.6rem;
	font-weight: 700;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	padding: 1rem 1.8rem;
	text-align: left;
}
.reserve-content th span {
	font-size: 1.4rem;
}
.reserve-content td {
	background: #f5f4f0;
	flex: 1;
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: solid 2px #fff;
	padding: 1rem 2rem;
}
.reserve-content td .price {
	font-size: 2.4rem;
}
.btmTxt {
	margin-top: 3rem;
}
.upperTxt {
	margin-bottom: 3rem;
}

/*--------------------------------------
　page03
---------------------------------------*/
.inputArea {
	margin: 3rem 0 5rem;
}
.inputArea .inputBox {
	margin-bottom: 4rem;
}
.inputArea .inputBox:last-child {
	margin-bottom: 0;
}
.inputArea .inputBox .inputTit {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.inputArea .inputBox .inputForm {
	position: relative;
}
.guideTxt {
	text-align: center;
	margin-top: 4rem;
}
.btnsTxt .btns {
	margin-top: 4rem; 
}



/*--------------------------------------
　page06
---------------------------------------*/
.form-table {
	margin-top: 2.5rem;
	table-layout: fixed;
	width: 100%;
}
.form-table th,
.form-table td {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	padding: 2rem 0;
	text-align: left;
}
.form-table tr:last-child th,
.form-table tr:last-child td {
	border-bottom: none;
}
.non-bor th,
.non-bor td{
	border-top: none;
	border-bottom: none;
}
.form-table th {
	width: 31rem;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.6;
	padding-right: 6rem;
}
.form-table th .small,
.form-table td .small,
.non-bor td .small {
	font-size: 1.4rem;
}
.form-table input[type="text"],
.form-table input[type="password"] {
    height: 4.8rem;
}
.form-table .form-zip {
	margin-bottom: 1.5rem;
}
.form-table #zip_code {
	width: 136px;
}
.form-table .tel-attention-txt {
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 1.5rem 0 0 1em;
	text-indent: -1em;
}
.form-table .tel-attention-txt:before {
	content: "※";
}
.form-table .tel-attention-txt + .tel-attention-txt {
	margin-top: 0;
}
.form-table .spc_num {
	margin-bottom: 0.5rem;
}
.form-table input[type="checkbox"]:checked:before {
    top: calc(50% - 2px);
    left: calc(50% - 5px);
	transform: rotate(45deg) translateX(-50%) translateY(-50%);
}
.form-table .chkBox {
	margin: 0 0 1rem;
}
.form-table .chkBox label {
	margin-bottom: 0.5rem;
	display: block;
}
/*.form-table .chkBox label:first-of-type {
	margin-top: 1rem;
}*/
.form-table .textareaBox {}
.form-table .textareaBox .tel-attention-txt {
    margin: 0 0 1rem 1em;
}
.form-table .contact_p .notice {
	font-size: 1.4rem;
	line-height: 1.6;
}
.form-table .contact_p.txt_red {
	margin-bottom: 1rem;
}
.form-table .contact_p p {
	margin-bottom: 1rem;
}
.allergy_item_list {
	display: flex;
	flex-wrap: wrap;
}
.allergy_item_list li {
	margin: 0 20px 10px 0;
	font-size: 1.4rem;
}
.form-table .flex {
	display: flex;
	align-items: center;
	position: relative;
}
.form-table .flex-item {
	display: flex;
	align-items: center;
	position: relative;
}
.form-table .formTextInput_s {
	width: 35.5rem;
	margin-right: 1rem;
}
.form-table .formTextInput_ss {
	width: 10rem;
	margin-right: 1rem;
}
.ticket_use_txt {
	font-size: 1.56rem;
	margin-bottom: 0.5rem;
	display: block;
}

.box-loginwrap {
	display: none;
}
.box-logininfo {
	margin: 2rem 0 0;
}
.box-logininfo .links {
	text-align: right;
	margin: 1rem 0 0;
	line-height: 1.6;
}
.box-logininfo .links a {
	font-size: 90%;
}
.box-logindtl {
	padding: 3rem;
	margin: 4rem 0 0;
	background: #f2f2f2;
}
.box-logindtl .cus-name {
	margin: 0 0 0.5rem;
	font-weight: 600;
}
.box-logindtl .cus-point {
	margin: 0 0 2rem;
	font-weight: 600;
}
.box-logindtl label {
	margin: 0 0 1rem;
	display: inline-block;
}
.box-logindtl .input-point {
	width: 136px;
	margin: 0 0 0 1rem;
}

/*--------------------------------------
　page07
---------------------------------------*/
.lead {
	margin: 0 0 3rem;
}
.lead:last-child {
	margin: 0;
}


/*--------------------------------------
　page06
---------------------------------------*/
.form-table-pay tr:first-child th,
.form-table-pay tr:first-child td {
	border-top: none;
	padding-top: 10px;
}
.form-table-pay tr:last-child th,
.form-table-pay tr:last-child td {
	border-bottom: none;
}
.pay_foreign {
	display: flex;
	align-items: center;
	column-gap: 1.8rem;
	justify-content: flex-end;
}
.pay_foreign > div {
}
.pay_foreign > div a {
	border: solid 2px #333;
	padding: 3px 2rem 4px;
	line-height: 1;
	height: 3rem;
	display: flex;
	align-items: center;
}
.card_list {
	background: #f2f2f2;
	border-radius: 5px;
	display:inline-block;
}
.card_list ul {
	display: flex;
	align-items: center;
	padding: 1rem 2rem;
}
.card_list ul li {
	margin-right: 2rem;
}
.card_list ul li:last-child {
	margin-right: 0;
}
.selectBox.card_date {
	width: 10rem;
	margin: 0 1rem 0 0;
}
.selectBox.card_year {
	width: 12.5rem;
	margin: 0 1rem;
}
.aboutBox {
	margin-top: 3rem;
}
.aboutBox p {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: normal;
}
.aboutBox p + p {
	margin: 1rem 0;
}
.aboutBox .tit {
	font-weight: 600;
	margin: 0 0 1rem;
}
.aboutBox .card_sample {
	margin: 2rem 0;
}

/*--------------------------------------
　page08
---------------------------------------*/
.resv_num {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 3rem;
	line-height: 1.7;
}

/*--------------------------------------
　page10
---------------------------------------*/
.selectChangeBox {
	margin: 2rem 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.selectChangeBox th {
    background: #fff;
	border-bottom: solid 1px #e5e5e5;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.selectChangeBox td {
    background: #fff;
	border-bottom: solid 1px #e5e5e5;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.btns-flex {
	display: flex;
	align-items: center;
}
.btns-flex .changeBox {
	display: flex;
	align-items: center;
}
.selectBox-num {
	display: inline-block;
	width: 10rem;
}
.selectBox-num:before {
    right: 1.2rem;
}
.selectBox-num .select-num {
	width: 100%;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn-change {
	font-size: 1.8rem;
	background: #001e62 url("../img/arr_base_wh_right.png") no-repeat right 1.5rem center;
	background-size: 8px auto;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 1.4;
	border: none;
	padding: 5px 8px;
	cursor: pointer;
	transition: all .4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-left: 0.8rem;
	height: 4.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.btn-cancel {
	font-size: 1.8rem;
	background: #b5b5b5 url("../img/arr_base_wh_right.png") no-repeat right 1.5rem center;
	background-size: 8px auto;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 1;
	padding: 8px 5px 10px;
	cursor: pointer;
	transition: all .4s;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-left: 2rem;
	width: 20rem;
	height: 4.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.btn-change:hover,
.btn-cancel:hover {
	opacity: 0.8;
}
.txt-change {
	font-size: 1.4rem;
	margin: 0 0 0 1rem;
}
.btn-gray {
	background: #b5b5b5;
}
.disabled {
	pointer-events: none;
	text-decoration: none;
	color:  #b5b5b5;
}
.optionBox .btns-flex {
	margin-bottom: 1.5rem;
}
.optionBox .btns-flex:last-child {
	margin-bottom: 1rem;
}
.optionBox .btns-flex .optionBoxTit {
	width: 38rem;
}
.btnCheckBox .notice {
	text-align: center;
	font-weight: 600;
}


.btn-option-change {
    background: #001e62 url(../img/arr_base_wh_right.png) no-repeat right 1.5rem center;
    background-size: 8px auto;
	color: #fff;
	text-align: center;
	font-weight: 500;
	width: 32rem;
	margin: 1.5rem 0 0;
	height: 4.8rem;
	padding: 8px 30px 5px 20px;
	cursor: pointer;
	transition: all .4s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.btn-option-change:hover {
	opacity: 0.8;
}
.modal_option_alert {}

.modal_option_alert .grayBox {
    margin: 0 0 3rem;
}
.modal_option_alert .grayBox p {
    margin: 0 0 1rem;
}
.modal_option_alert .btn-internal{
	    max-width: 55rem;
}

.modal_receipt .alert_main {
    padding: 0;
}
.modal_receipt .txtBody {
    padding: 1rem 4rem 6rem;
}
.modal_receipt .formInput:first-of-type {
	margin: 2rem 0 2rem;
}
.modal_cmn .btns {
    gap: 3rem;
}
.modal_cmn .btn-internal {
	min-width: inherit;
	width: 52%;
}
.modal_cmn .btn-back {
    margin: 0;
	min-width: inherit;
	width: 42%;
}
.robot {
	margin: 6rem auto 0;
	text-align: center;
}


/*--------------------------------------
　page11
---------------------------------------*/
.tab-container {
    flex-wrap: wrap;
	border: solid 1px #222;
	display: none;
}
.tab-container {
    margin: 0 0 30px;
}
.tab {
    font-weight: 500;
    text-align:center;
    width: calc(100% / 2);
    padding: 10px;
    background-color: #f8f8f8;
    cursor: pointer;
	font-size: 18px;
	position: relative;
}
.tab.active {
	background-color: #001e62;
	color: #fff;
}
.content {
  display: none;
}
.content.show {
  display: block;
}

.qrBox {
	border: solid 1px #c8c8be;
    margin-bottom: 2.5rem;
}
.qrBox .titBox {
	background: #866d4b;
	color: #fff;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.06em;
    font-size: 2.4rem;
	line-height: 1.5;
	padding: 1.5rem;
}
.qrBox .txtBody {
	background: #fff;
	padding: 4rem 4rem;
	position: relative;
}
.qrBox .pager {
	text-align: center;
	margin-bottom: 2rem;
	font-size: 2rem;
}
.qrBox .code {
	margin: 0 auto 2rem;
	text-align: center;
}
.qrBox .code img {
	border: solid 1px #ccc;
	width: 30rem;
}
.qrBox .timerTxt {
	text-align: center;
	font-size: 1.8rem;
}
.qrBox .timer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", 游ゴシック体, YuGothic, sans-serif;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.qrBox .slide-arrow {
	position: absolute;
	top: 12rem;
	width: 8rem;
	height: 8rem;
	z-index: 1;
	cursor: pointer;
}
.qrBox .prev-arrow {
	background: url("../img/arr_slider_prev.png") no-repeat;
	background-size: 100%;
	left: 0;
}
.qrBox .next-arrow {
	background: url("../img/arr_slider_next.png") no-repeat;
	background-size: 100%;
	right: 0;
}
.loading {
	text-align: center;
	position: absolute;
	top: 9.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 30rem;
	height: 30rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loading .loadTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loading img {
	width: 20rem;
}
.failBox {
	position: absolute;
	top: 9.2rem;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	width: 30rem;
	height: 30rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.failBox .btn-internal.non-a {
    width: 100%;
	height: auto;
	font-size: 1.8rem;
	padding: 1.5rem 5rem 1.5rem 5rem;
	background-color: #001e62;
}
/*.batsu {
	margin: 1rem auto 1rem;
	text-align: center;
}
.batsu img {
	width: 15rem;
}*/
.txtFail {
	text-align: center;
	margin: 2rem 0 0;
	line-height: 1.7;
}



.flowTrain {
  overflow: hidden;
  width: 100%; /* 必要に応じて調整 */
  position: relative;
  height: 100px; /* 高さは画像サイズに合わせて調整 */
}

.flowTrain img {
  position: absolute;
  top: 0;
  right: 100%;
  animation: moveTrain 10s linear infinite;
}

@keyframes moveTrain {
  0% {
    right: 100%;
  }
  100% {
    right: -100%;
  }
}
.station_staff_function {
	padding-top: 4rem;
}
.station_staff_function p {
	text-align: center;
	margin-top: 2rem;
}
.station_staff_function .btn-internal.non-a {
    background-color: #b5b5b5;
}

/*--------------------------------------
　page12
---------------------------------------*/
.resvNum {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
}
.cancelDate {
	margin: 2rem 0 0;
	text-align: center;
}
.btn-logout {}

/*--------------------------------------
　page13
---------------------------------------*/
.grayBox {
	background: #f5f4f0;
	padding: 3rem;
	border: solid 1px #c8c8be;
	border-radius: 5px;
}
.grayBox .catch {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.camera {
	width: 400px;
	height: 600px;
	margin: 0 auto;
	border: solid 1px #c8c8be;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.modal_ekikakariin .btns {
    margin-top: 3rem;
}
.modal_ekikakariin_comp {
	/*display: block;*/
}
.modal_ekikakariin_comp .camera p {
	font-size: 1.8rem;
}

/*--------------------------------------
　page15
---------------------------------------*/
.box.error {
	padding-top: 4rem;
}

/*--------------------------------------
　footLink
---------------------------------------*/
.footLink {
	text-align: center;
	margin: 0 0 5rem;
}
.footLink li {
	display: inline-block;
	padding: 1px 8px 1px 12px;
	border-left: 1px solid #999;
	color: #666;
	font-size: 1.5rem;
	line-height: 1.2;
	text-decoration: none;
}
.footLink li:first-child {
	border: none;
}
.footLink li:nth-child(3) {
	padding: 1px 0 1px 12px;
}
.footLink li a {
	text-decoration: none;
	color: #666;
}


@media screen and (max-width: 1024px) {
	
.wi1100 {
    width: 100%;
    padding: 0 2rem;
}	
/*--------------------------------------
　Header
---------------------------------------*/
header {
	padding: 0 2rem;
}
header .btn-internal a {
	padding: 1.5rem 4rem 1.5rem 4rem;
}
.headInr .logout-btn{
	min-width: 11rem;
}
	
	
/*--------------------------------------
　MV
---------------------------------------*/
#mv .mvInr {
    padding: 0 2rem;
}
#mv .mvTit {
	padding-left: 3rem;
}
	
/*--------------------------------------
　STEP
---------------------------------------*/
.stepArea {
    padding-left: 2rem;
	padding-right: 2rem;
}
.stepArea ul {
    padding: 0;
}
.stepArea ul li {
	font-size: 1.5rem;
	padding: 2rem 1rem 2rem 2rem;
}

	
/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
}
	
/*--------------------------------------
　page01
---------------------------------------*/
.resv_col .cal-station-box {
    font-size: 1.2rem;
}	
.resv_col .course-name {
    font-size: 1.5rem;
}
#calendar_table br {
    display: block;
}
.c_guide span {
    width: 7rem;
}
.seatDtlWrap .seatDtlBox .titBox {
    font-size: 1.7rem;
}
.seatDtlBox .seatBox {
    width: 127px;
}
	
	
	
/*--------------------------------------
　page11
---------------------------------------*/
.tab-container {
	display: flex;
}	
	
.modal_cmn .btn-back {
    width: 50%;
}	
	
}

@media screen and (max-width: 820px) {
	
/*--------------------------------------
　Base
---------------------------------------*/
body {
	min-width: 100%;
	line-height: 1.8;
	font-size: 1.4rem;
	margin-bottom: 5rem;
}
.non-fixedBtm-sp {
	margin-bottom: 0;
}
a:hover {
	opacity: 1;
}
.pc {
    display: none;
}
.sp {
    display: block;
}

	
/*--------------------------------------
　Header
---------------------------------------*/
header {
	height: 6.5rem;
	position: absolute;
	border-top: solid 2px #866d4b;
}
header .headInr {
	padding: 3px 0% 0;
	justify-content: center;
}
header .logoBox a {
}
header .logoBox .catch {
	font-size: 1rem;
}
header .logoBox .logoIcon {
	height: 3.2rem;
	width: auto;
}
header .logoBox .siteName {
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
}
header .logoBox .agencySiteName {
	font-size: 1.25rem !important;
}
header .logoBox rt {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}
header .logoBox ruby {
	ruby-align: center;
}
header .btn-internal {
	display: none;
}

/*--------------------------------------
　MV
---------------------------------------*/
#mv {
    height: 32.7rem;
	/*padding-top: 6.5rem;*/
	padding-top: 0;
	padding-bottom: 5rem;
}
#mv .mvSlider {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
#mv .mvSlider .pic {
	display: flex;
	justify-content: flex-end;
}
#mv .mvSlider img {
	width: 100%;
	height: 32.7rem;
	object-fit: cover;
	object-position: center;
	margin: 0;
}
#mv .mvInr {
    display: flex;
    align-items: flex-end;
	padding: 0 4%;
	margin: 0 auto;
	height: 100%;
}
#mv .mvTit {
	font-size: 2.5rem;
	padding-left: 2rem;
}
#mv .mvTit:before {
	width: 1px;
	height: 7.5rem;
}
/*--------------------------------------
　Footer
---------------------------------------*/
footer {
	background: #000;
	height: 7.5rem;
}
footer .copy {
	font-size: 1rem;
}
.btn-resv {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    height: 5rem;
}
.btn-resv a {
	background-image: url(../img/arr_bou_wh_right.png);
    background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-color: #001e62;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.06em;
	padding: 1.3rem 4rem 1.3rem;
	text-decoration: none;
}
.btn-resv span {
	font-size: 1.4rem;
}
/*--------------------------------------
　STEP
---------------------------------------*/
.stepArea {
	padding: 3rem 4%;
}
.stepArea .engTit {
	flex-direction: column;
	align-items: center;
	gap: 1.3rem;
	margin-bottom: 2rem;
}
.stepArea .engTit .txt {
	position: relative;
	padding: 0 4rem;
}
.stepArea .engTit .txt:before {
	width: 2rem;
	height: 1px;
}
.stepArea .engTit .txt:after {
	width: 2rem;
	height: 1px;
}
.stepArea ul {
	display: block;
	height: 100%;
	border-left: none;
	border-right: none;
	border: solid 1px #222;
	border-bottom: none;
	padding: 0;
}
.stepArea ul li {
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
	padding: 0;
	height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #fff;
	border-bottom: solid 1px #222;
}
.stepArea ul li:last-child {
	margin-bottom: 0;
}
.stepArea ul li:before,
.stepArea ul li:after {
    content: none;
}
.stepArea ul li:before {
    content: "";
	border: none;
	top: auto;
	background: url("../img/step_fuki_sp.png") no-repeat;
	background-size: 100% auto;
	width: 2rem;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}
.stepArea ul li.now:before {
	background: url("../img/step_fuki_now_sp.png") no-repeat;
	background-size: 100% auto;
}

	
/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
	padding: 5rem 0;
}

.wi1100 {
	width: 100%;
	padding: 0 4%;
}


/*————————————————————
 タイトル
————————————————————*/
.engTit {
	gap: 2rem;
	margin-bottom: 3rem;
}
.engTit .eng {
	width: auto;
	height: 2.2rem;
}
.engTit .eng.switch {
	width: auto;
	height: 5.7rem;
}
.engTit .txt {
	font-size: 1.4rem;
	line-height: 2;
}
	
.borTit {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.5;
	min-height: 7rem;
	padding: 1rem 0 1rem;
	margin-bottom: 2rem;
	padding-left: 20px;
}
.borTit:before {
	width: 5px;
	height: calc(100% - 26px);
}
.borTit.non-h {
	min-height: inherit;
	display: block;
	padding: 2rem 0;
}
.borTit span {
	font-size: 2rem;
}	
.blue-catch {
	font-size: 1.6rem;
	margin: 0 0 2rem;
}
	
	
/*————————————————————
 ボタン
————————————————————*/
.btn-internal {
	min-width: inherit;
	max-width: 29.5rem;
	width: 86%;
	margin: 0 auto;
}	
.btn-internal a {
	background-image: url(../img/arr_base_wh_right.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: right 1.5rem center;
    background-color: #001e62;
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 1.5rem 5rem 1.5rem 5rem;
	min-height: 5rem;
}
.btn-internal .small {
	font-size: 1.3rem;
}
.btn-internal.non-a {
    background-image: url(../img/arr_base_wh_right.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: right 1.5rem center;
    background-color: #001e62;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 1.5rem 5rem 1.5rem 5rem;
    min-height: 5rem;
	width: 86%;
	max-width: 29.5rem;
}
.btn-internal.non-a:hover {
	opacity: 1;
}
.btn-login.non-a {
    font-size: 1.5rem;
    padding: 1.5rem 4rem 1.5rem 4rem;
    min-height: 5rem;
    margin: 2rem auto 0;
	background-position: right 1.5rem center;
}
.btn-internal:disabled {
    background-color: #b5b5b5;
    cursor: none;
    pointer-events: none;
}
.btns {
	flex-direction: column-reverse;
	align-items: center;
	gap: 1.5rem;
	margin-top: 3rem;
}
.btn-back {
	min-width: inherit;
	max-width: 29.5rem;
	width: 86%;
	background: #b5b5b5 url("../img/arr_base_wh_left.png") no-repeat left 1.5rem center;
	background-size: 8px auto;
	font-size: 1.5rem;
	min-height: 5rem;
	padding: 1.5rem 3rem 1.5rem 4rem;
	margin-right: 0;
}
.btn-back:hover {
	opacity: 1;
}
.btn-internal .small,
.btn-back .small {
    font-size: 1.3rem;
}
.btn-close {
	background: #b5b5b5 url("../img/icon_batsu.png") no-repeat right 2rem center;
    background-size: 10px auto;
}
.btn-logout {
	background: #b5b5b5 url(../img/arr_base_wh_right.png) no-repeat right 1.5rem center;
	background-size: 8px auto;
}	
.only_oneBtn .btn-logout {
	max-width: 29.5rem;
	width: 86%;
	margin: 0;
}
	
.btnCheckBox {
    margin: 2rem 0 0;
}
.presInfo {
	display: table;
	margin: 0 auto 1.5rem;
	max-width: 100%;
}
.presInfo dl {
	font-size: 2rem;
	display: flex;
	margin: 0 0 0.5rem;
}
.presInfo dt {
	width: 13rem;
	text-align: right;
}
.btnCheck {
	width: 100%;
    height: inherit;
	min-height: 10rem;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
    border-radius: 60px;
    padding: 1.2rem 2rem 1.2rem;
}
.btnCheck .btnCheckInr {
}
.btnCheck .tit {
    font-size: 2.6rem;
    line-height: 1.4;
    margin: 0 0 3px;
}
.btnCheck .small {
    font-size: 1.4rem;
}
.countdown_timer {
	margin: 2rem auto 0;
}
.countdown_timer .time {
	font-size: 3.8rem;
	line-height: 1.4;
}
.countdown_timer .date {
	font-size: 1.8rem;
	margin: 0;
}
	
/*————————————————————
 リスト
————————————————————*/
/* ※ */
.kome {
    text-indent: -1em;
    margin-left: 1em;
}
.kome li {
	margin-bottom: 1rem;
}
.kome li:last-child {
	margin-bottom: 0;
}
.kome li:before {
	content: "※";
}



/*————————————————————
 フォームスタイル
————————————————————*/
/* セレクトボックス */
select {
    /* 初期化 */
    font-size: 1.4rem;
    padding: 0 1.5rem;
}
.select {
    height: 5.5rem;
	border-radius: 3px;
	border-width: 1px;
}
.select::after {
    width: 12px;
    height: 8px;
    right: 1.5rem;
    top: calc(50% - 4px);
}
/* チェックボックス */
input[type="checkbox"] {
    width: 17px;
    height: 17px;
	border-radius: 2px;
	margin-right: 0.5rem;
    vertical-align: -2px;
    border: 1px solid #b5b5b5;
}
input[type="checkbox"]:checked:before {
    top: 0px;
    left: 5px;
    width: 3px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
	
/* ラジオボタン */
input[type="radio"] {
    width: 17px;
    height: 17px;
    vertical-align: -3px;
	margin-right: 0.5rem;
}
input[type="radio"]:checked:before {
    width: 10px;
    height: 10px;
}	

/* セレクトボックス */
.selectBox {
}
.selectBox select {
	padding-right: 1em;
}
.selectBox {
    border: solid 1px #b5b5b5;
	border-radius: 3px;
}
.selectBox::before {
    top: calc(50% - 4px);
    right: 1.5rem;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1e64dc;
}
.selectBox select {
    padding: 15px 3rem 15px 1rem;
}	
	
/* テキスト */
input[type="text"],
input[type="password"],
textarea  {
    border-radius: 3px;
	border: solid 1px #b5b5b5;
	height: 5.5rem;
	padding: 10px;
}
textarea {
	height: 15rem;
}
	
.req {
	font-size: 1.2rem;
	width: 38px;
	padding: 3px 5px;
	margin-top: 2px;
}	
.form-optional {
	font-size: 1.2rem;
	width: 38px;
	padding: 3px 5px;
	margin-top: 2px;
}	
.tooltip {
    left: auto;
	right: 0;
}
.form-table #address_err.tooltip {
    left: auto;
	right: 0;
}	
#privacyCheck_err.tooltip,
#conditionCheck_err.tooltip {
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
}	
#privacyCheck_err.tooltip::after,
#conditionCheck_err.tooltip::after {
    left: 50%;
}	
	
/*————————————————————
 ボックス
————————————————————*/	
.box {
	border-radius: 3px;
	padding: 0 1.5rem 3rem;
	margin-bottom: 2rem;
}
.box_check {
	padding: 0;
}
.box_check .box_check_txt {
	padding: 0 1.5rem;
	margin-bottom: 2.5rem;
}
.textCheck-center {
	min-height: 7rem;
	font-size: 1.3rem;
}
.textCheck-center .formCheckInput {
    display: flex;
    align-items: center;
}
.textCheck-center .MyCheckBox {
	
}


/*--------------------------------------
　page01
---------------------------------------*/
.section-train-type {
}
.section-train-type .twoColBox {
	flex-direction: column;
	gap: 1rem;
}
.section-train-type .twoColBox .colBox {
    max-width: 100%;
	width: 100%;
}
.selectRow {
	border-radius: 3px;
}
.selectRow .selectRowDt {
	font-size: 1.4rem;
	width: 9rem;
}
.selectRow .select {
	border-radius: 0 3px 3px 0;
}
.section-train-type .twoColBox .colBox .select::after {
    width: 12px;
    height: 8px;
    right: 1.2rem;
    top: calc(50% - 4px);
    z-index: -1;
}
.wcBox {
	margin-top: 2.5rem;
	padding: 1.5rem 2rem;
}
.wcBox .row {
	display: flex;
	gap: 3rem;
}
.wcBox .row .col {
	display: flex;
	gap: 1rem;
}
.wcBox label {
	font-size: 1.4rem;
}
.wcBox p {
	font-size: 1.2rem;
	margin-top: 1rem;
}
.section-train-type .btn-internal.non-a {
	background-image: url("../img/arr_base_wh_down.png");
	background-size: 1rem auto;
	margin-top: 2rem;
}
.section-train-type .btn-internal.non-a.open {
	background-image: url("../img/arr_base_wh_up.png");
}
.section-date-select {
	margin: 4rem 0 0;
}
	
	


/* calendar */
.calendarArea {
	padding-top: 4rem;
	/*background: url("../img/bg_calendar_sp.png") no-repeat top right;
	background-size: 100% auto;*/
}
.cal-select {
    margin: 0 auto 1.5rem;
    text-align: center;
}
.cal-select .btn-prev,
.cal-select .btn-next {
	width: 7.1rem;
	height: 3rem;
}
	
.cal-select .btn-prev input,
.cal-select .btn-next input {
    padding: 5px 10px;
    background: #001e62 url(../img/arr_base_wh_left.png) no-repeat left 1rem center;
    background-size: 6px auto;
    border-radius: 3px;
    font-size: 1.2rem;
}	
.cal-select .btn-prev input {
    padding: 5px 20px 5px 25px;
}
.cal-select .btn-next input {
	background: #001e62 url(../img/arr_base_wh_right.png) no-repeat right 1rem center;
    background-size: 6px auto;
}
.cal-select .btn-next input {
    padding: 5px 25px 5px 20px;
}
.cal-select .date {
	font-size: 1.5rem;
}
#calendar_table {
    border-collapse: separate;
    border-right: 1px solid #c8c8be;
    border-bottom: 1px solid #c8c8be;
}
#calendar_table th,
#calendar_table td {
    position: relative;
    display: block;
    border-top: 1px solid #c8c8be;
    border-left: 1px solid #c8c8be;
}
#calendar_table th {
	font-size: 1.8rem;
	font-weight: 600;
	background-color: #ebe6dc;
	padding: 5px 0;
}
#calendar_table td:hover {
	background-color: #fff;
}
#calendar_table thead {
	display: none;
}
#calendar_table tbody td {
	white-space: nowrap;
	height: inherit;
	padding: 1rem 0.6rem 0.6rem;
}
#calendar_table br {
  display: none;
}
#calendar_table .no_service {
  display: none;
}
.cal-sp_date {
	display: none;
}
.resv_col {
  padding: 10px;
  color: #333;
}
.resv_col .cal-date,
.resv_col .cal-weekday {
  display: none;
}
.resv_col .cal-sp_date {
	display: inline;
	font-weight: 600;
	padding: 0 1rem;
	font-size: 1.4rem;
}
.resv_col.holiday .cal-sp_date {
    color: #c85064;
}
.resv_col.sat .cal-sp_date {
  color: #32a0b4;
}
.resv_col.sun .cal-sp_date {
  color: #c85064;
}
.resv_col.today {
  background: #FFF775;
}
.resv_col.past {
  display: none !important;
}
.resv_col .cal-station-box {
  display: table;
}
.resv_col .cal-station-box .dept,
.resv_col .cal-station-box .ariv {
  display: table-cell;
}
.resv_col .cal-station-box .dept {
    padding: 0 3rem 0 0;
    position: relative;
}
.resv_col .cal-sign {
    position: absolute;
	top: 10px;
    right: 10px;
    display: block;
    width: inherit;
    line-height: 1;
    font-size: 2.5rem;
}
.resv_col .course-name {
    font-size: 1.4rem;
	text-align: left;
}
.resv_col .cal-station-box {
    display: table;
    width: auto;
    padding-top: 0.3rem;
    font-size: 1.2rem;
    margin: 2px 0 3px;
}
.resv_col .dept,
.resv_col .ariv {
	display: table-cell;
}
.resv_col .dept span,
.resv_col .ariv span {
	display: table-cell;
}
.cal-station-box.arrow_visivle .dept::after {
	content: "→";
    position: absolute;
    top: -1px;
    left: auto;
    right: 10px;
    width: auto;
    white-space: inherit;
}
.resv_col .cal-price-box {
    font-size: 1.4rem;
	text-align: left;
}
#calendar_table tbody td .detail {
	border-radius: 3px;
	padding: 1rem 1.5rem;
	margin-top: 1rem;
	position: relative;
}
.c_guide {
  	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2rem 0 0;
	margin-bottom: 2.5rem;
	padding: 1.5rem;
	gap: 1.5rem;
}
.c_guide > div {
	flex: inherit;
	font-size: 1.2rem;
	width: calc(50% - 8px);
}
.c_guide span {
	margin: 0 1rem 0 0;
	font-size: 1.1rem;
	border-radius: 3px;
	width: 7.5rem;
	height: 2.1rem;
}

	
/*.seatArea {
	margin-top: 4rem;
	padding-top: 4rem;
}*/
.seatDtlWrap {
    flex-direction: column;
    gap: 1.5rem;
}
.seatDtlBox {
}
.seatDtlBox .titBox {
	font-size: 1.3rem;
	padding: 10px 14px;
}
.seatDtlWrap .seatDtlBox .titBox {
    font-size: 1.3rem;
}
.seatDtlBox .txtBody {
	padding: 2rem;
}
.seatDtlWrap .seatDtlBox .txtBody {
    padding: 2rem;
}
.seatDtlBox .seatFlex {
	display: flex;
	justify-content: center;
	gap: 1rem;
}
.seatDtlBox .seatBox {
	width: 73px;
	min-height: 42px;
	border-radius: 3px;
	font-size: 1.5rem;
	line-height: 1.1;
}
.seatDtlBox .seatBox:hover {
	opacity: 1;
}
.seatDtlBox .seatBox.wc:before {
	width: 1.8rem;
	height: 1.8rem;
}
.seatDtlBox .seatBox .small {
	font-size: 1.2rem;
}

.car01 .seatCol {
	margin: 34.5rem 0 0;
}
.car01 .seat01 {
    margin: 9rem 0 0;
}
.car01 .seat02 {
	margin-top: 2rem;
}
.car01 .seat03 {
}
.car01 .seat04 {
	margin-top: 2rem;
}
.car01 .seat05 {
	margin-top: 2rem;
}
	
	
.car02 .seatCol {
	margin: 8rem 0 0;
}
.car02 .seat02 {
	margin-top: 25px;
}
.car02 .seat03,
.car02 .seat04,
.car02 .seat05,
.car02 .seat06 {
	margin-top: 13px;
}
.car02 .seat07 {
	margin-top: 23px;
}

.car04 .seatCol {
	margin: 8.8rem 0 0;
}
.car04 .seat02 {
	margin-top: 7rem;
}
.car04 .seat03 {
	margin-top: 6.7rem;
}
.car04 .seat04 {
	margin-top: 3rem;
}
.car04 .seat05 {
	margin-top: 6.8rem;
}
.car04 .seat06 {
	margin-top: 7.2rem;
}

.seatDtlBox .figure {
}
.car_num01 {
    width: 8rem;
}
.car_num02 {
	width: 8rem;
	min-height: inherit;
}
.car_num04 {
    width: 8rem;
}
.seatDtlBox .dest {
	font-size: 1.2rem;
	min-width: 8rem;
	padding: 0.5rem 0.3rem 0.3rem;
	margin-bottom: 1rem;
}
.seatDtlBox .dest.ariv {
	margin-bottom: 0;
	margin-top: 1rem;
}
.seatArea .c_guide {
    gap: 0;
}
.seatArea .c_guide > div {
	border-radius: 3px;
	padding: 2px;
	font-size: 1.2rem;
	width: calc(100% / 3 - 5px);
}
	
	
.optionArea {
	margin-top: 4rem;
	padding-top: 4rem;
}
.optionArea .borTit {
	min-height: 6rem;
}
.optionArea .box .select {
	width: 100%;
	position: relative;
	top: auto;
    right: auto;
	margin-bottom: 2.5rem;
}
.optionArea .box .select select {
	font-size: 1.4rem;
}
.optionArea .box .txtBox {
	display: block;
}
.optionArea .box .txtBox .pic {
	margin: 0 auto 2.5rem;
}
.optionArea .box .txtBox .optionTxt {
	font-size: 1.4rem;
}
.optionArea .box .txtBox .optionTit {
	font-size: 1.5rem;
	line-height: 1.7;
	margin: 0 0 1rem;
}
.section-date-select .btns {
	display: flex;
	margin-top: 2rem;
}

.calender_full_alert {
}
.calender_full_alert .alert_main {
	width: 92%;
	padding: 3rem 1.5rem;
}
.calender_full_alert .btn-back {
    width: 80%;
	margin: 2rem auto 0;
	background: #b5b5b5 url("../img/icon_batsu.png") no-repeat right 2rem center;
    background-size: 10px auto;
}	
	
/*.wc_close_alert {
}
.wc_close_alert .alert_main {
	width: 92%;
}
.wc_close_alert .textCheck-center .txt {
    font-size: 1.2rem;
}
.wc_close_alert .btn-back {
    border: solid 2px #fff;
    background: #b5b5b5 url("../img/icon_batsu.png") no-repeat center;
    background-size: 14px auto;
	width: 4rem;
    height: 4rem;
	top: -1rem;
	right: -1rem;
}*/
	
	
	
/*--------------------------------------
　page02
---------------------------------------*/
.cmn_dl {
	margin-bottom: 0;
}
.reserve-content table {
	display: block;
	width: 100%;
}
.reserve-content table tbody {
	display: block;
	width: 100%;
}
.reserve-content table tr {
	margin-bottom: 0.5rem;
	display: block;
	width: 100%;
}
.reserve-content table tr:last-child {
	margin-bottom: 0;
}
.reserve-content th {
	display: block;
	width: 100%;
	font-size: 1.3rem;
	border-right: none;
	border-bottom: solid 1px #fff;
	padding: 0.6rem 1.5rem 0.7rem;
}
.reserve-content th span {
	font-size: 1.2rem;
}
.reserve-content td {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	border-bottom: none;
	padding: 0.6rem 1.5rem 0.7rem;
}
.reserve-content td .price {
	font-size: 1.6rem;
}
.btmTxt {
	margin-top: 1.5rem;
}
.upperTxt {
	margin-bottom: 1.5rem;
}	
	
/*--------------------------------------
　page03
---------------------------------------*/
.inputArea {
	margin: 2rem 0 4rem;
}
.inputArea .inputBox {
	margin-bottom: 2rem;
}
.inputArea .inputBox .inputTit {
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}
.guideTxt {
	margin-top: 2rem;
}
.guideTxt_l {
    text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.btnsTxt .btns {
	margin-top: 2rem; 
}	
	
	
	
/*--------------------------------------
　page04
---------------------------------------*/
.form-table {
	margin-top: 2rem;
	display: block;
	width: 100%;
}
.form-table tr,
.form-table tbody {
	display: block;
	width: 100%;
}
.form-table tr:last-child td {
	padding-bottom: 0;
}
.form-table th,
.form-table td {
	padding: 1.5rem 0 2rem;
	display: block;
	width: 100%;
}

.form-table th {
	width: 100%;
	font-size: 1.4rem;
	border-bottom: none;
	padding-bottom: 0.8rem;
}
.form-table.non-bor th {
    padding-top: 0;
}
.form-table th .small,
.form-table td .small,
.non-bor td .small {
	font-size: 1.2rem;
}
.form-table td {
	border-top: none;
	border-bottom: none;
	padding-top: 0;
}
.form-table input[type="text"],
.form-table input[type="password"] {
    height: 5.5rem;
}
.form-table .form-zip {
	margin-bottom: 1rem;
}
.form-table #zip_code {
	width: 100%;
}
.form-table .tel-attention-txt {
	font-size: 1.2rem;
	margin: 1.3rem 0 0 1em;
}
.form-table input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.form-table input[type="checkbox"]:checked:before {
    top: calc(50% - 2px);
    left: calc(50% - 4px);
}
.form-table .chkBox {
	margin: 0 0 1.5rem;
}
.form-table .chkBox label {
	margin-bottom: 0.5rem;
	display: block;
}
.form-table .chkBox label:first-of-type {
	margin-top: 1rem;
}
.form-table .textareaBox {}
.form-table .textareaBox .tel-attention-txt {
    margin: 0 0 1rem 1em;
}
.form-table .contact_p {
	font-size: 1.2rem;
	line-height: 1.6;
}
.form-table .contact_p.txt_red {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 1rem;
}
.allergy_item_list {
}
.allergy_item_list li {
	margin: 0 15px 0 0;
	font-size: 1.2rem;
}
.form-table .allergy_item_list input[type="checkbox"] {
	width: 16px;
    height: 16px;
	margin-right: 0.5rem;
    vertical-align: -3px;
}
.form-table .allergy_item_list input[type="checkbox"]:checked:before {
}	
.form-table .chkBox .allergy_item_list label:first-of-type {
    margin-top: 0.5rem;
}	
.form-table .flex {
	display: block;
}
.form-table .flex-item {
    margin-bottom: 0.7rem;
}
.form-table .flex-item:last-child {
    margin-bottom: 0;
}
.form-table .formTextInput_s {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
}
.form-table .formTextInput_ss {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
}
.ticket_use_txt {
	font-size: 1.4rem;
}	
	
.box-logindtl {
	padding: 2rem;
	margin: 2rem 0 0;
}
.box-logindtl .cus-name {
	margin: 0 0 0.5rem;
}
.box-logindtl .cus-point {
	margin: 0 0 1rem;
}
.box-logindtl label {
	margin: 0 0 1rem;
	display: flex;
}
.box-logindtl label span {
	flex: 1;
}
.form-table .box-logindtl input[type="checkbox"] {
    top: 2px;
}
.box-logindtl .input-point {
	width: 120px;
	height: 3.5rem!important;
	margin: 0 0 0 3rem;
}
	
	
	
	
/*--------------------------------------
　page06
---------------------------------------*/
	
	
	
/*--------------------------------------
　page07
---------------------------------------*/
.lead {
	margin: 0 0 2rem;
}
	
	
/*--------------------------------------
　page06
---------------------------------------*/
.form-table-pay tr:first-child th,
.form-table-pay tr:first-child td {
	padding-top: 5px;
}
.form-table-pay tr:last-child th,
.form-table-pay tr:last-child td {
	border-bottom: none;
}
.pay_foreign {
	display: flex;
	align-items: center;
	column-gap: 1.2rem;
	justify-content: flex-end;
	margin-bottom: 2rem;
}
.pay_foreign > div a {
	border: solid 1px #333;
	padding: 0 1rem 0;
	height: 2.2rem;
}
.card_list ul {
	padding: 0.8rem 1.8rem;
}
.card_list ul li {
	margin-right: 1.8rem;
}
.form-table .flex-limit {
    display: flex;
}
.form-table .flex-limit .flex-item {
        margin-bottom: 0;
    }
.selectBox.card_date {
	width: 11rem;
	margin: 0 1rem 0 0;
}
.selectBox.card_year {
	width: 12rem;
	margin: 0 1rem 0 0;
}
.aboutBox {
	margin-top: 2rem;
}
.aboutBox p {
	font-size: 1.2rem;
	line-height: 1.6;
}
.aboutBox p + p {
	margin: 0.5rem 0;
}
.aboutBox .tit {
	margin: 0 0 0.5rem;
}
.aboutBox .card_sample {
	margin: 1.5rem 0;
}	
	
	
/*--------------------------------------
　page08
---------------------------------------*/
.resv_num {
	font-size: 1.4rem;
	margin-bottom: 2rem;
}

	
/*--------------------------------------
　page10
---------------------------------------*/
.selectChangeBox {
	margin: 2rem 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.selectChangeBox th {
	border-bottom: none;
	padding-top: 1rem;
	padding-bottom: 0;
}
.selectChangeBox td {
	border-bottom: solid 1px #e5e5e5;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.selectBox-num {
	display: inline-block;
	width: 8rem;
	height: 3.8rem;
}
.selectBox-num:before {
    right: 1rem;
}
.selectBox-num .select-num {
	width: 100%;
    border-radius: 3px;
	padding: 5px 2rem 5px 1.5rem;
}
.btn-change {
	background: #001e62 url(../img/arr_base_wh_right.png) no-repeat right 1rem center;
	background-size: 8px auto;
	font-size: 1.4rem;
	letter-spacing: normal;
	padding: 9px 8px 9px 5px;
	height: 3.8rem;
	width: 15rem;
}
.btn-cancel {
    background: #b5b5b5 url(../img/arr_base_wh_right.png) no-repeat right 1rem center;
    background-size: 8px auto;
	font-size: 1.3rem;
	margin-left: 0.8rem;
	padding: 8px 5px 10px;
	width: 15rem;
	height: 3.8rem;
	display: inline-flex;
}
.btn-change:hover,
.btn-cancel:hover {
	opacity: 1;
}
.txt-change {
	font-size: 1.3rem;
	margin: 0 0 0 1rem;
}
.optionBox .btns-flex {
	margin-bottom: 1.5rem;
	display: block;
}
.optionBox .btns-flex:last-child {
	margin-bottom: 1.5rem;
}
.btns-flex .changeBox {
	display: flex;
	align-items: center;
}
.optionBox .btns-flex .optionBoxTit {
	width: 100%;
	margin: 0 0 5px;
}	
	
.btn-option-change {
    background: #001e62 url(../img/arr_base_wh_right.png) no-repeat right 1.5rem center;
    background-size: 8px auto;
    width: 100%;
	max-width: 32rem;
    margin: 1.5rem 0 0;
    height: 4rem;
    padding: 8px 30px 5px 20px;
}
.btn-option-change:hover {
	opacity: 1;
}
.modal_option_alert {}
/*.modal_option_alert .btn-back,
.modal_cmn .btn-ccl-close {
    width: 3rem;
	height: 3rem;
    background: #333 url(../img/icon_batsu.png) no-repeat center;
    background-size: 10px auto;
    top: -1.5rem;
    right: -0.5rem;
	margin: 0;
}*/
.modal_option_alert .grayBox {
    margin: 0 0 3rem;
}
.modal_option_alert .grayBox p {
    margin: 0 0 1rem;
}
.modal_option_alert .btn-internal{
}
	
.modal_receipt .alert_main {
    padding: 0;
	margin: 0;
}
.modal_receipt .txtBody {
    padding: 0 1.5rem 3rem;
}
.modal_receipt .formInput:first-of-type {
	margin: 1.5rem 0 1.5rem;
}
.modal_cmn .btns {
	margin-top: 3rem;
	gap: 2rem;
}
.modal_cmn .btn-internal {
	min-width: 86%;
}
.modal_cmn .btn-back {
    min-width: 80%;
	margin: 0 auto;
}	
.robot {
	margin: 3rem auto 0;
	text-align: center;
}	
	
	
/*--------------------------------------
　page11
---------------------------------------*/
.tab-swich-engtitle {
	min-height: 98px;
}
.tab-container {
    margin: 0 0 20px;
	display: flex;
}
.tab {
    padding: 10px;
	font-size: 14px;
	border-bottom: solid 4px #001e62;
}
.tab.active:before {
	width: 2rem;
	height: 0.8rem;
	bottom: -1.2rem;
}
.qrBox {
    margin-bottom: 2rem;
}
.qrBox .titBox {
    font-size: 1.5rem;
	padding: 1rem;
}
.qrBox .txtBody {
	padding: 2rem;
}
.qrBox .pager {
	margin-bottom: 2rem;
	font-size: 1.4rem;
}
.qrBox .code {
	margin: 0 auto 2rem;
}
.qrBox .code img {
	width: 17.5rem;
}
.qrBox .timerTxt {
	font-size: 1.4rem;
}
.qrBox .timer {
	font-size: 1.8rem;
}
.qrBox .slide-arrow {
	top: 6.2rem;
	width: 5rem;
	height: 5rem;
}
.qrBox .prev-arrow {
	left: 0;
}
.qrBox .next-arrow {
	right: 0;
}
.loading {
	width: 17.6rem;
	height: 17.6rem;
	top: 6.5rem;
}
.loading .loadTxt {
	font-size: 1.2rem;
}
.loading img {
	width: 13rem;
}
.failBox {
	position: absolute;
	top: 6.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 17.6rem;
	height: 17.6rem;
}
.failBox .btn-internal.non-a {
	background-position: right 1.2rem center;
    width: 100%;
	height: auto;
	font-size: 1.5rem;
	padding: 1.5rem 3rem 1.5rem 2rem;
}
/*.batsu {
	margin: 1rem auto 1rem;
}
.batsu img {
	width: 7rem;
}*/
.txtFail {
	font-size: 1.2rem;
	margin: 1.5rem 0 0;
}
	
	
.flowTrain {
    width: 100%;
    position: relative;
    height: 2.7rem;
	margin-bottom: 2rem;
}
.flowTrain img {
	height: 100%;
	width: auto;
	animation: moveTrain 7s linear infinite;
}
.station_staff_function {
	padding: 0 1.5rem 2rem;
	padding-top: 2rem;
}
.station_staff_function p {
	margin-top: 1.5rem;
}	
	
	
	
/*--------------------------------------
　page13
---------------------------------------*/
.grayBox {
	border-radius: 3px;
	padding: 1.5rem;
}
.grayBox .catch {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.headInr .logout-btn {
	margin-left: -5rem;
}
.headInr .logout-btn a {
	width: 70px;
	margin-left: 6.5rem;
	margin-right: -4.3rem;
	font-size: 1rem;
	line-height: 0.5;
}
.camera {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1.2;
}
.modal_ekikakariin .btns {
    margin-top: 3rem;
}
	
	
/*--------------------------------------
　page15
---------------------------------------*/
.box.error {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

/*--------------------------------------
　footLink
---------------------------------------*/
.footLink {
	text-align: center;
	margin: 0 0 2rem;
}
.footLink li {
	display: inline-block;
	padding: 1px 8px 1px 12px;
	border-left: 1px solid #999;
	font-size: 1.3rem;
	line-height: 1.2;
	text-decoration: none;
}
.footLink li:first-child {
	border: none;
}
.footLink li:nth-child(3) {
	padding: 1px 0 1px 8px;
	border: none;
}
.footLink li a {
	text-decoration: none;
}
	
	
	
}







