@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* CSS Document */


/*===================================================
	画面用CSS（PC/SMP）
===================================================*/


/*////////////////////////////////////////////////////////////
	COMMON
///////////////////////////////////////////////////////////*/
body {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.main {
	flex-grow: 1;
}

.secTtl h2 {
	font-size: 40px;
}

.flBox {
	display: flex;
	justify-content: space-between;
}

.flBoxAlw {
	display: flex;
	justify-content: space-between;
        border: none;
        background-color: #fff;
}

.em {
	font-weight: bold;
}

h2 {
	font-size: 2.3rem;
	font-weight: bold;
}

h2.circle {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

h2.circle::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background-color: #64aeac;
	left: 5px;
	top: 6px;
}

/**** カートステップ *****/
.cart-step {
	padding: 40px 0;
}

.cart-step .baseBox {
	width: 540px;
}

.ec-cartRole__progress {
	width: 100%;
	margin: 40px auto;
}

.ec-progress {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.ec-progress li {
	width: calc(100% / 5);
}


/* 横線（①〜⑤の中心まで） */
.ec-progress::before {
	content: "";
	position: absolute;
	top: 18px;
	left: calc(50% / 5);
	right: calc(50% / 5);
	height: 2px;
	background: #8cc6c1;
	z-index: 0;
}

.ec-progress__item {
	position: relative;
	text-align: center;
	flex: 1;
	z-index: 1;
}

/* 丸い数字 */
.ec-progress__number {
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	border-radius: 50%;
	background: #8cc6c1;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

/* 完了ステップ */
.ec-progress__item.is-complete .ec-progress__number {
	background: #0b8f87;
}

/* ラベル */
.ec-progress__label {
	margin-top: 8px;
	font-size: 13px;
	color: #0b8f87;
	white-space: nowrap;
}

/* 未到達ステップ */
.ec-progress__item:not(.is-complete) .ec-progress__label {
	color: #8cc6c1;
}

/* バッジ */
.ec-cartNavi .ec-cartNavi__badge {
	display: inline-block;
	border-radius: 99999px;
	box-sizing: border-box;
	padding: 5px;
	height: 17px;
	font-size: 10px;
	line-height: 0.7;
	vertical-align: top;
	color: #fff;
	text-align: left;
	white-space: nowrap;
	background-color: #DE5D50;
	position: absolute;
	left: 60%;
	top: -10px;
}

.ec-cartNavi .ec-cartNavi__badge {
	display: inline-block;
	min-width: 17px;
	position: relative;
	left: 0;
	top: 0;
}

/* エラーメッセージ */
.errormsg {
	color: #ed1c24;
	font-size: 1.2rem;
	margin-top: 5px;
	font-weight: bold;
	padding: 2px 10px;
	background: #fee;
}

/* 成功メッセージ */
.successmsg {
	background: #d4edda;
	padding: 5px;
	border-radius: 4px;
	text-indent: 1em;
	color: #155724;
	font-size: 1.4rem;
	margin-bottom: 20px;
	font-weight: bold;
}

p.errormsg {
	margin-bottom: 10px;
}

/* プレースホルダーテキスト */
::placeholder {
	color: #b3b3b3;
}

.buttons button {
	font-size: 1.5rem;
}

.btn.back {
	min-width: 250px;
	background: #1e8a82;
	text-align: center;
}

.btn.next {
	min-width: 250px;
	background: #f57c00;
	text-align: center;
}

#error .errorBox {
	border: 4px solid #b9dad9;
	border-radius: 4px;
	background-color: #fff;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

#error .box p.note {
	font-size: 1.5rem;
	margin-bottom: 20px;
	text-align: center;
}

#error .btnBox {
	display: flex;
	justify-content: center;
	text-align: center;
}

#error .btnBox a {

	display: flex;
	justify-content: center;
	align-items: center;

	display: inline-block;
	background-color: #1c8c84;
	color: #fff;
	text-decoration: none;
	padding: 10px 40px;
	border-radius: 4px;
	/* font-weight: bold; */
	transition: opacity 0.3s;
}



/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
#top .main .sec00.bannerBox .baseBox {
	padding: 20px 0;
}

#top .main .sec01 .contentBox {
	padding: 20px 0;
}

#top .main .sec01 .contentBox .newsBox {
	width: calc((100% / 2) - 10px);
}

#top .main .sec01 .contentBox .newsBox {
	justify-content: left;
}

#top .main .sec01 .ttlBox {
	width: 100px;
	min-width: 100px;
	background-color: #1c8885;
	display: grid;
	place-items: center;
	margin-right: 10px;
	padding: 10px 0px;
}

#top .main .sec01 .listBox {
	padding: 10px 0;
}

#top .main .sec01 .ttlBox p {
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}

#top .main .sec01 .listBox p {
	font-size: 1.2rem;
	position: relative;
}

#top .main .sec01 .listBox li p::before {
	font-family: 'Material Icons';
	content: "\e5df";
	font-size: 1.5rem;
}

#top .main .sec01 .listBox li p a {
	color: #0071bc;
	text-decoration: underline;
}

/* モーダル */
#top #infoModal.modal-overlay {
	display: none;
	/* 最初は隠す */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}

#top #infoModal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 25px;
	width: 90%;
	max-width: 600px;
	border-radius: 10px;
}

#top #infoModal .modal-content #modalTitle {
	font-weight: bold;
}

#top #infoModal .info-body {
	max-height: 400px;
	overflow-y: auto;
	margin: 20px 0;
}

#top #infoModal .info-body p a {
	color: #0071bc;
	text-decoration: underline;
}

#top #infoModal .modal-footer {
	text-align: center;
}

#top #infoModal .modal-footer button {
	background: #777;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}

/***** sec02 *****/
#top .main .sec02 {
	margin-bottom: 30px;
}

#top .main .sec02 .box {
	border: 4px solid #b9dad9;
	border-radius: 4px;
	background-color: #fff;
	padding: 10px 30px;
}

#top .main .sec02 .box.flBoxAlw {
	align-items: center;
	justify-content: left;
}

#top .main .sec02 .box p {
	color: #1c8885;
}

#top .main .sec02 .box span {
	color: #1c8885;
}

#top .main .sec02 .box p.date {
	font-size: 2.5rem;
}


/***** sec03 *****/
#top .main .sec03 {
	height: 440px;
	background: url(../../../assets/front/img/top/main.png) center top no-repeat;
	background-size: cover;
}

#top .main .sec03 .contentBox {
	padding: 20px;
}

#top .main .sec03 .box p {
	color: #fff;
	font-size: 1.4rem;
}

#top .main .sec03 .box {
	background-color: rgb(0 0 0 / 0.7);
	height: 400px;
	padding: 20px 30px;
	border-radius: 10px;
}

#top .main .sec03 .box select,
#top .main .sec03 .box input {
	border: none;
	background-color: #fff;
}

#top .main .sec03 .box select {
	padding: 10px;
	border-radius: 4px;
}

#top .main .sec03 .box .stationBox.flBox {
	justify-content: left;
}

#top .main .sec03 .box .stationBox .inBox:first-child {
	margin-right: 20px;
}

#top .main .sec03 .box .stationBox select {
	width: 242px;
}

#top .main .sec03 .box .box01,
#top .main .sec03 .box .box02 {
	margin-bottom: 10px;
}

#top .main .sec03 .box03.otherBox.flBox {
	justify-content: left;
}

#top .main .sec03 .box03.otherBox .dateBox {
	margin-right: 20px;
}

#top .main .sec03 .box03.otherBox .dateBox input {
	padding: 10px;
	border-radius: 4px;
	width: 242px;
}

#top .main .sec03 .box03.otherBox .dateBox {
	position: relative;
}

#top .main .sec03 .box03.otherBox .dateBox::after {
	font-family: 'Material Icons';
	content: "\ebcc";
	position: absolute;
	right: 5px;
	bottom: 57.5px;
	font-size: 3rem;
	pointer-events: none;
}


#top .main .sec03 .box03.otherBox .timeBox {
	margin-right: 20px;
	width: 150px;
}

#top .main .sec03 .box03.otherBox .numberBox select {
	margin-right: 10px;
	width: 100px;
}

#top .main .sec03 .box03.otherBox .numberBox span {
	color: #fff;
}

#top .main .sec03 .box03.otherBox .numberBox .note {
	margin-top: 10px;
}

#top .main .sec03 .box03.otherBox .numberBox .note p {
	font-size: 1rem;
}

#top .main .sec03 .box04.btnBox {
	display: flex;
}

#top .main .sec03 .box04 button {
	border: none;
	background-color: #29abe2;
	color: #fff;
	width: 250px;
	height: 45px;
	text-align: center;
	font-size: 1.5rem;
	margin: 20px auto;
	border-radius: 4px;
}

#top .main .sec03 .box04 button:hover {
	cursor: pointer;
	background-color: #41c3fa;
}

/***** sec04 *****/
#top .main .sec04>div ,
#guidestep .sec04>div {
	padding: 30px 0;
}

#top .main .sec04 .flBox,
#guidestep .sec04 .flBox  {
	/*justify-content: left;*/
        width: 96%;
        margin: 0 auto;
}

#top .main .sec04 li,
#guidestep .sec04 li {
	/*margin-right: 50px;*/
	position: relative;
	max-width: 180px;
}

#top .main .sec04 li::after,
#guidestep .sec04 li::after {
	font-family: 'Material Icons';
	content: "\e5df";
	font-size: 5rem;
	position: absolute;
	/*left: 150px;*/
        left: 180px;
	top: 45px;
}

#top .main .sec04 li:last-child::after,
#guidestep .sec04 li:last-child::after {
	content: "";
}

#top .main .sec04 .itemBox,
#guidestep .sec04 .itemBox {
	background-color: #d1e7e6;
	border-radius: 4px;
	padding: 10px;
}

#top .main .sec04 .itemBox .imgBox img,
#guidestep .sec04 .itemBox .imgBox img {
	border-radius: 4px;
        padding: 5px;
        width: 140px;
        height: 130px;
}

#top .main .sec04 .itemBox .txtBox .number,
#guidestep .sec04 .itemBox .txtBox .number {
	font-size: 2.6rem;
	color: #64aeac;
	text-align: center;
	font-weight: bold;
}

#top .main .sec04 .itemBox .txtBox .txt,
#guidestep .sec04 .itemBox .txtBox .txt {
	font-size: 1.1rem;
	text-align: center;
}

/***** sec05 *****/
#top .main .sec05>div {
	padding: 30px 0;
}

#top .main .sec05 .flBox {
	justify-content: left;
}

#top .main .sec05 li {
	margin-right: 50px;
	position: relative;
	max-width: 180px;
}

#top .main .sec05 .itemBox {
	background-color: #d1e7e6;
	border-radius: 4px;
	padding: 10px;
}

#top .main .sec05 .itemBox .imgBox img {
	border-radius: 4px;
}

#top .main .sec05 .itemBox .txtBox .number {
	font-size: 2.6rem;
	color: #64aeac;
	text-align: center;
	font-weight: bold;
}

#top .main .sec05 .itemBox .txtBox .txt {
	font-size: 1.1rem;
	text-align: center;
}

/***** sec06 *****/
#top .main .sec06>div {
	padding: 30px 0;
}

#top .main .sec06 li {
	width: calc((100% / 4) - 20px);
}

#top .main .sec06 li .ttlBox {
	background-color: #1c8885;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	margin-bottom: 15px;
}

#top .main .sec06 li .listBox .list {
	background-color: #fff;
	border: 1px solid #1c8885;
	margin-bottom: 20px;
	padding: 2px;
}

#top .main .sec06 li .listBox .list:hover {
	background-color: #daf0ef;
}


#top .main .sec06 li .listBox .list p {
	text-align: center;
}

#top .main .sec06 li .listBox .list p.section {
	color: #1c8885;
	font-size: 1.2rem;
}

#top .main .sec06 li .listBox .list p.price {
	color: #ed1e79;
}

#top .main .sec06 li .listBox .list p.price span {
	font-size: 1.7rem;
}

/* セレクトボックスの区切り線スタイル */
select option[disabled] {
	color: #999;
	font-size: 12px;
	text-align: center;
}

.point {
	display: flex;
	gap: 24px;
}

.point-item {
	background: #fff;
	border-radius: 18px;
	padding: 25px 10px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	width: 25%;

	display: flex;
	flex-direction: column;
}


.point-item img {
	width: 70px;
	margin-bottom: 15px;
}

.point-item h3 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

.point-item p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.point-item .tag {
	display: inline-block;
	margin-top: auto;
	background: #ff6b00;
	color: #fff;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* 優待価格バッジ */
.sec06 .list {
	position: relative;
}

.sec06 .list.yuutai-badge .yuutai-tag {
	position: absolute;
	top: -12px;
	right: -12px;
	background: #f33;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size: 11px;
	/* font-weight: bold; */
	line-height: 1.3;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	/* filter: drop-shadow(0 2px 8px rgba(255, 107, 0, 0.3)); */
}

@media screen and (max-width: 768px) {
        #top .main .sec04 .itemBox {
                padding: 3px;
                height: 190px;
        }
        #top .main .sec04 .itemBox .txtBox .txt {
            font-size: 0.8rem;
        }
        #top .main .sec04 .itemBox .imgBox img {
            padding: 0;
            width: 100%;
            height: auto;
        }
	.sec05 {
		background: #fff7f1;
		padding: 0;
	}

	.point {
		flex-direction: column;
	}

	.point-item {
		width: 100%;
	}

	.sec06 .list.yuutai-badge .yuutai-tag {
		width: 50px;
		height: 50px;
		font-size: 9px;
		top: -10px;
		right: -10px;
	}
}


/***** sec07 *****/
#top .main .sec07>div {
	padding: 30px 0;
	margin-bottom: 100px;
}

#top .main .sec07 .flBox {
	justify-content: left;
	margin-left: 20px;
}

#top .main .sec07 li {
	margin-right: 60px;
}

#top .main .sec07 li .txt {
	font-weight: bold;
}

#top .main .sec07 li .imgBox img {
	width: 300px;
}


/*////////////////////////////////////////////////////////////
	LIST PAGE （検索結果画面）
///////////////////////////////////////////////////////////*/


/***** 選択内容 *****/
#list .main .sec02 {
	padding-bottom: 50px;
}

/* 全体枠 */
#list .sec02 .route-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0 20px;
	padding: 14px 16px;
	border: 4px solid #b8dedd;
	border-radius: 4px;
	background: #eef8f8;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #0a8c8c;
	align-items: center;
}

/* 経路タグ */
#list .sec02 .route-tag {
	background: #0a8c8c;
	color: #fff;
	font-size: 1.2rem;
	padding: 4px 10px;
	border-radius: 2px;
	white-space: nowrap;
}

/* メイン情報 */
#list .sec02 .route-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 24px;
	flex: 1;
}

/* 日付・時間 */
#list .sec02 .route-date {
	display: flex;
	flex-direction: column;
	font-weight: bold;
}

#list .sec02 .route-date .date {
	font-size: 2rem;
}

#list .sec02 .route-date .time {
	font-size: 1.5rem;
	font-weight: normal;
	margin-top: 2px;
	text-align: center;
}

#list .sec02 .route-r-emark {
	display: flex;
	align-items: center;
}

/* 出発地 → 到着地 */
#list .sec02 .route-place {
	gap: 10px;
	font-size: 2rem;
	font-weight: bold;
}

#list .sec02 .route-place .arrow {
	font-size: 14px;
}

/* 人数 */
#list .sec02 .route-people {
	gap: 16px;
	font-size: 1.5rem;
	white-space: nowrap;
}

/* 条件変更ボタン */
#list .sec02 .ChangeSearchBox {
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0px;
}

#list .sec02 .ChangeSearchBox .change-search-button {
	color: #0a8c8c;
	text-decoration: none;
	font-size: 1.4rem;
	padding: 8px 16px;
	border: 1px solid #0a8c8c;
	border-radius: 4px;
	background: #fff;
	transition: background 0.3s;
}

#list .sec02 .ChangeSearchBox .change-search-button:hover {
	background: #f0f8f8;
}

#list .sec00.payment-info p {
    background: #ffe28b;
    padding: 5px;
    text-align: center;
    /*font-weight: bold;*/
    margin-bottom: 20px;
    margin-top: -20px;
}

/*===== 列車一覧 =====*/
#list .sec03 .baseBox {
	margin-bottom: 30px;
}

#list .sec03 .train-list {
	max-width: 1000px;
	margin: 0px auto;
}

#list .sec03 .train-list .train-row:first-child {
	border-top: 1px solid #ddd;
}

#list .sec03 .train-list .train-row:last-child {
	border-bottom: 1px solid #ddd;
}

#list .sec03 .train-row {
	display: flex;
	gap: 16px;
	padding: 5px 16px;
	border-bottom: 1px solid #ddd;
	align-items: center;
}

#list .sec03 .train-info {
	min-width: 180px;
	margin-right: 30px;
}

#list .sec03 .time {
	font-size: 20px;
	font-weight: bold;
}

#list .sec03 .name {
	margin-top: 4px;
	font-size: 14px;
}

#list .sec03 .seat-buttons {
	display: flex;
	gap: 12px;
	width: 100%;
}

#list .sec03 .seat-buttons .type {
	/* width: calc(100% / 4); */
	width: calc(100% / 3);
	min-width: 140px;
}

#list .sec03 .seat-buttons .type>* {
	width: 100%;
}

#list .sec03 .seat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border-radius: 4px;
	font-size: 1.7rem;
	text-decoration: none;
	white-space: nowrap;
	flex-direction: column;
	line-height: 1.4;
}

#list .sec03 .seat.available {
	background: #1b8c84;
	color: #fff;
}

#list .sec03 .seat span {
	font-size: 1.3rem;
}

#list .sec03 .seat.available:hover {
	opacity: 0.85;
}

#list .sec03 .seat.disabled {
	background: #e5e5e5;
	color: #aaa;
	cursor: not-allowed;
}

#list .sec03 .train-nav {
	display: flex;
	align-items: center;
	margin: 5px 0;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
}

#list .sec03 .train-nav a {
	color: #0066cc;
	text-decoration: none;
	font-size: 14px;
}

#list .sec03 .back-area {
	text-align: center;
	margin-top: 20px;
}

#list .sec03 .back-button {
	display: inline-block;
	background: #666;
	color: #fff;
	text-decoration: none;
	padding: 14px 40px;
	border-radius: 4px;
}


/* overlay */
#list .modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
	z-index: 1000;
}

#list .modal-overlay.active {
	opacity: 1;
	pointer-events: auto;
}

/* modal */
#list .modal-box {
	width: 90%;
	max-width: 680px;
	background: #fff;
	padding: 30px;
	border-radius: 6px;
	position: relative;
	transform: translateY(30px);
	transition: transform .3s ease;
}

#list .modal-overlay.active .modal-box {
	transform: translateY(0);
	overflow-y: auto;
	max-height: 95%;
}

/* close */
#list .modal-close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 22px;
	background: none;
	border: none;
	cursor: pointer;
}

/* table */
#list .info-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#list .info-table th,
#list .info-table td {
	border: 1px solid #ddd;
	padding: 2px 8px;
	font-size: 14px;
}

#list .info-table th {
	background: #f2f2f2;
	width: 30%;
}

/* price */
#list .price-wrapper {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
	justify-content: space-between;
}

#list .price-wrapper .price-label {
        width:100%;
	/*width: calc((100%) - 20px);
	width: calc((100% / 2) - 20px);*/
	border: 1px solid #ddd;
}

#list .price-wrapper .price-label.disabled {
	opacity: 0.5;
	pointer-events: none;
}

#list .price-label.inactive .price-card {
	cursor: auto;
	background-color: #ccc;
}

#list .price-card span {
	display: inline-block;
	margin-left: 8px;
}

#list .price-box {
	text-align: center;
}

#list .price-sub {
	font-size: 1.3rem;
	margin: 3px 0;
}

#list .price-total {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}

#list .price-total.strong {
	color: #f00;
}


#list .price-card {
	display: block;
	width: 100%;
	flex: 1;
	padding: 5px;
	cursor: pointer;
	background: #d1e7e5;
	border: 1px solid #ddd;
	border-width: 0 0 1px 0;
	text-align: center;
}

#list .price-label.inactive {
	background-color: #f5f5f5;
}

#list .inactive .price-total.strong {
	color: #666;
}

/* seat */
#list .seat-select {
	margin-bottom: 16px;
	font-size: 14px;
	border: 1px solid #ddd;
}

#list .seat-select span {
	display: inline-block;
	background: #d1e7e5;
	text-align: center;
	padding: 5px;
	min-width: 200px;
}

#list .seat-select label {
	margin-right: 12px;
}

/* memo */
#list .memo {
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #ddd;
	overflow-y: scroll;
	font-size: 1.2rem;
}

/* buttons */
#list .action-buttons {
	display: flex;
	gap: 15%;
}

#list .btn-back {
	flex: 1;
	background: #009688;
	color: #fff;
	border: none;
	padding: 12px;
	cursor: pointer;
	max-width: calc((100% / 2) - 20px);
	margin-right: auto;
}

#list .btn-next {
	flex: 1;
	background: #ef6c00;
	color: #fff;
	border: none;
	padding: 12px;
	cursor: pointer;
	max-width: calc((100% / 2) - 20px);
	margin-left: auto;
}

#list .train-nav .prev-box,
#list .train-nav .next-box {
	display: flex;
	gap: 12px;
}

#list .train-nav .prev-box a,
#list .train-nav .next-box a {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 6px;
	background-color: #eee;
	color: #333;
	text-decoration: none;
	/* font-weight: 600; */
	font-size: 14px;
	/* transition: background-color 0.2s ease, transform 0.1s ease; */
	border: 1px solid #bbb;
}

#list .train-nav .prev-box a:hover,
#list .train-nav .next-box a:hover {
	background-color: #ddd;
}


/*////////////////////////////////////////////////////////////
	CONFIRM PAGE（確認画面）
///////////////////////////////////////////////////////////*/
.cart-wrapper {
	margin: 0px auto 40px;
	padding: 0px 15px;
}

/* テーブル */
#confirm .section-title {
	margin-bottom: 20px;
}

#confirm .table-wrap {
	overflow-x: auto;
}

#confirm .cart-table {
	width: 100%;
	border-collapse: collapse;
}

#confirm .cart-table th,
#confirm .cart-table td {
	border: 1px solid #ddd;
	padding: 12px;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

#confirm .cart-table th {
	background: #f2f2f2;
	text-align: center;
	font-weight: 600;
}

#confirm .cart-table td.route {
	min-width: 60px;
}

#confirm .cart-table td.time {
	text-align: left;
}

#confirm .cart-table td.price {
	font-weight: bold;
}

#confirm .cart-table td.price span.child {
	font-size: 12px;
}

#confirm .cart-table td span.em {
	font-weight: bold;
}

#confirm .cart-table td.delete {
	min-width: 70px;
}

#confirm .delete a {
	color: #0071bc;
}

/* 人数 */
#confirm .count {
	display: flex;
	align-items: center;
	gap: 20px;
	background: #f7f7f7;
	padding: 15px;
	padding-right: 40px;
	margin-top: 10px;
	border: 1px solid #ddd;
	justify-content: end;
}

#confirm .count select {
	margin-left: 5px;
	padding: 5px;
}

/* 合計 */
#confirm .total {
	text-align: right;
	margin: 20px 0;
	font-size: 1.4rem;
	background: #f7f7f7;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #ddd;
}

#confirm .total strong {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

/* ボタン */
#confirm .buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

#confirm .btn {
	padding: 14px 30px;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
}

#confirm .btn.back {
	background: #1e8a82;
	max-width: calc((100% / 2) - 20px);
}

#confirm .btn.next {
	background: #f57c00;
	max-width: calc((100% / 2) - 20px);
	margin-left: auto
}

#confirm .errormsg {
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	font-size: 1.5rem;
}

/*////////////////////////////////////////////////////////////
	USER PAGE（カート内お客様情報登録）
///////////////////////////////////////////////////////////*/
#user .form-box {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

#user .form-row {
	display: flex;
	border: 1px solid #ddd;
	border-bottom: none;
}

#user .form-label {
	width: 220px;
	padding: 10px;
	background: #f2f2f2;
	font-size: 14px;
	border-right: 1px solid #ddd;
}

#user .form-label .required {
	background: #e60012;
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	margin-left: 6px;
	border-radius: 2px;
}

#user .form-content {
	/* flex: 1; */
	padding: 10px;
}

#user .form-box.file-box .form-content {
	padding: 5px 22px;
}

#user .form-content input,
#user .form-content select,
#user textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

#user .form-content input[type="radio"] {
	width: auto;
}

#user .form-content select {
	width: auto;
}

#user .form-content input[type="file"] {
	width: auto;
	border: none;
}

#user .form-content .box {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

#user.confirm .form-content .box {
	margin-bottom: 0;
}

#user .form-content span {
	font-size: 12px;
	min-width: 30px;
	padding-top: 6px;
	text-align: right;
}

#user .inline input {
	flex: 1;
}

#user .note {
	font-size: 12px;
	color: #666;
	margin-top: 6px;
}

#user .note.red {
	color: #ed1c24;
}

#user .radio-group {
	display: flex;
	gap: 20px;
	font-size: 14px;
}

#user .radio-group label {
	display: flex;
	align-items: center;
	gap: 4px;
}

#user .address-search {
	/*display: flex;*/
	gap: 10px;
	margin-bottom: 10px;
}

#user .address-search input[type="text"] {
	width: auto;
	max-width: 156px;
}

#user .address-search button {
	padding: 0px 14px;
	border: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
	border-radius: 4px;
}

#user .shipping-option {
	margin-bottom: 12px;
}

#user .shipping-option a {
	font-size: 12px;
	color: #0066cc;
}

#user .shipping-address-box {
	display: none;
}

/* ボタン */
#user .buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

#user .btn {
	padding: 14px 30px;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
}

#user .btn.back {
	background: #1e8a82;
}

#user .btn.next {
	background: #f57c00;
}

#user .form-wrapper .form-row .shipping-option span.ship-price {
	color: #f00;
	font-weight: bold;
}

/*////////////////////////////////////////////////////////////
	PAYMENT TYPE PAGE（お支払い方法選択）
///////////////////////////////////////////////////////////*/

/* 支払いボックス */
#payment-type .payment-box {
	margin-bottom: 34px;
}

#payment-type .payment-header {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: bold;
	cursor: pointer;
	background: #f2f2f2;
	border: 1px solid #ccc;
	padding: 10px;
}

#payment-type .payment-text {
	margin: 12px 0;
	font-size: 14px;
}

#payment-type .card-logos {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin: 12px 0;
}

#payment-type .card-logos img {
	/* height: 28px; */
	width: auto;
	max-width: 300px;
}

#payment-type .note {
	font-size: 13px;
	line-height: 1.7;
	margin-top: 8px;
}

#payment-type .note-red {
	color: #e60000;
	font-size: 13px;
	margin-top: 8px;
}

#payment-type .bank-info {
	margin-top: 12px;
	font-size: 14px;
}

/* 規約 */
#payment-type .agreement-title {
	font-size: 14px;
	margin: 24px 0 8px;
}

#payment-type .terms-box {
	border: 1px solid #ccc;
	max-height: 200px;
	overflow-y: auto;
	padding: 12px;
}

#payment-type .terms-section {
	margin-bottom: 16px;
}

#payment-type .terms-section h3 {
	font-size: 14px;
	margin-bottom: 4px;
	background-color: #f2f2f2;
	padding: 10px;
}
#payment-type .terms-section h4 {
	font-size: 13px;
	margin-bottom: 4px;
	padding: 7px;
        font-weight: bold;
}

#payment-type .terms-section p {
	font-size: 13px;
	line-height: 2;
        padding-left: 15px;
}

#payment-type .agree-check {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 16px 0 32px;
	font-size: 14px;
}

/* ボタン */
#payment-type .buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

#payment-type .btn {
	padding: 14px 30px;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
}

#payment-type .btn.back {
	background: #1e8a82;
}

#payment-type .btn.next {
	background: #f57c00;
}

#payment-type .sec02 .info-box h3 {
	font-size: 1.4rem;
	/* margin-bottom: 12px; */
	background-color: #F3F3F3;
	padding: 5px 10px;
	font-weight: bold;
}

#payment-type .sec02 .info-box .info-row {
	margin-bottom: 20px;
	padding: 20px 10px;
}

#payment-type .sec02 .info-box .info-row p {
	line-height: 1.5;
}

#payment-type .sec02 .info-box .info-row p.total-price {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.6rem;
}

#payment-type .sec02 .info-box .info-row .bin-box {
	margin-bottom: 15px;
}

#payment-type .sec02 .info-box .info-row .bin-box span.route {
	font-weight: bold;
	font-size: 1.5rem;
}



/*////////////////////////////////////////////////////////////
	PAYMENT CARD PAGE（クレジットカード入力画面）
///////////////////////////////////////////////////////////*/

#payment-card .form-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}

#payment-card .form-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

#payment-card .form-table th,
#payment-card .form-table td {
	border-bottom: 1px solid #ccc;
	padding: 16px;
	vertical-align: top;
}

#payment-card .form-table th {
	width: 220px;
	background: #f5f5f5;
	font-weight: bold;
}

#payment-card .input-text {
	width: 320px;
	max-width: 100%;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#payment-card .input-text.small {
	width: 120px;
}

#payment-card select {
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#payment-card .expiry select {
	margin-right: 4px;
}

#payment-card .note {
	font-size: 12px;
	color: #666;
	margin-top: 6px;
}

#payment-card .security-info {
	display: flex;
	gap: 24px;
	margin-top: 12px;
}

#payment-card .security-info img {
	display: block;
	margin-top: 4px;
	max-width: 200px;
}

/* ボタン */
#payment-card .buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

#payment-card .btn {
	padding: 14px 30px;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
}

#payment-card .btn.back {
	background: #1e8a82;
}

#payment-card .btn.next {
	background: #f57c00;
}

/*////////////////////////////////////////////////////////////
	COMPLETE PAGE（完了画面）
///////////////////////////////////////////////////////////*/
#complete .complete-wrapper {
	margin-bottom: 30px;
}

#complete .complete-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 30px;
}

/* 予約番号 */
#complete .reservation-box {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
}

#complete .reservation-box .label {
	font-weight: bold;
	margin-right: 10px;
}

#complete .reservation-box .number {
	font-size: 20px;
	letter-spacing: 1px;
}

/* 注意文 */
#complete .notice {
	text-align: center;
	font-size: 14px;
	margin-bottom: 40px;
}

/* メール案内 */

#complete .mail-help {
	padding-left: 20px;
}

#complete .mail-help h2 {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}

#complete .mail-help p {
	margin-bottom: 10px;
}

#complete .mail-help ul {
	font-size: 13px;
	line-height: 1.7;
}

#complete .mail-help li {
	margin-bottom: 8px;
}

/* ボタン */
#complete .btn-area {
	text-align: center;
	margin-top: 50px;
}

#complete .btn-top {
	display: inline-block;
	background-color: #1c8c84;
	color: #fff;
	text-decoration: none;
	padding: 10px 40px;
	border-radius: 4px;
	/* font-weight: bold; */
	transition: opacity 0.3s;
}

#complete .btn-top:hover {
	opacity: 0.85;
}

/*////////////////////////////////////////////////////////////
	会員登録関連
///////////////////////////////////////////////////////////*/
#user.register.index .buttons {
	justify-content: end;
}

button.btn {
	border: none;
	cursor: pointer;
}

button.btn:hover {
	opacity: 0.85;
	border: none;
	cursor: pointer;
}

.form-wrapper.cart-wrapper {
	margin: 40px auto 40px;
}
#user.register.success .btnBox {
    display: inline-block;
    background-color: #1c8885;
    color: white;
    text-decoration: none;
	margin-top: 20px;
    padding: 12px 0px;
    border-radius: 4px;
}


/*////////////////////////////////////////////////////////////
	ログイン画面
///////////////////////////////////////////////////////////*/
#login .form-wrapper {
	max-width: 450px;
	margin: 40px auto;
	padding: 40px;
	background: #F3F4F4;
	border-radius: 0px;
	/* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

#login .form-wrapper h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #2c3e50;
}

#login .form-group {
	margin-bottom: 20px;
}

#login .form-group label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #555;
}

#login .form-control {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
	transition: border-color 0.3s;
}

#login .form-control:focus {
	outline: none;
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

#login .btn-primary {
	width: 100%;
	padding: 14px;
	background-color: #1c8885;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
}

#login .btn-primary:hover {
	transform: translateY(-1px);
	background-color: #1c8885;
}

#login .btn-primary:active {
	transform: translateY(0);
}

#login .form-wrapper .register-link {
	display: block;
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #007bff;
	text-decoration: none;
}

#login .form-wrapper .register-link a {
	color: #007bff;
}

#login .msg_box {
	background: #e8f5e9;
	border: 1px solid #a5d6a7;
	border-radius: 4px;
	padding: 12px 16px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #2e7d32;
}

#login .msg_box p {
	margin: 0;
	line-height: 1.6;
}

/* エラーメッセージ等 */
#login .errorBox {
	margin-top: 20px;
	color: #f00;
	font-size: 14px;
	text-align: center;
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
	#login .form-wrapper {
		padding: 30px 20px;
		margin: 0 15px;
	}
}

/*////////////////////////////////////////////////////////////
	パスワード再設定（メールアドレス入力）/ パスワード再設定（新パスワード入力）
///////////////////////////////////////////////////////////*/
#password_request .form-wrapper,
#password_reset .form-wrapper {
	max-width: 450px;
	margin: 40px auto;
	padding: 40px;
	background: #F3F4F4;
	border-radius: 0px;
}

#password_request .form-wrapper h2,
#password_reset .form-wrapper h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #2c3e50;
}

#password_request .form-wrapper > p,
#password_reset .form-wrapper > p {
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
	line-height: 1.7;
}

#password_request .msg_box,
#password_reset .msg_box {
	background: #e8f5e9;
	border: 1px solid #a5d6a7;
	border-radius: 4px;
	padding: 12px 16px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #2e7d32;
}

#password_request .msg_box.error,
#password_reset .msg_box.error {
	background: #fdecea;
	border-color: #f5c6cb;
	color: #c62828;
}

#password_request .form-group,
#password_reset .form-group {
	margin-bottom: 20px;
}

#password_request .form-group label,
#password_reset .form-group label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #555;
}

#password_request .form-control,
#password_reset .form-control {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
	transition: border-color 0.3s;
}

#password_request .form-control:focus,
#password_reset .form-control:focus {
	outline: none;
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

#password_request .btn-primary,
#password_reset .btn-primary {
	width: 100%;
	padding: 14px;
	background-color: #1c8885;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
}

#password_request .btn-primary:hover,
#password_reset .btn-primary:hover {
	transform: translateY(-1px);
	background-color: #1c8885;
}

#password_request .btn-primary:active,
#password_reset .btn-primary:active {
	transform: translateY(0);
}

#password_request .form-wrapper .register-link,
#password_reset .form-wrapper .register-link {
	display: block;
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
}

#password_request .form-wrapper .register-link a,
#password_reset .form-wrapper .register-link a {
	color: #007bff;
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
	#password_request .form-wrapper,
	#password_reset .form-wrapper {
		padding: 30px 20px;
		margin: 0 15px;
	}
}

/*////////////////////////////////////////////////////////////
	マイページ
///////////////////////////////////////////////////////////*/
/***** 共通部分 *****/
#mypage .content-wrapper {
	margin-top: 40px;
	margin-bottom: 40px;
}

#mypage .content-wrapper h2 {
	margin-top: 40px;
	margin-bottom: 40px;
}

#mypage .tabs {
	display: flex;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

#mypage .tab {
	flex: 1;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #ddd;
	/* cursor: pointer; */
}

#mypage .tab a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
}

#mypage .tab a:hover {
	background-color: #e6f1f1;
}

#mypage .tab:last-child {
	border-right: none;
}

#mypage .tab.active {
	background-color: #e6f1f1;
	color: #1c8885;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mypage .tab.active a {
	cursor: default;
	color: #1c8885;
	font-weight: bold;
	cursor: pointer;
}

#mypage .title h3 {
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

/***** 予約一覧 *****/
#mypage.reservation-list .title {
	position: relative;
	margin-bottom: 10px;
}

#mypage.reservation-list .title .select-year {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
}

#mypage.reservation-list .title .select-year p {
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

#mypage.reservation-list .title .select-year select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

#mypage.reservation-list .table-header div {
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

#mypage.reservation-list .row {
	border: 3px solid #ccc;
	display: grid;
	grid-template-columns: 160px 1fr;
	margin-bottom: 15px;
	line-height: 1.5;
}


#mypage.reservation-list .row.is-past {
	background-color: #ddd;
}

#mypage.reservation-list .left {
	border-right: 1px solid #ccc;
	padding: 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#mypage.reservation-list .res-number {
	margin-bottom: 12px;
}

#mypage.reservation-list .detail-btn {
	display: inline-block;
	background: #1c8885;
	color: #fff;
	padding: 6px 16px;
	font-size: 13px;
	text-decoration: none;
}

#mypage.reservation-list .right {
	padding: 0;
}

#mypage.reservation-list .block {
	display: grid;
	grid-template-columns: 80px 1fr;
	border-top: 1px solid #ccc;
}

#mypage.reservation-list .block:first-child {
	border-top: none;
}

#mypage.reservation-list .block .label {
	padding: 10px;
	background: #f6f5f3;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #ccc;
}

#mypage.reservation-list .block .content {
	padding: 10px;
}

#mypage.reservation-list .line {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 6px;
}

#mypage.reservation-list .route {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#mypage.reservation-list .arrow {
	margin: 0 6px;
}

/***** 予約詳細 *****/
/* テーブル共通スタイル */
#mypage.reservation-detail section {
	margin-bottom: 30px;
}

#mypage.reservation-detail h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

#mypage.reservation-detail .detail-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#mypage.reservation-detail .detail-table th,
#mypage.reservation-detail .detail-table td {
	border: 1px solid #ccc;
	padding: 12px;
	text-align: left;
}

#mypage.reservation-detail .detail-table th {
	background-color: #f2f2f2;
	font-weight: bold;
	width: 120px;
}

#mypage.reservation-detail .detail-table .br-none {
	border-right: none;
}

/* 発送状況の調整 */
#mypage.reservation-detail .shipping-flex {
	display: flex;
	gap: 0;
}

#mypage.reservation-detail .shipping-status {
	width: 40%;
}

#mypage.reservation-detail .shipping-address {
	width: 60%;
}

#mypage.reservation-detail .shipping-address th {
	width: 100px;
}

/* 列車情報 */
#mypage.reservation-detail .train-box {
	display: flex;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#mypage.reservation-detail .train-label {
	background-color: #f2f2f2;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-right: 1px solid #ccc;
}

#mypage.reservation-detail .train-details {
	flex: 1;
}

#mypage.reservation-detail .train-details .detail-table {
	border: none;
	margin-bottom: 0;
}

#mypage.reservation-detail .train-details .detail-table th,
#mypage.reservation-detail .train-details .detail-table td {
	border-top: none;
	border-left: none;
}

#mypage.reservation-detail .sub-total {
	text-align: right;
	padding: 10px;
	font-weight: bold;
}

/* 料金情報 */
#mypage.reservation-detail .price-table th {
	width: 200px;
}

#mypage.reservation-detail .price-table td {
	text-align: right;
	font-weight: bold;
}

/* 領収書 */
#mypage.reservation-detail .receipt-box {
	border: 1px solid #ccc;
	padding: 30px;
	text-align: center;
}

#mypage.reservation-detail .receipt-form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

#mypage.reservation-detail .receipt-input {
	border: 1px solid #ccc;
	padding: 8px;
	width: 200px;
	border-radius: 4px;
}

#mypage.reservation-detail .btn-receipt {
	background-color: #666;
	color: white;
	border: none;
	padding: 10px 30px;
	cursor: pointer;
	border-radius: 4px;
}

/* 下部ボタン */
#mypage.reservation-detail .actions {
	text-align: center;
	margin-top: 40px;
}

#mypage.reservation-detail .btn-back {
	display: inline-block;
	background-color: #1c8885;
	color: white;
	text-decoration: none;
	padding: 12px 60px;
	border-radius: 4px;
}

/*////////////////////////////////////////////////////////////
	マイページ（お客様情報編集）
///////////////////////////////////////////////////////////*/
#mypage.user-edit .form-box {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

#mypage.user-edit .form-box h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

#mypage.user-edit .form-row {
	display: flex;
	border: 1px solid #ddd;
	border-bottom: none;
}

#mypage.user-edit .form-label {
	width: 220px;
	padding: 10px;
	background: #f2f2f2;
	font-size: 14px;
	border-right: 1px solid #ddd;
}

#mypage.user-edit .form-label .required {
	background: #e60012;
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	margin-left: 6px;
	border-radius: 2px;
}

#mypage.user-edit .form-content {
	/* flex: 1; */
	padding: 10px;
}

#mypage.user-edit .form-box.file-box .form-content {
	padding: 5px 22px;
}

#mypage.user-edit .form-content input,
#mypage.user-edit .form-content select,
#mypage.user-edit textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

#mypage.user-edit .form-content input[type="radio"] {
	width: auto;
}

#mypage.user-edit .form-content select {
	width: auto;
}

#mypage.user-edit .form-content input[type="file"] {
	width: auto;
	border: none;
}

#mypage.user-edit .form-content .box {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

#mypage.user-edit.confirm .form-content .box {
	margin-bottom: 0;
}

#mypage.user-edit .form-content span {
	font-size: 12px;
	min-width: 30px;
	padding-top: 6px;
	text-align: right;
}

#mypage.user-edit .inline input {
	flex: 1;
}

#mypage.user-edit .note {
	font-size: 12px;
	color: #666;
	margin-top: 6px;
}

#mypage.user-edit .note.red {
	color: #ed1c24;
}

#mypage.user-edit .radio-group {
	display: flex;
	gap: 20px;
	font-size: 14px;
}

#mypage.user-edit .radio-group label {
	display: flex;
	align-items: center;
	gap: 4px;
}

#mypage.user-edit .address-search {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

#mypage.user-edit .address-search input[type="text"] {
	width: auto;
	max-width: 156px;
}

#mypage.user-edit .address-search button {
	padding: 0px 14px;
	border: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
	border-radius: 4px;
}

#mypage.user-edit .shipping-option {
	margin-bottom: 12px;
}

#mypage.user-edit .shipping-option a {
	font-size: 12px;
	color: #0066cc;
}

#mypage.user-edit .shipping-address-box {
	display: none;
}

/* ボタン */
#mypage.user-edit .buttons {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

#mypage.user-edit .btn {
	padding: 14px 30px;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
}

#mypage.user-edit .btn.back {
	background: #1e8a82;
}

#mypage.user-edit .btn.next {
	background: #f57c00;
}

#mypage.user-edit .form-wrapper .form-row .shipping-option span.ship-price {
	color: #f00;
	font-weight: bold;
}

/*////////////////////////////////////////////////////////////
	マイページ　退会ページ
///////////////////////////////////////////////////////////*/
#mypage.user-delete .msg-box {
	padding: 10px;
	background: #f2f2f2;
	border: 1px solid #ddd;
	text-align: center;
}

#mypage.user-delete .buttons {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

#mypage.user-delete .btn {
	padding: 14px 30px;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
}

#mypage.user-delete .btn.back {
	background: #1e8a82;
}

#mypage.user-delete .btn.next {
	background: #f57c00;
}

#mypage.user-delete .form-wrapper .form-row .shipping-option span.ship-price {
	color: #f00;
	font-weight: bold;
}

.slider {
    position: relative;
    height: 95px;
}

.slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
    opacity: 0;              /* ← 非表示はこれでやる */
    transition: opacity 1s ease;
}

.slider img.active {
    opacity: 1;              /* ← 表示 */
    z-index: 1;
}
#list ol.modalprice {
    display: flex;
    justify-content: space-around;
}
#list ol.modalprice li.price-sub {
    margin: auto 0;
}

body.error .box {
    background: #666;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    width: 200px;
    height: 50px;
    margin: 0 auto;
}
#error .box .btn {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}

.payinfo-text {
    margin: 15px 0;
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 17px;
    background: lightyellow;
}